Hello Guest it is April 25, 2024, 03:35:24 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

1431
VB and the development of wizards / Re: how to edit a wizard
« on: January 28, 2019, 09:09:18 AM »
use a screendesigner (like Machscreen), then you can eddit a wizard like a normal screenset.

1432
General Mach Discussion / Re: home switch configuration
« on: January 25, 2019, 08:02:12 AM »
sorry i was on the wrong Train.
i was talking about Endstops, but we at the home Switches.

ok the in diagnostic page the M?Home led'should Show up.

you can jog over These Switches it is no Problem, home Switches will only act if
you do a Referencing of this axis.

1433
General Mach Discussion / Re: home switch configuration
« on: January 25, 2019, 06:53:12 AM »
you can see in diagnosic page the M1++ and M1-- led's changing?
if you only have one limitswitch you have to set Limit++ and Limit-- to the same port/pin.

in Settings page "Override Limits" is off?

1434
Share Your GCode / Re: Wait for signal
« on: January 24, 2019, 02:03:43 PM »
Gcode as used by mach3 or Mach4Hobby does not include conditional statements. with Cypress Enable.
Craig

i am not familar with Mach4 (LUA Scripting),

but i am pretty sure that the is (Mach4Hobby), a posibility to create a macro call M123 or what ever,
witch is waiting for a stupit Input to get "High".

1435
ok,
no idea how you switched from Mach3Mill to Mach3Plasma Profile.
here a small description "how" i would "Switch".

i do not know your profilename, ok let's say it is "MyMach3Mill".

then there should be in "C:\Mach3" (ok whereever you installed Mach3 basicly),
a file like MyMach3Mill.xml.

now make a copy of this file (in the same Folder), and rename it to:
"MyMach3Plasma".xml

ok now the "Mill" Profile is copied to a "Plasma" Profile.

you have probably a shotcut on your Desktop to run the "MyMach3Mill" "Version" of Mach3 ??!

copy this as well,
open properties

there should be something like this to find:

C:\Mach3\Mach3.exe /p MyMach3Mill


Change this to C:\Mach3\Mach3.exe /p MyMach3Plasma


now start this shortcut, (everything should be exact the same like in Mill Profile),

now you can load the Plasma Screenset (View -> Load Screens -> Plasma.set).

and you should a 1 by 1 copy of your Mill Profile.


 








1436
General Mach Discussion / macro on startup/screenset load
« on: January 24, 2019, 05:46:02 AM »
Hi,
i am sure i have read that there is a possibilty of a macrocall on statup or screesetload.
macro has to have a specific Name, and to be at a specific place.

not the Thing with the Initialisation string in General config.

i have searched now for two hours, but cant find it anymore.

maybe someone can remember, seem's i am getting to old. :o

TPS 

1437
FAQs / Re: pc crashes in windows 10
« on: January 24, 2019, 01:59:37 AM »

1439
General Mach Discussion / Re: Control Mach3 via Labview
« on: January 23, 2019, 05:12:48 AM »
Hi,

my knowledge of this Kind for remote control is too less, to be a help.
depending on the "Age" of mach3 i would say it will not work on an
PC witch has an actual Win Version on, but i do not know for sure.

maybe someone else, has more Experience about this.

1440
General Mach Discussion / Re: Control Mach3 via Labview
« on: January 23, 2019, 03:00:41 AM »
Hi,
well then download Mach4.

There is no way you will get a Mach4.dll file if you are fiddling around with Mach3.

I have Mach4Hobby and it has several .dll files in the main Mach4Hobby directory. They are complied so I don't think
they will be of much use to you but they are there...you can have them for free.

Craig

Craig,
however the Mach3 ActiveX Interface was covered in the Mach4.dll, has nothing to do with Mach4 itselve.
if you have a look to the mach3 Folder, there is a mach4.tlb witch is a binary file that stores information
about a COM or DCOM object's properties and methods in a form that is accessible to other applications at runtime.