You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I am working on a Andor Zyla 5.5 sCMOS camera. I have created a .rules file and re-loaded it and changed permission of usb.
But EPICS can't search it.
IOC output has an error:
andor3Config("ANDOR", 0, 0, 0, 0, 0, 100)
2023/09/25 13:54:18.015 andor3:connectCamera: unable to open camera 0
2023/09/25 13:54:18.015 andor3:andor3: camera connection failed (6)
dbLoadRecords("/home/quan/epics/support/areaDetector/ADAndor3/iocs/andor3IOC/../../db/andor3.template", "P=BL62:Andor3:,R=cam1:,PORT=ANDOR,ADDR=0,TIMEOUT=1")
quan@PC93372:~/epics/support/areaDetector/ADAndor3/bin/linux-x86_64$ ./listdevices
Found 0 Devices.
Press any key and enter to exit.
quan@PC93372:~/Desktop$ lsusb
Bus 002 Device 007: ID 136e:0014 Andor Technology Ltd. Zyla 5.5 sCMOS camera
Hello
I am working on a Andor Zyla 5.5 sCMOS camera. I have created a .rules file and re-loaded it and changed permission of usb.
But EPICS can't search it.
IOC output has an error:
andor3Config("ANDOR", 0, 0, 0, 0, 0, 100)
2023/09/25 13:54:18.015 andor3:connectCamera: unable to open camera 0
2023/09/25 13:54:18.015 andor3:andor3: camera connection failed (6)
dbLoadRecords("/home/quan/epics/support/areaDetector/ADAndor3/iocs/andor3IOC/../../db/andor3.template", "P=BL62:Andor3:,R=cam1:,PORT=ANDOR,ADDR=0,TIMEOUT=1")
quan@PC93372:~/epics/support/areaDetector/ADAndor3/bin/linux-x86_64$ ./listdevices
Found 0 Devices.
Press any key and enter to exit.
quan@PC93372:~/Desktop$ lsusb
Bus 002 Device 007: ID 136e:0014 Andor Technology Ltd. Zyla 5.5 sCMOS camera
quan@PC93372:
/Desktop$ sudo chmod 777 /dev/bus/usb/002/007/Desktop$ ls -l /dev/bus/usb/002/007[sudo] password for quan:
quan@PC93372:
crwxrwxrwx 1 root users 189, 134 Sep 25 13:45 /dev/bus/usb/002/007
quan@PC93372:/etc/udev/rules.d$ ls
40-flir-spinnaker.rules 70-snap.snapd.rules
70-snap.firefox.rules 70-snap.snap-store.rules
70-snap.snapd-desktop-integration.rules andor3.rules
quan@PC93372:/etc/udev/rules.d$ vim andor3.rules
SUBSYSTEM=="usb", ATTR{idVendor}=="136e", ATTR{idProduct}=="0014", GROUP="users",MODE="0666"
Could you help me fix this issue?
My computer is an Ubuntu 22.04.
Base: 7.0.6
Areadetector: 3-12-1.
Thank you
Peiyu Quan
The text was updated successfully, but these errors were encountered: