10-19-2006 01:03 PM
10-20-2006 05:41 AM
PVW
Which PCI card are you planning to use?
If they are GPIB then they should work fine with LabVIEW 5.1, as long as you haven’t hard coded the resource references (i.e GPIB0::2::INSTR), into your application, as these will be different on the new board.
More details on the PCI card being used would be a great help,
Regards
YatinM
NI UK
10-21-2006 03:55 AM
Yatin,
I'm using NI PCI -GPIB 188513C.
I'm running XP on the system. The first card is working as normal but will adding a second card cause problems, 2 cards in the PC operating the same labview program at the same time.
Paul
10-23-2006 07:46 AM
Hi,
Adding a second card shouldn't cause any problems, as long as the card already in the system is an NI PCI GPIB card? If so then they'll both be using the same driver, and everything should install ok.
If this is the case, then the only consideration you need to make will be how you address each of the instruments. In your LabVIEW application, do you specify these on the front panel or are they hardcoded into the block diagram? You will need to make sure that the references you use to each resource is specified correctly, as the new GPIB board will have a different enumeration from the one already in the system.
If you are not sure, then if you can post the source code, I'll have a look at this for you.
Regards
Hannah
NIUK & Ireland
10-30-2006 08:25 AM
10-30-2006 09:24 AM
Hi Yatin,
I was unable to work on the system due to other commitments in the last couple of days but in the last hour i've had a look and it looks good. I had to reinstal the card and it worked. I believe that there must have been a error during the first installation process. The only weird thing is that the pc booted up as in windows 2000 instead of XP but that must be something else. I can't see the two thing being related.
Thank for your reply.
PAul.
10-31-2006 05:19 AM