08-31-2024 10:50 AM
Hello,
I would like to develop a LabVIEW application to perform the following measurements:
Measurement Details:
Charging Phase:
Discharging Phase:
Available Equipment:
Desired Features:
Thank you in advance for your advice and suggestions for this project.
Best regards,
Jack
08-31-2024 11:42 AM
Here are the steps for the core logic,
Next, define the full user requirements for the application, UI, ease of use, controls, indicators, etc.,
09-02-2024 04:04 AM - edited 09-02-2024 04:06 AM
Hi
And because you need to do several things look at the templates in LabVIEW.
Especially the state machines available.
The easiest is the JKI statemachine, followed by DQMH that has better docs but is also less easy to start with.
The simplest one to understand is the producer - consumer template, but .... not sufficient for your app.
09-02-2024 04:25 AM
Hello Albert,
thank you for your leads and suggestions which are particularly useful for my project.🙏