Hello Guest it is April 25, 2024, 05:46:12 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

511
VB and the development of wizards / Re: autotoolzero
« on: February 27, 2021, 11:45:03 AM »
pls put this code at the beginning of your macro:

Code: [Select]
'probe already active ?
If GetOEMLed(825) Then
DoOEMButton(1003)
MsgBox "probe input activ",vbOK + vbCritical ,"error !"
End If

if a box with "probe input activ" is comming up you have to check your probe Input/wiring

512
General Mach Discussion / Re: zero setting changes after running program
« on: February 27, 2021, 11:25:10 AM »
.066 is known to be faulty

513
General Mach Discussion / Re: zero setting changes after running program
« on: February 27, 2021, 10:45:32 AM »
this: https://warp9td.com/files/Software/Mach3/Mach3Version3.043_2018.exe

will also work with parallel post. make a backup of your existing Mach3 Folder.

514
VB and the development of wizards / Re: autotoolzero
« on: February 27, 2021, 10:41:56 AM »
Change:
Code: [Select]
  Code "G90 G31 Z-4. F4" 'probing move, can set the feed rate here as well as how far to move
to:
Code: [Select]
  Code "G91 G31 Z-4. F4" 'probing move, can set the feed rate here as well as how far to move

515
General Mach Discussion / Re: zero setting changes after running program
« on: February 27, 2021, 09:42:22 AM »
i would not run Ver .066

try a earlier Version

Here's the link: https://warp9td.com/index.php/sw/software-mach#MachThree

516
G-Code, CAD, and CAM discussions / Re: UC100 G02 will not work
« on: February 27, 2021, 02:06:25 AM »
Config -> General Config -> I/J Mode Abs/Inc ?

517
General Mach Discussion / Re: New computer
« on: February 26, 2021, 10:31:46 AM »
TPS.. i have windows 10 pro 64bits
have you loaded the plugin for UTH300?
and do you get Connection to board?


518
General Mach Discussion / Re: New computer
« on: February 26, 2021, 08:35:11 AM »
but your new Computer is no 64bit System and you are using parallel port?

519
VB and the development of wizards / Re: Autozerotool
« on: February 26, 2021, 08:33:57 AM »
but your new drive will drive 4" if youd do G91 Z-4 f10 for example in MDI Input

520
General Mach Discussion / Re: Mach3, Opt Laser 5W and Aspire
« on: February 26, 2021, 08:30:20 AM »
TPS - thank you for an explanation about Mach 3 and how it works precisely.

Enable inputs are used to switch on and off the laser work, so they are kind of emergency signals, they are not as FAST as PWM input.
For example, they can be connected to a general signal connected with "I will soon use a laser" or "Laser is safe to use now" but these inputs are not direct modulation inputs.

I asked Allan to use Program 0 so this way Enable inputs states are not taken under the consideration.

Could you confirm that you would like to use two independent inputs, one to set the power level with a constant signal and second to switch it on and of?
It is possible but probably this will work well with ANalog input and one of the Enables input.

Instead of using M10 and M11 maybe we can just use the M3 S0-255 command to switch on the laser and M3 S0 to switch it off?
This way using one signal without any of the Enable inputs.

so that actually means, only the external board solution would work, what still not explains why we were not
able to get the enable Input working at all.