Author Topic: how to monitor changes in input and output in ladder  (Read 6139 times)

Tito

  • Newbie
  • Posts: 48
  • Think
    • View Profile
how to monitor changes in input and output in ladder
« on: August 15, 2012, 10:06:01 AM »
Hi,  I need to monitor the changes in input and output in ladder. At sametime how I force my output to on or close
Please do advice. Thank you.

support

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3171
    • View Profile
    • Internet Programmable PLCs
Re:how to monitor changes in input and output in ladder
« Reply #1 on: August 15, 2012, 01:58:10 PM »
If you go online monitoring you will see the status of the inputs and outputs on both the full screen monitoring screen as well as the ladder program.

You can only force an output on/off by right-clicking on the "output" on the online monitoring screen.
Email: support@triplc.com
Tel: 1-877-TRI-PLCS

Tito

  • Newbie
  • Posts: 48
  • Think
    • View Profile
Re:how to monitor changes in input and output in ladder
« Reply #2 on: August 15, 2012, 07:33:55 PM »
Hi thanks,
My intention is to monitor changes happen in ladder and send command in serial port to notify.

support

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3171
    • View Profile
    • Internet Programmable PLCs
Re:how to monitor changes in input and output in ladder
« Reply #3 on: August 15, 2012, 11:01:58 PM »
You mean to monitor the status of the I/O? YOu can use host link command that you send from the serial port to the PLC. Please refer to Chapter 14 of the PLC User Manual.
Email: support@triplc.com
Tel: 1-877-TRI-PLCS

Tito

  • Newbie
  • Posts: 48
  • Think
    • View Profile
Re:how to monitor changes in input and output in ladder
« Reply #4 on: August 15, 2012, 11:40:11 PM »
Cheers.  ;D