Hi all, I need to assign variable each other by using UI-Action as below. For example: I have 2 objects to control: Motor 01 & Motor 02. Each motor has its variable : + Motor 01: M01_Start, M01_Stop, M01_Run; + Motor 02: M02_Start, M02_Stop, M02_Run; And common variables which are assigned to Pop up window when click to each object. Those variable will be assigned to specific motor to control. You can refer to pictures below for understanding. In this case if I click to Motor 01 then I need M01_Start = CMD_Start; M01_Stop = CMD_Stop the same for Motor 02. My question is to how can I assign those variables and then I can only use CMD_Start & CMD_Stop to control all of my objects? I was thinking about WriteDirect() function but it seems only support for one Item & one value. Could you please help to give some ideas for this? UI-Action code is highly appreciated. Thank you and hope to get your feedback soon. Regards!
... View more