toggle switching N bits -E700 v5

a11anjones

Member
Join Date
May 2009
Location
oswestry
Posts
17
Hi, I have a project in work to programme an E700 hmi. I have done the brunt of it although I am trying to create a switch on the hmi that will toggle between to N bits on the slc 500 plc. ie I want to tag a toggle switch on the hmi to witch either N7:0/2 or N7:0/3 for hand / auto control of 1 switch. Does anybody know if this is possible, I know how to do it to toggle 1 switch but do not know how to do 2. I spoke to someone from LC automation today and they have said that there is no way of doing it on my E700 v5, although I think this should be a standard utility on a hmi?;)
 
Hi, I have a project in work to programme an E700 hmi. I have done the brunt of it although I am trying to create a switch on the hmi that will toggle between to N bits on the slc 500 plc. ie I want to tag a toggle switch on the hmi to witch either N7:0/2 or N7:0/3 for hand / auto control of 1 switch. Does anybody know if this is possible, I know how to do it to toggle 1 switch but do not know how to do 2. I spoke to someone from LC automation today and they have said that there is no way of doing it on my E700 v5, although I think this should be a standard utility on a hmi?;)

If I understand correctly, you want to have one button on the HMI, toggle between two bits in the PLC. I'm not familiar with that HMI but ,assuming that you don't have a condition where both are off, set up an internal bit (B3/?) in the PLC mapped to the HMI button which you said you could use to toggle one bit.

Insert two lines in the PLC

B3/? N7:0/2
---|/|--------()--
B3/? N7:0/3
---| |--------()--



-MUR
 
never heard of LC automation but they don't seem to know much. E700 is Beijer product.
Check EVENT for button/function key. It can be set to toggle (among other things).
 

Similar Topics

Hi, I'm just looking for a simple way to make a button in excel (via VBA I presume) to toggle a bit in RSLogix 5000. I just got FactoyTalkLinx...
Replies
9
Views
546
Hello good people! Attached is a very simplified version of a Zelio program containing what I am trying to do but it carries the same problem as...
Replies
8
Views
1,268
EDIT: I suppose i should mention, RSLogix 500 V8.40, SLC 5/04 (1747-L542C) Is there is a way to use the FFL instruction in a way that doesn't...
Replies
4
Views
864
I am trying to achieve a set/reset or toggle function withthe same input. Example: Push a button once, the motor or pump starts, push the same...
Replies
33
Views
8,165
I don't have any prior experience with MicroLogix so the Communication Toggle Button is new to me. We currently have a few MicroLogix that are...
Replies
4
Views
2,223
Back
Top Bottom