
Geo Direct PWM Amplifier
Power PMAC3 Drive Setup 38
Key Channel Parameters
The following channel-specific parameters are essential for the proper software setup of the Geo Direct
PWM Drive:
Gate3[i].Chan[j].PwmFreqMult
Initiated by the firmware
Forward path proportional
A Save and a Reset ($$$) is necessary for these parameters to take
effect.
Motor[x].PwmSf is calculated based on the motor and bus voltages
If the Motor Rated Voltage is greater than > Bus Voltage:
Motor[x].PwmSf = 0.9 * 16384
If the Motor Rated Voltage is less than < Bus Voltage:
Motor[x].PwmSf = 0.9 * 16384 * V
Motor
/V
Bus
I2T Settings Example:
GLOBAL ContCurrent = 3; // RMS Continuous Current Limit [Amps] -User Input
GLOBAL PeakCurrent = 9; // RMS Instantaneous Current Limit [Amps] -User Input
GLOBAL MaxADC = 16.26; // =16.26 for 5/10A -User Input, see electrical specs
GLOBAL I2TOnTime = 2; // Time allowed at peak Current [sec] -User Input
Motor[1].MaxDac = (PeakCurrent / MaxADC) * 32767 * COSD(30)
Motor[1].I2tSet = (ContCurrent / MaxADC) * 32767 * COSD(30)
Motor[1].I2tTrip = (POW(Motor[1].MaxDac,2) - POW(Motor[1].I2tSet,2)) * I2TOnTime
Komentáře k této Příručce