Hello Guest it is March 28, 2024, 10:08:57 AM

Author Topic: output 3 oem codes?  (Read 5579 times)

0 Members and 1 Guest are viewing this topic.

Offline comet

*
  •  336 336
    • View Profile
Re: output 3 oem codes?
« Reply #10 on: February 06, 2013, 05:29:16 PM »
OK but what about activating output 4?

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: output 3 oem codes?
« Reply #11 on: February 06, 2013, 05:33:57 PM »
Same thing, just the code in the button would be for output 4 LED so

If GetOemLED(77) Then
DeactivateSignal(OutPut4)
Else
ActivateSignal(OutPut4)
End If

Hood

Offline comet

*
  •  336 336
    • View Profile
Re: output 3 oem codes?
« Reply #12 on: February 06, 2013, 05:38:01 PM »
is that a toggle on off?

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: output 3 oem codes?
« Reply #13 on: February 06, 2013, 05:39:43 PM »
yes

Offline comet

*
  •  336 336
    • View Profile
Re: output 3 oem codes?
« Reply #14 on: February 06, 2013, 05:43:16 PM »
great got it thanks for your help