FT View SE setting a tag value equal to an input

Join Date
Jul 2016
Location
Pennsylvania
Posts
10
You are probably confused on what I actually want from the title, so here's an explanation.

Right now I have 3 objects:
1: current value (read only field) - linked to the tag
2: new value (input field) - not linked to any tag
3: send button

what I'm wondering is, is there a way for me to have the send button send whatever the value of the "new value" input field is?

basically something like an on release action that sends the tag
&Set[PLC]Tag = new value input field?

I'm not sure if this is even possible, any thoughts?

thanks!
 
I don't think you can get there from here with FT View SE, at least not the way you're trying. It would be helpful to know what your motivation is for doing this or give more detail on what you're trying to do.

Are you trying to use only one numeric input field to handle data entry for several tags? If so, you could have the singular numeric input write to a tag in the PLC and then have the "send" button turn on a bit in the PLC. Each unique bit could then move the data in the PLC from the numeric input tag to the appropriate read only tag. Anyway, let us know.
 
Yep. I think that is the way to do it. Then for each input you give them a unique memory tag. Each Send button triggers a specific macro that sets your value.

Set external_tag1 = mem_tag_1

Your numeric input can check that it is between a min and max value or you can include it as part of your set expression. But now they must hit ENTER to write the value to the mem tag.

OG
 
Last edited:

Similar Topics

So I am currently trying to create a data-viewer within FT View. I need the operator to be able to select two different datasets from a list of...
Replies
1
Views
1,280
I've been messing around with trying to find a way to clear all PlantPAx AOI latched alarms via the Alarm Banner or Summary objects. So far, I can...
Replies
2
Views
1,707
Let me start by saying Im totally new to VMWare, but it has now moved out of IT's realm of control and into mine... Our plant runs 5 different...
Replies
11
Views
3,192
Hi, How I do to enter on Terminal Setting with this panel view? From restart? What I do? It don’t work with Factory Talk. I need to upload a...
Replies
3
Views
1,440
Is there a way or how can I set a parameter value in Factory talk ME. Basically, I'm accessing a UDT with #1#2.TagValue and would like to set it...
Replies
1
Views
1,164
Back
Top Bottom