Could you please suggest/Comment on data binding of PLC variable in TcHmi.
I have designed User Control with 10 parameters, and one drop-down with 5 elements.
Which will be better option:
1. Using java script:
Create one User Control and Change the names of parameters and data binding, based on the selection in drop down every time.
2. Directly binding using Create data binding option in TcHmi.
Create User Controls as as many elements in the drop down and create data binding.
I have a application where both the cases are working absolutely fine.
Just wanted to know others experiences in this regard.