VFD/Laser/Servo Drive headers
-
As I'll be connecting my milling motor (when I eventually get it!) to the VFD/Laser/Servo Drive header of my MB6HC, is it acceptable to refer to that header as "vfd" when setting it up as a milling motor in the M950 line of the config.g file, or should it be part of Out_9 and named accordingly, please?
This is what I mean...
; AMB spindle configuration M950 R0 C"vfd" L0:25000 Q1000 ; create spindle with index 0 M563 P1 S"Spindle 1" R0 ; create tool 1 with spindle 0 and name it "Spindle 1" M453 ; set machine to CNC mode T1 ; select tool 1
For clarification, this is currently REM'd out in the config, as I'm still using my Makita palm router.
MB6HC, RR firmware 3.4.1.
Thank you.
-
@nightowl999 you can use any of "vfd", "laser" and "out9". See https://docs.duet3d.com/Duet3D_hardware/Duet_3_family/Duet_3_Mainboard_6HC_Hardware_Overview#pin-names.
-
Thank you. I hadn't assimilated the PCB Labelwith the Pin Name, but there it is!
Thanks again.