06-14-2011 04:37 PM
Because the controls and indicators including data and data types.
06-14-2011 07:37 PM
jwdz 已写:
Because the controls and indicators including data and data types.
Wire equivalent Assignment statement。
06-15-2011 07:26 PM
The wire does not have data types; it is depending on the data type of controls. So the wire is not variable.
06-15-2011 07:38 PM
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
06-18-2011 10:57 AM
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
06-19-2011 07:44 PM
Felix
Thank you!
06-29-2011 07:02 AM
@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
06-29-2011 02:49 PM
Wires can be labeled and if using quick help you'll see the name, thus it do have a symbolic name.
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
07-04-2011 01:46 AM
@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
07-04-2011 11:28 AM - edited 07-04-2011 11:29 AM
Just goes to show that it is not easy to compare a graphical language to a text-based one.. 😉
Thanks for the responses..
🙂