User | Kudos |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |
Every so often it turns into a mess of trying to do math in TestStand. Or manage arrays (finally got some of that cleared up in TS2012).
LabVIEW "solved" some of that by implementing formula nodes, which are kinda just like the expressions we currently have in TestStand. Then they realized that formula nodes didn't have all the functionality that users needed, and why not just expand to a "industry standard" and implement MathScript. Why can't TestStand do the same? Build the MathScript engine into the TestStand distribution, and allow us to write expressions (or at lest a 'mscript statement step') in mscript format. This would help remove pressure from adding more functionalty to the TestStand API (since a lot of it would already be built into mathscript language).
I could imagine writing a statement like Locals.MyArray = Mscript.ones(15)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.