Author Topic: Writing Single Digital Output  (Read 6007 times)

Joel Moore

  • Full Member
  • Posts: 128
    • View Profile
Writing Single Digital Output
« on: May 11, 2004, 05:24:54 AM »
I noticed there is a potential issue with the Write Outputs command "WO" when using Host Communications.  If any outputs are supposed to be controlled locally by the PLC then sending a "WO" command can override that control.  One example where this is a problem is when using a stepper motor.  The direction output gets "confused".

So am I right in determining that the only way to remotely control individual outputs rather than entire banks is to use the MODBUS protocol?  
« Last Edit: May 26, 2004, 08:14:36 AM by support »

support

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3171
    • View Profile
    • Internet Programmable PLCs
Re:Writing Single Digital Output
« Reply #1 on: May 11, 2004, 10:01:10 AM »
On T100MD+ PLC with firmware version r47, we are supporting a new command "Wbnnnnxx" which allows you to turn on any individual I/O bit. These new commands are available in the upcoming T100MD+ User Manual to be printed soon.  A soft copy can be downloaded from:

http://www.tri-plc.com/T100MD-UM.PDF

Check page 4-16 for the description of the "Wbnnnnxx" command. You can also use OMRON host link commands for reading/writing of multiple I/O registers or Data memory. These are mentioned in page 4-20.
« Last Edit: May 26, 2004, 08:16:10 AM by support »
Email: support@triplc.com
Tel: 1-877-TRI-PLCS

Joel Moore

  • Full Member
  • Posts: 128
    • View Profile
Re: Writing Single Digital Output
« Reply #2 on: May 11, 2004, 11:30:55 AM »
How timely  ;D   And it looks like I'm running r47.

Thanks.
« Last Edit: May 26, 2004, 08:16:30 AM by support »