I want to have a variable function return the length of a PV, it would be Module/AI1/PV. I want to use the size of the value as a way to modify some size and spacing for instance if the value is 1.01.. compared to 43,000 I will have different spacing needs. I can't seem to get an expression to return the value i'm looking for. I'm wondering if there is a method available like .length.
I'm using a number funciton with a Script Conversion Type, I'm passing Tag and Path to the function as strings. My script is something like:return DLSYS.Read(Tag + '/' + Path + '.CV').length
I don't know if i'm even in the ballpark here
In reply to Matt Stoner: