LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

skip some case structure

The code above kinda of work but im sending the result to a table in which it doesnt skip that row of table and fills it in with blank result.

I have attached a couple screen shot of the code.  please dont mind the sloppy code.

 

Thank you

Download All
0 Kudos
Message 11 of 12
(517 Views)

@crossrulz wrote:

I second Mark's comment.  A better way would to create an array of cases to apply and autoindex the array.  And type def you enum to make life a lot easier.


Off course the ENUMs should have meaningful names.

 

Also @d14mond3, it is much better to post the actual code then small pictures of it. It is impossible to see what is going on especially when your block diagram is so large. It is a good practice to keep your code neat. Often you do not get the time to go back and clean it up and messing code is a pain to read and maintain.



Mark Yedinak
Certified LabVIEW Architect
LabVIEW Champion

"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot
0 Kudos
Message 12 of 12
(499 Views)