Machsupport Forum

Mach Discussion => VB and the development of wizards => Topic started by: crob09 on May 01, 2012, 09:27:37 PM

Title: Just wondering if I can use VB to read the high and low signals sent from Mach3
Post 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.
Title: Re: Just wondering if I can use VB to read the high and low signals sent from Mach3
Post by: BR549 on May 07, 2012, 10:03:10 AM
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
Title: Re: Just wondering if I can use VB to read the high and low signals sent from Mach3
Post by: crob09 on August 01, 2012, 01:16:00 AM
How?
Title: Re: Just wondering if I can use VB to read the high and low signals sent from Mach3
Post by: TPS on August 01, 2012, 07:10:50 AM
to read inputs look here:

http://www.machsupport.com/docs/Mach3_V3.x_Macro_Prog_Ref.pdf

page 41.

Tom
Title: Re: Just wondering if I can use VB to read the high and low signals sent from Mach3
Post by: TPS on August 01, 2012, 07:12:23 AM
for API call's look here:

http://www.machsupport.com/docs/VBScript_Commands.pdf

page 13

Tom
Title: Re: Just wondering if I can use VB to read the high and low signals sent from Mach3
Post by: crob09 on September 09, 2012, 05:51:42 PM
Great thanks.