09-22-2017 12:13 PM
While I'm always up for a good discussion, just be aware of the amount of time being spent to defend against trolls. This thread was revived by a new user to the forums (MarkGrindelll) who posted only 2 messages, both extremely negative, and hasn't bothered to log in since to contribute any more to either of those threads whether positive or negative.
Recognize those people for who they are, and don't justify them by wasting time arguing with them. Eventually they'll go away.
09-22-2017 12:32 PM
@RavensFan wrote:
Recognize those people for who they are, and don't justify them by wasting time arguing with them. Eventually they'll go away.
Nothing wrong with a little musing. In later instances, we can just refer to this thread, or the user discovers it and abstain from posting.
I think this case is a bit different. Apparently he got asked by his employer to work on an existing LabVIEW project. He sounded like a very experienced text programmer with little to no LabVIEW experience. I would blame the management here. Otoh, the saying about "old dog, new trick" is not always true and he sounded like a smart guy. Maybe by now he critically read our advices and already dove headfirst into the diagram in question. 😄
09-22-2017 02:20 PM
@MarkGrindell wrote:
You cannot have a small, simple local variable unless it's on the application screen.
In fact, every wire is like a traditional local variable. You can't always wire them between structures, but a local variable in c\c++ can't either since it would be out of scope.
09-26-2017 04:42 AM
wiebe@CARYA wrote:
@MarkGrindell wrote:
You cannot have a small, simple local variable unless it's on the application screen.
In fact, every wire is like a traditional local variable. You can't always wire them between structures, but a local variable in c\c++ can't either since it would be out of scope.
Yup, the wire _is_ the variable (as in abstraction and access to data). One of the disadvantages of LV is the name choices of some things, such as Local Variable. It tricks text programmers to over use them as it's good programming practice in text to use them ... If they were named something like Control data copy people would be more hesitant to use them, me thinks. 🙂
/Y
09-26-2017 05:56 AM - edited 09-26-2017 05:58 AM
@Yamaeda wrote:
If they were named something like Control data copy people would be more hesitant to use them, me thinks. 🙂
That's why Shared Variables should be called "Super Globals". (Super as in "use them as globals and your problems will be super big".)
09-26-2017 09:09 AM
t problem with LabVIEW may be its strongest point.
Being cross-platform and multilingual...
Bug fixes take forever to be deployed.
by the time they are corrected and tested and integrated and performance tested and blessed by the White Tower.
Ben