memioWrite (Function) |
Top Previous Next |
memioWrite gives direct access to 4096 memory I/O locations. The memory I/O is normally only accessed indirectly by assigning variables in the programs VAR_INPUT/VAR_OUTPUT section to different memory locations by using the Job configuration dialog.
Input: index : INT (1..4096) Index number on the memory IO system to write the value in.
value : DINT Value that is to be written to the specified memory location.
Returns: None.
Declaration: FUNCTION memioWrite;
Example: INCLUDE rtcu.inc |