intern:json_api

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
intern:json_api [2012/08/17 14:07] cfritzschintern:json_api [2025/06/11 20:35] (current) – external edit 127.0.0.1
Line 61: Line 61:
 ^ Command Name ^ Type ^ Description ^ ^ Command Name ^ Type ^ Description ^
 | q  | submenu  | Access to Process  | | q  | submenu  | Access to Process  |
-| qi  | submenu  | Values of all process input registers +| qi  | submenu  | Flags and values of all process input registers 
-qiX  | WORD  | Value of single process input register  |+| qiv  | submenu  | Values of all process input registers 
 +qivX  | WORD  | Value of single process input register 
 +| qif  | submenu  | Flags of all process input registers 
 +| qifX  | BOOL  | Flag of single process input register  |
 | qs  | WORD  | indicates if the process is running; setting to 1 starts the process; setting to 0 stops the process; 2 indicates an error and is no valid value to be written  | | qs  | WORD  | indicates if the process is running; setting to 1 starts the process; setting to 0 stops the process; 2 indicates an error and is no valid value to be written  |
 | qm  | ENUM:"../Firmware/process.h":ValidationResult_t  | state of the currently loaded process image  | | qm  | ENUM:"../Firmware/process.h":ValidationResult_t  | state of the currently loaded process image  |
-| qo  | submenu  | Values of all process output registers +| qo  | submenu  | Flags and values of all process output registers 
-qoX  | WORD  | Value of single process output register  |+| qov  | submenu  | Values of all process output registers 
 +qovX  | WORD  | Value of single process output register 
 +| qof  | submenu  | Flags of all process output registers 
 +| qofX  | BOOL  | Flag of single process output register  |
 | y  | submenu  | pins; development only!  | | y  | submenu  | pins; development only!  |
 | yX  | submenu  | automatically generated knot number 0  | | yX  | submenu  | automatically generated knot number 0  |
Line 82: Line 88:
 | uv  | submenu  | Values of all GPIO ports  | | uv  | submenu  | Values of all GPIO ports  |
 | uvX  | WORD  | Value of single GPIO port  | | uvX  | WORD  | Value of single GPIO port  |
-