Thread: VFD HY only rotates at 12000rpm
Hybrid View
-
06-07-2018 #1
Doddy consults
I am new to the subject. Where do I see the voltage that you tell me?
thanks for your time
regards
-
06-07-2018 #2
Look here from you other post thread http://www.mycncuk.com/attachment.ph...7&d=1530221175
Within the VFD terminal stripLast edited by Clive S; 06-07-2018 at 12:18 PM.
..Clive
The more you know, The better you know, How little you know
-
06-07-2018 #3
SaporeCNC,
Sorry, I shouldn't presume any experience:
You're discussing a system where the Spindle is being controlled by an analogue voltage, between 0-10V, provided via Mach3 through the CSMIO. To understand if your problem is with the Mach3 set-up, or the CSMIO, or the VFD, the easiest indicator is the analogue output from the CSMIO to the VFD.
I've read into your description that the FOW control works (so issuing an M3 command starts the spindle, at 12000RPM), but any speed command fails to change the RPM. So, if you issued "M3 S8000" in the MDI, that the spindle will operate, and the VFD will display 12000 RPM. Please correct me if I've misunderstood.
From here it is logical to measure the analogue voltage output from the CSMIO, by connecting a DC volt meter (or a DMM on a DC voltage range) across the ACM terminal on the VFD (black/negative) and the VI terminal (red/positive).
A properly configured Mach3/CSMIO would output around 10V with the "S24000" setting. It should output around 5V with the "S12000" setting, and around 2.5V with the "S6000" setting. If it does, then the problem likely lies with the VFD, and it's settings.
The reason I asked for three settings is to verify that the CSMIO/Mach3 is not saturating the output from the CSMIO (e.g. if the S24000 and S12000 both output 5V, but S6000 does give 2.5V, then it would look as though the CSMIO analogue output is limited to 5V (for whatever reason - and I don't know the CSMIO and would advise no further). Also, if the S6000 also output 5V then I would seriously look at the Mach3 / CSMIO configuration, as I would expect that the DAC on the CSMIO wasn't being driven by Mach3.
If, however, the CSMIO does output the 10V/5V/2.5V expected for S24000/S12000/S6000 then you can be reasonably sure that the CSMIO/Mach3 are correctly configured, and we can concentrate on the VFD settings.
I have briefly looked at the register settings for the VFD, that you provided, and they look at first glance to be correct. But, if the voltages out of the CSMIO into the VFD are broadly as expected at different speeds then we can spend more time looking at the VFD set-up.
One other question: You say the speed is 12000RPM. Is this a fixed, exact 120000, as indicated on the VFD? (my reason: it's unlikely that you'd get a precise analogue output of exactly 5V from the CSMIO to give the exact 12000 RPM... it might indicate that the VFD is not sourcing it's speed control from the external VI input).Last edited by Doddy; 06-07-2018 at 01:18 PM.
-
06-07-2018 #4
Yes exactly as Doddy has quoted but it would be interesting to look at the setting of PD070 in the vfd as my data sheet shows pd070 is (speed control input) set to 1 is 0-5v and 0 is 0-10v
There is also a little jumper next to the terminal strip right hand side that can be put in two positions this sets the vfd to external control. What position is it in?
edit some data sheets differ with the pd070 settings. but won't do any damage if you changeLast edited by Clive S; 11-07-2018 at 07:17 AM.
..Clive
The more you know, The better you know, How little you know
-
07-07-2018 #5
Hi, thanks for your attention
I told you that I measured the tension and the ip-m csmio does not exceed 5v
I made some changes to the parameters of the VDF and it gave me some results
first change pd070 is (speed control input) set to 1 is 0-5v and in 2 I get no response, the axis does not turn
the jumper is in the VI position
and also change the following and I got this result
pd011 configured 100.00 axis rotates at 6000 rpm 1.5v
pd011 configured 200.00 axis rotates at 12000 rpm 2.3v
pd011 configured 300.00 axis rotates at 18000 rpm 3.5v
pd011 configured 400.00 axis rotates at 24000 rpm 4.8v
all these speed changes I get it by changing the parameters
in the VFD no matter what I entered in the mach tab in MDI
regards
-
07-07-2018 #6
have you tried the jumper in the other position (vr)
..Clive
The more you know, The better you know, How little you know
-
07-07-2018 #7
I'm sorry, this might be a language thing. Where/when did you tell us this? Or is this you now reporting the results of the S24000/S12000/S6000?
Okay, so if the CSMIO output voltage varies (wrt the Sxxxxx MDI input) 0-5V, then a value of 1 for pd070 would be correct...
I'm unsure what you're talking about here. You're changing the minimum frequency (a function of RPM) from 100 - 400 (6000rpm - 24000rpm), which suggests to me that the VFD is reading a minimum demanded spindle speed, and it's driving at the values in the pd011 as a consequence. You should reset pd011 to 0 (or your required minimum) and not try to use this as a method of speed control.
BUT, what is the reference to voltage (1.5v, 2.3v, 3.5v and 4.8v)? - are these the outputs from the CMSIO analogue channel 0 with the different S6000, S12000, S18000, S24000 MDi commands?
I understand you're saying that there is no response to entering speed commands in the MDI. But are those analogue voltages (tension?) the result from the speed command at the CSMIO output / VFD VI-ACM input?
If that interpretation is correct, then there's at least some suggestion that the Mach/CSMIO is correctly configured (although the register 64 in the settings looks at odds with the CSMIO/IP-M instructions here.... https://en.cs-lab.eu/wp-content/uplo...-m-artykul.pdf which seems to indicate a register value of 80... which also suggests that the CSMIO IP-M output is expected to be between 0-10V. But I'm not familiar with the CSMIO and wouldn't comment further on this.
I would reset PD011 to 0 and PD070 to 1. Then I'd get a 1.5V cell (AA battery), disconnect the RFD VI input from the CSMIO and connect the cell with + to the VI input, and the - to the ACM input. Using a M3 command from mach3 should then give you 24000/5*1.5 = 7200 rpm (or there abouts). This would confirm the analogue input into the VFD is working as expected. Or not.Last edited by Doddy; 07-07-2018 at 10:04 PM.
-
09-07-2018 #8
I use a CSMIO/IP-M, and it takes a little bit of work to get it set up for analogue speed output. I would like to see a measurement of the CSMIO output voltage at the terminals just to check that it is actually configured correctly. The CSMIO plugin for Mach3 has some settings that are not obvious (although if you work through the manual very carefully they are documented) and you have to get this right. You should see 0-10V coming out of the CSMIO when it is configured correctly. Quick check with a voltmeter will confirm whether the CSMIO has been set up correctly.
-
11-07-2018 #9
Hello everyone
thanks to the help they gave me and was able to configure and apparently it works well,
when entering a G code, the VFD and the axis respond to the required speed,
in the week I will make some cuts and see how everything behaves ...
the changes you make to make it work were the following
pd011 configured at 150.00 is the minimum recommended in air-cooled axles and goes to 6000 rpm
pd070 set to 0 and thus works from 0-10v
thanks again for your time !!!!
regardsLast edited by SaporeCNC; 11-07-2018 at 01:11 AM.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
FOR SALE: Elte type spindle 0.55kW 12000rpm 220AC 3-phase
By Vladimir_MD in forum Items For SaleReplies: 3Last Post: 16-05-2010, 06:48 PM
Bookmarks