Sorry about this, I' sure it must have been covered but I've done a search and gained some info but am still not sure how to achieve what I want.
I am trying to drive 2 external led's to duplicate the Flood and Mist Led's in Mach 3. The OEM codes are 12 and 13 for these Led's
From another post I've gathered the following Macro will do what I want if I assign Output 8 to an output pin connected to my Flood led.
If GetOEMLED (12) Then
ActivateSignal (Output
End If
Have I got this exactly right? and if so where/how do I enter and save the Macro
Many thanks, I'm nearly there now!