iFix pushbutton object

sheppawc

Member
Join Date
Nov 2006
Location
Painted Post, NY
Posts
21
Hello, I am trying to toggle ON & OFF an input bit using iFix v2.20 connected to an SLC500 PLC. I do have a valid connection to RSLinx using the DDE driver. To verify a good communications link I have created a digital input block in iFix and linked it to a rectangle object in my picture. The rectangle object changes color when I force the input bit ON & OFF, so I know that the PLC is communicating with iFix. The problem is that I am unable to turn the input bit ON & OFF by using the pushbutton object in iFix. Can some one please give me a step-by-step procedure on how to code a pushbutton and what digital output block parameters to use. Thank you
 
I don't think you can directly access input or outputs in Ifix. You deffinately can't turn on an input because it is a physical device. Try using IFIX to toggel the state of a bit eg b3:0/0

then use b3:0/0 to turn on an output or just watch it change state.

Remember that what you see in rslogix 500 as far as inputs is a representation (image table) of the state of the real device. Turning an input on wont do anything since the software will turn it back off immediately to reflect the real world state of the input.

It's late, hope that makes sense.

Marc
 
Thanks Marc, I remmembered, after I sent the post that it isn't possible to toggel input & output bits directly. I did exactly what you said and it works great! Thanks for you help and have a nice day.
 

Similar Topics

Dear all, I am beginer in ifix hmi programming. I have 2 ifix 6.0 pc with license FiX and client.. Can some one tell me how to configure sample...
Replies
0
Views
146
Hello, I have to deal with iFix again and am looking at the most efficient way to create alarms to display in iFix, i.e. not creating an...
Replies
0
Views
155
Hi everyone. I'm beginner with Ifix. I'm appreciate if you share me some document to understand how to play with Ifix 6.0. By the way, I have some...
Replies
11
Views
700
Hi everyone. Ifix scada is new for me. Please help help me to clarify is it possible to open Ifix scada runtime on dual monitor and how to do? Thanks
Replies
1
Views
440
Hi team! I'm starting some iFIX application migrations and some of them are being developed with the high performance library. Some objects that...
Replies
4
Views
811
Back
Top Bottom