Inout
|
sentencesOut
|
SMC_GSentenceQueue
|
The output sentence queue
|
sentencesIn
|
SMC_GSentenceQueue
|
The input sentence queue
|
Input
|
bExecute
|
BOOL
|
While TRUE, the function block is active.
|
bAbort
|
BOOL
|
If TRUE, the current processing of this function block is aborted
|
Output
|
bBusy
|
BOOL
|
TRUE while execution of function block is not finished.
|
bError
|
BOOL
|
TRUE signals that an error has occurred within the function block.
|
ErrorID
|
SMC_ERROR
|
Error identification, SMC_ERROR
|
errorPos
|
SMC_NC_SourcePosition
|
The source-position where an error has been detected.
|
numHits
|
UDINT
|
The number of jump targets found in the buffer. Reset at rising edge of bExecute.
|
numMisses
|
UDINT
|
The number of jump targets not found in the buffer. Reset at rising edge of bExecute.
|