FTV ME One Button, Two Writes.

I don't believe this is possible unless you "stack" two "touch" objects on top of each other and assign them two different CPU tags; this is a guess though since I have never attempted this "trick".
 
:(...Once a terminal key is assigned to an object it is not available anymore...and of course you cannot assign two controller tags to the same object...
I'd do it between the PLCs; they are both networked with the HMI so you could theoretically transfer the HMI written tag to the other controller.
 
In FactorytTalk View ME, the only way to send a value to more than one data source is with a Macro button.

And these aren't 'momentary'; you would have to do one-shot or timed logic in the controllers to set the value back to zero.
 
The answer to that question is no. There can only be one tag address for the button. The best way for a momentary push button I found is a message between the two PLCs
 
Use a macro like Ken suggested to set the tags and call the macro with the button. Put an & in front of the tagnames in the macro to force an immediate write. Reset the bit in the PLC. Remember that writes are asynchronous with the PLC program so buffer accordingly.
 

Similar Topics

Hi all, (This is with FTV SE v12) I am trying to use the Push Button -> Button and I would like to have the same color for the border and the...
Replies
9
Views
1,618
Hi all, (This is with FTV SE v12) I am trying to use the Push Button -> Button and I would like to have the same color for the border and the...
Replies
0
Views
1,087
I’m trying to disable a button after a popup is opened using VBA. It works and the button looks disabled but I can keep clicking the button until...
Replies
5
Views
2,182
I have multiple buttons that are configured to Run Command for Display (navigation). I don't see an indicator field, and am wondering how I can...
Replies
19
Views
6,955
Hello, I am using Factorytalk View SE Ver.9. I want to know how SE client refresh button configure? I want to modify screen without closing the...
Replies
3
Views
5,045
Back
Top Bottom