Hello Guest it is June 15, 2024, 06:35:30 PM

Author Topic: input/output in plug in  (Read 8930 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.