Machsupport Forum

Mach Discussion => Mach SDK plugin questions and answers. => Topic started by: arachid on December 30, 2016, 01:40:08 PM

Title: input/output in plug in
Post by: arachid on December 30, 2016, 01:40:08 PM
Hello, is it posible to read/write pin port in a plug in. I try to make a plug in and i need to read a input port.
similar in a macro:
If IsActive(OEMTRIG17) Then
     ActivateSignal(OUTPUT18)
  End If

but in plug in is active is not a good syntax.