Page 1 of 1

Labview connectivity problems

Posted: Mon Dec 14, 2015 5:56 pm
by trincao
Hi all,
sorry if this has been posted before, but I am getting really frustrated with it. I can connect with the RP by wifi and run the web apps just fine. When I try to connect with labview I either get no result or get error 56 using the examples from redpitaya.com.
I've added the correct ip to the machine access list and enabled TCP/IP in labview.
Tried with direct cable connection or wifi. Nothing seems to work.
Any ideas?

Thanks!

Re: Labview connectivity problems

Posted: Mon Dec 14, 2015 10:10 pm
by Nils Roos
Did you stop nginx and start the scpi-server (like described here) ?

Re: Labview connectivity problems

Posted: Tue Dec 15, 2015 4:53 pm
by trincao
Hi, thanks for the reply! Yes, I did. Strangely enough, on another computer it seems to be working. I still get some errors, but it's probably more related to still not knowing what I'm doing...

Re: Labview connectivity problems

Posted: Fri May 13, 2016 8:42 pm
by viseng
Did you stop nginx and start the scpi-server (like described here) ?

Sorry, new to this RP/linux lark, so am trying to pickup the fundamentals by browsing these postings.
Does starting the scpi-server automatically cause nginx to halt, or is there another specific command which must be sent first?


Thanks,
viseng

Re: Labview connectivity problems

Posted: Sat May 14, 2016 2:41 pm
by Nils Roos
Hi,
starting the scpi-server does not cause nginx to be stopped automatically - use "systemctl stop redpitaya_nginx" to do that. As long as you are not actually using web-apps, nginx does not interfere with the scpi-server, though.