Internet PLC Forum

General => Technical support => Topic started by: Tito on August 15, 2012, 10:06:01 AM

Title: how to monitor changes in input and output in ladder
Post by: Tito 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.
Title: Re:how to monitor changes in input and output in ladder
Post by: support 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.
Title: Re:how to monitor changes in input and output in ladder
Post by: Tito 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.
Title: Re:how to monitor changes in input and output in ladder
Post by: support 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.
Title: Re:how to monitor changes in input and output in ladder
Post by: Tito on August 15, 2012, 11:40:11 PM
Cheers.  ;D