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,996 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,994 Views)

Yes, something like this.

 

Hugo Santos
Student at ISEC - Master Mechanical Equipment and Systems
0 Kudos
Message 3 of 13
(2,991 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,980 Views)
Yes.
Hugo Santos
Student at ISEC - Master Mechanical Equipment and Systems
0 Kudos
Message 5 of 13
(2,971 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,966 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,944 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,936 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,934 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,913 Views)