
Results 1 to 14 of 14
Thread: Anologue V digital potentiometer
-
16th Nov 2023, 05:10 PM #1
Most Valued Member
- Join Date
- Jul 2006
- Location
- Athelstone, SA 5076
- Posts
- 4,254
Anologue V digital potentiometer
One for the VFD specialists.
I have a remote anologue potentiometer for speed control on my woodlathe VFD.
Has anyone swapped it out for a digital and how did you do it?
-
16th Nov 2023, 06:50 PM #2
Hi Richard,
Apologies for a technical answer !
An analog device uses a varying voltage, resistance or current to provide a constantly adjustable output value. In your case a potentiometer, which is a resistive device. The output of which would need to be digitised by chopping its output up into discrete steps, usually a multiple of 16, where each step represents a particular output value.
Lets assume a common value of 256 discrete steps. If we also assume that the potentiometer has a resistance value of 10,000 ohms (10K ohm), then each step will have a value of 10,000/256 = 390 ohms or 0.039K ohm.
If we assume that we use common digital logic, which runs at 5 volts is used then each discrete step only has 1 / 256 th of 5 volts output, ie 0.02 volts to play with, or 390 ohm per step.
You can use a higher logic voltage, sat 12 volts, which makes things easier but rapidly becomes non standard. Also your speed controller has to be able to either use the steps created directly or convert the steps back to an output that it understands. Usually a voltage.
It would be far easier to leave things as they are and simply count the number of revolutions of the controlled motor and display that.
I'm not saying it can't be done, just that it is not at all straight forward.
HTH.Last edited by BaronJ; 16th Nov 2023 at 10:21 PM. Reason: Oops. A nought too many ! Sorry !
Best Regards:
Baron J.
-
16th Nov 2023, 09:28 PM #3
Diamond Member
- Join Date
- Mar 2011
- Location
- Southern Flinders Ranges
- Posts
- 1,452
Your maths is flawed, you lost it when you somehow jammed 256 39k steps into a 10k device..
I’ve had a bit to do with them at work, although not in a VFD control environment, we generally have VFD’s submissive to a PLC not a HMI.
In theory it shouldn’t be difficult, in practise it’ll probably be a right mind f… if my experience of swapping out some in a feedback a couple of months back was anything to go by. The voltages didn’t line up, the conversion steps weren’t precise enough because there weren’t anywhere near enough of them, and the thing was volatile so every time the power went out it had to be re-zeroed.
If you decide to have a crack feel free to get in touch if there’s anything more specific you want to know.
Honestly, the world would have had to have run out of analogue pots before I considered a digital on any of my VFDs, it makes a simple task somewhat complicated.
-
16th Nov 2023, 10:31 PM #4
-
16th Nov 2023, 11:28 PM #5
Diamond Member
- Join Date
- Mar 2011
- Location
- Southern Flinders Ranges
- Posts
- 1,452
Close but still no cigar, care to have another go?
-
17th Nov 2023, 12:28 AM #6
Golden Member
- Join Date
- Dec 2007
- Location
- Adelaide
- Posts
- 538
Why would you want a digital potentiometer ? I may be wrong, but my understanding of a digital potentiometer is an electronic device that acts like an analog potentiometer, it's controlled by a digital signal either directly from a cpu such as arduino or possibly by a serial bus like I2C, I don't think it would be an easy add-on for your VFD. I've heard of them being fitted to CNC controllers so the controller can control spindle speed via a VFD
If you're looking for a speed control with click stops so you know spindle speed at each click stop then you could keep the current speed control and fit a tacho, you can buy these on Ebay, they do need a sensor to be fitted plus power supply, plus a box or housing for the readout and power supply.
If you don't want that, then it can be done with a single pole multiposition switch, common switches have up to 12 positions, up to 18 is less common and the HIFI enthusiasts use 24 position switches for volume controls, you just need to wire it up with a resistor chain - each click stop on the switch adds an extra resistor in much the same way as turning a potentiometer increase the resistance. Translating the click stops for a specific speed is very doable, one way could be to measure the resistance of the potentiometer at each speed setting you use, and then arranging the resistor chain to give those resistances at each click stop.
-
17th Nov 2023, 06:59 AM #7
Philomath in training
- Join Date
- Oct 2011
- Location
- Norwood-ish, Adelaide
- Age
- 58
- Posts
- 6,462
I'm throwing my vote in with the 'it can be done but..." crowd.
The analogue pot would be providing a proportional signal back to the VFD - for convenience sake, let's say it is a 0 to 5V signal as that is easiest to think about.
Going digital would mean an encoder that would then provide pulses to some components that would then have to use additional circuitry to turn that into a voltage level sitting between 0 and 5V. A pot will stay where it is set, so power up and you are good to go. An encoder does not have memory, so on start up it does not know where it is - either it needs to be calibrated or some more circuitry is needed to store the previous setting.
Starts getting complex really quickly.
Michael
-
17th Nov 2023, 07:13 AM #8
-
17th Nov 2023, 08:59 AM #9
Member: Blue and white apron brigade
- Join Date
- Feb 2006
- Location
- Perth
- Posts
- 7,160
-
23rd Nov 2023, 10:40 AM #10
Most Valued Member
- Join Date
- Jul 2006
- Location
- Athelstone, SA 5076
- Posts
- 4,254
-
23rd Nov 2023, 10:41 AM #11
Most Valued Member
- Join Date
- Jul 2006
- Location
- Athelstone, SA 5076
- Posts
- 4,254
looks like its out of my depth...so I will just stick with the pot I have
thanks guys
-
23rd Nov 2023, 11:43 AM #12
Golden Member
- Join Date
- Dec 2007
- Location
- Adelaide
- Posts
- 538
I'm sure the bottom frequency of 56Hz is not set by the potentiometer but by the settings in VFD, there are settings in most common VFD's that set the upper and lower frequency limits, the potentiometer allows you to vary the frequency between those limits, I have both of my VFD's set for 25Hz as the minimum, have a look at your VFD manual and ask questions if you are unsure about which settings to change to get a lower bottom frequency, there are a lot of knowledgeable forum members here that can help. Beware of going too low, typically a lower speed is used for larger diameter turning, and in reducing the speed via a VFD you may lose torque just when you need it the most ie for large diameters, you may want to consider changing the gearing between the motor and spindle in conjunction with the frequency reduction.
-
23rd Nov 2023, 02:03 PM #13
Member: Blue and white apron brigade
- Join Date
- Feb 2006
- Location
- Perth
- Posts
- 7,160
-
23rd Nov 2023, 02:31 PM #14
Diamond Member
- Join Date
- Mar 2011
- Location
- Southern Flinders Ranges
- Posts
- 1,452
Yeah check the limits in the VFD, you’ll probably find the lower is set where the pot is currently bottoming.
Similar Threads
-
Mod a potentiometer
By Harry72 in forum ELECTRICALSReplies: 10Last Post: 11th Oct 2022, 01:01 AM -
Digital Calipers
By GSRocket in forum METALWORK GENERALReplies: 12Last Post: 28th May 2015, 11:34 PM -
Digital UniMig 250 Multi Function Welding V's Non-Digital
By JohnSydney in forum WELDINGReplies: 3Last Post: 29th Oct 2013, 11:03 AM -
Potentiometer taper
By Stustoys in forum METALWORK GENERALReplies: 10Last Post: 23rd Aug 2010, 11:03 AM -
digital verniers
By wonka in forum METALWORK GENERALReplies: 5Last Post: 31st Oct 2009, 09:56 AM