NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

LoginOnStart set to FALSE causes ApplicationMgr to ignore command line arguments

Hi all,
 
in my operator interface written in CVI 8.0.1 I want to login a TestStand user via TestStand API (I use TS_EngineSetCurrentUser with 0 as user param to log out the current user and then again with the new user as param).
 
Therefore I must disable the Frontend callback to login a user - here I use the function TSUI_ApplicationMgrSetLoginOnStart with VFALSE.
 
Unfortunately command line arguments aren't considered any more then. Is there any property set or disabled together with LoginOnStart???
If I enable LoginOnStart again and use an empty (!) frontend callback everything works fine, so this doesn't seem to be a functionality in the normal frontend callback. But this is quite a dirty workaround.
 
Anybody any suggestions? Any help appreciated...
 
Regards
Steffen
0 Kudos
Message 1 of 3
(3,033 Views)
Steffen,

This is a known issue we hope to have fixed in a future version of TestStand.  The workaround you describe should solve the problem for now.

Allen P.
NI
0 Kudos
Message 2 of 3
(3,018 Views)

Thanks for the information, Allen.

Then I look forward to a future version 😉

0 Kudos
Message 3 of 3
(3,006 Views)