BreakPoint

cancel
Showing results for 
Search instead for 
Did you mean: 

I took a new position as a Manufacturing Engineer

It seems he is wiring a boolean to a property node of a latch action switch (first guess, what else could it be?).

This will probably give an error at run time.

 

 

0 Kudos
Message 11 of 23
(8,532 Views)

I'm fairly used to messy code.  But the part that is annoying me more than anything is one of my main pet peeves: Value property node.  Must...resist...killing...author...


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 12 of 23
(8,522 Views)

@crossrulz wrote:

I'm fairly used to messy code.  But the part that is annoying me more than anything is one of my main pet peeves: Value property node.  Must...resist...killing...author...


I opened a brandy-new application, yesterday, that we bought from an equipment manufacturer to control a process on my new line.  That author had all of the controls & indicators outside the main While loop and wrote/read everything using Value property nodes - even ones that were only read/written in one place.  The sad thing is that the JKI State Machine was used (at my predecessor's request) and there was the "Data Initialize" state with the cluster that was never referenced again...

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

Message 13 of 23
(8,485 Views)

@JÞB wrote:

(Hey thats a depreciated read from text- how old is this code?)


I had to LOL. The code isn't worth as much as it used to be? Well, at least it wasn't deprecated. I can appreciate that.

 

     Rob

0 Kudos
Message 14 of 23
(8,359 Views)

There is soooooooo much wrong with that code, but I have to say that this bit is probably one of my favourite issues I see often:

pet_peeve.JPG

Where is the wire?????? Oh, probably behind the case structure. How do I get to it to trace it back with a simple triple click then?? Erm....dang.

Thoric (CLA, CLED, CTD and LabVIEW Champion)


0 Kudos
Message 15 of 23
(8,278 Views)

I noticed this the other day.  Wanna guess what's in the False case?

2015-01-09 09_49_44-I took a new position as a Manufacturing Engineer - Discussion Forums.png

 

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

0 Kudos
Message 16 of 23
(8,266 Views)

@jcarmody wrote:

I noticed this the other day.  Wanna guess what's in the False case?

2015-01-09 09_49_44-I took a new position as a Manufacturing Engineer - Discussion Forums.png

 


A TRUE constant?  Which would mean it could just be replaced with a NOT.

A FALSE constant?  Well, who knows what they are trying to do.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 17 of 23
(8,258 Views)

@jcarmody wrote:

I noticed this the other day.  Wanna guess what's in the False case?

2015-01-09 09_49_44-I took a new position as a Manufacturing Engineer - Discussion Forums.png

 


Don't you read my posts Jim?


"Should be" isn't "Is" -Jay
Message 18 of 23
(8,253 Views)

@JÞB wrote:

@jcarmody wrote:

I noticed this the other day.  Wanna guess what's in the False case?

2015-01-09 09_49_44-I took a new position as a Manufacturing Engineer - Discussion Forums.png

 


Don't you read my posts Jim?


Well I still do.

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 19 of 23
(8,249 Views)

@Ben wrote:

@JÞB wrote:

@jcarmody wrote:

I noticed this the other day.  Wanna guess what's in the False case?

2015-01-09 09_49_44-I took a new position as a Manufacturing Engineer - Discussion Forums.png

 


Don't you read my posts Jim?


Well I still do.

Ben


Flattering - stay safe!


"Should be" isn't "Is" -Jay
0 Kudos
Message 20 of 23
(8,231 Views)