adding connection to multistate pb

Tryingtolearn

Member
Join Date
Jul 2020
Location
south australia
Posts
13
hi i am trying to use a multistate pb for forward and reverse in ftview 12 but cannot work out how to add both connections to the multistate please help me.
Thanks in advance
 
Never liked the multistate button personally.

There is just one tag connection associated with this button. Typically, this would be an integer type tag (SINT/INT/SINT).

You would configure each state to set that tag to a specific value. The values you choose are up to you.

I could set the first state (State 0) with a value of 1 and have a caption "Forward". Then have the next state with a value of 0 and a caption of "Off". Then for the next state have a value of 2 with a caption of "Reverse.

I would add another state with a value of 0 and the caption of "Off". You will get a warning having two states with the same value. But we do want this.

That way pressing the button it would go Off, FWD, Off, REV, Off, FWD, Off, REV, ...etc. Without that, it would go Off, FWD, REV, Off, FWD, REV, ...etc. This is because once it reaches the last state, it cycles back to the first state. So, just a suggestion.

Then in your PLC logic, examine that tag. When it has a value of one, trigger your forward state. When it has a two, trigger reverse. And if it is zero, stop.

If all you want is to select between Forward and Reverse with no Off setting, just use a Maintained push button.

OG
 

Similar Topics

Hello all! So I have one project with a S7-1214 and a MTP1500 "Project1" and one project with another S7-1214 "Project2". Both of these PLC:s need...
Replies
6
Views
168
Hello. Looking to add an unspecified TCP Connection to a CPU317, but the system is telling me "no corresponding CP exists at current location."...
Replies
4
Views
4,646
Hi, I need help adding a new interlock switch to an existing circuit. I have never done on the existing circuit. I did set it up on the...
Replies
6
Views
290
Hi all I’m looking at adding a RFID card reader to comfort panel pro , how do you set the rfid up can you connect to existing users and password...
Replies
0
Views
100
Hi Everyone, Currently we have three plants running with Controllogix PLCs (L72, L73, L74). In each of these plants we have 2 FTView SE...
Replies
0
Views
126
Back
Top Bottom