BeckhoffTrainTrigger¶
Commands¶
Key | Displayed Name | Description | Alias | Access Level | Allowed States |
---|---|---|---|---|---|
clearBuffer | Clear Buffer | Deletes all
entries of buffer
|
CClearBuffer | USER |
Properties¶
Key | Displayed Name | Description | Alias | Type | Access Level | Access Mode | Allowed States |
---|---|---|---|---|---|---|---|
bufferCapacity | Buffer Capacity | The capacity of the internal buffer storing
the trainIDs of the softdevice (the number of
trainIDs that fit into the buffer)
|
ABufferCapacity | UInt32 | EXPERT | READONLY | |
bufferLevel | Buffer Level | Number of trainID’s currently stored in the
internal buffer
|
ABufferLevel | UInt32 | EXPERT | READONLY | |
trainIdToAppend | Append TrainId | Takes a trainID and appends it at the end
of the internal buffer
|
AWriteTrainId | UInt32 | USER | RECONFIGURABLE | |
operationMode | Operation Mode | Defines the mode of softdevice operation
|
AOpMode | String | USER | RECONFIGURABLE | |
triggerDelay | Trigger Delay | Delay in milliseconds until the actual
trigger will be set after it trips.
Can be used in buffer mode and modulo mode
|
ATriggerDelay | UInt32 | USER | RECONFIGURABLE | |
triggerDuration | Trigger Duration | the time in milliseconds the triggers
stays on after tripping
|
ATriggerDuration | UInt32 | USER | RECONFIGURABLE | |
moduloDivisor | Modulo Divisor | The divisor of the modulo operation
in modulo mode
|
AModuloDivisor | UInt32 | USER | RECONFIGURABLE | |
moduloRemainder | Modulo Remainder | The remainder of the modulo operation in modulo
mode. The action occurs when the remainder of
‘AModuloDivisor’ is equal to ‘AModuloRemainder’
|
AModuloRemainder | UInt32 | USER | RECONFIGURABLE |