Hello Guest it is March 19, 2024, 05:54:47 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 - TPS

1151
General Mach Discussion / Re: plasma on off
« on: July 19, 2019, 02:19:36 AM »
Hi TPS,
does Mach3 have an out-of-band axis/axes?

NO, out of my kowlege.

If more than one "analog" Output is needed, you have to use a external Motion Controller witch supports analog Outputs.

on a CSMIO (surprise surprise), you can set analog Output value easy via Basic script.


1152
VB and the development of wizards / Re: vb script tutorial help
« on: July 19, 2019, 02:12:29 AM »
setvar(100,Getvar(101)+3)
Code "M99"


1153
Mach3 under Vista / Re: problem with plasma cutter touch off control.
« on: July 17, 2019, 01:13:02 PM »
Show us your code, and we will see.

1154
General Mach Discussion / Re: plasma on off
« on: July 17, 2019, 01:07:56 PM »
IMHO the only Chance you have (without using a Motion Controller witch supports analog outouts), is to use a PWM Signal,
and use M3 Ssomething (use the spindle Speed) for manipulating the PWM Signal.

1155
General Mach Discussion / Re: Touch Plate Problem
« on: July 14, 2019, 12:41:29 PM »
thank you MN300, i missed the NPN

1156
General Mach Discussion / Re: Touch Plate Problem
« on: July 14, 2019, 04:18:10 AM »
"uxcell 4mm Inductive Proximity Sensor Switch Detector NPN NC DC 5-30V 200mA 3-Wire SN04-N2"
it is a normaly Close type i think, they can be wirde in series (mostly), you can try noting will be destroyed

1st Limit
Brown - power supply +
Blue - power supply -
Black - 2nd Limit Brown

2nd Limit
Brown - 1st Limit Black
Blue - power supply -
Black - Input pin




1157
General Mach Discussion / Re: Touch Plate Problem
« on: July 13, 2019, 11:46:49 AM »
you can wire your Limit Switches in series so that you get one pin free.

have a look here:

https://www.machsupport.com/wp-content/uploads/2013/02/Mach3Mill_1.84.pdf

chapter 4.6

1158
German / Re: Bauteil ausrichten
« on: July 13, 2019, 11:39:39 AM »
Nein das liegt nicht an den Macros, das liegt an dem Screenset.

Ich haben mal ein Liste angefügt, welche Schnellzugriffstasten bei Deinem Screenset was machen.

Gruß Tom

1159
German / Re: Bauteil ausrichten
« on: July 13, 2019, 06:54:33 AM »
nein, nach wie vor alle drei Funktionen

TouchG()
WaitforMove()
Probe()

in einer Datei (Probefunktionen), nur eben die alte TouchG() durch die neue ersetzen.

1160
German / Re: Bauteil ausrichten
« on: July 13, 2019, 06:36:01 AM »
Hast Du die Funktion WaitforMove() versehentlich gelöscht?