LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sending commands, Plink

Hello,

 

I am trying to automate a test for checking the performance of a product. I comunicate with it via Ethernet with PuTTY and ssh protocol. Everything works fine. I open the session, log in and then type the commands, for example, TEMP, to check the temperature and the machine sends me the data.

 

But my problem starts when using the PuTTY(plink) example VI found in this forum. I type that basic command of TEMP, but an error is returned: "sh: TEMP: not found".

 

I'm new in the ssh world.

 

Sorry for my English, and thank you.

0 Kudos
Message 1 of 2
(2,660 Views)

LabVIEW can communicate via TCP/IP messages over Ethernet. Look at the VIs in Data Communication --> Protocols --> TCP

 

0 Kudos
Message 2 of 2
(2,641 Views)