Hello Guest it is April 19, 2024, 01:29:07 PM

Author Topic: VarCheck Diagnostic permanent on screen???  (Read 3944 times)

0 Members and 1 Guest are viewing this topic.

VarCheck Diagnostic permanent on screen???
« 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 !
Re: VarCheck Diagnostic permanent on screen???
« Reply #1 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))
Re: VarCheck Diagnostic permanent on screen???
« Reply #2 on: February 19, 2016, 02:15:31 PM »
Good job !
Nice work.
Russ