Hello Guest it is April 25, 2024, 11:05:28 PM

Author Topic: Enable 2 pins via Mcode  (Read 740 times)

0 Members and 1 Guest are viewing this topic.

Enable 2 pins via Mcode
« on: September 12, 2022, 10:39:40 PM »
Im new...dont know what to do!!!
Can someone tell me if its possible to enable 2 Pins (at once) on my BoB
via an M code?
What would the Macro
 VB script look like?...Activatesignal (output 5,6)?
Mach 3
Legacy Woodworking Mavreick 4 x 8

Offline TPS

*
  •  2,505 2,505
    • View Profile
Re: Enable 2 pins via Mcode
« Reply #1 on: September 14, 2022, 07:33:16 AM »
you can only activate OutPuts one by one:

Code: [Select]
Activatesignal (Output5)
Activatesignal (Output6)

maybe your motioncontroller is able to handle it different.
anything is possible, just try to do it.
if you find some mistakes, in my bad bavarian english,they are yours.