T_ALY_SPInstanceInfo
Syntax
Definition:
FUNCTION_BLOCK T_ALY_SPInstanceInfo EXTENDS T_ALY_JsonPayload
VAR_OUTPUT
sProviderGuid : GUID;
sServiceType : STRING;
sDataStoreType : STRING(255);
sComment : STRING(255);
sDefaultStorageGuid : GUID;
arrDataStorages : ARRAY [0..49] OF T_ALY_SPDataStorageInfo;
END_VAR
Outputs
Name | Type | Description |
---|---|---|
sProviderGuid | GUID | Individual GUID of a Storage Provider instance |
sServiceType | STRING | Service type |
sDataStoreType | STRING(255) | Storage type |
sComment | STRING(255) | Comment on the Storage Provider instance |
sDefaultStorageGuid | GUID | Storage GUID of the Standard Storage |
arrDataStorages | ARRAY [0..49] OF T_ALY_SPDataStorageInfo | List of configured Storages |
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 |