FactoryTalk View SE - Button Issue

saeqsae

Member
Join Date
Jul 2019
Location
Concepcion
Posts
45
Hi all, i'm trying to create a button with the option "Set tag to 1 on press and 0 on release" but i want to do the same with 5 tags and just one button.

It's possible? I tried writing "{Tag}AND{Tag}" and "{Tag}||{Tag} and doesn't work

Thank you in advanced

Untitled.png
 
Change your button action to 'Run Command'

Press action
Code:
&Set {TAG1} 1;
&Set {TAG2} 1;

Release action
Code:
&Set {TAG1} 0;
&Set {TAG2} 0;

Might have to fiddle w/ the syntax, that is mostly from memory.
 

Similar Topics

Hello, I'm quite new with using FactoryTalk View Studio. I am currently using FactoryTalk View Studio 13.00 and creating a runtime file for an...
Replies
4
Views
923
Hi Guys, Please, how can I apply FactoryTalk View SE security code on a Button object? I tried 'CurrentUserhasCode' expression with Visibility...
Replies
9
Views
2,168
Hello, I ran into an issue while editing a FactoryTalk View ME application. I have added two buttons to one of the displays and have used the...
Replies
8
Views
3,077
Hello, I have an issue with the latest version of FTView Studio 12.00 where when I select the 3 dot button as is displayed in the photo...
Replies
8
Views
4,037
I am working on someone else's HMI project and the HMI Shutdown Button is not visible in runtime. Even when logged in. When I look at the button...
Replies
6
Views
4,197
Back
Top Bottom