04-30-2013 02:03 PM
I'm a beginner with LabVIEW and I am working with the formula node. My program is not running. The error I am recieving is "array indexing expected". What exactly does that mean? All my input arrays are defined outside of the node.
04-30-2013 02:14 PM
@a1wd3 wrote:
I'm a beginner with LabVIEW and I am working with the formula node. My program is not running. The error I am recieving is "array indexing expected". What exactly does that mean? All my input arrays are defined outside of the node.
Don't be shy. Post your code so we can see what you are doing. This is a place of learning. 🙂
04-30-2013 02:18 PM
I also can't seem to get array outputs and a place to wire my error output.
04-30-2013 02:34 PM
@a1wd3 wrote:
I'm a beginner with LabVIEW and I am working with the formula node. My program is not running. The error I am recieving is "array indexing expected". What exactly does that mean? All my input arrays are defined outside of the node.
You need to index your arrays in the formulas. Are you trying to get arrays going out? Scalers and arrays do not mix inside of the formula node. You could probably do all of that in actualy LabVIEW code instead of using the Formula Node.
04-30-2013 02:40 PM
Yeah, I'm trying to get arrays in my outputs.
04-30-2013 02:43 PM
04-30-2013 02:49 PM
Well that's annoying. I guess I'll just try doing it without the formula node. Any ideas on how to make it any easier? Thanks.
04-30-2013 02:55 PM
04-30-2013 02:59 PM
Ok, how to I access Math Script?
04-30-2013 03:02 PM