01-27-2006 12:51 AM
01-27-2006 03:04 PM
01-27-2006 04:23 PM
Kevin,
You may want to take a look at the following example:
I must reiterate what Doug has mentioned: (1) Hardware-based signal conditioning may be a better option. (2) High-speed DAQ is really not Lookout's forte -- may want to consider LabVIEW/DSC, if that's an option for you.
Regards,
-Khalid
01-27-2006 07:04 PM
01-30-2006 06:59 PM
01-31-2006 11:29 AM
I would love to use Labview but that's not an option for me. Where do I find out how fast the data can be sent to the OPC server and how fast lookout can retrieve it? I might as well start there because if it can't physically be done then my customer will have to spend some money. Thanks forall your help so far.
Kevin
01-31-2006 01:29 PM
Kevin,
You may have already tried this... on your OPC Object:
1. Change the 'Update Rate' setting to see how fast you can get the data.
2. Play with the 'Deadband' setting to filter out the noise.
Other than that there's not much you can do unfortunately.
-Khalid
02-01-2006 01:27 AM
Thanks for all your help, I figured it out. I used a pulse timer to poll the OPC client 15 times a second and force an update which worked very well. I then created an X chart and set it for 15 samples to average, and then used the average data member of the X chart in my expression and it works great. The erroneous data spikes are averaged into the data and have very little effect on my readings (less than .5 % which is more than acceptable for the application) I will still try and filter it using a low pass filter on the SCB-68 if someone has anything to offer, the documentation leaves a little to be disired. Thanks again for your input and ideas.
Kevin
02-01-2006 09:34 AM
02-01-2006 09:53 AM