LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Remote Desktop Connection is Not Connecting in PXI - 8880

Hello
Thank you in advance
I am Having the NI PXIe 1082 DC Chassis with PXI 8880 Windows based controller with the following cards NI 4480 Sound and Vibration cards and PXI 6238 Multifunction I/O card. All my hardware will be enclosed in a closed chamber and deployed under the water at 18Km distance with 30M depth. I am having Hydrophones and pressure sensors that will acquire the sound and Pressure under the water and it will acquire data using DAQmx APIs and it will transmit the data in the form of ethernet packets using TCP/IP. And I will Read the Data in the Host side and I will process the data as per my requirement. My LabVIEW Executable will be configured as a start up application whenever I will Power on the system the executable will run automatically and I will see the data received in my host system in my software. Now I am facing an issue from last two days my LabVIEW executable start up application is not running on the PXI even though the PXI Windows controller IP is pinging in Host PC command prompt. I Have tried to take the Remote desktop connection of the PXI controller but the remote desktop connection is also not connecting and it is saying the Initialising remote connection, And it is giving the timeout error after sometime.
I have tried the following command lines
Command: ssh Operator @ 192.168.1.10
Response: ssh: connect to host 192.168.1.10 port 22: Connection refused.
How can I run my LabVIEW executable using Host side Command prompt.
As well as How can I My remote desktop connection issue with the PXI controller.
Note : The IP Address of the remote system is pinging in the Host System when we done the Ping checks.

Download All
0 Kudos
Message 1 of 7
(293 Views)

What operating system are you running on the PXI?  Are you running some version of Windows, or are you running a (NI) Real-Time operating system?  Does your LabVIEW code (on the PXI) run "Stand-alone", or is the PXI running as the "Target" of a LabVIEW Real-Time project?

 

Other useful information would include:

  • What version of LabVIEW are you running?  Please provide both the "year" and the "number of bits".
  • Are you using the Real-Time Module?
  • On what machine are you developing the LabVIEW code?  Is it on a PC, or are you developing it directly on the PXI?

Bob Schor

0 Kudos
Message 2 of 7
(267 Views)

Thanks for the reply

2018 LabVIEW 32 Bit

No Real time Module

Directly on PXI we are developing

Windows 10 Same version is running on Host PC windows.

Stand alone 

0 Kudos
Message 3 of 7
(249 Views)

In your original post, you wrote:

"I am Having the NI PXIe 1082 DC Chassis with PXI 8880 Windows based controller with the following cards NI 4480 Sound and Vibration cards and PXI 6238 Multifunction I/O card. All my hardware will be enclosed in a closed chamber and deployed under the water at 18Km distance with 30M depth. I am having Hydrophones and pressure sensors that will acquire the sound and Pressure under the water and it will acquire data using DAQmx APIs and it will transmit the data in the form of ethernet packets using TCP/IP. And I will Read the Data in the Host side and I will process the data as per my requirement. "

 

When I see a description of an isolated Processor (the PXI system) collecting Real-Time data and sending it to a "Host" system using Ethernet, I think of something like the LabVIEW Real-Time environment, which is where I got my start with LabVIEW.  You have two semi-independent programs running -- one on a PC running Windows that is the Host, responsible for sending commands and queries to a remote Target that "does most of the work running the Data Acquisition and Control stuff", communicating with the Host using TCP/IP.

 

While the Target can run Windows, a multi-tasking Operating System designed for "doing many things all at once" and not particularly concerned with response time or priorities, NI provides an alternative "Real-Time" environment designed to optimize throughput (I'm saying this wrong -- you can find a better description on the Web).

 

If you intend to run your PXI system with Windows and have a LabVIEW routine that can run your program locally on the PXI, with all you need to do is "run it remotely" from an on-shore PC that has a TCP/IP connection to this remote Windows system, I would say you might want to consider setting up the PXI so that you can connect to it using Window's Remote Desktop, which lets you "log into a remote PC running Windows" and act as though you were running on that remote system.  All of the acquisition, control, and storage would take place on the PXI (remotely), and at the conclusion of the Data Acquisition, you could upload the data files using a TCP/IP transfer utility.

 

Or you could install a Real-Time Operating System on the PXI (possibly even a dual-boot system) and set up a true Host/Target Real-Time data acquisition.  In this model, all of the User Interaction (Front Panel indicators, displays, file I/O, etc.) would take place on the PC, and all of the Real-Time Data Acquisition and Control would take place on the PXI Target.  You would communicate between the Host and the Target with TCP/IP, using TCP, UDP, or NI's Network Streams (which is what I've used).  This technology is well-developed by NI and LabVIEW (I got my start with LabVIEW 7, and switched to Network Streams somewhere around LabVIEW 8).  I used an older version of the PXI (I've forgotten the number), with 4 Network Streams -- one for Messages ("commands") from Host to Target, one for Target-to-Host Messages, one for Target-to-Host A/D data (streamed as fast as the data were acquired, as all the display had to be on the Host), and one for Target-to-Host Digital Data (which were "occasional" things, such as button presses or limit switches).

 

Bob Schor

0 Kudos
Message 4 of 7
(224 Views)

Hi 
Thank you for the suggestion sir 
In My PXI System i will able to do the ping with the IP address of the PXI system and if i am trying to take a remote desktop connection of the remote system it is not happening even though the ip address of the PXI system is pinging.I have kept my LabVIEW exe as startup application in the PXI system that is also not started. To check the problem why is not started i have tried to take the remote desktop connection but it is not happening it is saying that the configurering the remote session.After mis i have recieved remote desktop connection timeout error. i dont understand what is the reason why remote destop is not happening.

 

Thank you Bob_Schor for the reply 

0 Kudos
Message 5 of 7
(217 Views)

Is the PXI PC even alive?

 

Oops misread the OP.

 

Is the remote PC set up for RDP?

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 6 of 7
(208 Views)

Yes it is 
Two days back i have taken it got working properly.Recently we have connected and we have recieving the data from the PXI system also>later we have given shutdown command from the Host PC it has taken the command but it has not shutdown the entire remote desktop connection screen is gone black we have waited 15 mins but still the shutdown was not happpened later we have turned off the direct supply.After 4 hrs we have tride to power on the system for data checks at that point the Labview executable is also not running as well as the remote desktop connection is also not working. But the PXI has been pinging when i have done the Ping Check.

 

Thanks Bilko for the reply..

0 Kudos
Message 7 of 7
(190 Views)