Search the Community
Showing results for tags 'connection'.
-
Hello, I have a problem in connecting a TPC-2006 with WES7 to LV. The device is pingable but LV 2015 won't find the device. Disabling both Firewalls and removing all NI-stuff und reinstalling the run-time didn't work. A few months ago I developed applications with LV 2013 for the device and everything went fine. After this the TPC lay around here for a few months. Now I have to develop a new application for it and it won't work. Is there any way to reset the device to factory default? Or to obtain the original Image? I'm sorry to say but I was too stupid to backup the disk before developing... Thanks in regard for any help. As I have to develop the new stuff asap any help is welcome. Regards Wedgewood
-
- touchpanel
- factory reset
-
(and 1 more)
Tagged with:
-
Hi all, I have an error that doesn't affect the functionality of my program, so for the moment I'm just ignoring it, but anyway I would like to know what is its cause and how can I solve it, or if it's safe to ignore it. I have a program that makes some tests and stores the data in some clusters, and then when the job is done it writes everything in a database. Then it asks if you want to start another job or end the program. Up to there everything works perfect. But if you choose to start another job without closing the program, after you complete it there's an error at the end of the database writing. The error is this: Error 505 occurred at NI_Database_API.lvlib:DB Tools Close Connection.vi->Escritura DB.vi->Interfaz Principal.vi Possible Reason: Open Command Object. ADO Error: 0x000001F9 As you can see in the attached image, in my database writing subVI I only open connection, use two "Insert Data" blocks and then close connection. I don't have any command references to use the Free Object block, so I don't know what's wrong. Thanks in advance for any help.