Font size:
Scanning Operation
Operating Modes and States
The SoftPLC runtime engine is always in one of the following states, called Operating Modes.
Mode | Description |
---|---|
Program or Remote Program | Logic is not being solved and the outputs are in an idle state. Normally idle state means "turned off or zeroed". |
Run or Remote Run | Logic is being solved and the outputs are active and under the control of the logic program. They are not idle. The logic program makes its decisions based on the current state of each input, all of which are actively scanned. |
Test or Remote Test | Logic is being solved but the outputs are idle. The logic program makes its decisions based on the current state of each input, all of which are actively scanned. |
Faulted | Logic is not being solved and the outputs are idle. This mode is entered automatically if you have an error in your program or in one of your driver configurations. |