Forces the physical state of the specified output word, overriding the logical state decided by the program.
Syntax |
F_OUT_W idx value |
---|---|
idx |
Number of the output word |
value |
Value to force |
Notes |
If you query the state of the outputs (either with an ascii directive or in the R program) you will get the logical state set by RTE, thus NOT the state imposed by this command. RTE maps the first 256 words. If you want to force OUT_W with index >256 you must use the def_io command |
Example
F_OUT_W 100 0xFFFF |