Hello Guest it is May 08, 2024, 11:46:33 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 - TPS

621
Machscreen Screen Designer / Re: [Help] One axis screen
« on: January 19, 2021, 08:45:49 AM »
if you enter the Manual Target press OK does Actual Length go to the given Position?

622
Machscreen Screen Designer / Re: [Help] One axis screen
« on: January 19, 2021, 08:40:41 AM »
i made a simple g-code file for the list i loaded

Code: [Select]
X10
X20
X30
X40

-then i load this list with Load List button
-every time i press the GO button next line is excecuted
-with Reset List i rewind and go back to the begin of list


here everytime i press the Input Target button the simple Keyboard Shows up and after i press
Enter x-axis moves to the Position witch was entered.

i used OEMLed(82) with tells me that single step is turned ON, if not i turn it ON
(DoOEMButton(1004)).
OEMLeds are always updated even if they are not present at actual screen

623
Machscreen Screen Designer / Re: [Help] One axis screen
« on: January 19, 2021, 07:49:48 AM »
made a quick and dirty wizzard

-create the Folder c:\Mach3\Addons\bladestop
-copy the attached file into this Folder
-restart Mach
-use load wizard
-select baldestop
-test

than you can look with screeneditor what i made in the entire buttons

625
General Mach Discussion / Re: 3018 MX3 cnc not working
« on: January 18, 2021, 01:40:33 AM »
how do you indicate that the Software detects the CNC?

626
General Mach Discussion / Re: 3018 MX3 cnc not working
« on: January 17, 2021, 04:27:48 AM »
are you able to reset the e-stop (red blinking Reset button)?

627
German / Re: Getriebestufenwechsel Mach3 / CSMIO IP-A
« on: January 16, 2021, 05:03:48 AM »
Hat das jetzt geklappt?

628
Machscreen Screen Designer / Re: [Help] One axis screen
« on: January 14, 2021, 09:44:14 AM »
you have to Change the DRO Number of yourinput field to 1400

629
Machscreen Screen Designer / Re: [Help] One axis screen
« on: January 14, 2021, 08:11:12 AM »
i assume you are referencing your machine to a limitswitch.
in this case the DRO Number for for Actual Pos is 83 not 86.

for the Manual Input you have to use a free DRO, not 800, because 800 is x-axis workcoord DRO.
the code for your Manual Input Button would then be something like this:
Code: [Select]
Sub Main
call NumericKeyboard(1400)
        Code "G0 X" &GetOEMDro(1400)
End Sub


#Expand <\..\..\macros\yourprofile\numerickeyboard>

make sure you use the correct path for #Expand intruction

to "work" through your loaded list i would set machine into single step  (DoOEMButton(1004)) and
then by each Cycle Start (DoOEMButton(1000)) it should exceute one line.



630
General Mach Discussion / Re: Changing from plasma to mill profile
« on: January 13, 2021, 12:05:27 PM »
you can use from main menu

View -> Load Screens

to load an other screenset