11-13-2024 01:07 PM
Hi everyone,
I hope that everyone is well.
I recently started using this platform, and I built a VI to measure electric parameters and thermal to-cell Li-Po. I used a DAQ Agilent 34907A for measuring temperature with 24 RTDs PT100 (these each have wire 26AWG with a length of 3m), and I helped me use 3 extension boards: Keysight/Agilent 34903A 20-Channel Actuator/General Purpose Switch.
For discharge, I used East Tester 5407A+ Electronic Load, which can discharge the cell with the needed constant current. I also used this equipment to read current, voltage, resistance, and power.
I added my VI because I need to know if you can recommend improvements or optimizations to this setup and configuration.
Solved! Go to Solution.
11-13-2024 08:30 PM
I lot (probably most) of the people here don't have LabVIEW 2024.
Please save your VI for a previous version (2019 would be good).
11-14-2024 07:12 AM
That's a lot of unnecessary work!
Instead of this construction:
You can do it like this:
That's save you 95% code ...
11-14-2024 07:16 AM
Why do you get the same value 4 times? If you remove the 0-input it'll automatically step up the index for the next output. (at least you expanded the index array), but as above it's quite unnecessary since the Format number to string accepts arrays ...
11-14-2024 11:28 AM
Sorry for attaching a version that is not compatible, here I leave the VI in 2019. Thanks for the support.
Regards.
11-14-2024 11:31 AM
Yamaeda, thanks for the input. I was not aware that it can be simplified quite a bit with this arrangement you propose, I thank you very much. I will be implementing it.
Thanks.
11-14-2024 01:32 PM
I have considered the proposal but I have doubts, after Array To Spreadsheet String, how can I make a graph with the numerical data, and how can I save them without splicing them?
11-15-2024 03:55 AM - edited 11-15-2024 03:56 AM
jvillegasa@ipn.mx wrote:
I have considered the proposal but I have doubts, after Array To Spreadsheet String, how can I make a graph with the numerical data, and how can I save them without splicing them?
Just send the Numeric array to the graph. If yo udon't need/want to plot all, you can either split the array or use the Plot Legend to hide unwanted signals.