Write job control
This module indicates the state of the job processing when saving data records of all recorder.
Every time on saving (bStore input on recorder function block is High) a recorder passes the job to the job handler. The Job Handler will stored the respective data sets (of all recorder) in the appropriate file (according to the FIFO -principle).
If the input “bReset" is set, the complete job handler will reset. Not yet data stored will be lost in this case!
Parametrization
None
Signals
Name | I/O | Type(s) | Function |
---|---|---|---|
bReset | I | BIT | Reset |
Added | O | LONG | Number of remaining Jobs |
Done | O | LONG | Number of completed Jobs |
JEFile | O | LONG | File not found |
JEOpen | O | LONG | File can’t be opened |
JEWrite | O | LONG | Values can’t be written |