I have Acorn with 4.62 software & all is working well. I had an old CNC Router upgraded with Cendtriod gear. I wanted to put two commands on the WMPG. At the moment, OUT5 is "RouterVacuumHoldDown" & OUT6 is "DustCollection". All works well from the VCP. Gary Campbell gave me the Macro code below which works, if I change OUT5 to "OUTPUT5" & OUT6 to "OUTPUT6". How can I get BOTH to work. I have attached my "REPORT". I have tried a LARGE number of things, without success. I presume it is quite simple which should be easy for me as I have been called that quite a lot.

IF #50010 ;Prevent lookahead from parsing past here
IF #4201 || #4202 THEN GOTO 1000 ;Skip macro if graphing or searching
N100
IF #60002 THEN GOTO 300 ; the "2" in #60002 is output #2
N200
M62 ;the "2" in 62 is output 2
GOTO 1000
N300
M82 ;the "2" in 82 is output 2
N1000 ; end