LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

web sevice error deploying to raspberry pi

I am trying to set up a web service to run on a raspberry pi 3 b+ with linx. When I start (debug) I get there the following error.

 

Error LabVIEW: (Hex 0xFFFEFA29) LabVIEW Web Services: Target OS for this Web service differs from the Web server configuration.

 

I am using LabVIEW 2020 and linx 20.0.0-1b6.

I have been able to run the example blink program.

0 Kudos
Message 1 of 4
(3,834 Views)

I had the similar problem with my raspberry pi 2 model B.
When I am trying to Start(Debug Server) my web service to device. I got the message to check the web service runtime component is installed. How can I check the runtime had been installed on the raspberry pi?

My environment: Win10/LabVIEW2020 and linx 20.0.0-1b46
I also have been able to run the example blink program.

0 Kudos
Message 2 of 4
(2,416 Views)

IIRC, the Web Services use an 'on the fly' compiled .NET Assembly.

 

.NET is probably not supported on the RPi. My guess is it isn't (but would like to be proven wrong).

 

EDIT: I might confused this with the "Tools>Import>Web Service" feature, that uses a custom compiled .NET assembly.

0 Kudos
Message 3 of 4
(2,404 Views)

Hi,

I have the same issue : Can't get webservices to work on my rPi4 with Lynx 20.0.0-1b46.

Start debug server => Failed to start the debugf webs server on the target ... Check that the Web Services Runtime Component is installed...

 

Any advice?

0 Kudos
Message 4 of 4
(2,364 Views)