Hello Guest it is April 19, 2024, 04:36:01 PM

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 - CNCDevil

Pages: 1
1
General Mach Discussion / Re: G31 causes driver fault
« on: March 01, 2016, 08:54:21 AM »
Hello again.

CS Labs just replied this to me:


I have a few tips for you that can be helpful.
1) Use this Mach3 version ftp://machsupport.com/Mach3/Mach3Version3.043.022.exe
In our opinion it's the most reliable version.
 
2) Use G31 only from VB macros level, do not use G31 from gcode.

Remember - after you use M40 command give a file name and point a location of the file with coordinates.
The difference is because the file is created by plugin and not Mach3.
 
No one has ever informed about such issue so if the tips above won't help then you will have to send me copy of your Mach3 with detailed information on how to activate the problem.



Do you guys have an idea how I can implement the G31 to into a VB script? I would love to do be more helpful myself, but I´m just lost here. Has nobody ever tried to use the M31 macro they have put on their site?


Regards,

Brian

2
General Mach Discussion / Re: G31 causes driver fault
« on: February 23, 2016, 08:27:39 PM »
I'll ask them first. No need to dig our own grave if it isn't possible anyway.

Brian

3
General Mach Discussion / Re: G31 causes driver fault
« on: February 23, 2016, 08:12:25 PM »
I probably need something like this M31 macro, but I must admid that I'm clueless when it comes to programming. I need some help with this, please.

4
General Mach Discussion / G31 causes driver fault
« on: February 23, 2016, 04:02:43 PM »
Hi,

I've just made my own digitizing probe and it works good for probing in the X, Y and Z direction with the 2010 screenset.

Today I tried to use the Digitizing Wizard, but we seem to have a problem here.

This is the data of my system:

Windows 7 SP1
CSMIO/IP-M
Leadshine AM882
Mach3 ver. R3.043.062
2010 Screenset
Setup for milimeters

Some of the code:

 (Digitize File)
M40
G92X0Y0Z0
F100
 G0X0Y0Z5
 G31 Z-6 (Probe touches the surface and outputs Hit success on the screen)

G0 Z5 (Now the driver goes into fault state when trying to read the G0 Z5 line.)
... 
M30

The driver has stall protection meaning that too much acceleration causes the driver to go into the fault state. I can verify this by periodic time of the red led that starts to flash on the driver. I changed the Z in the code to X and my machine made a very rapid move to G0 X5, after the G31 code. When I afterwards tried to run the code again, the driver vent into fault state, just like the Z-axis. This indicates that the code makes my system accelerate very rapid when trying to do the G0 move after the G31 move.

Here are the things I have tried to do, to narrow down the problem, but without success:

- Changed the X, Y and Z Velocity and Acceleration to very low values in Motor Tuning.
- Put G21 line between the  G31 and G0

Maybe it's some incompatibility between CSMIO and Mach3 (G31)?

I really hope that some of your guys can help me with this one.


Thank you in advance,

Brian
   

5
CS-Lab / Re: CSMIO/IP-M, VFD calibration, Spindle pulleys, Mach3
« on: August 06, 2015, 01:18:07 PM »
Nice to know with the index pulse :-)


I realize that I have to play a bit with the max ADC Count to make it just right. Can you please explain to me what the ADC is all about?


Brian

6
CS-Lab / Re: CSMIO/IP-M, VFD calibration, Spindle pulleys, Mach3
« on: August 06, 2015, 12:51:01 PM »
Thank you for the reply.


I found the magic number of 4095 in the manual, I just swore that I read it all...  ::)

Setting different ratios has no effect whatsoever, but it works as expected now, which is cool.


Thanks


Brian

7
CS-Lab / Re: CSMIO/IP-M, VFD calibration, Spindle pulleys, Mach3
« on: August 06, 2015, 09:23:30 AM »
Hi Hood

Here is the XML. I use the Mach3 2010 screenset.


It can't really have anything to with the VFD, it just corresponds to the 0-10v signal given by Mach3 / CSMIO/IP-M.


NB: I have just uploaded the newest firmware V2.703, no change.


Brian

8
CS-Lab / CSMIO/IP-M, VFD calibration, Spindle pulleys, Mach3
« on: August 05, 2015, 03:11:50 PM »
Hello everyone.


I´m a happy owner of the CSMIO/IP-M (V2.700) but now I´m stuck with a small problem and I would like to hear if anyone have had the same issue.

The gearbox on my RF-45 clone has a total of 6 gear settings and to be able to use the gearbox in combination with my VFD (see zip'ed attachment), I have made 6 Pulley configs.

The problem is that the VFD does not scale at all to the pulleys. I can make it work by setting higher numbers, but I just wonder what is going on? CSMIO/IP-M outputs a far higher analog voltage to the VFD than it´s supposed to do.


Here are the numbers I have put in to make the VFD scale properly:

Pulley Number 1:
Max Speed = 1250 rpm (Real speed = 300 rpm)

Pulley Number 2:
Max Speed = 2145 rpm (Real speed = 520 rpm) 

Pulley Number 3:
Max Speed = 3750 rpm (Real speed = 850 rpm)

Pulley Number 4:
Max Speed = 7850 rpm (Real speed = 1800 rpm)

Pulley Number 5:
Max Speed = 13300 rpm (Real speed = 3200 rpm)
 
Pulley Number 6:
Max Speed = 22500 rpm (Real speed = 5000 rpm)


Maybe I need to change some settings in the VFD, but I can´t figure it out. I hope that some of you guys can help me.


Thanks in advance,

Brian, Denmark

Pages: 1