03-02-2010 10:57 PM
How can i display the numeric output from the string to plot onto the gragh ? As for now, once i run the VI, there won't be any output shown on the graph.
03-02-2010 11:34 PM
Hi falcoz,
currently its only one point. You can see this point if you change the plotstyle.
Mike
03-02-2010 11:39 PM
Right click on the Reset input and select "Create Constant". If it creates a True constant, change it to false.
Since I don't see a while loop anywhere, you will only get a single point. Your point style is probably set to none so you would not see anything. Change that.
03-03-2010 12:40 AM
Thanks alot. I have change the plotstyle and awhile loop. I can manually draw a graph now but if i would like to simulate a voltage and current value into graph, how can i do it ? By inserting array or ? If is insert array, where do i place it ?
03-04-2010 04:40 AM
You can just build array
03-04-2010 06:44 AM
03-04-2010 06:54 AM
03-04-2010 07:17 AM
03-04-2010 07:41 AM
03-04-2010 07:44 AM