Hello Guest it is April 25, 2024, 10:05:44 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.


Topics - grahamatcadcam

Pages: 1
1
VB and the development of wizards / Cypress error
« on: May 06, 2011, 04:14:19 AM »
While adjusting some servo drive settings and we would restsart Mach and when running the Home routines the attached message would appear and  system would error out.

After a reboot and restart it would behave correctly.

This is a new installation this year running on a license and been performing correctly for nearly a month.  Till to that is!!.

Any ideas as to why??

Regards

Graham

Screen dump of error is attached.

2
dspMC/IP Motion Controller / Problem with the Z axis.
« on: January 25, 2011, 11:32:52 PM »
Hi,
I hope you can shed some light on the last (known) problem on our router retrofit using Mach and the 7762M  Vital motion control box.

The Z axis is unreliable. it will run at up to about 700mm/min apparently reliably. The X Y and B (Tool Changer) are all workin fine.

With the Feed in exceess of this it will start then run at a much faster speed apparently for ever. Of course the Z axis travel is only 300mm so we quickly hit the stops.

It happens if the move is +ve or -ve direction.

We have been unable to improve this behavious except by running at very low speed.

It is not the drive or servo as we have swapped in replacements which did not elininate the problem.

Likewise we have eliminated the connector cable betwee the Vital systems box and the drive.


Our impression is that it is either Mach instructing the 7762 or the 7762 making a velocity output in excess of reasonable.

The position DRO's indicate normal and do not reflect the increased speed.

The servos and drives are FUJI and the operating system on the PC is XP

Currently we are stumped and would appreciate any comments and assistance

Thanks

Graham

3
Hi,
Please advise how to reverse the servo directions in a MACH/DSPMC setup.

Changing the dir in PORTS and PINS in motor setup does not have any effect.

Regards
Graham

4
General Mach Discussion / hickup at 12 and 6 oclock
« on: April 18, 2007, 05:04:48 PM »

Hi
We are developing a new machine and part of it is an XY table moving in a circular motion.

Using code listed below.

At 12 and 6 oclock on the graphics we can see a disturbance on the feedrate DRO. This shows in the servo motion as a blip and spoils the smooth motion we need.

I have tried faster PC's = makes no difference
Slowed feed speed down to 100mm/min - still present

It would appear as if at the point of calculating the G03 the pulse output gets disturbed

We are using version .062

Can you provide any ideas as to how to avoid this issue

Regards

Graham


G0 G49 G40  G17 G80 G50 G90
M6 T1 (TOOL DIA. 2)
G21 (mm)
M03 S100
G64

G00G90X0.Y0.
G00G90Z5.
G01G90Z0.F100.
G91G03Y19.Z-0.05R9.5F100.
G03J-19.Z-0.1 F1000
G03J-19.Z-0.1
G03J-19.Z-0.1
G03J-19.Z-0.1
G03J-19.Z-0.1
G03J-19.Z-0.1
G03J-19.Z-0.1
G03J-19.Z-0.1
G03J-19.Z-0.1
G03Y-19.Z-0.05R9.5
G00G91Z.254
G90Y0.
Z5.
M30
%

Pages: 1