Hello
Im working with TS 3.1 LabView Operator Intterface, Im using LV 7.1. I am trying to get data from the Station Gobals to present this info in the Sequence View Control. The issue I am dealing with is that when I type an expression for evaluating a given field in a column the whole column is evaluated at once thus all the column is filled with the same data, what I woukld like to do is the column to be evaluated every time a step is run, i.e. line per line. The perfect solution for this issue is to get the index of the current line and take it as a condition for evaluating the whole column, is it possible to get the information of an INDEX COLUMN to evaluate this info in an EXPRESSION COLUMN?
Thanx in advance