03-25-2008 06:10 AM
03-25-2008 06:38 AM - edited 03-25-2008 06:42 AM
03-25-2008 06:41 AM - edited 03-25-2008 06:41 AM
03-25-2008 07:04 AM
Hai,
Thanks for the timely help. Actually am using parallel port read and write loop.vi from the example finders in Labview 8.5 in my application.
In my project, USB device test using USBCV utlity, am in need of two controls (buttons). One will be a switch which give a high/low value when pressed/released. Other one will be a latch which will be used for remote wakeup of the device (a pulse). i have done this in labview.
But the test needs to be automated. That is when the USBCV utlity asks to connect/disconnect a device, automatically the switch control should be handled accordingly. when the utility asks for a remote wakeup, the latch control will get pressed automatically.
That is when i run my VI and the USBCV utility, when the utility prompts for certain action (connect/disconnect, remote wakeup), the VI should give appropriate inputs (from switch or latch) automatically without any user inputs.
Kindly give suggestions.
03-25-2008 09:08 AM
You can replace the latch control with a switch one. Make a event case for each control "value change". Then you can use the property "value signal" to programmatically trigger an event.
This is the easiest way.