foxfly wrote:I have 4 ports then there are 4 pins number 14-16-17.
In the macro I have to use all the outputs but I have to specify the related port.
You are getting confused between port + pins and outputs.
Mach3 macros use OUTPUTS.
in Mach3 you define the ports and pins as OUTPUTS in the configuration tab.
whichever ports and pins you define as whichever corresponding outputs those numbers (i.e. OUTPUT1, OUTPUT2..... OUTPUT14) is what you toggle in your macro.
Read Gerrys post earlier.
ger21 wrote:I just told you. Go to Config > Ports and Pins > Output pins, and assign a port and pin number to Output14. Then you can use Activatesignal(OUTPUT14).