05-21-2015 08:46 PM
Hello!
I have a problem with my labview design which i hope someone can help me with?
Attached you will find snippets of my design.
Fig A- three case structures. I have 4 channels(1,3,5,7). For eg if I am at channel 3, the value retrieved from my load(alr done and tested) will be input into case 3 for voltage, current and power through a local variable. So on and so forth for the other channels. At any time only any 3 channels will be used.
Fig B- There are three while loop structures because i want to graph plots to continue on and on. I have shown different ways to display the graph for voltage and current because idk which is the correct way(both doesnt show any plots!). For voltage, I am using a control(linked from fig A) to insert into array, build waveform, bundle, cluster and insert into a waveform graph. For current, I used a bundle and then insert it into a mixed signal graph.
Fig C- Im not sure if its something wrong wrong with my voltage and current values in Fig A in the first place(if its empty). Idk to use property node>value or loacl variable if i just want to get the numeric value. I have showed both local variable and property node>value for CH1 voltage.
Thank you and i hope for any inputs to solve my problem! 🙂
05-22-2015 08:18 AM
It is very unclear from these brief pictures of pieces of your code what you are attempting to do, but there are clear problems. Some suggestions:
Bob Schor