05-31-2011 03:14 PM
Yes There should be different values for the XY Graph.
Something is stuck in the redesigned program it starts on the first increment but doesnt increase.Just stops at 1
06-01-2011 06:40 AM
Can you use the light bulb to see if the code is ever going to the take data state?
06-01-2011 07:39 AM
Try this version. I added an event structure to handel the button push. Do you know how to use an event structure? If not you should look at the example they are great!!!!!
You need to also update the Data Cluster.ctl with the one that I am sending.
06-07-2011 02:13 PM
Thank you everything runs beautifully except for the xy graph and the slope calculation they still are not displaying anything if you have more ideas?
06-07-2011 03:34 PM
OK I think I have gotten it. Try this and see what you think. I disabled the keithly stuff and made some random number generators plot data and got everything working. So now if the graph is not working then it is because you are not getting data.
06-10-2011 03:16 PM
Yes the Graph works!!! Do you know how I can change the names on the cluster that contains voltage and difference and temperatures?
06-13-2011 07:18 AM
You need to right click and open type def. Make your changes and it with change everywhere it is used.
06-13-2011 10:35 AM
Okay Thanks. I have changed a great deal of things and been told to trim alot of "fat". Here is what I have now. Is there any way to, at the end of each cycle, have the xy graph be reset and the values to start plotting over again?
06-13-2011 12:00 PM
Like this.
06-13-2011 02:38 PM