Hello Guest it is March 28, 2024, 06:50:34 AM

Author Topic: Constants Definitions  (Read 3064 times)

0 Members and 1 Guest are viewing this topic.

Constants Definitions
« 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.