02-12-2013 10:00 AM
I am trying control a DC motor when the LDR sensor is actuated using labview with out a use of NI hardware. I connects the LDR with Atmel 8085 microcontroller and the DC motor is controlled. Now my problem is how the microcontroller 8085 is virtually controlled using LabVIEW without using the NI hardware and DAQ.
02-12-2013 10:25 AM
You can generally able to control just about any sort of hardware with LabVIEW. When you have decided on the physical interface you want, post back with the details if you need help.
02-12-2013 10:38 AM
As Dennis said, you need to indicate how you get the information fro the software (LabVIEW) to the hardware (microcontroller). It does not happen by brain waves or osmosis.
What port or interface to the computer will you connect to the 8085? What kind of communication protocol will you use?
Lynn