12-21-2019 12:47 PM
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.
02-04-2020 09:44 PM
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.
02-05-2020 03:30 AM - edited 02-05-2020 03:32 AM
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.
03-08-2020 12:01 PM
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?