LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with Labview Runtime 7.1.1

My LabView program opens and runs a separate VI and manipulates this during my program.
This works OK on my computer with LabView but when I copy the code to a computer
that only has LabView RunTime it doesn't work.
My Program is packaged into a DLL and runs from TestStand 2.0, this also works on
my computer with LabView but not on the one with just RunTime and TestStand.
Does anyone have any suggestions to what can be wrong?

/Andreas
0 Kudos
Message 1 of 5
(3,344 Views)
Don't have version 7.1.1, but in general, many LabView functions are not available in the runtime engine, and others are read-only. Usually the problem is property and invoke nodes. To check a specific function, right-click it and select "Help for <specific property or invoke node method>"

Martin
Message 2 of 5
(3,319 Views)
Hi Andreas,

Can you provide a brief description of what does not work?
Do you get an error vs loss of functionality?

There are so many scenarios that could occur.

For instance, did you loose communication to serial / parallel port?

Often, it could be drivers which were not included during the build of the runtime executable.
It is often something simple to resolve...

However, unless we know the actual problem description, it will be very difficult to provide any advice.

Regards,

JLV
Message 3 of 5
(3,319 Views)
Hi!

Thanks for the quick response, but I found the answer myself.
I had forgotten to include a VI that I used which was not present
on the computer with RunTime.

/Andreas
Message 4 of 5
(3,316 Views)
thanks for sharing the outcome.

and glad you found the solution

😄
Message 5 of 5
(3,301 Views)