13VFD.CleanupCommonControls();
20VFD.VFDCollection.Create();
27VFD.VFDCollection.Add();
33VFD.VFDCollection.Update();
39VFD.VFDCollection.StopMotor();
45VFD.VFDCollection.ResetAlarms();
54VFD.VFDCollection.DoAll(...);
91VFD.GetSpindleControlObjects();
99VFD.CreateSpindleControls();
128VFD.GetCommandedMotorRPM();
138VFD.GetCommandedMotorDirection();
147VFD.SetActualMotorRPMFeedback();
154VFD.SetActualMotorLoadFeedbackPercentage();
160VFD.GetActualMotorLoadFeedbackPercentage();
195Delta.Create(vfd_instance, vfd_cleanup);
201Delta.StartMotorForward();
207Delta.StartMotorReverse();
218Delta.GetActualMotorRPMFeedback();
233Delta.ReadAlarmCode();
240Delta.ReadWarningCode();
248Delta.IsAlarmActive();
258Delta.CheckForAlarms();
297Yaskawa.Create(vfd_instance, vfd_cleanup);
303Yaskawa.StartMotorForward();
309Yaskawa.StartMotorReverse();
324Yaskawa.GetActualMotorRPMFeedback();
333Yaskawa.GetActualMotorLoadFeedbackPercentage();
342Yaskawa.ResetAlarms();
351Yaskawa.ReadAlarmCode();
357Yaskawa.IsAlarmActive();
367Yaskawa.CheckForAlarms();
375Yaskawa.ReadWarnings();
396Hitachi.Create(vfd_instance, vfd_cleanup);
401Hitachi.StartMotorForward();
406Hitachi.StartMotorReverse();
418Hitachi.GetActualMotorRPMFeedback();
425Hitachi.GetActualMotorLoadFeedbackPercentage();
435Hitachi.ResetAlarms();
443Hitachi.ReadAlarmCode();
450Hitachi.IsAlarmActive();
461Hitachi.CheckForAlarms();
469Hitachi.ReadWarnings();