BreakPoint

cancel
Showing results for 
Search instead for 
Did you mean: 

Wire = variable..... or wire != variable...

Because the controls and indicators including data and data types.

" 一天到晚游泳的鱼"

labview@263.net

我的个人网站:LabVIEW——北方客栈 http://www.labview365.com
欢迎加入《LabVIEW编程思想》组——http://decibel.ni.com/content/groups/thinking-in-labview
0 Kudos
Message 21 of 31
(10,146 Views)

jwdz 已写:

Because the controls and indicators including data and data types.


Wire equivalent Assignment statement

" 一天到晚游泳的鱼"

labview@263.net

我的个人网站:LabVIEW——北方客栈 http://www.labview365.com
欢迎加入《LabVIEW编程思想》组——http://decibel.ni.com/content/groups/thinking-in-labview
0 Kudos
Message 22 of 31
(10,139 Views)

The wire does not have data types; it is depending on the data type of controls. So the wire is not variable.

" 一天到晚游泳的鱼"

labview@263.net

我的个人网站:LabVIEW——北方客栈 http://www.labview365.com
欢迎加入《LabVIEW编程思想》组——http://decibel.ni.com/content/groups/thinking-in-labview
0 Kudos
Message 23 of 31
(10,107 Views)

 


jwdz 已写:

The wire does not have data types; it is depending on the data type of controls. So the wire is not variable.


It is connected to the same nodes in data types

" 一天到晚游泳的鱼"

labview@263.net

我的个人网站:LabVIEW——北方客栈 http://www.labview365.com
欢迎加入《LabVIEW编程思想》组——http://decibel.ni.com/content/groups/thinking-in-labview
0 Kudos
Message 24 of 31
(10,105 Views)

Sadly I never made it to the northeast. I was traveling the mainland for half a year after university. When I left Bejing, I headed towards the far west, as it was already end of september and I was trying to avoid the winter. But ice-latern festival shall really be beautiful, is it?

Propably you can open a new thread and show us some pictures and share some private impressions.

 

Felix

Message 25 of 31
(10,071 Views)

Felix

Thank you

" 一天到晚游泳的鱼"

labview@263.net

我的个人网站:LabVIEW——北方客栈 http://www.labview365.com
欢迎加入《LabVIEW编程思想》组——http://decibel.ni.com/content/groups/thinking-in-labview
0 Kudos
Message 26 of 31
(10,062 Views)

@f. Schubert wrote:

3. I just checked wikipedia on variable:

In computer programming, a variable is a symbolic name given to some known or unknown quantity or information, for the purpose of allowing the name to be used independently of the information it represents

My interpretation: So a very important point on variables is to make it human-readable like 'i' or 'pressure' and not #00123ABC. A wire doese make that identification.

 

Felix


Wires can be labeled and if using quick help you'll see the name, thus it do have a symbolic name. 🙂

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 27 of 31
(10,032 Views)

 

Wires can be labeled and if using quick help you'll see the name, thus it do have a symbolic name. :smileyhappy:


 

But you can't access it from another place via the symbolic name (well, not at all in fact). The scope of this 'variable' is limited to the wire.

 

Felix

Message 28 of 31
(10,015 Views)

@f. Schubert wrote:

 

But you can't access it from another place via the symbolic name (well, not at all in fact). The scope of this 'variable' is limited to the wire.

 

Felix



True. It's closer to think of the Wire as the Symbolic name (of a variable), since you need the wire/name to perform any action on the data.

 

On the same note, the variable name isn't the data, it's a named reference, just like this, the wire, is a drawn reference ... or something. 🙂

 

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
Message 29 of 31
(9,985 Views)

Just goes to show that it is not easy to compare a graphical language to a text-based one..  😉

 

Thanks for the responses..

 

🙂

Message 30 of 31
(9,973 Views)