|
|
| Author |
Message |
Florin Advanced User

Joined: 09 Oct 2006
Posts: 10
Location: Italy
|
Posted: Tue Oct 10, 2006 9:36 am Post subject: labview example for adc200 with USB-PP |
|
|
Hi,
I'm trying o write my software for an ADC212 starting from your examples. When I try to run it, I get a message like this: "An exception occured within the external code called by a Call Library Node ...".
My adc212 is conected to a laptop computer that doesn't have LPT's, therefore I use a Pico USB-PP connector. MAX finds only 3 COMs, I don't know how to identify my usb-pp port. It also cannot identify my adc212. The picoscope software works well, therefore the problem might be in LabView or inside the adc200.vi that I try to run.
Can anyone help me make that example start?
Thank you,
Florin
| Description: |
| here's the example... I downloaded it from your site some days ago. |
|
 Download |
| Filename: |
adc200.vi |
| Filesize: |
94.7 KB |
| Downloaded: |
1572 Time(s) |
|
|
| Back to top |
|
 |
Michael Guru

Joined: 07 Jul 2005
Posts: 93
Location: St Neots, Cambridgeshire
|
Posted: Wed Oct 11, 2006 10:51 am Post subject: |
|
|
Hello Florin,
You will need to delcare the port as 101, 102, 103 etc when using the USB parallel port adapter.
Ensure you have installed the correct drivers for the USB adapter.
Best regards,
Michael
|
|
| Back to top |
|
 |
Florin Advanced User

Joined: 09 Oct 2006
Posts: 10
Location: Italy
|
Posted: Wed Oct 11, 2006 11:10 am Post subject: |
|
|
Hi Michael,
Thanks a lot. I changed the port no. to 101 and now it works.
Thanks again.
Regards,
Florin
|
|
| Back to top |
|
 |
RAVI Active User

Joined: 05 Dec 2006
Posts: 5
|
Posted: Sun Dec 10, 2006 7:49 pm Post subject: how to declare port as 101 |
|
|
please tell ud how to declare port as 101 in labview adc200vi.
thanks
ravi
| michael wrote: | Hello Florin,
You will need to delcare the port as 101, 102, 103 etc when using the USB parallel port adapter.
Ensure you have installed the correct drivers for the USB adapter.
Best regards,
Michael |
|
|
| Back to top |
|
 |
RAVI Active User

Joined: 05 Dec 2006
Posts: 5
|
Posted: Sun Dec 10, 2006 7:52 pm Post subject: declaring port as 101 |
|
|
I am having the same problem.will you please write how you declare port as 101. as i amm novice in this field. i am using labview 8.2b23
thanks
ravi
| Florin wrote: | Hi Michael,
Thanks a lot. I changed the port no. to 101 and now it works.
Thanks again.
Regards,
Florin |
|
|
| Back to top |
|
 |
Florin Advanced User

Joined: 09 Oct 2006
Posts: 10
Location: Italy
|
Posted: Sun Dec 10, 2006 10:19 pm Post subject: Re: how to declare port as 101 |
|
|
Hi,
I'm a begginer too and I'm using a PICO USB-PP addapter.
Go to the front panel of the example, right click on the ports controller and sellect "find terminal". this will take you to the block diagram, at the routine that manages the ports reading.
Unwire your LPT ports terminal (as you don't need them) and wire a numeric constant instead. (I used 101 and it worked).
Please let me know what you got.
Regards,
Florin
|
|
| Back to top |
|
 |
RAVI Active User

Joined: 05 Dec 2006
Posts: 5
|
Posted: Mon Dec 11, 2006 7:55 am Post subject: Thanks Florin |
|
|
Hi Florin
Thanks for your prompt reply. I changed the port to 101 as you explained. Now it is working fine. Thanks again.
Regards
Ravi
|
|
| Back to top |
|
 |
|