10WrapperModule.OperatorLog(inst, log_msg);
17WrapperModule.SetStatus(log_msg);
22WrapperModule.SendZabbixData(data);
30WrapperModule.GetMachBuild();
39WrapperModule.IsGeneralInput(sig_id);
48WrapperModule.IsGeneralOutput(sig_id);
104WrapperModule.AppendArgs(suffix_table, ...);
116WrapperModule.SetCache(category, entry_name, value);
126WrapperModule.GetCache(category, entry_name);
136WrapperModule.IsCached(category, entry_name);
146WrapperModule.VerifyCacheExists(category);
155math.pow(val, exponent);
164math.bound(val, minimum, maximum);
173WrapperModule.SetInstance(instance);
180WrapperModule.SetInstanceToSelectedInstance();
189WrapperModule.StoreInstance();
198WrapperModule.RestoreInstance(inst);
206WrapperModule.GetInstanceCount();
214WrapperModule.IsMultiInstance();
223WrapperModule.GetInstanceUnTaged(inst);
231WrapperModule.GetUTI(inst);
239WrapperModule.UpdateSelectedInstance();
248WrapperModule.GetSelectedInstance();
257WrapperModule.SetSelectedInstance(inst);
269WrapperModule.GetInstancesTable(instance);
280WrapperModule.GetToolChangerInstance();
289WrapperModule.UpdateToolChangerInstance();
298WrapperModule.mcError.GetMsg();
305WrapperModule.mcError.GetMsgCount();
319WrapperModule.api_e(meta, api_func, ...);
333WrapperModule.api(...);
343WrapperModule.LLLog(logfile, msg, ...);
353WrapperModule.SetVersionStrings(_module, url_svn, rev_svn);
362WrapperModule.IsMachInitialized();
372WrapperModule.wxMessageBox(message, ...);
381WrapperModule.MessageBox(message, ...);
393WrapperModule.GetValueBit(value, BitIdx);
407WrapperModule.SetValueBit(value, BitIdx, state);
418WrapperModule.ClearValueBit(value, BitIdx);
428WrapperModule.EnumerateProfileSection(section, inst);
442WrapperModule.GetCachedSignalHandle(inst,
name);
455WrapperModule.GetCachedIoHandle(inst,
name);
468WrapperModule.GetCachedRegisterHandle(inst,
name);
478WrapperModule.GetSignalHandle(inst, signal_id);
489WrapperModule.GetIoHandle(inst, Device, IoName);
500WrapperModule.GetRegHandle(inst, Device, RegName);
509WrapperModule.ParseRegHandle(path);
523WrapperModule.GetSignalState(
name, inst);
532WrapperModule.eGetSignalState(
name, inst);
546WrapperModule.GetSignalInfo(
name, inst);
560WrapperModule.SetSignalState(
name, val, inst);
570WrapperModule.eSetSignalState(
name, val, inst);
583WrapperModule.SetSignalEnable(Signal, Value, inst);
599WrapperModule.SignalMap(Signal, Device, IoName, ActiveLow, inst);
613WrapperModule.IsSignalMapped(Signal, inst);
622WrapperModule.eIsSignalMapped(Signal, inst);
636WrapperModule.IsSignalMappedAndEnabled(Signal, inst);
646WrapperModule.eIsSignalMappedAndEnabled(Signal, inst);
660WrapperModule.GetSignalNumber(inst, Device, Description, _debug);
673WrapperModule.GetIoState(Device, IoName, inst);
688WrapperModule.SetIoState(Device, IoName, val, inst);
701WrapperModule.SetAnalogOutput(idx, val, inst);
713WrapperModule.GetAnalogOutput(idx, inst);
724WrapperModule.GetAnalogInput(idx, inst);
739WrapperModule.GetRegValue(Device, RegName, inst);
749WrapperModule.eGetRegValue(Device, RegName, inst);
762WrapperModule.GetRegDesc(Device, RegName, inst);
773WrapperModule.eSetRegValue(Device, RegName, val, inst);
788WrapperModule.SetRegValue(Device, RegName, val, inst);
803WrapperModule.GetRegValueLong(Device, RegName, inst);
817WrapperModule.SetRegValueLong(Device, RegName, val, inst);
830WrapperModule.GetRegValueString(Device, RegName, inst);
844WrapperModule.SetRegValueString(Device, RegName, val, inst);
855WrapperModule.eRegSendCommand(Device, RegName, cmd, inst);
870WrapperModule.RegSendCommand(Device, RegName, command, inst);
876WrapperModule.GetmcSettingsDevice(inst);
886WrapperModule.DoesOEMParamExist(RegName, inst);
899WrapperModule.GetOEMParamDesc(RegName, inst);
914WrapperModule.GetOEMParamValue(RegName, inst);
923WrapperModule.eGetOEMParamValue(RegName, inst);
937WrapperModule.GetOEMRegValue(RegName, inst);
946WrapperModule.eGetOEMRegValue(RegName, inst);
960WrapperModule.GetOEMParamValueCached(RegName, inst);
970WrapperModule.eGetOEMParamValueCached(RegName, inst);
985WrapperModule.SetOEMParamValue(RegName, val, inst);
995WrapperModule.eSetOEMParamValue(RegName, val, inst);
1010WrapperModule.SetOEMRegValue(RegName, val, inst);
1020WrapperModule.eSetOEMRegValue(RegName, val, inst);
1034WrapperModule.GetOEMParamValueString(RegName, inst);
1043WrapperModule.eGetOEMParamValueString(RegName, inst);
1056WrapperModule.GetOEMRegValueString(RegName, inst);
1065WrapperModule.eGetOEMRegValueString(RegName, inst);
1078WrapperModule.GetOEMParamValueStringCached(RegName, inst);
1087WrapperModule.eGetOEMParamValueStringCached(RegName, inst);
1101WrapperModule.SetOEMParamValueString(RegName, val, inst);
1111WrapperModule.eSetOEMParamValueString(RegName, val, inst);
1123WrapperModule.ToBoolean(value);
1128WrapperModule.BoolToNumber(value);
1141WrapperModule.GetOEMParamValueBool(RegName, inst);
1154WrapperModule.SetOEMParamValueBool(RegName, value, inst);
1167WrapperModule.GetOEMParamValueBit(ParamName, BitIdx, inst);
1180WrapperModule.GetOEMRegValueBit(RegName, BitIdx, inst);
1195WrapperModule.SetOEMParamValueBit(ParamName, BitIdx, state, inst);
1210WrapperModule.SetOEMRegValueBit(RegName, BitIdx, state, inst);
1222WrapperModule.ClearOEMParamValueBit(ParamName, BitIdx, inst);
1235WrapperModule.SetOEMRegValueString(RegName, val, inst);
1247WrapperModule.ClearOEMRegValueBit(RegName, BitIdx, inst);
1268WrapperModule.ParseIOSigPath(path, default_instance);
1279WrapperModule.GetOEMParamIOSigObject(SigName, inst);
1293WrapperModule.GetParamIOSigObject(Device, SigName, inst);
1304WrapperModule.GetOEMParamRegObject(ParamName, inst);
1317WrapperModule.GetParamRegObject(Device, ParamName, inst);
1328WrapperModule.GetOEMParamSig(SigName, inst);
1336WrapperModule.eGetOEMParamSig(SigName, inst);
1350WrapperModule.GetParamSig(Device, SigName, inst);
1359WrapperModule.eGetParamSig(Device, SigName, inst);
1371WrapperModule.SetOEMParamSig(SigName, Val, inst);
1379WrapperModule.eSetOEMParamSig(RegName, val, inst);
1395WrapperModule.SetParamSig(Device, SigName, Val, inst);
1404WrapperModule.eSetParamSig(Device, SigName, Val, inst);
1419WrapperModule.AddOEMParamSignalToOutputIgnoreList(src_oemparamsig, target_lists, inst);
1431WrapperModule.AddOutputToOutputIgnoreLists(sig_id, target_lists, inst);
1440WrapperModule.AddOutputToAllOutputIgnoreLists(sig_id, inst);
1451WrapperModule.IsOEMParamSigMapped(SigName, inst);
1464WrapperModule.IsParamSigMapped(Device, SigName, inst);
1473WrapperModule.ParseRegisterPath(EncodedPath, default_instance);
1483WrapperModule.ParseAnalogSignalPath(EncodedPath, default_instance);
1495WrapperModule.GetOEMParamReg(ParamName, inst);
1508WrapperModule.SetOEMParamReg(ParamName, Val, inst);
1516WrapperModule.SetMachEnable(value);
1527WrapperModule.SetDriveEnable(val, inst);
1537WrapperModule.SetDriveEnableAll(val);
1547WrapperModule.GetDriveEnable(inst);
1558WrapperModule.SetHardwareEnable(val, inst);
1568WrapperModule.SetHardwareEnableAll(val);
1578WrapperModule.GetHardwareEnable(inst);
1590WrapperModule.RequestData(StructType, inst);
1600WrapperModule.DoesParameterExist(param, inst);
1608WrapperModule.RequireParameterExist(param, inst);
1618WrapperModule.GetParameterCacheName(param, inst);
1627WrapperModule.SetParameter(param, value, inst);
1638WrapperModule.SetParameterBit(param, bit, value, inst);
1647WrapperModule.GetParameter(param, inst);
1656WrapperModule.GetParameterCached(param, inst);
1667WrapperModule.GetParameterBit(param, bit, inst);
1678WrapperModule.GetParameterBitCached(param, bit, inst);
1686WrapperModule.IsProbeEnabledOutputOn(inst);
1694WrapperModule.IsProbeErrorInputOn(inst);
1705WrapperModule.EnableProbeOutput(delay, inst);
1713WrapperModule.DisableProbeOutput(inst);
1721WrapperModule.FilterProbePositions();
1737WrapperModule.RegenerateToolPathDialog(non_modal, inst);
1759WrapperModule.SendGMSCommand(reg_name, command);
1769WrapperModule.GetGMSClassNumber(
class);
1779WrapperModule.GetGMSClassName(
class);
1798WrapperModule.CreateSystemGlobalMessage(Table);
1830WrapperModule.CreateSingleMessage(Table);
1852WrapperModule.CreateGMSDialog(Table);
1874WrapperModule.CreateGMSNotification(Text, Title, Time, GroupBox, CloseBtn, Size, Red, Green, Blue);
1885WrapperModule.UpdateNotification(Identifier, Text);
1897WrapperModule.SetNotificationBackgroundColour(Identifier, rr, gg, bb);
1911WrapperModule.WriteToGMSLog(Text, Class);
1923WrapperModule.CloseGMSNotification(Handle);
1935WrapperModule.CloseGMSMessage(Handle);
1953WrapperModule.SetWarningMessage(Message, TimeOut, EveryWhere, Title, Size, inst);
1963WrapperModule.GetGMSWarnings();
1973WrapperModule.GetGMSAlarms();
1984WrapperModule.GetGMSAlarmsAndWarnings();
1998WrapperModule.UpdateGMSClass(Handle, Class);
2011WrapperModule.UpdateGMSTitle(Handle, Text);
2024WrapperModule.UpdateGMSDescription(Handle, Text);
2039WrapperModule.FullyDisableGMSMessage(Handle, disable);
2053WrapperModule.DisableGMSMessage(Handle, disable);
2065WrapperModule.GetGMSHandleFromTitle(title);
2075WrapperModule.GetReloadCounter();
2082WrapperModule.IncrementReloadCounter();
2088WrapperModule.IsMachMotionLicensed();
2094WrapperModule.IsGMSLicensed();
2100WrapperModule.IsYaskawaLicensed();
2106WrapperModule.IsLatheCCLicensed();
2112WrapperModule.IsRMPLicensed();
2118WrapperModule.IsGrinderCCLicensed();
2129WrapperModule.IsFeatureLicensed(feature_name);
2140WrapperModule.CheckIfLicensed(inst, feature_name);
2149WrapperModule.GetFeatureKey(feature);
2169WrapperModule.EvaluateLuaExpression(expr_string);
2191WrapperModule.RunLuaString(expr_string);
2204WrapperModule.GetAlarmMessage(e, extra);
2217WrapperModule.ErrorMessage(msg_or_obj, appendmessage);
2227WrapperModule.debug.GetParameters(stack_frame);
2236WrapperModule.debug.BriefParameterList(stack_frame);
2244WrapperModule.debug.GetNextUsefulStackFrame(starting_frame);
2255WrapperModule.debug.GetCallStack(start_frame);
2266WrapperModule.debug.GetFunctionName(fn_obj,
default, get_qualified_name);
2274WrapperModule.debug.AddToFunctionNameMap(tables);
2285WrapperModule.debug.UpdateFunctionNameMap(tables, dont_clear_cache);
2297WrapperModule.GetLocalVariable(stack_frame, var_name);
2307WrapperModule.ErrorHandler(err);
2325WrapperModule.pcall(fn, ...);
2352WrapperModule.Error(msg, data);
2375err.GetVersionInfo();
2396err.GetAlarmMessage();
2418WrapperModule.MCodeError(msg, filename, line);
2428WrapperModule.AlarmError(obj, FileName, Line, ForceAlarm);
2440WrapperModule.AlarmMessage(Message, FileName, Line, ForceAlarm);
2447WrapperModule.GetMotionController();
2454WrapperModule.IsSimMotionController();
2461WrapperModule.MakeNewFileQueue();
2475WrapperModule.PostCommand(command_name, as_opr_panel, wait_for_response, inst);
2488WrapperModule.PostToFileQueue(command_string, wait_for_response, inst);
2503WrapperModule.WaitForFileQueueResponse(handle, check_func, inst);
2510WrapperModule.GetFileQueueSleepTime();
2529WrapperModule.ParseMultipleReturnValuesFromFileQueueResponse(value_from_user);
2538WrapperModule.PretendCommandsAreFromOperatorPanels();
2546WrapperModule.RunUserCommandFromOperatorPanel(command_name);
2555WrapperModule.RunUserCommand(command_name, from_opr_panel);
2570WrapperModule.CreateFunctionFromCommand(command_name);
2578WrapperModule.CleanUserCommandName(command_name);
2586WrapperModule.GetActiveCommands();
2593WrapperModule.GetActiveFeedbacks();
2601WrapperModule.GetAllCommands();
2608WrapperModule.GetAllFeedbacks();
2615WrapperModule.GetAllActions();
2624WrapperModule.WriteCommandFile();
2631WrapperModule.GetCommandDeviceName();
2640WrapperModule.GetCommandRegisterName(
name);
2648WrapperModule.GetCommandIOName(
name);
2657WrapperModule.GetCommandFeedbackRegisterName(
name);
2665WrapperModule.GetCommandFeedbackIOName(
name);
2673WrapperModule.IncrementCommandUsage(command_name);
2681WrapperModule.DecrementCommandUsage(command_name);
2689WrapperModule.IncrementCommandFeedbackUsage(feedback_name);
2697WrapperModule.DecrementCommandFeedbackUsage(feedback_name);
2704WrapperModule.OpenFileHelper();
2710WrapperModule.GetUserCommandFolder();
2717WrapperModule.GetUserCommandFilename(command_name);
2726WrapperModule.GetAllUserCommands();
2736WrapperModule.ReadUserCommandFile(filepath);
2745WrapperModule.GetUserCommand(command_name);
2754WrapperModule.SaveUserCommand(command_table);
2761WrapperModule.DeleteAllUserCommands();
2772WrapperModule.GetDefaultCommand(
name);
2781WrapperModule.CreateUserCommandFeedbackOption(
name,
func);
2789WrapperModule.CreateUserCommandActionOption(
name,
func);
2802WrapperModule.CreateSimpleUserCommand(cmd_name, action_name, feedback_name);
2830WrapperModule.CreateCommand(cmd_table);
2842WrapperModule.CreateSimpleCommand(cmd_name, action_name, feedback_name);
2851WrapperModule.SetCommandButtonLabels(cmd_name, off_label, on_label);
2859WrapperModule.SetCommandButtonColors(cmd_name, off_color, on_color);
2867WrapperModule.SetCommandButtonTextColors(cmd_name, off_color, on_color);
2876WrapperModule.SetCommandFeedbackPeriod(cmd_name, period_sec);
2882WrapperModule.GetPreCannedFeedbackNames();
2888WrapperModule.GetPreCannedActionNames();
2897WrapperModule.ProcessActiveCommands();
2907WrapperModule.ProcessActiveCommand(command_name, command_table);
2915WrapperModule.ProcessActiveCommandFeedback(feedback_name);
2926WrapperModule.GetCommandFeedbackState(command_table);
2936WrapperModule.SetCommandTargetState(command_name, command_table, feedback_state);
2943WrapperModule.GetAllInputSignals();
2950WrapperModule.GetAllOutputSignals();
2960WrapperModule.GetAllSignals(input);
2971WrapperModule.GetSignalUserDescription(signal);
2986WrapperModule.GetAllIOPaths();
2994WrapperModule.GetAllIOForDevice(device_handle);
3023WrapperModule.CreateRegister(dev_name, reg_name, other_info);
3045WrapperModule.RemoveRegister(dev_name, reg_name);
3076WrapperModule.CreateIO(dev_name, io_name, is_input, other_info);
3087WrapperModule.CreateInput(dev_name, io_name, other_info);
3098WrapperModule.CreateOutput(dev_name, io_name, other_info);
3120WrapperModule.RemoveIO(dev_name, io_name);
3144WrapperModule.JoinArgs(args, delim, start_index);
3168WrapperModule.DbgCheckPoint.new();
3174WrapperModule.DbgCheckPoint.update_recent();
3183WrapperModule.DbgCheckPoint.CHECK(descr, value);
3190WrapperModule.DbgCheckPoint.tostring();
3200WrapperModule.Protected(...);
3210WrapperModule.ProtectedMsg(...);
3222WrapperModule.ProtectedChk(chk, clean_message, ...);
3245w.JoinArgs(_args,
"; ", 2);
3254WrapperModule.IsDebugging(inst);
3265WrapperModule.SetStopStatus(inst);
3273WrapperModule.SetStopStatusAll();
3286WrapperModule.CheckStopStatus(Filename, LineNumber, inst);
3300WrapperModule.FunctionError(CustomMessage, FunctionName, LineNumber, FileName);
3313WrapperModule.FunctionCompleted(CustomMessage, FunctionName, LineNumber, FileName);
3327WrapperModule.MessageDialog(Message, Title, DialogType);
3336WrapperModule.GetNetworkAdapters();
3342WrapperModule.ShowNetworkAdapters();
3350WrapperModule.EscapeCSV(s);
3358WrapperModule.FromCSVToTable(s);
3366WrapperModule.FromMultiLineCSVToTable(s);
3374WrapperModule.TabletoCSV(tt);
3392WrapperModule.ReadCSV(FileName, options);
3404WrapperModule.WriteCSV(Table, FileName, WriteMode);
3415WrapperModule.ReadCSVIntoTableByHeader(filename, options);
3428WrapperModule.WriteLines(Table, FileName, WriteMode);
3439WrapperModule.WriteTextFile(TextString, FileName, WriteMode);
3448WrapperModule.ReadTextFile(FileName);
3458WrapperModule.AddLine(Table, WriteString);
3469WrapperModule.ParseCSVLine(line, sep);
3477WrapperModule.UpdateRecentCSVs(filename);
3508WrapperModule.CopyTables(from, to);
3517WrapperModule.AppendTables(from, to);
3528WrapperModule.DeepCopy(from, to);
3535WrapperModule.TableLength(tbl);
3589WrapperModule.TableToString(tbl, indent, terse, linesep, depth, seen);
3611WrapperModule.Round(num, idp, nearestupdown);
3633WrapperModule.nice_decimal(value, precision, width);
3659WrapperModule.ParseStructuredGCodeComment(comment_string);
3683WrapperModule.ReadGcodeHeaderParameters(gcode_file);
3693WrapperModule.IsGCodeFileLoadedInAnotherInstance(filename, inst);
3698WrapperModule.IsGCodeFileLoaded(inst);
3705WrapperModule.LoadGCodeFile(filename, inst);
3728WrapperModule.ParseGCodeLine(Line, Keywords);
3741WrapperModule.StripGCodeLine(Line, Keywords);
3757WrapperModule.StripModals(Line, Modals);
3769WrapperModule.HasModal(Line, Modal);
3800WrapperModule.tointstring(number);
3822WrapperModule.toint(number);
3840WrapperModule.GetTableCount(T);
3862WrapperModule.StringFormat(commandString, number, format_string, postString, debugging);
3877WrapperModule.Scale(Input, InputMIN, InputMAX, OutputMIN, OutputMAX);
3908WrapperModule.Sleep(msTime, sleep_per_iteration, IgnoreStopStatus);
3921WrapperModule.Yield(yield_events);
3962WrapperModule.WaitForOEMParamSig(Signal, State, Timeout,
AlarmMessage, inst);
3980WrapperModule.eWaitForOEMParamSig(Signal, State, Timeout,
AlarmMessage, inst);
4000WrapperModule.WaitForIoState(Device, IoName, State, Timeout,
AlarmMessage, inst);
4020WrapperModule.WaitForRegisterValue(Device, RegName, Value, Timeout,
AlarmMessage, inst);
4033WrapperModule.FindFile(filename, directory, ext_table, inst);
4043WrapperModule.FileExists(FileName);
4053WrapperModule.FileRename(old_name, new_name);
4058WrapperModule.DirectoryExists(Path);
4063WrapperModule.MakeDirectory(Path);
4074WrapperModule.FileSizeBytes(filepath);
4082WrapperModule.FileSizeKilobytes(filepath);
4090WrapperModule.FileSizeMegabytes(filepath);
4101WrapperModule.RunBatchCode(batch_code_to_run, description, verbosity);
4115WrapperModule.CreateOrOpenFile(path_to_file, contents, editor);
4127WrapperModule.CreateOrOpenSubroutine(sub_name, sub_contents);
4137WrapperModule.NPPEditor(path_to_nppexe);
4148WrapperModule.GCEditEditor(path_to_gceditexe);
4159WrapperModule.FindNotepadPP(skip_registry);
4187WrapperModule.GetRotatedPosition(x_machine, y_machine, angle);
4215WrapperModule.GetUnrotatedPosition(x_machine, y_machine, angle);
4232WrapperModule.RotateAroundPoint(x, y, angle, x_center, y_center);
4247WrapperModule.GetRotatedPartPos(X, Y, InvertRotation);
4261WrapperModule.FindClosestPath(CurrentX, CurrentY);
4275WrapperModule.FindPath(LineNum, XPos, YPos);
4282WrapperModule.IsToolPathGenerating(inst);
4297WrapperModule.FunctionButtonMDI(Command, inst);
4315WrapperModule.MDICommand(Command, PushPop, Message, OverrideDisable, inst);
4334WrapperModule.MDICommandNoDialog(Command, PushPop, Message, OverrideDisable, inst);
4343WrapperModule.ReadListHistory(filename);
4353WrapperModule.AddToListHistory(filename, list_line);
4366WrapperModule.CreateToolInfoFile();
4381WrapperModule.GetToolInfo(ToolName, Attribute);
4394WrapperModule.GetToolName(Number);
4408WrapperModule.PasswordProtection(level);
4414WrapperModule.LogoutPassword();
4423WrapperModule.GenericTextEntry(message, title);
4444WrapperModule.PleaseWaitDialog(WaitType, WaitMessage, WaitDataInvert, WaitData1, WaitData2, WaitData3);
4457UI.UpdatePleaseWaitDialog();
4467UI.ClosePleaseWaitDialog(EndModalCode);
4479UI.CancelPleaseWaitDialog();
4489UI.ClosePleaseWaitDialog();
4509WrapperModule.WaitOnCondition(WaitType, WaitMessage, WaitDataInvert, WaitData1, WaitData2, WaitData3);
4534WrapperModule.GetControlLicensedModules(License);
4544WrapperModule.GetControlLicensedVersion();
4556WrapperModule.PackagePath(paths, update_cpath);
4569WrapperModule.Load(basename, path_dir, force);
4578WrapperModule.LoadOpStatus(force);
4587WrapperModule.LoadVersionInfo();
4598WrapperModule.GetVersionInfo(component);
4607WrapperModule.IsOperatorPanelJogging(axis);
4615WrapperModule.IsHardwareOperatorPanelEnabled();
4631WrapperModule.GetConfiguredOperatorPanels();
4642panels.GetOperatorPanel(PartNumber);
4652WrapperModule.GetOperatorPanelPartNumber(
id);
4664WrapperModule.GetControlConfiguration(ModelArray);
4680WrapperModule.GetControlConfiguration_v2(ModelArray);
4695WrapperModule.GetControlConfiguration_v1(ModelArray);
4722WrapperModule.DistanceFunction(A1, A2, B1, B2, C1, C2);
4736WrapperModule.GcodeInterpGetPos(InterpTool);
4748WrapperModule.GetMachSetupUnits(inst);
4762WrapperModule.ConvertFromSetupUnits(value, ToUnits);
4776WrapperModule.ConvertFromCurrentUnits(value, ToUnits);
4788WrapperModule.ConvertFromMetricToCurrentUnits(value);
4800WrapperModule.ConvertFromImperialToCurrentUnits(value);
4812WrapperModule.GetToleranceAmount(level, amount);
4827WrapperModule.IsAxisPositionInTolerancePart(AxisID, RequestedPosition, Tolerance);
4840WrapperModule.IsAxisPositionInTolerancePartLastOutput(AxisID, RequestedPosition, Tolerance);
4854WrapperModule.IsAxisPositionInToleranceMachine(AxisID, RequestedPosition, Tolerance);
4867WrapperModule.IsAxisPositionInToleranceMachineLastOutput(AxisID, RequestedPosition, Tolerance);
4880WrapperModule.CalculateTotalAppliedOffset(axis_id, ToUnits);
4893WrapperModule.ConvertMachinePositionToPartPosition(axis, machineposition, UnitSystem);
4905WrapperModule.ConvertPartPositionToMachinePosition(axis, partposition, UnitSystem);
4920WrapperModule.GetAxisPos(AxisID, position);
4931WrapperModule.GetAxisMachinePos(AxisID, position);
4943WrapperModule.IsAxisRotary(AxisID, inst);
4954WrapperModule.GetProgrammedFeedRate();
4967WrapperModule.TimeToMove(distance, units);
4979WrapperModule.GetDefaultUnitsModal();
4989WrapperModule.GetGCodeCNTL1MST(inst);
4999WrapperModule.SetGCodeCNTL1MST(inst);
5010WrapperModule.ResetGCodeCNTL1MST(inst);
5020WrapperModule.GCodeCNTL1MSTToggle(inst);
5036WrapperModule.GetNearestRotation(axis, angle, part_position, inst);
5046WrapperModule.GetCurrentFixtureIndex(inst);
5061WrapperModule.GetNearestRotationFixedDirection(axis, angle, part_position, inst);
5076WrapperModule.CalculateCarouselPathScore(distance_deg, final_cumulative_deg, current_cumulative_deg);
5089WrapperModule.IsCarouselPathViable(current_cumulative_deg, movement_deg);
5101WrapperModule.CalculateCarouselAngularDistances(from_deg, to_deg);
5122WrapperModule.GetCarouselRotationWithLimits(axis, target_angle, part_position, inst);
5136WrapperModule.GetCarouselCumulativeRotation(axis, part_position, inst);
5148WrapperModule.GetNearestModValue(value, mod_value, offset);
5160WrapperModule.GetNextModValue(value, mod_value, offset);
5172WrapperModule.GetPreviousModValue(value, mod_value, offset);
5180WrapperModule.InhibitJogOnCoordinatedAxes(inst);
5188WrapperModule.ReleaseInhibitJogOnCoordinatedAxes(inst);
5196WrapperModule.InhibitJogOnAllAxes(inst);
5206WrapperModule.ReleaseInhibitJogOnAllAxes(release_all, inst);
5217WrapperModule.InhibitJogOnAxis(axis, inst);
5229WrapperModule.ReleaseInhibitJogOnAxis(axis, release_all, inst);
5239WrapperModule.IsInhibitJogOnAxis(axis, inst);
5252WrapperModule.GetMinimumJogRatePercentage(axis, inst);
5264WrapperModule.GetMinimumJogFeedrate(axis, inst);
5276WrapperModule.GetMaximumJogFeedrate(axis, inst);
5304WrapperModule.TemporaryMachineState(actions);
5330WrapperModule._TemporaryMachineState.Revert();
5344WrapperModule.IsLimitSwitchActive(inst);
5358WrapperModule.IsHomeSwitchActive(homing_axis, inst);
5374WrapperModule.IsAxisHomed(AxisID, IgnoreSaftyCheck, inst);
5390WrapperModule.VerifyAllAxesAreHomed(IgnoreSaftyCheck, inst);
5401WrapperModule.VerifyAllAxesAreHomedCached(inst);
5413WrapperModule.MarkAxisAsHomedIfMotorsAreHomed(AxisID, inst);
5427WrapperModule.GetMotorParentAxisID(MotorID, inst);
5442WrapperModule.IsMotorMappedToAxis(AxisID, MotorID, inst);
5456WrapperModule.GetAxisChildMotorID(AxisID, inst);
5469WrapperModule.IsAxisEnabled(AxisID, inst);
5479WrapperModule.ApplyMotorMappingsToMotionController(inst);
5496WrapperModule.MapMotorsToAxis(AxisID, MotorID, inst);
5512WrapperModule.UnMapMotorsFromAxis(AxisID, MotorID, inst);
5523WrapperModule.GetMotorCountsPerUnitFromProfile(MotorID, inst);
5532WrapperModule.SetMotorCountsPerUnitFromProfile(MotorID, value, inst);
5544WrapperModule.GetMotorSoftMaxLimitFromProfile(MotorID, inst);
5555WrapperModule.SetMotorSoftMaxLimitFromProfile(MotorID, value, inst);
5567WrapperModule.GetMotorSoftMinLimitFromProfile(MotorID, inst);
5578WrapperModule.SetMotorSoftMinLimitFromProfile(MotorID, value, inst);
5590WrapperModule.GetMotorMaxVelocityFromProfile(MotorID, inst);
5601WrapperModule.SetMotorMaxVelocityFromProfile(MotorID, value, inst);
5613WrapperModule.GetMotorMaxAccelFromProfile(MotorID, inst);
5624WrapperModule.SetMotorMaxAccelFromProfile(MotorID, value, inst);
5635WrapperModule.GetAxisSoftMaxLimitFromProfile(AxisID, inst);
5646WrapperModule.GetAxisSoftMinLimitFromProfile(AxisID, inst);
5655WrapperModule.GetMotorPositionInSetupUnits(MotorID, inst);
5673WrapperModule.GetToolChangerData(inst);
5689WrapperModule.GetCalculatedManualToolSetterPosition(tool_setter_height, inst);
5702WrapperModule.GetCalculatedAutoToolSetterPosition(inst);
5710WrapperModule.GetDefaultSpindle(inst);
5722WrapperModule.GetSelectedSpindle(inst);
5736WrapperModule.SetSelectedSpindle(spindle, inst);
5750WrapperModule.GetToolChangeStatus(attribute, spindle, inst);
5765WrapperModule.SetToolChangeStatus(attribute, value, spindle, inst);
5779WrapperModule.GetSelectedToolPocket(spindle, inst);
5795WrapperModule.GetCurrentToolPocket(spindle, inst);
5814WrapperModule.SetCurrentToolPocket(pocket_number, spindle, inst);
5828WrapperModule.SetPreviousToolPocket(pocket_number, spindle, inst);
5841WrapperModule.GetPreviousToolPocket(spindle, inst);
5851WrapperModule.GetMaxToolPocketNumber(spindle, inst);
5864WrapperModule.SetSelectedTool(ToolNumber, inst);
5876WrapperModule.GetSelectedTool(inst);
5888WrapperModule.GetCurrentTool(inst);
5904WrapperModule.SetCurrentTool(ToolNumber, inst);
5916WrapperModule.SetPreviousTool(PreviousTool, inst);
5927WrapperModule.GetPreviousTool(inst);
5940WrapperModule.GetLastToolChangeStatus(spindle, inst);
5951WrapperModule.GetMaxToolNumber(inst);
5964WrapperModule.GetPocketToolNumber(Pocket, inst);
5972WrapperModule.IsToolChangerOverrideOn(tool_number, inst);
5984WrapperModule.GetToolChangerOverride(tool_number, inst);
5993WrapperModule.GetToolSetterManualName(inst);
6005WrapperModule.SetToolSetterManualName(
name, inst);
6014WrapperModule.GetToolSetterAutoName(inst);
6024WrapperModule.SetToolSetterAutoName(
name);
6033WrapperModule.GetFixtureSetterManualName(inst);
6045WrapperModule.SetFixtureSetterManualName(
name, inst);
6054WrapperModule.GetFixtureSetterAutoName(inst);
6065WrapperModule.SetFixtureSetterAutoName(
name, inst);
6074WrapperModule.GetToolSetterHeight(ToolSetterName);
6084WrapperModule.SetToolSetterHeight(ToolSetterName, Height);
6093WrapperModule.GetToolSetterPosition(ToolSetterName);
6103WrapperModule.SetToolSetterPosition(ToolSetterName, Position);
6113WrapperModule.GetToolSetterType(ToolSetterName);
6122WrapperModule.GetToolSetterProbeInput(ToolSetterName);
6131WrapperModule.GetToolSetterFixturesOffsets(ToolSetterName);
6140WrapperModule.GetToolSetterFixtureOffsetMode(ToolSetterName);
6149WrapperModule.GetToolSetterProbeInputSignal(ToolSetterName);
6158WrapperModule.GetToolSetterProbeName(ToolSetterName);
6167WrapperModule.GetToolSetterSoftlimitsEnabled(ToolSetterName);
6176WrapperModule.IsToolSetterAuto(ToolSetterName);
6185WrapperModule.GetToolSetterGoToPositionName(ToolSetterName);
6194WrapperModule.GetToolSetterEndGoToPositionName(ToolSetterName);
6202WrapperModule.IsAutoToolSetterEnabled();
6210WrapperModule.IsManualToolSetterEnabled();
6221WrapperModule.GetAllAutoToolSetters();
6232WrapperModule.GetAllManualToolSetters();
6258WrapperModule.GetAllToolSetters();
6281WrapperModule.WriteToolSetter(ini_table);
6313WrapperModule.CreateToolSetter(
name);
6322WrapperModule.GetToolSetterPosition(AutoManual);
6332WrapperModule.SetToolSetterPosition(AutoManual, Position);
6340WrapperModule.ClearProbeFeedbackPositions();
6352WrapperModule.GetProbeFeedbackPositions(positionnumber);
6363WrapperModule.SetProbeFeedbackPositions(positionnumber, val);
6376WrapperModule.PrintDebugMessage(CustomMessage, OpenMessageDialog, FileName, LineNumber);
6385WrapperModule.LogF(fmt, ...);
6394WrapperModule.LogC(...);
6404WrapperModule.LogMultiline(message, indent);
6410WrapperModule.DeleteMachMotionLogFile();
6417WrapperModule.AppendToFile(logfile, msg);
6430WrapperModule.Log(CustomMessage, FileName, LineNumber, CallerLevel, inst);
6440WrapperModule.SrcLoc();
6461WrapperModule.GetCurrFnName(caller_level);
6472WrapperModule.GetCurrFileName(caller_level);
6483WrapperModule.GetCurrLineNo(caller_level);
6510WrapperModule.InterpretRangeString(range_string);
6521WrapperModule.VerifyMinimumMachVersion(version_string);
6530WrapperModule.SplitVersionString(version_string);
6538WrapperModule.array.tointeger(tbl);
6562WrapperModule.string.split(str, sSeparator, nMax, bRegexp);
6572WrapperModule.table.concat(tbl, sep, i, j);
6587WrapperModule.table.deepcopy(orig, copies);
6605WrapperModule.table.merge(t1, t2);
6615WrapperModule.table.val_to_str(v);
6625WrapperModule.table.key_to_str(k);
6636WrapperModule.table.repr(tbl);
6649WrapperModule.table.pretty.val_to_str(v, indent, has_key);
6660WrapperModule.table.pretty.key_to_str(k, indent);
6674WrapperModule.table.pretty.repr(tbl, indent, has_key);
6682WrapperModule.IsCycleStartHoldActive();
6693WrapperModule.RequestCycleStartHold();
6705WrapperModule.ReleaseCycleStartHold(reason);
6714WrapperModule.ReleasedForCycleStart();
6722WrapperModule.SetCycleStartPressedFlag();
6729WrapperModule.ResetCycleStartPressedFlag();
6738WrapperModule.IsCycleStartPressedFlagSet();
6747WrapperModule.UpdateCycleStartPressedFlag();
6754WrapperModule.StopCustomCntlDwellBar();
6763WrapperModule.StartCustomCntlDwellBar(dwellbartable);
6772WrapperModule.SetCustomCntlDwellBarValue(value);
6781WrapperModule.GetCustomCntlDwellBarValue();
6790WrapperModule.IsTableInRegister(inst);
6801WrapperModule.ReadTableRegister(inst);
6815WrapperModule.SendTableAcrossRegister(luatable, inst);
6827WrapperModule.ReceiveTableAcrossRegister(inst);
6840WrapperModule.ReceiveTableAcrossRegisterWait(inst);
6848WrapperModule.GetMCodeHoldCount();
6858WrapperModule.IncrementMCodeHoldCount();
6868WrapperModule.DecrementMCodeHoldCount();
6876WrapperModule.IsMCodeHoldActive();
6887WrapperModule.RequestMCodeHold();
6897WrapperModule.ReleaseMCodeHold();
6910WrapperModule.WaitOnCycleStart(Message);
6923WrapperModule.SetSoftLimits(OnOff, inst);
6933WrapperModule.GetSoftLimits(inst);
6944WrapperModule.IsAxisInSideSoftLimitsZone(AxisID, inst);
6955WrapperModule.IsAxisMachinePositionInSideSoftLimitsZone(AxisID, position, inst);
6970WrapperModule.MoveAxisIntoSoftLimitZone(AxisID, margin, inst);
6987WrapperModule.ConfigureToolSpecificSoftLimits(current_tool, inst);
6996WrapperModule.GetAxisLetter(axis);
7005WrapperModule.GetAxisName(axis);
7016WrapperModule.GetG68PatchGcode(inst);
7027WrapperModule.GetGCodeToCurrentPosition(inst);
7043WrapperModule.GetGoToPositionGcode(GoToMoveTypeName, MoveOrderName, GcodeHeader, inst);
7055WrapperModule.GetConfiguredGoToPositionGcode_ToolChange(inst);
7067WrapperModule.GetConfiguredGoToPosition_ToolChange(inst);
7077WrapperModule.DoesExistGoToPosition_ToolChange(inst);
7089WrapperModule.GetConfiguredGoToPositionGcode_ToolSetter(inst);
7101WrapperModule.GetConfiguredGoToPosition_ToolSetter(inst);
7111WrapperModule.DoesExistGoToPosition_ToolSetter(inst);
7123WrapperModule.GetConfiguredGoToPositionGcode_PartZero(inst);
7135WrapperModule.GetConfiguredGoToPosition_PartZero(inst);
7145WrapperModule.DoesExistGoToPosition_PartZero(inst);
7157WrapperModule.GetConfiguredGoToPositionGcode_MachineZero(inst);
7169WrapperModule.GetConfiguredGoToPosition_MachineZero(inst);
7179WrapperModule.DoesExistGoToPosition_MachineZero(inst);
7191WrapperModule.GetConfiguredGoToPositionGcode_Park(inst);
7203WrapperModule.GetConfiguredGoToPosition_Park(inst);
7213WrapperModule.DoesExistGoToPosition_Park(inst);
7232WrapperModule.GetGoToPositionConfigurationFromSection(section, inst);
7242WrapperModule.GetGoToPositionConfigurationFromIndex(idx, inst);
7255WrapperModule.GetGoToPositionConfigurationFromName(position_name, inst);
7271WrapperModule.IsAtGoToPositionFromName(position_name, inst);
7281WrapperModule.GetConfiguredGoToPositions(inst);
7290WrapperModule.GetConfiguredGoToPositionNames(inst);
7301WrapperModule.GetGoToPositionGcodeFromName(position_name, inst);
7323WrapperModule.GetGoToPositionGcodeFromTable(position_table, inst);
7335WrapperModule.GetGCodeErrorDescription(ErrorNumber);
7362WrapperModule.Distribute(data);
7386WrapperModule.GetMachineType(inst);
7401WrapperModule.SetToolTableUserValue_Screen(value, field_name, tool_number, ...);
7417WrapperModule.SetToolTableUserValue(fieldName, val, tool, inst);
7431WrapperModule.GetToolTableUserValue(fieldName, tool, inst);
7446WrapperModule.SetToolTableUserValueString(fieldName, val, tool, inst);
7460WrapperModule.GetToolTableUserValueString(fieldName, tool, inst);
7485WrapperModule.AddToolTableUserFieldList(field_list, inst);
7499WrapperModule.IsToolTableUserFieldList(field_list, inst);
7512WrapperModule.IsToolTableUserField(fieldName, inst);
7524WrapperModule.IsToolTableInitialized(inst);
7543WrapperModule.AddToolTableUserField(FieldName, Description, FieldType, inst);
7555WrapperModule.AddToolTableSimField(FieldName, Description, FieldType, inst);
7564WrapperModule.GetToolTableFileName(inst);
7576WrapperModule.IsToolDrillTool(tool, inst);
7586WrapperModule.GetAxisIsMovingPositive(axis, inst);
7596WrapperModule.GetAxisIsMovingNegative(axis, inst);
7606WrapperModule.GetAxisIsNotMoving(axis, inst);
7617WrapperModule.GetAxisIsMoving(axis, inst);
7636WrapperModule.Jogger.New(axis, inst);
7644WrapperModule.Jogger.UseRapidOV();
7653WrapperModule.Jogger.CalculateFeedrate();
7661WrapperModule.Jogger.UpdateFeedrate();
7669WrapperModule.Jogger.SetFeedrate();
7680WrapperModule.Jogger.JogBasedOnMode();
7690WrapperModule.Jogger.JogVelocity(rate);
7697WrapperModule.Jogger.JogStop();
7708WrapperModule.Jogger.JogIncremental(increment);
7719WrapperModule.Jogger.JogABS(feedrate);
7729WrapperModule.Jogger.JogABSWait(feedrate);
7740WrapperModule.Jogger.JogRotaryFeedrate(feedrate);
7756WrapperModule.Jogger.Wait();
7765WrapperModule.Jogger.Stop();
7773WrapperModule.Jogger.StopWait();
7781WrapperModule.Jogger.IsJogging();
7788WrapperModule.Jogger.SetJogModeIncremental();
7794WrapperModule.Jogger.IsJogModeIncremental();
7801WrapperModule.Jogger.SetJogModeContinuous();
7807WrapperModule.Jogger.IsJogModeContinuous();
7814WrapperModule.Jogger.SetJogModeABS();
7820WrapperModule.Jogger.IsJogModeABS();
7827WrapperModule.Jogger.SetJogModeFeedrate();
7833WrapperModule.Jogger.IsJogModeFeedrate();
7843WrapperModule.Jogger.GetJogMode();
7859WrapperModule.Averager.new(num_points);
7872WrapperModule.Averager.sample(value_op);
7880WrapperModule.Averager.mean();
7890WrapperModule.Averager.variance();
7898WrapperModule.Averager.stdev();
7910WrapperModule.Averager.covariance(mean_value);
7918WrapperModule.Averager.mean_x();
7926WrapperModule.Averager.stdev_x();
7935WrapperModule.Averager.variance_x();
7946WrapperModule.Averager.trend();
7955WrapperModule.CreateOEMGCodes(GCodeRangeString);
7974WrapperModule.ElapsedTime(from_ll, to_ll);
7980WrapperModule.FlushProfile();
7988WrapperModule.GetRecentMachDir();
7997WrapperModule.GetAppDataRoaming();
8005WrapperModule.GetAppDataRoaming_Method1();
8013WrapperModule.GetAppDataRoaming_Method2();
8020WrapperModule.FunctionQueue.Create();
8033WrapperModule.FunctionQueue.Register(
func);
8041WrapperModule.FunctionQueue.Execute();
8046WrapperModule.FunctionQueue.Print();
8059WrapperModule.parseISO8601Timestamp(str);
8069WrapperModule.__private.zerobrane.BuildAPI(t, seen);
8078WrapperModule.__private.zerobrane.PopulateAPI(
object,
namespace,
id);
8085WrapperModule.CopyToClipboard(data);
8127WrapperModule.execute(command, window_style, wait_on_return);
8136WrapperModule.OpenURL(url);
8179WrapperModule.SpindleSpeedVariation(on_off, inst);
8186WrapperModule.SpindleSpeedVariationToggle();
8195WrapperModule.IsSpindleSpeedVariationOn();
8204WrapperModule.IsLuaRunningInScreenChunk();
8211WrapperModule.IsLuaRunningInMCodeChunk();
8217WrapperModule.IsEditorActive();
8225WrapperModule.IsMachShuttingDown();
8234WrapperModule.AppendActiveDialog(dlg_name, dlg);
8241WrapperModule.RemoveActiveDialog(dlg_name);
8247WrapperModule.CloseActiveDialogs();
8281WrapperModule.geom.GenericParabola(x0, y0, x1, y1, x2, y2);
8292WrapperModule.geom.Parabola(x0, x1, y_max);
8329WrapperModule.NewSerialConnection(portnumber, setup, error_codes);
8340wrapper.write(self, stringdata, timeout);
8349wrapper.writeBcc(self, stringdata, timeout);
8360wrapper.read(self, read_len, timeout);
8370wrapper.request(self, request_cmd, read_len, timeout);
8381wrapper.requestBcc(self, request_cmd, read_len, timeout);
8396wrapper.bccCheckSum(self, str);
UI filter(search_term)
Filter the commands list box to show only entries matching the search term.
UI format_number(number)
Format a number to a fixed 4-decimal-place string.
func()
Map the SoftHC Active register to the HC_AdjustActive output and update the adjust-active screen indi...
name("m3")
Handle M3 plasma cutting start failure by reporting an alarm or error based on machine state.
sortFunction(a, b)
Default sort comparator used by GetKeysSortedByValue to sort keys by their associated table values.
UpdateWaitOnCondition()
Poll the current wait condition and return a status code indicating whether it has been met.
func_name()
Checkpoint-instrumented wrapper function template for long-running operations.
open_cmd(url)
Open a URL using the macOS 'open' command.
Recursive(t)
Recursively write a condition set and all nested sub-sets to the GMS command string.
itself(name will be auto-discovered)
Register a named function in this FunctionQueue group.
name(string)
Call a Mach4 API function by name with automatic error handling (no metadata).
WrapperModule AlarmMessage(Message, FileName, Line, ForceAlarm)
Invoke a GMS alarm message with protected error handling.
f(x)
Return a function that calculates y-values for a parabola passing through three given points.