PanelView and PLCs inputs

HiPo

Member
Join Date
Aug 2015
Location
Aarhus
Posts
3
Hello,

I am working with a PLC MicroLogic 1500.
I used a mechanical switch (ON/OFF) to start/stop measurements by using Input I:0/0. It works fine.

Now I am using a C300 PanelView and will replace that switch with Function keys:
F2 = start measurements and F3 = stop measurements
Both F2 and F3 are Maintained Push buttons.

Tags: InputA: Boolean, address: I:0/0
Connections: Write Tag: Input A and Indicator Tag: InputA
How can I set 1 to I:0/0 by pressing F2 and set 0 to I:0/0 by pressing F3?

Best Regards
 
I don't believe you can. While your PanelView may be able to write to that bit, the normal I/O service will quickly overwrite it with the status of the input terminal.

Better to have the PanelView write to a B3 bit and put an XIC instruction addressed to that bit in parallel with the current XIC usage of I:0/0.
 
What I do in this situation is have the HMI set 2 bits - 1 to bypass the input switch & the other to disable the input switch. You will have to change the HMI PB's to Momentary Set type, or modify the below ladder to compensate for maintained bits.

Capture.jpg
 
Last edited:

Similar Topics

I was looking for reference, and found this thread http://www.plctalk.net/qanda/showthread.php?t=117141&highlight=multiple+plc+panelview about...
Replies
5
Views
3,003
A while back I submitted the following post: I have an application with two PanelView Plus 7 devices with each one talking to its own PLC. The...
Replies
22
Views
12,301
Hey guys, there is a long time that I just read posts here and never write, so it is the time now for that! The company I work for have around 52...
Replies
3
Views
2,256
I have a question about using 1 panelview with 2 PLCs. First my setup: PLC1=SLC 5/05 IP address 192.168.2.100 PanelView= IP address...
Replies
3
Views
3,321
I have been working on this for a while now and I can't seem to get it. I was finally able to view the 1500 on the PanelView under the serial...
Replies
1
Views
97
Back
Top Bottom