Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPICS can't find Zyla 5.5 camera #15

Open
PeiyuQuan opened this issue Sep 25, 2023 · 0 comments
Open

EPICS can't find Zyla 5.5 camera #15

PeiyuQuan opened this issue Sep 25, 2023 · 0 comments

Comments

@PeiyuQuan
Copy link

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
[sudo] password for quan:
quan@PC93372:
/Desktop$ ls -l /dev/bus/usb/002/007
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant