Overview:.
Details: |
Resource Set:
| Standard 00:00:00:00:00:00:00:00-0 |
Index:
| 10 |
Headerfile:
| snvt_rq.h |
RQ_NUL | -1 | Invalid Value. |
RQ_NORMAL | 0 | Enable object and remove override. |
RQ_DISABLED | 1 | Disable object. |
RQ_UPDATE_STATUS | 2 | Report object status. |
RQ_SELF_TEST | 3 | Perform object self-test. |
RQ_UPDATE_ALARM | 4 | Update alarm status. |
RQ_REPORT_MASK | 5 | Report status bit mask. |
RQ_OVERRIDE | 6 | Override object. |
RQ_ENABLE | 7 | Enable object. |
RQ_RMV_OVERRIDE | 8 | Remove object override. |
RQ_CLEAR_STATUS | 9 | Clear object status. |
RQ_CLEAR_ALARM | 10 | Clear object alarm. |
RQ_ALARM_NOTIFY_ENABLED | 11 | Enable alarm notification. |
RQ_ALARM_NOTIFY_DISABLED | 12 | Disable alarm notification. |
RQ_MANUAL_CTRL | 13 | Enable object for manual control. |
RQ_REMOTE_CTRL | 14 | Enable object for remote control. |
RQ_PROGRAM | 15 | Enable programming of special configuration properties. |
RQ_CLEAR_RESET | 16 | Clear reset-complete flag (reset_complete) |
RQ_RESET | 17 | Execute reset-sequence of object. |
RQ_CLEAR_LOG | 18 | Clear data log. |
RQ_LOAD_PROGRAM | 19 | Load the program specified in SCPTprogSelect. |
RQ_RUN_PROGRAM | 20 | Run the currently loaded program. If the program was halted manually, this will resume running from the point is was halted. |
RQ_HALT_PROGRAM | 21 | Halt the currently loaded program. This will preserve the program state and a subsequent Run command will resume the program from where it was halted. |
RQ_RESTART_PROGRAM | 22 | Restart the currently loaded program from the beginning. |
RQ_UNLOAD_PROGRAM | 23 | Unload the currently loaded program. |
RQ_STEP_PROGRAM | 24 |
Executes the next logical operation (line, statement, instruction, logic block, etc.) of the currently loaded program. The program state must be "idle" or "halted" to accept this command, otherwise it will be ignored. The program returns to "halted" state after execution of this command.
|
Used by:
| SCPTprogCmdHistory SNVT_obj_request |