text feedback to panels using levels
wengerp
Posts: 29
Hi
I'm sure having read somewhere in this forum about a neat way to provide text feedback to touch panels using levels or address codes or something similar. The idea was to enter several texts on the panel (using TP4 or by programm) and assigning them to level values. One then simply needs to send a new level vlaue to the the panel to show the respective text. Since level values are managed by netlinx itself (meaning they won't be sent if they didn't change) I found this a very effictive way to provide textual feedback to the user. However, I wasn't able to find the thread again. Am I dreaming here?
Thanks for your guidance,
Patrick
I'm sure having read somewhere in this forum about a neat way to provide text feedback to touch panels using levels or address codes or something similar. The idea was to enter several texts on the panel (using TP4 or by programm) and assigning them to level values. One then simply needs to send a new level vlaue to the the panel to show the respective text. Since level values are managed by netlinx itself (meaning they won't be sent if they didn't change) I found this a very effictive way to provide textual feedback to the user. However, I wasn't able to find the thread again. Am I dreaming here?
Thanks for your guidance,
Patrick
0
Comments
You can also use ^GHH and ^GHL (I think those are the commands) to set the bargraph hi-lo range if doing this via code and then set the text per state from an array.
I personally think using multi- states BGs when text is static although multiple possibilties is the proper way to go.
What custom event do you use to determine if a panel has been rebooted?
When a UI comes online:
My custom event:
Sorry for the late response (holiday).
That's exactly the information I was looking for. Thanks a lot for sharing.
Patrick
Gotcha. I thought you meant there was some Custom Event that would notify you when a panel reboots in place of an Online event.