Hi,
I followed NI instructions and installed AccessHL dll and liberies, then replaced Input and Output port vis in my application. Input and Output port vis are working properly while it does not loaded immedeiatly after computer powering up.
My Labview application is loaded from computer Startup immedeatly after computer booting. During the problem debugging I found that while the Labview application is loaded from Startup or immedeatly after Windows come up, Labview application can not control parallel port(to add delay as a firs step of application does not solve the problem). While the application is loaded some time afer windows come up(the time is not constant while LAN is not connected about 10sec while LAN is connected about 40sec) the Labview application control parallel port properly.
I think WIN-XP OS holds parallel port control some time after windows come up. If Labview is loaded before WIN-XP OS released parallel port control, then Labview access to parallel port control is denied.
Is it make sense? Is there any way to load Labview application from Startup and control parallel port?