Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hi,
i want to write the plc tag value from thingworx to kepserver using button widget. I have added the properties of tag, tested by changing value 0 or 1, in kepserver the tag value is changing. But when i tried with button widget, no success, I dont know how to bind the button widget output to remote thing properties? or should i need service to write the value?
Thingworx 9.3
PLC s7-1200
KepseverEX
is used.
Solved! Go to Solution.
Hi @JSPM ,
Based on Button's clicked event you can execute "Expression" with Output of Boolean as true/false to set property value in RemoteThing. Otherwise you can also check with other widget of "CheckBox" or "Toggle Button" for boolean state outputs.
Thanks & Regards,
Arun C
Hi @JSPM ,
Based on Button's clicked event you can execute "Expression" with Output of Boolean as true/false to set property value in RemoteThing. Otherwise you can also check with other widget of "CheckBox" or "Toggle Button" for boolean state outputs.
Thanks & Regards,
Arun C