LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What is Labview scripting?

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!

0 Kudos
Message 11 of 23
(3,014 Views)
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.
Message 12 of 23
(2,990 Views)
Really? A separate license for using scripting? Does the normal LabVIEW license not work for the same purpose?
0 Kudos
Message 13 of 23
(2,978 Views)
I've seen discussion of licensing re: distributing scripted appilcations (not sure that's possible; I've read that too), but wasn't aware that it's required in order to script your own IDE.  What is required?
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 14 of 23
(2,971 Views)

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.

Message Edited by smercurio_fc on 12-16-2008 09:18 AM
0 Kudos
Message 15 of 23
(2,959 Views)

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)

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 16 of 23
(2,959 Views)

 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?

Richard






0 Kudos
Message 17 of 23
(2,937 Views)

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

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 18 of 23
(2,918 Views)

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.

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 19 of 23
(2,913 Views)

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!

Richard






0 Kudos
Message 20 of 23
(2,903 Views)