LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Getting devices properties progammatically

Does anybody know if it is possible to have progammatically a list of all the DAQ boards and particularly their device numbers installed and configured by MAX?

Thanks,

Alberto
0 Kudos
Message 1 of 8
(3,157 Views)
I just find a solution to my problem. It is an example I found in the Devzone, if anybody is interested follow this link:
http://zone.ni.com/devzone/explprog.nsf/6c163603265406328625682a006ed37d/12284c844bea32b7862569420055be02?OpenDocument

Regards to everybody,

Alberto
Message 2 of 8
(3,157 Views)
Hello Alberto!
First of all, sorry about this answer, because it is not an answer. I have looked around the NI ZONE looking the answer for question, and i have seen, that you are the person that know more about that. So sorry again, by asking directly to you.

My question is:how to make a remote panel file dialog open remote directory from any computer?

"Hello to everybody. I am using Labview 6.1 and I would like to know how to make a remote panel file dialog open remote directory from any computer (Not only from a specific computer. If I open the file with a specific computer, I have to conect the path of the remote machine, but if I don´t know which remote computer is going to run the aplication, how can I do it?)?"

I would be very pleased if you could answe
r me. Where are you from? Alberto is an spanish name.... I am from Spain.

Thanks a lot.
0 Kudos
Message 3 of 8
(3,157 Views)
Hi,
I'm more than glad if I can be helpful, but please don't consider me a 'guru'! I'm not!
I found a tricky solution to your problem:
http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=506500000008000000B47B0000&USEARCHCONTEXT_CATEGORY_0=_49_%24_6_&USEARCHCONTEXT_CATEGORY_S=0&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0

By the way I'm italian, so let's say we're cousins...

Best regards,
Alberto
0 Kudos
Message 4 of 8
(3,157 Views)
> My question is:how to make a remote panel file dialog open remote
> directory from any computer?
>

This isn't something directly built into the VI Server. One reason is
that it seems pretty invasive, and a perhaps even a security hole. If
you look in the examples and other apps, you can find VIs that make a
pretty good file dialog. It isn't the system one, but it will work.
You can then run those VIs on the server machine and the remote machines
can view and select files/directories. I think the librarian VIs might
do this, but if not, look for some VIs that implement a file dialog.

Greg McKaskle
0 Kudos
Message 5 of 8
(3,157 Views)
Thanks a lot for answering me. I´ve been looking around, but i have not faund any examples or other apps that could help me. Please, could you tell me in which example or app should I look for?
Once again thanks a lot.
0 Kudos
Message 6 of 8
(3,157 Views)
Hello again Alberto!
First of all, thanks a lot for answering me. Meybe i have not been very clear in my question (sorry!!!). My problem is the next one:

We are developing an app. In this app we save all the data in a file. At the beginning of the application, a dialog box opens, and ask you where to save all the data. OK, my problem comes when I run the application from another computer (client computer). When I do that this dialog box does not appears, but when I run the app from the server, this dielog box appears. What can I do?

I leave an example of what we are doing. In this example yo have to push the star button, then the dialog box appears (you have to say where you want to save what you write), then you write something in the pane
l ("text to save"), and finally, you push the "save" button. But when you try connect from another computer and you gain the control of the application, when you push the "start" button, no dialog box appears.

I hope that this time i have been clear enough. Thanks again alot for helping me.

Ciao!!
0 Kudos
Message 7 of 8
(3,157 Views)
Hello again Greg!
First of all, thanks a lot for answering me. Meybe i have not been very clear in my question (sorry!!!). My problem is the next one:

We are developing an app. In this app we save all the data in a file. At the beginning of the application, a dialog box opens, and ask you where to save all the data. OK, my problem comes when I run the application from another computer (client computer). When I do that this dialog box does not appears, but when I run the app from the server, this dielog box appears. What can I do?

I leave an example of what we are doing. In this example yo have to push the star button, then the dialog box appears (you have to say where you want to save what you write), then you write something in the panel (
"text to save"), and finally, you push the "save" button. But when you try connect from another computer and you gain the control of the application, when you push the "start" button, no dialog box appears.

I hope that this time i have been clear enough. Thanks again alot for helping me.

Bye!!
0 Kudos
Message 8 of 8
(3,157 Views)