09-04-2006 12:32 PM
09-05-2006 04:13 AM
Hi Nick,
SCB-68 is a connector block, you need to use motion controller or daq card to serve you purpose. Of course you have to use a connector block in either case.
09-05-2006 10:00 PM
Nick,
What type of hardware are you connecting the SCB-68 to? Is it an NI-Motion board or an NI-DAQ board? This will determine how you connect the signals and program your application. Please let me know.
Jason N
09-06-2006 12:16 PM
09-07-2006 12:42 PM
Nick,
You should be able to use a DAQ board with LabVIEW to meet the requirements of this project. The trickiest part will probably determining the position of the motor. Will you be using an encoder with the motor, or will it just be moving between the two limit switches? If it is just moving between two limit switches then it won't be too bad. NI DAQ boards by themselves have a low current voltage output, so you may need to use them to trigger relays. What are the signal requirements (voltage and current) for the motor and the switches?
The way the program could work would be to monitor the switches with an input line to determine when there is voltage present and the switch is on or when there is no voltage present and the switch is off. When a command is given to move the motor, depending on which switch it is stopped at, you could send a voltage output to the motor to start it moving. When it hits the next limit switch, the program would read this even and then stop outputting voltage to the motor. This is a rough outline, but it is definitely possible. Does this sound like what you need to do?
If you have any specific questions about a particular DAQ board it would be best to post these questions in the DAQ discussion thread. I can help you any questions about the motion components.
Jason N
09-07-2006 03:02 PM