T_ALY_SPInstance_Desc
Syntax
Definition:
FUNCTION_BLOCK T_ALY_SPInstance_Desc EXTENDS T_ALY_JsonPayload
VAR_OUTPUT
dtTimestamp : DATE_AND_TIME;
bOnline : BOOL;
sName : STRING;
sVersion : STRING;
stInfo : T_ALY_SPInstanceInfo;
END_VAR
Outputs
Name | Type | Description |
---|---|---|
dtTimestamp | DATE_AND_TIME | Start time of the Storage Provider Service |
bOnline | BOOL | Indicates whether the service is online. |
sName | STRING | IoT Device name "TwinCAT Analytics Storage Provider" |
sVersion | STRING | Version of the Storage Provider |
stInfo | Detailed description of the Storage Provider |
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 |