| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
The ID of the step, if pre-existing |
integer |
None. |
| Description |
Description of the step |
string |
None. |
| DeviceID |
ID of the Device for this Step |
integer |
None. |
| DelayFromStart |
Time to delay from start in seconds |
integer |
None. |
| TimeToRun |
Time to run in seconds |
integer |
None. |
| SetValue |
Value to set the device to on the Step starting to run |
decimal number |
None. |
| ReturnValue |
Value to return the device to when the Step finishes |
decimal number |
None. |
| MinutePrecision |
Whether or not the Step is in Minute Precision |
boolean |
None. |
| LinkedDeviceID |
OPTIONAL INPUT. For use with LinkCutoffValue. This is the Device ID that this Step will be linked to, for the purposes of automatic cut-off when the linked Device has reached a certain reading, which is specified by LinkCutoffValue. |
integer |
None. |
| LinkCutoffValue |
OPTIONAL INPUT. For use with LinkedDeviceID. This is the value that is connected to LinkedDeviceID. Once it has been read that reading from the linked Device has reached or exceeded this value, the Step will automatically cut-off at the DataNode level. For example, if you have a Valve and want it to automatically turn off when a linked Flow meter has detected a total of 100L has passed through, you would set this to 100. |
decimal number |
None. |
| BatchTotalised |
OPTIONAL INPUT. For use with linked schedules. Flags whether or not the linked schedule will be utilising a batch totaliser |
boolean |
None. |