Hello Guest it is April 16, 2024, 11:48:17 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - gudre

Pages: 1
1
Mach4 Videos / Re: Mach4 and ESS Homing Offset Script UPDATED
« on: April 01, 2016, 09:20:44 AM »
Thanks for the lessons DazTheGas.
When SoftLimits Off, everything works OK.
Question: why when SoftLimits On - HommeOffset wrong.

2
Mach4 General Discussion / Re: Omron MX2 problem
« on: March 24, 2016, 06:40:19 AM »
Settings with OB1(6) works. Thanks

3
Mach4 Toolbox / Re: Saving the selected spindle speed range
« on: March 24, 2016, 06:37:24 AM »
Hello, this code not working in my machine. What can be a problem ?
Code: [Select]
--Screen Load Script
local inst = mc.mcGetInstance()  -- not needed if already declared
local val = mc.mcProfileGetInt(inst, 'SpindleDefaultRange','Range',0)
mc.mcSpindleSetRange(inst, val)
Code: [Select]
--Screen Unload Script
local inst = mc.mcGetInstance() -- not needed if already declared
local val = mc.mcSpindleGetCurrentRange(inst)
mc.mcProfileWriteInt(inst, 'SpindleDefaultRange','Range',val)

4
Mach4 General Discussion / Re: Omron MX2 problem
« on: March 10, 2016, 10:54:40 AM »
I using breakout board "home made". All ESS IN/OUT converted to 0-24 VDC and galvanical isolated (optocouplers MOCD207).
Signal EA setings range is 1.0-32.0 kHz (scaled in MX2 setup), ex. 2.4 kHz - 24000 rpm.
I don't use the 0-10V analog input. If using EA input, it does need only one wire for change spindle speed.

5
Mach4 General Discussion / Omron MX2 problem
« on: March 10, 2016, 03:46:24 AM »
Hello experts. I use Mach4 + Ethernet SmoothStepper, 4 x Junma AC Servopack and Spindle frequency inverter Omron
MX2.
Please help configure or scripting in Lua spindle speed control with MX2 EA input (Pulse train input
24 VDC 32 kHz max.). It is not PWM, it variable frequency.

https://industrial.omron.eu/en/products/catalogue/motion_and_drives/frequency_inverters/compact_solution/mx2/defaul
t.html


Pages: 1