08-08-2013 04:36 AM
HI
When i run the script "USB-6501 Interactive Control.llb", i have this error "Device identifier is invalid"?
If you know another script that drives the "USB-6501" to check its lines, please help me?
Best regards
Solved! Go to Solution.
08-08-2013 04:39 AM
@USRP wrote:
When i run the script "USB-6501 Interactive Control.llb", i have this error "Device identifier is invalid"?
If you know another script that drives the "USB-6501" to check its lines, please help me?
This makes no sense..!! Share your code or screenshot..!!
08-08-2013 05:01 AM
Its a NI code (attached file)
08-08-2013 05:16 AM
@USRP wrote:
When i run the script "USB-6501 Interactive Control.llb", i have this error "Device identifier is invalid"?
What do you mean by When i run the script "USB-6501 Interactive Control.llb"...???
--> Do you've USB 6501 listed in MAX, as shown in the picture below...???
--> Are you using correct string identifier as device name...???
08-08-2013 05:30 AM
08-08-2013 05:35 AM
Ohh I see..!! Its debug time now...!!
Enable Automatic Error Handling:
Run the code, let the code come back with the exact location, where error is occurring..!!
08-08-2013 05:52 AM
I did Enable Automatic Error Handling
I have the same error!!!
08-08-2013 06:08 AM - edited 08-08-2013 06:10 AM
Then probably you may need to manually dig down and probe, where exactly this error is occurring...!!
Mean while you can also run a Self Test on that device (from MAX).
Edited: Also try to write a small code (or use shipped example) to see if, you're able to use available channels (AI, AO, DI, DO) on this card.
You can probably use DAQ Assistant OR even test panels from MAX.
08-08-2013 06:20 AM
I use also this NI code "
I have no error, But it activates all lines (8 lines/ port) simultaneously; I want just to activate one line in the port.?
The script:
08-08-2013 06:58 AM - last edited on 08-13-2024 10:26 AM by Content Cleaner
Right now I don't have time to look into the example code, that you provided...!!
But why don't you use DAQmx functions OR DAQ Assistant to write a code with whatever functionality you need...??