Hi,
I would like to know the following:
When i use the "Tablename.fieldname" expression, for example "minute_avg_WS_kph = Table1.WS_KPH_S_WVT(1,1) , and have public data from it, "public minute_avg_WS_kph", then the actual value from the table1 "WS_KPH_S_WVT" is the same as the public minute_avg_WS_kph. So far so good.
But as soon as i make a sample data from the "public minute_avg_WS_kph" in table1, " Sample(1,minute_avg_WS_kph,IEEE4,False)", the output from the sample data from table 1 is one minute late (table1 is a one minute table) compared to the same data from the Table1.WS_KPH_S_WVT ...
The issue is the order you do things. Data is saved when CallTable() is used.
CallTable() for first table
TableName.FieldName to get value from first table
CallTable() for second table
Hi JDavis,
Thanks for your reply.
Is there a possibility to solve this?
With kind regards.
This post is under review.