LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview + scripting + HPGL , DXF , EDIF , CIF

Hi everyone,

I need to incorporate scripting functions in my labview application.
Did anyone interface LV with the VBscript OCX or another programming
language, such as Lisp or a C dialect? How ?

Where can I find an example parser that would support loops and
function definitions (any language)?

Did anyone write a "compiler"/import utility for the following file
formats: HPGL or postscript, AUTOCAD DXF, CIF, EDIF ... (public or
commercial) ?

Thanks,

JN


Sent via Deja.com http://www.deja.com/
Before you buy.
0 Kudos
Message 1 of 2
(4,106 Views)
Hi,

you should try the Tcl - Software at http://www.scriptics.com/. With
this interpreting language you have the choice to access static
variables that are defined anywhere in your dlls and extend the
functionality of the script language by writing extensions in C. We
implemented TCL in a automotive test stand environment and are moving
more and more functionality to this language. It's so powerful and
flexible...
....and it's public. You can adapt the source to your special
requirements, if you want.

JAK

johnoel@my-deja.com schrieb:

> Hi everyone,
>
> I need to incorporate scripting functions in my labview application.
> Did anyone interface LV with the VBscript OCX or another programming
> language, such as Lisp or a C dialect? How ?
>
> Where can I find a
n example parser that would support loops and
> function definitions (any language)?
>
> Did anyone write a "compiler"/import utility for the following file
> formats: HPGL or postscript, AUTOCAD DXF, CIF, EDIF ... (public or
> commercial) ?
>
> Thanks,
>
> JN
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.

======================================
TECHNOGERMA Systems GmbH
Dipl.-Ing. Jens-Achim Kessel
Departement for Automation and Control
D-64291 Darmstadt, Roentgenstr. 10a
phone: ?++49> (6151) 35 14 85
fax: ?++49> (6151) 35 15 58
e-mail: tgs.kessel@gmx.de
======================================
0 Kudos
Message 2 of 2
(4,106 Views)