Hi! I have two sets of system, both are Dell computers running on Windows XP Pro with an IOTech IEEE card (PCI 488). One of them is my development system which has all of the NI Developer Suite 2006 installed. The other is a test station, where the deployment of the project will eventually run on. The test station only has LabVIEW 8.0 RunTime Engine installed.
I tested a few IEEE functions on both system using a program called WinTest (directly writes to and reads from a specific addressed device) from IOTech, and both of them work properly.
However, when I try to use LabVIEW's GPIB Write and Read on the test station, the LabVIEW application gets "stuck" on the GPIB Write (the application runs totally fine on the development system). I found the application in the LabVIEW example database, so I don't think there's anything wrong with it (all it does is: GPIB Write -> Delay -> GPIB Read). I added messages in the application to see where the application was stuck on, but that should not have any effect on the GPIB Write.
What I mean by "stuck on" is:
The application sends an instruction to the device with the GPIB Write, the device received the instruction (I used a temperature chamber to test this: send and instruction to change the setpoint of the chamber, then check the LCD on the chamber to see if the setpoint was set, and it was), but application does not seems to proceed to the next step (Delay).
I attached the project I used. Please help.
Thank you,
See-Ming Elsa