I use the smart700 touch screen, I want to do a multi-state display, the working status of the device is displayed in text, for example, the device has 5 working processes, shooting, clamping, mold opening, sol, thimble five actions, on the screen To see the text display of these 5 actions, ask the master, how can we achieve this function (use the Weilun screen to do a good job, give a memory, use multi-state instructions to do each action corresponding to the text display) Incremental Encoder,Linear Scale Encoder,Dual Concentric Rotary Encoder,Dc Servo Motor Encoder Yuheng Optics Co., Ltd.(Changchun) , https://www.yhencoder.com
A: There is a text list in WinccFlexible.
1. Create a new text list for the “Process Flowâ€.
2. Create an INT variable "gylc".
3. Add a button to the interface. In the general properties of the button, the button mode is selected as "Text"; in the text properties, select "Text List"; in the text list, select "Process Flow". The process variable selects the newly created variable "gylc".
Programming in the program: assign a value of 0 to the variable "gylc" during the injection process; assign a value of 1 to the variable "gylc" during the clamping process... then the corresponding button will be displayed when the corresponding operation is performed Text information.
1, button properties
2, text list