LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

C interpreter in Labview

In order to build a script
based Test System,

someone has an Idea
how to let
LabView load at C like source text file
and interpret it ?

Is there some ressources existing for that ?





0 Kudos
Message 1 of 7
(3,380 Views)
This recent thread may help you: http://forums.ni.com/ni/board/message?board.id=170&message.id=257600
Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
0 Kudos
Message 2 of 7
(3,368 Views)
Hi trallala (is there a meaning in this name?),

to build your own interpreter can get very complicated.
Why not start with a simple state machine (search for this in the forum)? In the state machine you can create one state for each command. This way the user can create kind of batch files for test setups and your program will execute them...
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 7
(3,361 Views)
You could use a Call Library Function Node to call a .dll that you created in another environment and wanted to access in LabVIEW.
Nick R
NI
0 Kudos
Message 4 of 7
(3,331 Views)
If you have a budget, and if it's for the long run, check out NI's TestStand. It is a system to execute VI's, dll's and exe's with a script. Not as much fun as making it yourself, but almost definitely cheaper in the long run.


Regards,


Wiebe.
0 Kudos
Message 5 of 7
(3,288 Views)
for those having trouble with the link posted above, entering it manually gets you to the described discussion.


Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



0 Kudos
Message 6 of 7
(3,263 Views)
I'm sorry, I made a mistake entering the link. This is the correct link: http://forums.ni.com/ni/board/message?board.id=170&message.id=257600

Message Edited by pincpanter on 07-17-2007 08:37 AM

Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
0 Kudos
Message 7 of 7
(3,254 Views)