Hello Guest it is May 15, 2024, 08:16:15 PM

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 - Klaus1311

81
Hi Gaston

- you could create a macro e. g. m800.m1s containing:

setuserled(1200,0)

and put that macro to your init string in general config.

- I'm not sure, this helps, but tab value can be set in Options -> Settings -> Editor Settings -> Tabulator.

Klaus



82
Hi

I've added a sample (ToggleButtonColor) on my website, which changes the color of a button, depending on the toggle state.

Klaus

83
Machscreen Screen Designer / Re: Assign Led to step value
« on: September 13, 2017, 03:55:13 PM »
Hi Rich,

I thought the task was selecting one increment out of 5 (specified in config) by hitting a button and light up the according LED. OK, however, thats what my sample is doing.


Klaus

84
Machscreen Screen Designer / Re: Assign Led to step value
« on: September 13, 2017, 10:37:26 AM »
Hi,

I don't understand what you are trying to say. Could you please put your question on other words.

Klaus

85
Machscreen Screen Designer / Re: Assign Led to step value
« on: September 11, 2017, 01:15:50 PM »
if you download the samples from my website, doublecliick that file. This will put the sample files into the mach directory. Copy and paste the sample screenset to your screenset page and adapt it to your needs.

Klaus

86
Machscreen Screen Designer / Re: Assign Led to step value
« on: September 11, 2017, 05:17:01 AM »
I added 2 samples to my sample list. One of it shows how to set the jog width using a button. You can download it from my website under:
Program Downloads -> Script samples.

Klaus

87
Machscreen Screen Designer / Re: Assign Led to step value
« on: September 10, 2017, 05:40:03 AM »
Hi Roberto,

assign Funktion "Jog mode Incr LED" (OEM-Code = 15). If you look at page 50 of the standard screen set you'll see a sample.

Klaus

88
Finished Plugins for Download / Re: MAch3 Camera plugin V3
« on: July 19, 2017, 03:53:45 AM »
Hi

I released  a  new Version = V3.08
fixes and changes:

a user reported a jerky movement while jogging and the camera plugin activ, fixed.
checkbox "Terminate Plugin after Offsetting" added.


Klaus


89
Finished Plugins for Download / Re: MAch3 Camera plugin V3
« on: July 12, 2017, 04:15:54 AM »
Hi Brian,

at the moment I don't plan to make a Mach4 cameraplugin. To be honest, I don't even know how a Mach4 plugin is look like.


Klaus

90
Finished Plugins for Download / MAch3 Camera plugin V3
« on: July 10, 2017, 04:46:43 AM »
Hi

I added some new features to my camera plugin V3.

The settings for these feature have to be done in the Config Dialog.

1) a button "Move Offset" can optionally be set on the main window
2) "Set DRO to 0 at plugin termination".  If "Move Offset" is clicked and that checkbox is set, the plugin sets the X and Y DRO's to 0 when the plugin is terminated.
3) "Set DRO to 0 after offsetting". If "Move Offset" is clicked and that Checkbox is set, the plugin sets the X and Y DRO's to 0 when endposition is reached. This function is only available on machines controlled by the LPT interface, since tests have shown, that some motion controllers overwrite the DRO's.

Klaus