Hi Ross,
Try to install one card at a time.
Some of those automatic install and setup seems not be able
to handle two unknown cards at the same time.
I do not remember what happened (long time ago we found out)
but to install our GPIB and COM port cards now a days
we do it one at a time.
Allan
-----Original Message-----
From: Ross Bledsoe [mailto:RBLEDSOE@Coinco.com]
Sent: Tuesday, November 27, 2001 4:53 PM
To: vrf@lvld.agilent.com
Subject: vrf NuDAQ Data Acquisition Products and VEE
Good Morning,
Does anyone have any experience using NuDAQ data acquisition products from ADlink technologies? I have installed two of their products, a 7233 digital input card and a 7234 digital output card, in my HP vectra system running Windows 2000 professional. After having a difficult time installing the drivers I finally was able to install and run the VEE examples provided with the install CD. I wrote some functions for the 7233 card and the system crashes hard and reboots. The system error is "IRQ less than but not equal to" I have checked the system resources and it indicates that there are no IRQ conflicts. Both of these cards are sitting on the PCI bus and are plug and play compatible. Any help is appreciated.
Ross Bledsoe
Coin Acceptors Inc.
rbledsoe@coinco.com
---------------------------------------------------------------------
This is the "vrf" maillist, managed by Majordomo. To send messages to
this maillist, just email to "vrf@lvld.agilent.com". Subscriptions and
unsubscriptions are done through the address "vrf-request@lvld.agilent.com".
If you need details, just send a message containing the text "help"
to "vrf-request@lvld.agilent.com".
---------------------------------------------------------------------
Try to install one card at a time.
Some of those automatic install and setup seems not be able
to handle two unknown cards at the same time.
I do not remember what happened (long time ago we found out)
but to install our GPIB and COM port cards now a days
we do it one at a time.
Allan
-----Original Message-----
From: Ross Bledsoe [mailto:RBLEDSOE@Coinco.com]
Sent: Tuesday, November 27, 2001 4:53 PM
To: vrf@lvld.agilent.com
Subject: vrf NuDAQ Data Acquisition Products and VEE
Good Morning,
Does anyone have any experience using NuDAQ data acquisition products from ADlink technologies? I have installed two of their products, a 7233 digital input card and a 7234 digital output card, in my HP vectra system running Windows 2000 professional. After having a difficult time installing the drivers I finally was able to install and run the VEE examples provided with the install CD. I wrote some functions for the 7233 card and the system crashes hard and reboots. The system error is "IRQ less than but not equal to" I have checked the system resources and it indicates that there are no IRQ conflicts. Both of these cards are sitting on the PCI bus and are plug and play compatible. Any help is appreciated.
Ross Bledsoe
Coin Acceptors Inc.
rbledsoe@coinco.com
---------------------------------------------------------------------
This is the "vrf" maillist, managed by Majordomo. To send messages to
this maillist, just email to "vrf@lvld.agilent.com". Subscriptions and
unsubscriptions are done through the address "vrf-request@lvld.agilent.com".
If you need details, just send a message containing the text "help"
to "vrf-request@lvld.agilent.com".
---------------------------------------------------------------------
>>IRQ less than but not equal to
The famous BSOD! In this context, IRQ has nothing to do with interrupt
request, but rather an IO Request Level (the abbreviation actually is
supposed to be IRQL, not IRQ). Unless this is coming from the manufacturer's
driver (in which case all bets are off), it means that a call was made to a
function that required the use of an IRQL that was higher than the calling
thread's IRQL.
Your call instigated the failure, but it's not really your fault. All you
can do is to work with whoever created the driver to figure out what went
wrong. You might want to try re-installing the driver (since you said it was
such a pain, it might not have set everything up properly).
-SHAWN-
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
---------------------------------------------------------------------
This is the "vrf" maillist, managed by Majordomo. To send messages to
this maillist, just email to "vrf@lvld.agilent.com". Subscriptions and
unsubscriptions are done through the address "vrf-request@lvld.agilent.com".
If you need details, just send a message containing the text "help"
to "vrf-request@lvld.agilent.com".
---------------------------------------------------------------------