The Daily CLAD

Community Browser
cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Name that variable

SercoSteveB
Active Participant

Identify the Variables below?

 

Name that variable.png

 

1) Global Variable

2) Single Process Shared Variable

3) Network-Published Shared Variable

4) Local Variable

Comments
Timsrice
Member

1) [d] Global Variable

2) [b] Single Process Shared Variable

3) [a] Network-Published Shared Variable

4) [c] Local Variable

crossrulz
Knight of NI

1 - D Global Variable (Evil?)

2 - B Single Process Shared Variable (rarely see these out in the wild)

3 - A Network-Published Shared Variable (EVIL!)

4 - C Local Variable (often abused and can often be replaced with shift registers and/or wires)

 


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
alexderjuengere
Active Participant

1 d
2 b
3 a
4 c

 

Reminder to myself: Look up

Network-Published Shared Variable
and
Single Process Shared Variabl

SercoSteveB
Active Participant

crossrulz I am sensing there might be a story behind your EVIL?! declarations!  Would you care to share?

crossrulz
Knight of NI

I did leave a link with the Global Variable comment...I actually gave a presentation at NI Week 2016 titled "Are Global Variables Truly Evil?"  The link provided will take you to my presentation (video and everything!)


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
SercoSteveB
Active Participant

Good point .... well made. 

 

Doesn't look like there were many spare seats in that massive room, good work! 

Matt-A.
Member

D  1) Global Variable

B  2) Single Process Shared Variable

A  3) Network-Published Shared Variable

C  4) Local Variable

MrStevenUND
Member

Ctrl-C, Ctrl-V.... I agree with everyone else. 🙂

SercoSteveB
Active Participant

Answer: 1D, 2B, 3A, 4C.  Nice one all.