03-08-2021 02:52 AM
Hi all member of forum labview. i want ask about how to create different equal in same condition. i have an equation at below.
Example :
at first data, value of SOC(t) is 20
at second data, value from first data SOC(t) becomes the SOC(t0) value at second data.
How to create that program in Labview for this case ? I don't know how to create that looping.
I hope you all can tell me for what to do. Thanks A lot.
03-08-2021 03:57 AM
Hi indie,
@indie678 wrote:
at first data, value of SOC(t) is 20
at second data, value from first data SOC(t) becomes the SOC(t0) value at second data.
How to create that program in Labview for this case ? I don't know how to create that looping.
When you don't know how to create that "looping" you should take the Training resources as offered in the header of the LabVIEW board!
You need a loop and a shift register to solve your problem…