Hello Guest it is April 16, 2024, 01:51:33 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jcmoras82

Pages: 1
1
Machscreen Screen Designer / Re: VarCheck Diagnostic permanent on screen???
« 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))

2
Machscreen Screen Designer / 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 !

3
Thanks It's work OK !

4
Screen designer tips and tutorials / Button to assign value to a variable
« on: February 18, 2016, 03:11:34 PM »
hi i'm using mach 3 and I need to make some changes to my screen to assign a value to one variable on my GCODE instead of editing the value of the variable directly in the GCODE.
I was thinking to put un DRO and then on button thats take that value and set it to the variable [ with Setvar()]

Can anyone help me with the code??? ( i don't know how to get the data of the DRO and then properly assign the value to the variable)

thanks !

Pages: 1