This carrier board for ST’s VNH5019 motor driver IC operates from 5.5 to 24 V and can deliver a continuous 12 A (30 A peak).
What means the part "can deliver a continuous 12 A (30 A peak)" , it means that if for example my two motors are consuming 7A each one, in total I need 14A, therefore as my driver support 30 A peak, All would be ok? It will work ! ?
This carrier board for ST’s VNH5019 motor driver IC operates from 5.5 to 24 V and can deliver a continuous 12 A (30 A peak).
What means the part "can deliver a continuous 12 A (30 A peak)" , it means that if for example my two motors are consuming 7A each one, in total I need 14A, therefore as my driver support 30 A peak, All would be ok? It will work ! ?
Thnx
I am also seeing that my power supply only gives 10A, and I have two lineal actuators aproximately of 7A each one, that means that in the max load they will require 14A , That means that the source cannot provide the 14A only 10A. It will be exceeded by 4A.
Am I correct? This will be a problem?
If so, Can I work meanwhile like this only being careful of not loading too much weight?
I believe I will buy the driver shown below because of the price, anyway my power supply is of 10A. I think I only need to be careful with the weight that is loaded by the linear actuators.
There is only one way to change the title.
You have go back to your original post (the FIRST one of THIS thread). That is the PARENT post and the
ONLY one that enables you to change the post. Go that post and right click on the "More" drop down menu
and select "Modify". Then change the title and click save.
The title will change.
Posters (other than the OP (Original Poster) can change the title of a single post (Reply) (like I did with this one) but ONLY that reply will have a different title. The OP, on the other hand can change ALL the titles of all the replies by simply changing the title on the OP (Original Post) (the one that does NOT have a Reply number assigned to it (because it is not a reply).
raschemmel:
There is only one way to change the title.
You have go back to your original post (the FIRST one of THIS thread). That is the PARENT post and the
ONLY one that enables you to change the post. Go that post and right click on the "More" drop down menu
and select "Modify". Then change the title and click save.
The title will change.
Posters (other than the OP (Original Poster) can change the title of a single post (Reply) (like I did with this one) but ONLY that reply will have a different title. The OP, on the other hand can change ALL the titles of all the replies by simply changing the title on the OP (Original Post) (the one that does NOT have a Reply number assigned to it (because it is not a reply).
Hey thanks raschemmel, the title of the thread has already changed ! !!!
I stand corrected. When the OP changes the title like you just did it changes
the title on the index list of that forum so anyone viewing new posts will see
the changed title. In addition , the Topic Title in the green bar above the post
window will display the changed title. It will NOT , however change the post
titles retroactively. (will not change title of posts posted BEFORE the title change)
but all FUTURE posts will display the changed title (like this one).
There are many customs and policies on the forum that can only be learned over
time. One that most new members don't realize is that it is considered forbidden
to discuss anything technical in a PM unless the recipient has requested it. For
example, it would be against forum convention for you to click on my avatar and
send me a PM in which you discuss a problem you need help with. The proper
protocol is click on my avatar and send me a link to your post (preferably using
the LINK toolbutton (chain link symbol) with a simple statement "If you have time, could you please
take a look at this post and see if you can help ?" I can then choose to click on
the link (or not) , but I don't have to read a bunch of technical explanation about
your problem. Most senior members will not answer any PM that contains technical
explanations or questions. They will however click on a link you send when they
have time.
It's not a good idea to force an LM7805 to dissipate 7V (12-5=7) unless it is well heatsinked and preferably
fan cooled. Failure to provide sufficient heat sinking or cooling or both will result in the regulator running hot. It can shutdown if it gets too hot. It is advisable that you get a DS18B20 TEMP sensor and mount it
directly on the LM7805 to monitor the temp. It is very easy to use. Just Google "arduino DS18B20" and you'll find millions of hits.
raschemmel:
It's not a good idea to force an LM7805 to dissipate 7V (12-5=7) unless it is well heatsinked and preferably
fan cooled. Failure to provide sufficient heat sinking or cooling or both will result in the regulator running hot. It can shutdown if it gets too hot. It is advisable that you get a DS18B20 TEMP sensor and mount it
directly on the LM7805 to monitor the temp. It is very easy to use. Just Google "arduino DS18B20" and you'll find millions of hits.
Hey Thanks raschemmel !
Then I will google it your suggestion.
I am wondering if this is the most natural option to use only one power supply(12v) and feed arduino and the motors, or exist another better options?
I am wondering if this is the most natural option to use only one power supply(12v) and feed arduino and the motors, or exist another better options?
I wouldn't say it's the "most natural" since it is preferable to have the processor running off a supply that
is not subject to the load demands of a motor driven system. Theoretically, if you 12V supply is solid enough and you have enough filter caps on both the 5V rail and the 12V rail to absorb spikes from the
motors, then it should be ok. Without a storage scope to save screenshots of the power rails at the moment the actuator starts moving, the only way you can monitor the system is use analog inputs to measure the 5V and a voltage divider to measure the 12V and log some data points before , during and after driving
the actuator and if you see any substantial dip in the voltage then add 470uF ,1000uf, 3,300 uF wherever
you see the dip. (lower values for the 5V and larger values for the 12V)
raschemmel:
It's not a good idea to force an LM7805 to dissipate 7V (12-5=7) unless it is well heatsinked and preferably
fan cooled. Failure to provide sufficient heat sinking or cooling or both will result in the regulator running hot. It can shutdown if it gets too hot. It is advisable that you get a DS18B20 TEMP sensor and mount it
directly on the LM7805 to monitor the temp. It is very easy to use. Just Google "arduino DS18B20" and you'll find millions of hits.
Based on your comments I see that using the linear regulator(7805) could have heating problems, so you recommend using the switching regulator(OKI-78SR-5) which is more efficient. Below is the new schematic, which is only replacing 7805 by OKI-78SR-5.