04-28-2008 04:01 PM
04-30-2008 11:43 AM
04-30-2008 02:19 PM
05-01-2008 01:26 PM
05-05-2008 04:50 PM
05-06-2008 11:23 AM
05-06-2008 04:03 PM
MXI Master wrote:Are you expecting outputs that are pretty much constant or do you expect them to change often?
MXI Master wrote:
Does it always spike up of 20.00 or is that just an example of behavior? Is 20.00 in your expected range, maybe the device is sending us a error code.
05-07-2008 01:34 PM
05-08-2008 01:04 PM
If I don't put the VISA CLR in between writes, I read the "status response" of the module before the actual channel values (ie. 04!). I'm definitely not sure if VISA CLR is what should be placed in between writes, seeing how I randomly chose that VI to follow the first write to see if it fixed an error code. Any suggestions on what should be in between writes?
And yes, you are correct by saying that I am writing three different commands to the instrument turn by turn. I first write to tell it to read all channels of module 4, since there are four channels that are connected to thermocouples. Then I write to tell it to read mA, and then write again to tell it to read the mA value of channel 7 on module 4. etc....
Also, I did try adding longer delays and that seemed to help minimize the spikes in temperatures and mA signals. However, if I wanted to plot all the data, is there any possible way that I could have the graph updated more frequently, instead of having to wait for all the delays?
Thanks again!
05-09-2008 12:18 AM
UMN CEMS wrote:
If I don't put the VISA CLR in between writes, I read the "status response" of the module before the actual channel values (ie. 04!). I'm definitely not sure if VISA CLR is what should be placed in between writes, seeing how I randomly chose that VI to follow the first write to see if it fixed an error code. Any suggestions on what should be in between writes?