LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What does the RunTime engine support?

Hello,

Does anyone know what functions the RunTime engine supports? Or is there a
NI link I can follow. Some goodies like the VI server don't seem to be
supported in RTE 5.1.
6i any different?


Thanks
Martin
0 Kudos
Message 1 of 3
(2,884 Views)
I use VI server with the run time engine all the time. When you build an app,
you have to specify which vi's are called dynamically so that they are included.
Paths parse out a little differently too when you've got a built app. Sometimes,
all it takes is an extra Strip Path.

"Martin E" wrote:
>Hello,>>Does anyone know what functions the RunTime engine supports? Or
is there a>NI link I can follow. Some goodies like the VI server don't
seem to be>supported in RTE 5.1.>6i any different?>>>Thanks>Martin>>
0 Kudos
Message 2 of 3
(2,884 Views)
I know about the paths, but I had problems with getting the username with
the Open application reference, an error came up 'function not supported'
and a pointer to the VI that caused it.

It's my mistake to say the VI server was not included. But are the
Application properties (web etc) included ?

Thanks

Martin

"Dennis Knutson" wrote in message
news:3a6b34ee@newsgroups.ni.com...
>
> I use VI server with the run time engine all the time. When you build an
app,
> you have to specify which vi's are called dynamically so that they are
included.
> Paths parse out a little differently too when you've got a built app.
Sometimes,
> all it takes is an extra Strip Path.
>
> "Martin E" wrote:
> >Hello,>>Does
anyone know what functions the RunTime engine supports? Or
> is there a>NI link I can follow. Some goodies like the VI server don't
> seem to be>supported in RTE 5.1.>6i any different?>>>Thanks>Martin>>
0 Kudos
Message 3 of 3
(2,884 Views)