Advertisement
Guest User

gv drive

a guest
Oct 28th, 2011
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. ;Gemini GV Servo Drive Setup
  2.  
  3. ;Motor Setup
  4. DMTR 1305 ;Motor ID (SM233AE-xxxx)
  5. DMTIC 1.99 ;Continuous Current (Amps-RMS)
  6. DMTICD 13.20 ;Continuous Current Derating (% derating at rated speed)
  7. DMTKE 50.7 ;Motor Ke (Volts (0-to-peak)/krpm)
  8. DMTRES 9.65 ;Motor Winding Resistance (Ohm)
  9. DMTJ 132.201 ;Motor Rotor Inertia (kg*m*m*10e-6)
  10. DPOLE 2 ;Number of Motor Pole Pairs
  11. DMTW 125.0 ;Motor Rated Speed (rev/sec)
  12. DMTIP 5.98 ;Peak Current (Amps-RMS)
  13. DMTLMN 4.2 ;Minimum Motor Inductance (mH)
  14. DMTLMX 6.0 ;Maximum Motor Inductance (mH)
  15. DMTD 0.000036 ;Motor Damping (Nm/rad/sec)
  16. DMTRWC 0.37 ;Motor Thermal Resistance (degrees Celsius/Watt)
  17. DMTTCM 23.3 ;Motor Thermal Time Constant (minutes)
  18. DMTTCW 0.33 ;Motor Winding Time Constant (minutes)
  19. DMTAMB 40.00 ;Motor Ambient Temperature (degrees Celsius)
  20. DMTMAX 150.00 ;Maximum Motor Winding Temperature (degrees Celsius)
  21. DHALL 1 ;Disable Hall Sensor Checking
  22. MXPLUS 0 ;MAX PLUS MOTOR
  23. ENCPOL 0 ;Encoder Polarity
  24. DMTLQS 0 ;Set Q Axis Inductance Saturation
  25. DMTLDS 0 ;Set D Axis Inductance Saturation
  26. DTHERM 0 ;Disable motor thermal switch input
  27.  
  28.  
  29. ;Drive Setup
  30. DMODE 2 ;Drive Control Mode
  31. DRES 4000 ;Drive Resolution (counts/rev)
  32. DPWM 0 ;Drive PWM Frequency (kHz)
  33. SFB 1 ;Encoder Feedback
  34. ERES 4000 ;Encoder Resolution (counts/rev)
  35. ORES 4000 ;Encoder Output Resolution (counts/rev)
  36. DMEPIT 0.00 ;Electrical Pitch (mm)
  37. SHALL 0 ;Invert Hall Sensors
  38. DMTLIM 3.5 ;Torque Limit (Nm)
  39. DMTSCL 3.5 ;Torque Scaling (Nm)
  40. DMVLIM 125.000000 ;Velocity Limit (rev/sec)
  41. DMVSCL 125.000000 ;Velocity Scaling (rev/sec)
  42.  
  43. ;Load Setup
  44. LJRAT 0.0 ;Load-to-Rotor Inertia Ratio
  45. LDAMP 0.0000 ;Load Damping (Nm/rad/sec)
  46.  
  47. ;Fault Setup
  48. FLTSTP 1 ;Fault on Startup Indexer Pulses Enable
  49. FLTDSB 1 ;Fault on Drive Disable Enable
  50. SMPER 4000 ;Maximum Allowable Position Error (counts)
  51. SMVER 0.000000 ;Maximum Allowable Velocity Error (rev/sec)
  52. DIFOLD 0 ;Current Foldback Enable
  53.  
  54. ;Digital Input Setup
  55. INLVL 11000000 ;Input Active Level
  56. INDEB 50 ;Input Debounce Time (milliseconds)
  57. INUFD 0 ;Input User Fault Delay Time (milliseconds)
  58. LH 0 ;Hardware EOT Limits Enable
  59.  
  60. ;Digital Output Setup
  61. OUTBD 0 ;Output Brake Delay Time (milliseconds)
  62. OUTLVL 0100000 ;Output Active Level
  63.  
  64. ;Analog Monitor Setup
  65. DMONAV 0 ;Analog Monitor A Variable
  66. DMONAS 100 ;Analog Monitor A Scaling (% of full scale output)
  67. DMONBV 0 ;Analog Monitor B Variable
  68. DMONBS 100 ;Analog Monitor B Scaling (% of full scale ouput)
  69.  
  70. ;Servo Tuning
  71. DIBW 1000 ;Current Loop Bandwidth (Hz)
  72. DVBW 100 ;Velocity Loop Bandwidth (Hz)
  73. DPBW 25.00 ;Position Loop Bandwidth (Hz)
  74. SGPSIG 1.000 ;Velocity/Position Bandwidth Ratio
  75. SGIRAT 1.000 ;Current Damping Ratio
  76. SGVRAT 1.000 ;Velocity Damping Ratio
  77. SGPRAT 1.000 ;Position Damping Ratio
  78. DNOTAF 0 ;Notch Filter A Frequency (Hz)
  79. DNOTAQ 1.0 ;Notch Filter A Quality Factor
  80. DNOTAD 0.0000 ;Notch Filter A Depth
  81. DNOTBF 0 ;Notch Filter B Frequency (Hz)
  82. DNOTBQ 1.0 ;Notch Filter B Quality Factor
  83. DNOTBD 0.0000 ;Notch Filter B Depth
  84. DNOTLG 0 ;Notch Lag Filter Break Frequency (Hz)
  85. DNOTLD 0 ;Notch Lead Filter Break Frequency (Hz)
  86. SGINTE 1 ;Integrator Option
  87. SGVF 0 ;Velocity Feedforward Gain (%)
  88. SGAF 0 ;Acceleration Feedforward Gain (%)
  89.  
  90.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement