T_RecordTimestamps
Syntax
Definition:
FUNCTION_BLOCK T_RecordTimestamps EXTENDS T_ALY_JsonPayload
VAR_OUTPUT
nRecordID : DINT;
sAlias : STRING(255);
nStartTimestamp : LINT;
nEndTimestamp : LINT;
END_VAR
Outputs
Name | Type | Description |
---|---|---|
nRecordID | DINT | Recording number |
sAlias | STRING(255) | Alias name of the recording |
nStartTimestamp | LINT | Start timestamp of the recording |
nEndTimestamp | LINT | End timestamp of the recording |
Methods
Name | Definition location | Description |
---|---|---|
Reset |
| Reset all values inside of the payload FB |
Init_JsonValue | Inherited from T_ALY_JsonPayload | Initialize FB with Json object |
Init_String | Inherited from T_ALY_JsonPayload | Initialize FB with Json string |
GetJsonLength | Inherited from T_ALY_JsonPayload | Get Length of 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 |