Hey,
i would like to use a Mach3 compatible Motor Controller with g2core firmware on a Arduino Due with GShield v5.
The Controller wants a PWM signal from 1K to 10KHz.
What i found in Github synthetos/g2/g2core/settings/settings_default.h is
#define P1_PWM_FREQUENCY 100 // in Hz
Can anyone explain what this value means? and to what i have to set here?
And what does the phase values mean?
#define P1_CW_PHASE_LO 0.13
#define P1_CW_PHASE_HI 0.17
Could not find a description in wiki:
https://github.com/synthetos/g2/wiki/Configuring-0.99-Other-Groups
Thanks for your help.
-
This topic was modified 7 years, 11 months ago by hurr1k4ne. Reason: added phase code