How to start the old inverter board without external sensors?

Introduction and miscellaneous that we haven't created categories for, yet
Post Reply
dexterbot80
Posts: 4
Joined: Thu Apr 20, 2023 1:57 pm
Has thanked: 1 time

How to start the old inverter board without external sensors?

Post by dexterbot80 »

Hello,
I found this project and I think it would help me to build a VFD for a three-phase motor.
https://github.com/jsphuebner/inverter- ... board6.pdf
I don't need sensors - I use it for a fan.
Can someone help me start the inverter without the current sensors?
I would just like to be able to change the motor speed from a potentiometer.
Thank you teachers :)
User avatar
johu
Site Admin
Posts: 6742
Joined: Thu Nov 08, 2018 10:52 pm
Location: Kassel/Germany
Has thanked: 380 times
Been thanked: 1564 times
Contact:

Re: How to start the old inverter board without external sensors?

Post by johu »

just apply something between 0.5 to 3V to the sensor inputs and set ocurlim to 5000 so the over current event isn't triggered.
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
dexterbot80
Posts: 4
Joined: Thu Apr 20, 2023 1:57 pm
Has thanked: 1 time

Re: How to start the old inverter board without external sensors?

Post by dexterbot80 »

Thank you for your answer Johannes,
Can I use a simple potentiometer to change the speed? Can you show me how to do this?
Thanks again
Edwardmatthew
Posts: 6
Joined: Tue May 16, 2023 2:13 pm
Has thanked: 1 time

Re: How to start the old inverter board without external sensors?

Post by Edwardmatthew »

dexterbot80 wrote: Thu Apr 20, 2023 2:54 pm Hello,
I found this project and I think it would help me to build a VFD for a three-phase motor.
https://github.com/jsphuebner/inverter- ... board6.pdf
I don't need sensors - I use it for a fan.
Can someone help me start the inverter without the current sensors?
I would just like to be able to change the motor speed from a potentiometer.
Thank you teachers :)
You can follow these steps. First, ensure you have the right power supply for your motor. Then, create an inverter stage using power electronic components like IGBTs or MOSFETs. This stage will convert the fixed AC input into variable-frequency AC output. Next, use a potentiometer as a speed control input and connect it to a control circuit, such as a microcontroller or control IC. This circuit will generate the appropriate frequency signals for the inverter based on the potentiometer input. Design a drive circuit to interface between the control circuit and the inverter, providing the necessary gate drive signals to the power electronic switches. Consider adding basic protection elements, like fuses or overcurrent relays, to ensure motor safety. Finally, test and calibrate the VFD to ensure it functions correctly and adjust as needed.
dexterbot80
Posts: 4
Joined: Thu Apr 20, 2023 1:57 pm
Has thanked: 1 time

Re: How to start the old inverter board without external sensors?

Post by dexterbot80 »

Hello, I have already build the test inverter circuit using IGBTs but i do not understand how to connect the potentiometer to the inverter board.
Can you help me with connection diagram?
I need to change the code?
Thank you
Post Reply