12-16-2008 05:10 AM
Thanks a lot, dear friend jcarmody! This reply makes things understandable. And another thanks is due for the links. I am heading over there. I'll let you know of my experience.
Have a very pleasant day!
12-16-2008 07:48 AM
12-16-2008 08:35 AM
12-16-2008 08:57 AM
12-16-2008 09:17 AM - edited 12-16-2008 09:18 AM
DFGray wrote:
No one has mentioned it yet, so I must. If you want to use scripting in LabVIEW 8.0 or above, you will need a license from National Instruments. Contact you local sales representative.
Perhaps you should mention this to Michael Aivaliotis.
12-16-2008 09:18 AM
The LabVIEW 8.x scripting license is not for sale.
I have thoughts about certain people who might have one, but they will never say in public (on a forum) that they will have a license.
But the things mentioned by Rolf about being unfished are very true if I must believe them.
Ton (No I don't have or need a license)
12-16-2008 09:59 AM
C.Dot.
There is so much to learn in LabVIEW, and with programming in general, why do you want to learn scripting? I tried it and it scarred the living crap out of me. Can you give one example of something you want to accomplish with scripting?
12-16-2008 10:23 AM
Broken Arrow wrote:C.Dot.
There is so much to learn in LabVIEW, and with programming in general, why do you want to learn scripting? I tried it and it scarred the living crap out of me. Can you give one example of something you want to accomplish with scripting?
I wrote one Scripting based VI utility. It allowed me to point at a type-def'd cluster, and it automatically created an AE with methods (actions) that allowed to read/write any of the fields in the cluster. On machine at home it ran great. On my machine at work, it occaqtionally threw an error. Since I don't take chances with my customer's code, I decided to never use those AE's in any delivered application. The exercise what enlightening.
Just my 2 cents,
Ben
12-16-2008 10:36 AM
I'd love to learn scripting to do things like automatically align & distribute FP & BD objects (align & stack - I do that all the time) or clean up a wire with a keystroke, but I have so much to learn about general LabVIEW programming that I don't want to get sidetracked. I use the SubVI Fixer, so I'm glad some folks script LabVIEW.
12-16-2008 11:04 AM
As you probably know, you can programmatically align FP stuff (with property nodes).
With scripting, you canprogrammatically align/move BD stuff, but it's hardly worth it for casual use. Good luck!