LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I return Labview errors from a LV executable when calling from another application?

I want to call my LV executable from another programming language, Spectrum. How can I return any LV errors to this application.
0 Kudos
Message 1 of 2
(2,558 Views)
> I want to call my LV executable from another programming language,
> Spectrum. How can I return any LV errors to this application.
>

I don't have a PC in front of me, but what I'd try is to write to stderr
or stdout. If that is not possible, the other possibilities depending
on what Spectrum supports is to try named pipes or TCP/IP.

Greg McKaskle
0 Kudos
Message 2 of 2
(2,558 Views)