Machsupport Forum

Mach Discussion => VB and the development of wizards => Topic started by: mmab on September 27, 2019, 11:19:31 AM

Title: Constants Definitions
Post by: mmab on September 27, 2019, 11:19:31 AM
Hello,
I am developing a C# app that interfaces with Mach3 trought the API.

I want to activate an output and check an input's state (with ActivateSignal and IsActive) but I can't find where "OUPUT1" and "INPUT1" are defined.

I mean, i have configured them in Mach3 configuration options but i need to know the defines to pass the short value to the functions.

Thank you very much.