Machsupport Forum
Mach Discussion => Mach Screens => Machscreen Screen Designer => Topic started by: jcmoras82 on February 19, 2016, 12:47:02 PM
-
I always work with the VarCheckdiagnostic open, because I use variables on my Gcode. It is possible to insert this Gcode Variable Monitor to my screen with screen designer? I was thinking to put a label(?) that maybe with GetVar() i can print variable values, any ideas??
thanks !
-
I just figured out!:
I add a button that ask for de value and store it, also print that value on a label!
Button Script:
SerVar(1234, Question (" Insert Variable Value"))
SetUserLabel(10,Getvar(1234))
-
Good job !
Nice work.
Russ