Machsupport Forum

Mach Discussion => Mach Screens => Machscreen Screen Designer => Topic started by: jcmoras82 on February 19, 2016, 12:47:02 PM

Title: VarCheck Diagnostic permanent on screen???
Post 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 !
Title: Re: VarCheck Diagnostic permanent on screen???
Post by: jcmoras82 on February 19, 2016, 02:04:36 PM
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))
Title: Re: VarCheck Diagnostic permanent on screen???
Post by: Overloaded on February 19, 2016, 02:15:31 PM
Good job !
Nice work.
Russ