Ok I have it works but only if I click on
the switch, it does not when I use rf. This
is what I have a switch named E1, a macro
named E1 which follows below.
WAIT FOR 2 SECONDS
RUN PROGRAM - C:\ALARM\ALARM.EXE
TURN LIGHT BY DOOR ON
WAIT FOR 5 SECONDS
TURN LIGHT BY DOOR OFF
This is what I see in activity monitor when
I click on the switch icon e1.
0 09/20/2005 9:24:26pm Transmit E1(arm)
1 09/20/2005 9:24:27pm Transmit E On(arm)
2 09/20/2005 9:24:34pm Transmit C On(light)
3 09/20/2005 9:24:34pm Transmit C3(light)
4 09/20/2005 9:24:35pm Transmit C Off light
And my program runs!
When I hit the E1 key on my rf remote I get
this...
00 09/20/2005 9:31:55pm Receive RF E1 On
01 09/20/2005 9:31:56pm Receive RF E1 On
Nothing else run the macro does flash but
no program runs or does the light c3 turn
on. If I remove the run program command.
Thanks
Tony