Re: [micro-manager-general] Question about Zeiss CAN29 messaging
Status: Beta
Brought to you by:
nicost
|
From: Wiktor P. <wik...@ki...> - 2019-05-20 11:16:08
|
Thanks Matthias. So from what I understand this may require doing some initial dev work on a Windows machine with the MTB SDK installed? I intend to interface with the microscope from Linux if possible. Essentially, I should monitor the bus while issuing commands to capture their structure, then reconstruct the raw messages with a bespoke parser + serial interface in my language of choice? Are the utilities to monitor the CAN bus included in the SDK or are they from a third party? Thanks, Wiktor ________________________________ From: Matthias Blaicher <mat...@bl...> Sent: Monday, May 20, 2019 12:40 PM To: Micro-Manager General; Gary Ruben via micro-manager-general Subject: Re: [micro-manager-general] Question about Zeiss CAN29 messaging The raw messages have a preamble and postamble and occurrences of 0x10 are escaped. I have recently build my own library to talk to an observer and developed it against the Zeiss internal simulation. See also my previous message on this topic some days ago. I found the messages to be well structured and the MTBMonitor and MTBTest very helpful to decode the messages and their format. Best, Matthias On May 20, 2019 1:32:00 AM GMT+02:00, Gary Ruben via micro-manager-general <mic...@li...> wrote: Hi Wiktor, I'm wondering (speaking from total ignorance here), whether this is just a standard CAN bus (extended frame=29bit) interface: https://en.wikipedia.org/wiki/CAN_bus Gary On Mon, 20 May 2019 at 07:57, Wiktor Phillips <wik...@ki...<mailto:wik...@ki...>> wrote: Hi, Quick question: Is there any kind of documentation of the low-level/platform independent communications protocol for the CAN29 bus? Or am I stuck inferring the byte commands/responses from the implementation in the Zeiss CAN29 device adapter..? Cheers, Wiktor När du skickar e-post till Karolinska Institutet (KI) innebär detta att KI kommer att behandla dina personuppgifter. Här finns information om hur KI behandlar personuppgifter<https://ki.se/medarbetare/integritetsskyddspolicy>. Sending email to Karolinska Institutet (KI) will result in KI processing your personal data. You can read more about KI’s processing of personal data here<https://ki.se/en/staff/data-protection-policy>. _______________________________________________ micro-manager-general mailing list mic...@li...<mailto:mic...@li...> https://lists.sourceforge.net/lists/listinfo/micro-manager-general -- Sent from my Android device with K-9 Mail. Please excuse my brevity. |