I have a Panametrics 5800 Pulse Receiver and Im using Labview to remote pluse it using the GPIB card. I am trying to take data from two signals using two PXI5122s.
I tried sending a pulse then take data using the Ni Scope Express VI, but they processes of NI Scope to get setup is too slow and the trigger will not be met to start taking the data. So I looked at the block diagram of the Express VI, split the part where NI Scope gets set up and where it takes data. I put the code where I send the pulse beween the halves and it works. Here is a run down of what I wanted done:
1) NI Scope Sets Up parameters (channel, PXI slot #, etc)
2) Signal sent to pulse reciever to pulse
3) Take data from both slots at the same time.(when trigger settings met)
The problem I am having is that after a number of loops, the program freezes up and shows this error <error.jpg>. I think the trigger is not being met, but why would it suddenly stop working after it started to work?
I also attached the VIs I used:
GPIB_Trigger.vi (main)
NI Scope Trigger 1.vi (NI Scope setup for first PXI5122)
NI Scope Trigger 1_2.vi (Ni Scope setup for second PXI5122)
NI Scope Trigger 2_2.vi (NI Scope take data for both)