Hello Guest it is March 28, 2024, 11:54:27 AM

Author Topic: input/output in plug in  (Read 4288 times)

0 Members and 1 Guest are viewing this topic.

input/output in plug in
« 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.