Basically, I have a machine that is dedicated to controlling a chamber in my test lab. This machine has a DAQ that is monitoring an accelerometer for vibration measurements. This PC is also configured to control the temperature and vibration settings for the chamber, using a Thermotron 7800 controller.
I am trying to connect a test bench, with it's own PC, to the PC that is dedicated to the chamber. I have written the code to control the temp and vib settings, using the GPIB from the test bench, and connecting directly to the 7800 controller (bypassing the dedicated PC). Unfortunately, I can not monitor vib from the 7800 because it is being done using the DAQ. Therefore, I need to be able to connect to the dedicated PC, using GPIB, and retrieve the data from the DAQ.
What is the best solution? How do I address the dedicated PC, using GPIB?