LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

setting priority- common output

Solved!
Go to solution

does this look like an action Engine??

 

please give your valuable suggestions.

 

RENN

 

 

Kudos always welcome for helpful posts 🙂
Message 11 of 14
(664 Views)

Yes that looks like an AE!

 

"Use default" on a tunnel is OK if you are passing data out. You don't need a sepearte tunnel for each ouput (provide your data type is the same and it looks that way). What you do have to watch for with "use default" is tunnels that carry the SR data. In normally mark those as NOT use Default as a way of forcing me to think abou those tunnels.

 

make you Action an Enum so that maintenance is easier.

 

What its the "wait" action for?

 

Once I have a preliminary Ae coded up, I'll usually write-up a "tester" to test it out.

 

SO it looks like you are moving the right direction.

 

If you have further Q's please spell them out so we can focus were it will do the most good.

 

Ben

 

 

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 12 of 14
(647 Views)

Another note...

 

When coding up AE that are implenting a complex control scheme, it helps me a lot to write up a truth table describing all of the conditions BEFORE I code. This lets me analyze the logic to simlify were possible.

 

I'll then cut-n-paste that truth table into the BD (as an image) to guide my coding.

 

And when you have to return to that code some day in the future, the truth table will get you right back on the same page quickly.

 

Just trying to hlp,

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 13 of 14
(645 Views)

Thanks a lot Ben.

 

i've successfully completed the Project. especially thanking you for introducing me the term 'Action Engine'.

it really helped me to achieve my goal with ease.

 

Advanced Christmas and Newyear wishes

 

Renn

Kudos always welcome for helpful posts 🙂
Message 14 of 14
(602 Views)