LabVIEW AF_3 AF Hello World!

First rule of coding - Just write the code.

Tom McQuillan Youtue Channel, LabVIEW Sample Code

AF Hello World!

First rule of coding - Just write the code

Show up Actor Front panel should only be used for debug.

The “Stop Message” was “Sent” directly after the “Send PopUp Message”.

In launch all the steps are finished very very fast, but the PopUp fuction still runs asynchronouly until we click the stop.

However, “Stop” was only dequeued and acted upon OK buttion is clicked on the dialog.

Actor stop based on an error code, for most part they stop for error code “43”.

Any error code will stop the actor.

The last part of code is completed first and then 5 seconds later “Hello World!”

Comments