10-30-2013 01:31 AM
My objective is have my output of my encoder come into a daq assistant. Then covert that to rev per second. Then compare that to what the user sets the speed and adjust it. But I can not get past how to work the daq assistant I cant get a wire to come out of it.
10-30-2013 04:44 AM
The daq assistant uses dynamic data. You can use a converting block to get the data out. Most likely LV will already do this for you.
Though i recommend you to use the DAQmx blocks, this will give a lower latency in most cases.
10-30-2013 07:00 AM
what im saying is I can not get the wire to come from the daq assistant do I have to have it hooked up? physically I just need the block diagram for a visual for a project right now.
10-30-2013 07:19 AM
like this is my speed sensor an motor control. What I want is the user to enter the motor speed, then have a set motor speed that they can not go above an if they do the brake will be applied. Am I on the right track can someone help lead me in the right direction?
10-30-2013 08:07 AM
I don't really get what you are trying to explain.
When you are trying to set the speed of a motor you most likely need to build a closed loop too. In open loop the speed wont be that accurate.
But is this what you meant?
10-30-2013 08:57 AM
You can also use In Range and Coerce to force the Set Motor Speed to be between 0 and Max Speed. One function instead of two.
10-30-2013 09:29 AM
Ravens option is better because you can also add a minimum value.
The last option you can do is to enter the numeric control option and to this:
Though I don't know how reliable this is.. It is obviously the most space saving.