Jump to content

jdoggers

Members
  • Posts

    3
  • Joined

  • Last visited

    Never

jdoggers's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I had the same problem just recently. What I did was to write my own little password program. The only trouble is that if you remote control a vi, then only one user can log in at a time, because they have to take control. Then you must redirect them to another page. I did this by opening up a remote instance of another program that was the one that I was password protecting and closing the port of the password program so the next user in the queue would get bumped up to being in control. The password feature that labview has is kind of inadequate because it is basically an htaccess file that is put into the directory and uses like apache to control access to the folder. The only thing is that you cant log users that way and stuff. My way also required a database file, which I made in microsoft access to be able to look into when people try to log in so that I know who is supposed to be logging in and who is not. If they weren't in the database I would automatically close the port of the password vi so that the next user in line would be bumped up to control. I wish labview would have a better set of security features for remote panel connections. Anyways, that is an idea that you could try, even though it took a lot of fiddling to make mine work.
  2. Hi, I posted this in the code repository and I was told to post it here instead. I have a problem that Im trying to figure out. How do I open up an instance of microsoft excel on the machine that is remotely controlling the server. I have figured out how to make the remote panel open excel, but it only opens up on the server machine, not on the machine that is remotely controlling the server. Anyone have any suggestions? thanks jdoggers
  3. How do I open up an instance of microsoft excel on the machine that is remotely controlling the server. I have figured out how to make the remote panel open excel, but it only opens up on the server machine, not on the machine that is remotely controlling the server. Anyone have any suggestions? thanks jdoggers
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.