T_ALY_SPRecordData_Desc

T_ALY_SPRecordData_Desc 1:

Syntax

Definition:

FUNCTION_BLOCK T_ALY_SPRecordData_Desc EXTENDS T_ALY_JsonPayload
VAR_OUTPUT
    sRecordDataGuid   : GUID;
    nStartTimestamp   : LINT;
    eStatus           : E_RecordingState;
    nRecordID         : LINT;
    stRecord          : T_ALY_SPRecordData_Cmd;
END_VAR

Inheritance hierarchy

T_ALY_JsonPayload

    T_ALY_SPRecordData_Desc

T_ALY_SPRecordData_Desc 2: Outputs

Name

Type

Description

sRecordDataGuid

GUID

GUID "Key" to identify the recording

nStartTimestamp

LINT

Start time of the recording.

eStatus

E_RecordingState

Recording state

nRecordID

LINT

Recording ID

stRecord

T_ALY_SPRecordData_Cmd

Associated recording command

T_ALY_SPRecordData_Desc 3: Methods

Name

Definition location

Description

Reset

 

Reset all values in the payload FB.

Init_JsonValue

Inherited from T_ALY_JsonPayload

Initialization of the FB with JSON object.

Init_String

Inherited from T_ALY_JsonPayload

Initialization of the FB with JSON string.

GetJsonLength

Inherited from T_ALY_JsonPayload

Get the length of the JSON payload.

GetJsonString

Inherited from T_ALY_JsonPayload

Get JSON payload as string.

Development Environment

Target platform

PLC libraries to include

TwinCAT v3.1.4022.25

PC or CX (x64, x86, Arm®)

Tc3_AnalyticsStorageProvider