Hello Guest it is April 24, 2024, 11:22:56 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 - Peter Homann

101
Modbus / Re: Problem with Test Modbus Function
« on: May 02, 2014, 11:19:01 PM »
Hi,

When, you write to any of the config registers, you can only write to a single register at a time. if you try to write to multiple config registers in a single write command, you will get a timeout.

Also once you write to a config register, you need to reset the ModIO to take effect.

Cheers,

Peter

102
General Mach Discussion / Re: Semi-Rigid Tapping
« on: April 15, 2014, 09:04:46 PM »
Hi,

In the spindle setup tab, there are delays for start up and shut down of the spindle. Try setting these to 0.

Cheers,

Peter

103
Modbus / Re: Problems with Modbus TCP
« on: February 17, 2014, 07:45:56 PM »
Hi,

The other problem you may be experiencing is that some USB to RS232 converters will fill their buffer, then transmit the data in a burst.

This can result in the Modbus inter- message gap being destroyed, resulting in CRC errors.

Cheers,

Peter

104
General Mach Discussion / Re: Airbrush attachment on Cnc Router
« on: January 23, 2014, 08:36:06 AM »
Hi Dan,

With John suggestion, the relay comes on when the Z goes negative.  It would be the simplest if you don't need to move the Z in the negative direction.

Cheers,

Peter

105
General Mach Discussion / Re: Airbrush attachment on Cnc Router
« on: January 22, 2014, 05:12:22 PM »
Hi,
It is fairly straight forward.

You could use the Gcode M words, to turn on and another to turn off an output.  You could select the user M words, say M800 and  M801 and write the scripts to activate the output.

The easier solution is to use the coolant control M word. Go into the spindle setup tab and set the output to be controlled by the coolant control.
Then to turn it on you can use M7 and to turn it ff M9. That way you won't need to write the macros.

Cheers,

Peter

106
General Mach Discussion / Re: Homann DigiSpeed DC-03 Setup Problem
« on: December 07, 2013, 08:31:45 PM »
If the VFD provides 10V, then use that. You will only loose a few % of the top speed.

Peter

107
General Mach Discussion / Re: Homann DigiSpeed DC-03 Setup Problem
« on: December 07, 2013, 05:35:54 AM »
Do you have the optional DC/DC converter plugged into the DC-03?

Peter

108
General Mach Discussion / Re: Homann DigiSpeed DC-03 Setup Problem
« on: December 07, 2013, 03:30:12 AM »
You also need to go into the Mach3 motor axis tuning tab and set an acceleration value for the spindle axis.

Peter

109
General Mach Discussion / Re: Homann DigiSpeed DC-03 Setup Problem
« on: December 07, 2013, 02:46:04 AM »
Drew,

I guess your the Andrew that sent me an email earlier today?

Please be kind enough to point out which parts of the manual are Ingrish and where the contradictions are and I'll attend to them. Or is that just your way of asking for help?

Presumably you've set up the Smoothstepper to produce the PWM signal?

Also, the SmoothStepper requires you to set an acceleration value for the spindle axis.

Peter

110
Modbus / Re: Using modbus to control a 3 color stack light
« on: November 03, 2013, 07:13:44 PM »
Hi,

If you are following the Article I wrote, you should be able to get it to work using the attached Brains.

Cheers,

Peter