06-30-2007 03:34 AM
06-30-2007 02:15 PM
Thanks to TonP and Ravens Fan.
You both suggest excellent solutions. I think a combination of RF's relay logic and TonP's automatic login would constitute a nice fix. I probably will get a UPS as my lab budget improves.
Does anyone have a sense of the security risk posed by automatic login + an open remote desktop port. Theoretically I could disable Remote Desktop and use some other VNC program that would restrict the access to a small subset of IP addresses if there was a security risk.
Jeremy
06-30-2007 03:03 PM
Remote desktop is ALWAYS a risk, it is activated before login of any user, so not really related to this issue.
@JHourigan wrote:Does anyone have a sense of the security risk posed by automatic login + an open remote desktop port.
Jeremy
07-01-2018 05:30 AM
I have something opposite problem that yours.
I have a system with gears and motors for my friction test in my lab.The motor starts itself when i switch on the PC,I have to wait until PC is completly loaded and stable, then open the labview software to stop it manually.Later i can do my testings.I am trying to figure it out,If its issue of the software or its issue with the controller between PC and the motor.
I run a different labview file only to stop the motor before i begin the test.I am attaching that file here which helps to stop the motor after PC switch on.Can any on please help?
07-01-2018 09:49 AM
Why is the motor starting itself? How do you have it wired up? Motors don't run unless something is actively supplying power to it, so what is supplying that power and why would the starting of the PC cause that to happen?
(In your VI, you have two DAQ assistants. You can get by with one when you set it for N channels, 1 sample and designate both lines within that DAQ assistant. Better yet, use the native DAQmx functions.)
07-02-2018 11:06 AM
Hello All,
I am trying to do small modifications on a software in the LAbview in my university.
The program earlier written and running is on LABVIEW 8. , I took the program to be modified and trying to run it in my laptop with LABVIEW 2015.
but i get this error
"C:\Users\khk\Desktop\work in coimbra\LLABVIEW\labview\Pin-on-disc2.vi\Instance 2 20Saved Pin-on-disc2 .vi (Pin-on-disc2.vi:Instance:Instance 2 20Saved Pin-on-disc2 .vi)
NI-DAQmx Driver support for LabVIEW 2015 is missing and is referenced by the following VIs:"
Could you please help me with what needs to be done.?
I downloaded latest driver fro the NI website,and still it doesnt work.
07-02-2018 12:03 PM
This problem description is completely different from what you just posted about the motor starting on its own.
Installing the latest DAQmx driver from NI should've worked.
http://www.ni.com/product-documentation/53326/en/
Are you sure you had support for LabVIEW 2015 enabled when you installed it?
07-03-2018 07:13 AM
Just to mention something that is actually on topic...
The build in Windows Task Scheduler is a more flexible (then start folder) way to start applications. You can start on several triggers, with or without delays, and automatically respawn or stop programs as well. And it has an API as well...