I'm trying to connect to a temperature chamber with IEEE interface. When I use the GPIB example VI ("LabVIEW<->GPIB" when you search for GPIB in the example finder. All it does is use the GPIB Write to write to the device at the address specified, and then delay for 200 ms, and use the GPIB Read to read from the device if applicable) on my development PC, everything is fine. But when I deploy it to another PC that only has LabVIEW Runtime 8.0 installed, the program gets stuck on the GPIB write (it actually writes the instruction to the device, but then won't get out from the GPIB write. I used an instruction to change the setpoint on the chamber, and when I look at the LCD on the chamber, the setpoint was set, but the program gets stuck). I edited the example a little bit and put in status messages so I know where the program was stuck on. I installed the deployment on my development PC and the program works fine too. So I think it's something I setup on the other PC.
Both PC are using Windows XP Pro with all the updates; IOTech IEEE Card (PCI488) with the same IEEE driver installed. Both are Dell's computer, just different models, but I don't think that matters, they're both fairly new models (I think).
Please help~~
See-Ming