I don't understand what you are asking for.
If you want to learn about Event Structures, open LabVIEW Help.
날짜: 09-10-2019 07:39 AM
Hi,
The structured Diagram of While loop is shown below. I Want to know how to draw the structured Diagram of Event structure.
I don't know what a "structured diagram" is. But what you drew is called a "flowchart".
Treat an event structure as a decision point where the code holds waiting for one of any number of events to happen. A diamond with more than just a true and false output.
날짜: 09-10-2019 01:01 PM
Hi,
I want to know if the following Flowchart is correct. You find below the Program (VI).
Yes it seems correct
날짜: 09-10-2019 01:58 PM
@mcduff wrote:
Yes it seems correct
Agreed, however it could be written so that you did not require 4 controls. Imagine how many controls will be needed if they need to implement more operations.
@Emna20 wrote:
Hi,
I want to know if the following Flowchart is correct. You find below the Program (VI).
What happens when Division button changes or summation button changes. Either of those go to a step to do a calculation. But then what? Program stops dead? It doesn't go to the Stop node. Does it return to the event structure? (I imagine yours is like most event structures that they are in a while loop.) In which case you need some leaders take you back to the top where your event case decisions start.
날짜: 09-11-2019 02:25 AM
Hi,
Give me your opinion about this Flowchart.
날짜: 09-11-2019 03:26 AM
Hi,
and what about this FlowChart. what is the best FlowChart for the VI.