Hello Guest it is March 19, 2024, 04:58:36 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

1671
VB and the development of wizards / Re: 4 Way Lathe ATC Macro
« on: August 14, 2018, 08:53:33 AM »
Looks like you whant to wait until PLC has changed tool, and reports it in OEMDro(2001) ?

if so you have to use something like this




While newtoolNumber <> TurretTool
    TurretTool = getoemdro(2001)
    Sleep(100)

WEND

1672
General Mach Discussion / Re: Best Screenset for Mach3?
« on: August 09, 2018, 12:48:29 PM »
simular question: what is the best Color for a car to buy!?

1673
text = userlabelXX

1674
you have to use in Screen a Label with description Userlabel10 (just an example).


in VBScript you have to set userlabel like:

myString="hello world"

SetUserLabel(10, myString)

1675
General Mach Discussion / Re: Spindle On and Off- Please help
« on: July 26, 2018, 03:08:53 AM »
if you tell us witch BOB you are using, and what is cobbected on the BOB,
someone may be able to help.

1676
CS-Lab / Re: CSMIO IP/M - No connection / Problem with IP Adress?
« on: July 09, 2018, 04:33:25 AM »
have you checked CSMIO webside for the actual verstion? actual version is 3.016 or so.

1677
Modbus / Re: Mach 3 Modbus TCP with Siemens Logo!8
« on: June 30, 2018, 03:55:15 AM »
Hello Manfred,

you will also have to do some Brain in Mach to write to the modbus.

Thomas

1678
General Mach Discussion / Re: Mach3 looks weird and torch won't fire
« on: June 20, 2018, 07:11:38 AM »
you can try to test the Torch On by entering a M3 command to the MDI line.
if it does not fire check your M3 macro in c:\Mach\macros\ your Profile Name.
it should have a DoSpinCW() command inside.
also check the M5 macro for containing a DoSpinStop()

1679
I will try it first thing tomorrow (Irish time!)

nearly the same as Bavarian Time ;)

1680
Config -> General Config

Motion Mode
Constant Velocity ?
Exact Stop ?