Page 1 of 1

Is it possible to boot the RedPitaya with SCPI turned on

Posted: Wed Sep 13, 2017 3:12 pm
by nheyning
Hi,

I'm writing a software application in LabView which will communicate with the red pitaya over internet.
Is it possible to set the firmware in such a way so that it will always boot in SCPI mode?

Thanks,
Nicolaas

Re: Is it possible to boot the RedPitaya with SCPI turned on

Posted: Thu Sep 14, 2017 2:33 pm
by JohnnyMalaria
Yes.

Via an SSH session (e.g., with PuTTY on Windows), log in to the RP and type the following:

systemctl disable redpitaya_nginx
systemctl enable redpitaya_scpi

and reboot.

Every time the RP boots, the SCPI server will start. The 'nginx' server is the one that is used for the web apps ('scope etc). Only one of the servers can run at the same time.

John.

Re: Is it possible to boot the RedPitaya with SCPI turned on

Posted: Sun Sep 17, 2017 5:31 pm
by nheyning
Super!
Thanks!