How to write on other values placed after the operators case?
问题 Good afternoon, I am using the switch construction, but I don’t know how to write correctly for other values after the case operators. In the DisplayData code, in the switch construction, I assign a command number to the fields, for example: Vin = cp5.addTextlabel, so that later, when connecting via a com port, display or change the data by sending this command "60",123 in the Vin = cp5.addTextlabel field. Only works in (minutess = cp5.addButton) - 10, (Vin = cp5.addTextlabel) - 60,