From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Show the another PC throgh of a Host PC

Hi, I make a project to conclusion my master degree,

 

I stay in finaly step, which I want show and control the another PC with program is run, through a Host-PC throgh WI-FI network connection, without internet connetcion. 

 

I post this question, I thank for your opinion and reply

 

In attached send a little scheme

Hugo Santos
Student at ISEC - Master Mechanical Equipment and Systems
0 Kudos
Message 1 of 13
(2,668 Views)

Like Microsoft's Remote Desktop?


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 13
(2,666 Views)

Yes, something like this.

 

Hugo Santos
Student at ISEC - Master Mechanical Equipment and Systems
0 Kudos
Message 3 of 13
(2,663 Views)

Do you want to implement the solution using LabVIEW or are you looking for a software like MS Remote Desktop or TeamViewer or VNC?  In other words, are you trying to write such a software using LabVIEW?

0 Kudos
Message 4 of 13
(2,652 Views)
Yes.
Hugo Santos
Student at ISEC - Master Mechanical Equipment and Systems
0 Kudos
Message 5 of 13
(2,643 Views)

Strangely enough, I was thinking of doing that myself, so I'll be interested in seeing how this evolves.

I don't think it will be purely LabVIEW, but I am hoping that I am wrong.

 

I'll search to see if anyone else has tried to attempt this.

 

Just to make sure I fully understood, you want to be able to control the remote PC, see what is on the screen and execute programs, etc.  Not to control a VI as in the remote panel.  (also posting this so that others reading this thread do not confuse it with the common practice of setting up a remote panel..)

0 Kudos
Message 6 of 13
(2,638 Views)

Yes I want that, but not solution, what can I do to have a similar solution?

 

Regards,

Hugo Santos
Student at ISEC - Master Mechanical Equipment and Systems
0 Kudos
Message 7 of 13
(2,616 Views)

Hello hugosantos and Ray.R,

 

Why can't you use already (well) working solutions?

 

Compeletely control a PC remotely might be possible but you'll have to find how. Maybe by using dll from system32 or .NET functions it will be possible, but you'll have to find the documentation.

Anyway, that's a big amount of work so if you can use other softwares that have already done the work for you, that will be easyer.

 

For already implemented solutions in LabVIEW (not for controling a whole PC):

- Remote Front Panel that use a Web Navigator

- Web services if you don't need User Interface (which you can create thanks to LabVIEW Web UI builder)

- You can also control a VI opened with LabVIEW on a remote PC: In the "Operate" menu, select "Connect to a Remote Panel..." (that can also be done thanks to invoke nodes with VI server).

 

Regards,

 

Mathieu P. | Certified LabVIEW Associate Developer
National Instruments France


Journées techniques : des fondamentaux aux dernières technologies pour la mesure et le contrôle/comm...

0 Kudos
Message 8 of 13
(2,608 Views)

You can try to invoke the already defined solution like Symantec PC Anywhere to control the other Host PC entirely.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 9 of 13
(2,606 Views)

@Mathieu_P. wrote:

Compeletely control a PC remotely might be possible but you'll have to find how. Maybe by using dll from system32 or .NET functions it will be possible, but you'll have to find the documentation.

 


Merci Mathieu,

 

I don't know about Hugo, but my reason for doing this is partly a learning experience.  As in "what else can I do using LabVIEW".

There are also pluses to doing such a project, but we won't get into that.

 

🙂

0 Kudos
Message 10 of 13
(2,585 Views)