-
Notifications
You must be signed in to change notification settings - Fork 30
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
Connection Issue with Merlin #69
Comments
Ah, I think you have to start the Merlin software first. The error here is a bit confusing, I guess it says this on all failed connection attempts. I will change it.
I think you could try asking your JEOL engineer to set you up with TEMCOM on the Merlin PC. If you have instamatic on the JEOL PC and run JEOL PC:
Merlin PC:
|
Thanks, @stefsmeets. I managed to establish communication between the JEOL PC and Merlin PC with the information provided above. Previously, I used the wrong IP address in the I tested Instamatic with the Merlin software running and not running but still get the same error. The next time I test things, I will adjust the code to output the exact OSError to be more informative. Anyway, I checked the ports being used by the Merlin software when it is running, and they seem to match the ports in |
I got Instamatic working by changing the IP address in |
Ah yes, that's a good point. I will change the default to BTW, do try the latest version: https://github.com/instamatic-dev/instamatic/releases/tag/1.10.0 |
Yes, I noticed that there is a new version! Works great so far! |
We recently got a Merlin installed on our system (JEOL 2200). I have installed Instamatic v1.9.0 on both the Merlin PC and microscope PC. The Merlin PC does not have the TEMCOM libraries, and is disconnected from the microscope PC by default.
When running Instamatic on the Merlin PC:
If I choose JEOL as the microscope in the settings.yaml file (i.e.,
microscope: jeol, camera: merlin, calibration: simulate
) I get:I figured this is because I am missing the TEMCOM library on the Merlin PC, so tried to just proceed with a simulated microscope and the Merlin camera (i.e.,
microscope: simulate, camera: merlin, calibration: simulate
, and I get the following:I couldn't quite understand what was happening with the port. It seems like there is a conflicting process, but I could not identify what that was. The application to control the Merlin was not running.
In relation to the missing TEMCOM library, I have connected the PCs via an Ethernet cable, and have tried running two instances of Instamatic but still no luck. We would appreciate any information on how to establish communication between the JEOL PC and Merlin PC!
The text was updated successfully, but these errors were encountered: