T_ALY_SPDataStorageInfo

Syntax
Definition:
FUNCTION_BLOCK T_ALY_SPDataStorageInfo EXTENDS T_ALY_JsonPayload
VAR_OUTPUT
stStorage : T_ALY_SPStorageInfo;
eStatus : E_StorageState;
sStatusMessage : STRING(255);
END_VAR
Outputs
Name | Type | Description |
---|---|---|
stStorage | Detailed Storage information | |
eStatus | Status of the Storage | |
sStatusMessage | STRING(255) | Storage status message |
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 |