- Edited
I am trying to establish a connection between the PC and the ARTIQ by executing the code on the manual to light the LED, using the code
artiq_run led.py.
I have the led.py code ready, and when I attempted to run it, I run into an error that says that connection is refused.
The only reason I could think that is causing the problem is that the IP address is not the same as before. When we got the ARTIQ board, we learned that its IP address was 192.168.0.75, and we have established this connection before under this IP address. However, this does not work anymore, meaning the IP address must have changed.
I do not know how to check the IP Address of the ARTIQ, so any input would be greatly appreciated!
P.S. - I have the device_db.py and it looked like that its core address was initially the Kasli core address when purchased from M-Labs 192.168.1.75, and that must be the reason why this ARTIQ board is not establishing any connection with the CPU, I tried changing it to the original IP address. Still, running artiq_run led.py
does not work.