Mach Modules Documentation
Lua Module API Documentation
Loading...
Searching...
No Matches
VFD.lua
Go to the documentation of this file.
1
6VFD.Cleanup();
13VFD.CleanupCommonControls();
20VFD.VFDCollection.Create();
27VFD.VFDCollection.Add();
33VFD.VFDCollection.Update();
39VFD.VFDCollection.StopMotor();
45VFD.VFDCollection.ResetAlarms();
54VFD.VFDCollection.DoAll(...);
66VFD.CreateVFDs();
79VFD.Update();
91VFD.GetSpindleControlObjects();
99VFD.CreateSpindleControls();
107VFD.GetMaxMotorRPM();
117VFD.SetMotorRPM();
128VFD.GetCommandedMotorRPM();
138VFD.GetCommandedMotorDirection();
147VFD.SetActualMotorRPMFeedback();
154VFD.SetActualMotorLoadFeedbackPercentage();
160VFD.GetActualMotorLoadFeedbackPercentage();
173VFD.GetSSVRPM();
195Delta.Create(vfd_instance, vfd_cleanup);
201Delta.StartMotorForward();
207Delta.StartMotorReverse();
212Delta.StopMotor();
218Delta.GetActualMotorRPMFeedback();
226Delta.ResetAlarms();
233Delta.ReadAlarmCode();
240Delta.ReadWarningCode();
248Delta.IsAlarmActive();
258Delta.CheckForAlarms();
265Delta.ReadWarnings();
274Delta.AutoTune();
297Yaskawa.Create(vfd_instance, vfd_cleanup);
303Yaskawa.StartMotorForward();
309Yaskawa.StartMotorReverse();
315Yaskawa.StopMotor();
324Yaskawa.GetActualMotorRPMFeedback();
333Yaskawa.GetActualMotorLoadFeedbackPercentage();
342Yaskawa.ResetAlarms();
351Yaskawa.ReadAlarmCode();
357Yaskawa.IsAlarmActive();
367Yaskawa.CheckForAlarms();
375Yaskawa.ReadWarnings();
396Hitachi.Create(vfd_instance, vfd_cleanup);
401Hitachi.StartMotorForward();
406Hitachi.StartMotorReverse();
411Hitachi.StopMotor();
418Hitachi.GetActualMotorRPMFeedback();
425Hitachi.GetActualMotorLoadFeedbackPercentage();
435Hitachi.ResetAlarms();
443Hitachi.ReadAlarmCode();
450Hitachi.IsAlarmActive();
461Hitachi.CheckForAlarms();
469Hitachi.ReadWarnings();