factorytalk view 3position Selector SW

nmk34

Member
Join Date
Apr 2019
Location
texas
Posts
80
i need to create a 3 position selector switch, Auto, Manual and Sanitation. Can someone layout the steps in creating this task? I saw a thread on this site but could not follow all the different suggestions.

FactoryTalk View ME
 
You can create a 3-position switch using the animation function and 3 Interlock push buttons.
First make a DINT Tag, I named mine POS_SW. Use it for the Animation Tag and the Connection Tag for the Interlock push buttons.

The Switch can be found in the Graphics folder/ Libraries/ Buttons-Industrial.

Right Click on the switch and select Animation, set the animation values as shown below.
3 POS SW.JPG

On the General tab of the Interlock push button set the button's value to 1, 2 or 3.
Interlock PB.JPG

In your PLC you can use the EQU instruction on your DINT to determine the switch's position. (Auto=1, Man=2, Sanitation=3)
 
Last edited:

Similar Topics

Hello all, I'm having trouble opening an application. After clicking open I'm prompted to login and after putting in username & password it...
Replies
0
Views
60
Has anyone found information on using the variable message file? I keep looking for documentation on how to implement the message file name as a...
Replies
0
Views
63
I have two identical machines running similar HMI projects, the only difference is one is done in FactoryTalk View Version 10 and the other is...
Replies
5
Views
227
Hello, I'm using FactoryTalk View ME V10. I created a valve as a global object with multiple parameters and when the object is being used at the...
Replies
2
Views
153
Hello all, I was modifying an HMI in factory talk and went to change a go to display button using the ... to select from a list as I had done...
Replies
4
Views
207
Back
Top Bottom