-
Notifications
You must be signed in to change notification settings - Fork 78
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
I have an issue taking data from two detectors #115
Comments
Rather than the python script I would suggest to use my webapp instead:CosmicWatch readoutjeroenvantilburg.nlOp 19 mrt 2024 om 11:32 heeft Omadre69 ***@***.***> het volgende geschreven:
I have two detectors and i want to run the import.py application to collect data from both arduinos.
Lets say that they have designated com ports 6 and 7.
However when it comes to selecting ports
[1] COM port 6
[2] COM port 7
when select: 1,2
the import._data .exe shuts down instantly
Troubleshooting.jpg (view on web)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Hi,
That’s a bit strange of a problem. Are you able to record from a single detector? And, are you sure that those are your two detectors? Often [1] is some bluetooth connection.
You could try adding some print statements to the code to see where it is shutting down. Do your detectors have names? I noticed that if you don’t provide a name via the naming.ino code, you get some non-ascii characters which could potentially cause an issue.
Best,
Spencer
─
Dr. Spencer N. Axani
***@***.*** ***@***.***>
Assistant Professor
The University of Delaware
203 Sharp Lab
104 The Green, Newark, DE 19716
(608) 572-8426
… On Mar 19, 2024, at 6:32 AM, Omadre69 ***@***.***> wrote:
I have two detectors and i want to run the import.py application to collect data from both arduinos.
Lets say that they have designated com ports 6 and 7.
However when it comes to selecting ports
[1] COM port 6
[2] COM port 7
when select: 1,2
the import._data .exe shuts down instantly
Troubleshooting.jpg (view on web) <https://github.com/spenceraxani/CosmicWatch-Desktop-Muon-Detector-v2/assets/70434262/1d000749-0b1f-4502-a233-f1ada9094521>
—
Reply to this email directly, view it on GitHub <#115>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AANF5O77AY4SPLGO5XIRSC3YZAH5DAVCNFSM6AAAAABE5IUOBKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE4TINJZGA2DEOI>.
You are receiving this because you are subscribed to this thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello Spencer
I hope you are well
I have two detectors and i want to run the import.py application to collect data from both arduinos.
Lets say that they have designated com ports 6 and 7.
However when it comes to selecting ports
[1] COM port 6
[2] COM port 7
when i select: 1,2
the import._data .exe shuts down instantly
The above is using the import_data.exe file in the version 2 kit
I also used the import_data .py file in the version 3 and although it allows me to select multiple detectors, the data isn’t transfering to the txt file.
The text was updated successfully, but these errors were encountered: