04-17-2019 06:28 AM
is it correct now ?
i am new to labview.
04-17-2019 06:42 AM
Hi Rajesh,
is it correct now ?
Atleast you built the same code as I have shown in my message.
You still need to wire the VISA reference, include some error handling, and so on…
i am new to labview.
There is a Training section in the header of this LabVIEW board!
(You should learn to spell LabVIEW the right way. 😄 Apart from spelling you also should learn to use the AutoCleanup tool…)
04-17-2019 07:39 AM
thank you so much 🙂
i will go through the classes.
need suggestion:
my VI should perform first WRITE then READ . how to control flow.
how to implement .
04-17-2019 07:44 AM
04-18-2019 03:56 AM
Everything provided to you this far is correct and good.
however.....
USB control of devices which don't correspond to one of the standard USB device types (Mass Storage, Audio, HID etc) is challenging. I've written posts on this in the past and it's actually very complicated if your device isn't one of the standard device types.
Do you have a VID and PID of your device so that I can do a quick check. If it's a custom USB device, this will not be a task for a beginner.
Shane.
04-18-2019 11:56 PM
My device has VID & PID.
i followed "http://www.ni.com/tutorial/4478/en/" procedure to detect my device as USB.