|
|
| Author |
Message |
oandac Newbie
Joined: 07 Jun 2006
Posts: 1
|
Posted: Wed Jun 07, 2006 7:20 pm Post subject: Multiple ADC-24 |
|
|
I have two ADC-24 but I can only get data from the first intalled device. HRDLOpenUnit ( ) returns one value of hrdl_handle. How can I get both ADC-24 get running with my delphi program?
Is there any way to load DLL dynamicaly for the function HRDLGetUnitInfo?
Omer |
|
| Back to top |
|
 |
Michael Guru

Joined: 07 Jul 2005
Posts: 93
Location: St Neots, Cambridgeshire
|
Posted: Thu Jun 08, 2006 8:26 am Post subject: |
|
|
Hello,
YOu will have to call the OpenUnit() function again to open the second ADC20/24. THis will be given the next available handle i.e. 2
Best regards,
Michael |
|
| Back to top |
|
 |
|