11-29-2007 09:25 AM
11-30-2007 06:17 PM
11-30-2007 07:04 PM
12-03-2007 05:39 AM
Hello,
thanks for the response. I testted your suggestion but it did not work as I will. you can Look on my changes.If I shoosed Running Mode 2 or 3 and than I click the Version Button or Stop Button the Event for this 2 Button will be not handeld?
Perhaps wenn I handel Versio Button I have to change Run Mode from 2 or 3 to 1 Than read Version. How cann I implement it ?
Data String for Mode 3 are 5 Value with ; as determinator: on Chart Sensor 1 (two 1st value as integer for example 4095;4095) on Chart Sensor 2 (4095;4095 1st value as integer) the last Value is for Data checking.
Data String for Mode 2 are 3 Value with ; as determinator: on Chart Sensor 1 (one value as floate 0.2547) on Chart Sensor 2 (one value as Floate e.g. 0.2547) the last Value is for Data checking.
How can I display this data by shoosing the run Mode in the some Chart (Senosr1 and Sensor 2)?
12-03-2007 11:07 AM - edited 12-03-2007 11:13 AM
12-03-2007 12:17 PM
you will need to add a constant to that connector for each event case, corresponding to the next desired value.
I do not have a defined next desired Value. It can be any event from the event case.
See the example for "Standard State Machine" as an example. Even though you are also using events, the general idea is still there.
I do not find ths Example in LabView 8.2 Perhaps another name?can you mack a Modification pls?
Other than that, your program looks pretty good.
with your suggestion and this Forum I will
Message Edited by LabViewGuruWannabe on 12-03-2007 11:13 AM
12-03-2007 12:41 PM
12-04-2007 03:58 AM
HI,
Thanks the problem with event is resolved but I have A Problem to update data in chart.
in Debug Mode (highlights execution) I can update chart with data. im Normal Mode (continous running ) I can not do this. I tested with different Wait-delay but it dos not work. have any seggestion
Thanks
12-04-2007 04:24 AM
12-04-2007 11:04 AM