T_ALY_SPRuleEnginePipeline_Cmd

Syntax
Definition:
FUNCTION_BLOCK T_ALY_SPRecordData_Cmd EXTENDS T_ALY_JsonPayload
VAR_INPUT
sRuleEnginePipeline : GUID;
eCmdType : E_PipelineCmdType;
sRecorder : GUID;
sRecorderAlias : T_MaxString;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
sRuleEnginePipeline | GUID | Individual GUID of the RuleEngine pipeline. |
eCmdType | Start or Stop the recording. | |
sRecorder | GUID | Individual GUID of the recorder. |
sRecorderAlias | T_MaxString | Alias name for the recorder. |
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 |