Multiple writing push burtton
Dear all,
In 800xA, PG2, how to make one push button to write to a multiple targets - e.g. when pressed, to write 1 to a different variables in different controllers?
In 800xA, PG2, how to make one push button to write to a multiple targets - e.g. when pressed, to write 1 to a different variables in different controllers?
Voted best answer
Solved with ExtendedWrite property of the PushButton and the following syntax:
BatchWrite(WriteEntry(Target1, True), WriteEntry(Target2, True))
Congratulations for the PG2 and the good help !
BatchWrite(WriteEntry(Target1, True), WriteEntry(Target2, True))
Congratulations for the PG2 and the good help !
Source: PG2 help
Add new comment