Quote:
Originally Posted by wt200999
You shouldn't have to worry about it for the robot code since when you 'deploy' the code (at least by default) debugging is disabled
|
Oh, okay. Thank you! I figured this was the case, but I wasn't sure, because I haven't spent enough time in the settings.
Quote:
Originally Posted by BitTwiddler
As a digital electronic technician (now retired) I am used to approaching these kind of problems at the lowest bitwise level. The use of the greater than comparison operator just seems wrong to me but that's just me.
.....
Since Labview is an optimizing compiler, it will probably come up with a more efficient solution during compilation anyway.
|
I assumed it was something like personal preference, but I was curious if there was something I didn't know about LabVIEW (turns out how to turn off debugging). Our previous programming lead showed me the greater than two years ago, and because it worked I've never really given it too much thought until today. Thanks for putting this up!