Machsupport Forum
Mach Discussion => VB and the development of wizards => Topic started by: crob09 on May 01, 2012, 09:27:37 PM
-
Hi Everyone, just wondering if I can use VB to read the high and low signals sent from Mach3.
Also wondering if Mach3 has an API for VB 2010.
Thanks for the help and time.
-
Not sure hat you are wanting to do but YES you can read the state of the I/O as to active(true) or inactive(false)
(;-) TP
-
How?
-
to read inputs look here:
http://www.machsupport.com/docs/Mach3_V3.x_Macro_Prog_Ref.pdf
page 41.
Tom
-
for API call's look here:
http://www.machsupport.com/docs/VBScript_Commands.pdf
page 13
Tom
-
Great thanks.