From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Lookout

cancel
Showing results for 
Search instead for 
Did you mean: 

Error when compiling .lks file from version 4.0.1 on 6.7 error: Invalid object pathname

Solved!
Go to solution

Lookout Process File Compiler Version 6.7 (build 49153)
Copyright National Instruments111 1992-2013 All rights reserved.

F:\Software\Software\Lookout 6.75 Server\Import\default.lks
F:\Software\Software\Lookout 6.75 Server\Import\default.lks(2327): error: Invalid object pathname: ..\Timers\Timer_10_Second
F:\Software\Software\Lookout 6.75 Server\Import\default.lks(2540): error: Invalid object pathname: ..\Timers\Timer_10_Second
F:\Software\Software\Lookout 6.75 Server\Import\default.lks(2924): error: Invalid object pathname: ..\Timers\Timer_10_Second
F:\Software\Software\Lookout 6.75 Server\Import\default.lks(3086): error: Invalid object pathname: ..\Timers\Timer_10_Second
F:\Software\Software\Lookout 6.75 Server\Import\default.lks(3944): error: Invalid object pathname: ..\Timers\Timer_10_Second

0 Kudos
Message 1 of 2
(3,699 Views)
Solution
Accepted by topic author |_ookout

Some of the Panel Objects are in the root folder, not a sub folder.  For the 5 line numbers listed change text from "now(..\Timers\Timers_10_Second);" to either "now(Timers\Timers_10_Seconds);" or "now(\Timers\Timers_10_Seconds);".  Then your source should compile in Lookout 6.7.

Message 2 of 2
(3,680 Views)