02-29-2024 08:41 AM
I am having trouble with seeing negative values (through a 1d array) on a I32 integer.
Here is the indicator:
Here is the VI logic for Pack Current:
02-29-2024 08:54 AM
02-29-2024 09:29 AM - edited 02-29-2024 09:30 AM
What you are doing also seems overly complicated and wrong. Multiplying an integer with 0.01 or 1e-5 probably deserves a DBL indicator because the result is unlikely to be quantized to integers.
Here's what I would probably do instead (much easier to debug and much less likely to make mistakes!) 🙂