LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can we have access in LabVIEW to a PXI password?

Hello,

 

I have an application running in LabVIEW real-time on PXI.  The customer is able to monitor the application through a remote-panel.

He recently ask us to add a login to the remote panel.  I will implement the password using the method described in this link.

 

http://decibel.ni.com/content/docs/DOC-7746;jsessionid=82a40f1930d65e9a085c08dd4b26b8dea4b8c3d579a7....

 

I will like to use the password set in MAX when the device was locked.  Is there a way to access this password?

 

Regards,

 

Patrick

0 Kudos
Message 1 of 7
(4,212 Views)

You cannot pull password out of MAX because they are encrypted.  The only way would be create a local password and compare it. But once it goes to MAX you can't get it back out.

Applications Engineer
National Instruments
0 Kudos
Message 2 of 7
(4,174 Views)

Can we only have a login.vi or DLL?

 

The only way I've find out now is to use the FTP login.vi and verify if the session is open.

 

Thanks,

 

Patrick

0 Kudos
Message 3 of 7
(4,171 Views)

I'm not sure I understand your question.  Can you please elaborate

Applications Engineer
National Instruments
0 Kudos
Message 4 of 7
(4,161 Views)

Rather than accessing directly the password, is there any vi or dll that I can call to will validate the password?

 

I've found that I can validate the password entered by the user using the FTP login vi as a workaround as the access won't be granted if the password isn't valid.  The FTP login.vi must be calling some piece of code to validate the password.  Is this code available?

 

Patrick

0 Kudos
Message 5 of 7
(4,153 Views)

That code is not available. 

Applications Engineer
National Instruments
0 Kudos
Message 6 of 7
(4,149 Views)

The best advice I can give you is to use that example and compare the password to a known list of passwords.

Applications Engineer
National Instruments
0 Kudos
Message 7 of 7
(4,141 Views)