11-12-2007 07:24 PM
11-13-2007 03:49 PM
11-16-2007 07:48 PM
11-18-2007 12:40 PM
11-18-2007 07:35 PM
11-19-2007 09:50 AM
11-20-2007 06:24 PM
11-21-2007 10:51 PM - edited 11-21-2007 10:58 PM
Dear Mr.Albert,
I have done a couple of measurements with the program that youdone for me. Please let me express my sincere thanks for it. Although the program worked well, some of the data output seem abnormal. I have attached the text file for your kind consideration. I have highlighted the abnormal data.
I will compare the new data with the old data. The normal difference between the old and the new should in the range round about 1~1.2. If the difference between new and old data becomes significant in difference, the spikes occur and that mainly effect upon my graph and data. In order to correct the abnormal data, I need to add subVI after the output of HP .I have some logic as follows;
Start from X old =0
For True case,
If D X >3 then False case
If D X< 3 then True case
For example X old =0 , X new =-6.8 , D X >3, then divide with 10 =-0.68 and then feed back as input
X old =-6.8 X new =-11.866, D X >3, then divide with 10 =1.18
For False case,
X old =-1.18 X new =-2.29, D X <3, no need to divide with 10 and pass to output the X new.
11-22-2007 01:46 PM
11-22-2007 11:41 PM