Today I was asked if it is possible to recover a VTZ (compiled touchpanel layout) from a physical panel and use it on a replacement panel. In this particular case, they want to take the layout off a TST-902 panel and use it on a new TSW-760 that is being installed. The client doesn't have … Continue reading Short Take: Recover a VTZ
Category: short take
Short Take: Button Presses
I've been working on rewriting our Standard UI in SIMPL# Pro and have tried a couple different approaches to map button presses to program logic. I figured a short post about what I've been exploring might be helpful. Button presses are treated much like any other device signal change: User presses a button on touchpanelBooleanOutputs[sig] … Continue reading Short Take: Button Presses