-
Notifications
You must be signed in to change notification settings - Fork 83
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
Message Type 8 #336
Comments
EDIT: I do not see files attached, please let me know where to send them. Jasper assuming my filtering in AIS-catcher is correct: some type 8 and 21 messages and some type 8 only: Hopefully the files are included, using the 'code' option to paste messes up the format as it interprets some of them as control characters. If the files are not, let me know and I can email them. I did "Paste, drop or click to add files" Hope that helps test. Roger |
The first message can be decoded using -0 5. However, it will not be displayed in the web viewer, assume that is what you are looking for. Has come up before but did not have the time to implement this. Let's add as a feature request. |
Hi Jasper, Yes I am thinking of the web viewer display. Regards |
Hi Jasper, Thanks for adding. I know you say it is WIP, so here are the two local Met stations from OpenCPN and how AIS-catcher presents the data currently. I hope that helps test some more. Opencpn then AIS-catcher South Bramble: Nab Tower I note the Water Level is the same for both but not presented on OpenCPN. regards |
Silly question maybe, did you refresh the browser page? Roger |
Should be visible indeed (right dac and fid). Can you give it a re-try and if it still does not work, send me the NMEA lines? Above is a picture so cannot run it through the program here to test. |
I added the water temperature etc. The problem I see is that they often associated with an AtoN. Additionally, you can have multiple messages on one location. So all the elements get stacked and hidden. So I think I will visualise them differently (as a badge for the icon, like for a mail program) and aggregate them. |
You're right, missed that! Now it's showing: however only parts of it. NMEA |
Yes, the meteo has a different MMSI reported compared with the AtoN. OpenCPN displays the last received one when you hover over it, sometimes the AtoN and sometimes the meteo data. Two stations at the same location! Roger |
I need to solve that somehow to make it more useful. How does OpenCPN solve this issue or they only show for a limited time? |
You are right. But what I see is that these binary messages are typically not fully populated with all measurements |
I agree, I assumed that only those sensors available will cause the item to be populated, hence on my local ones one has water temp and current, the other meto one does not |
Limited time, so if you are lucky you see the one you want.... if not you have to wait a while |
Mmm, don't want that, so somehow need to cluster. Thanks! |
Also a strange thing, as my screen shots above of South Bramble and Nab Tower, I sometimes see the data from Nab when I hover on South Bramble and sometimes see this: I cannot figure out why a hover over South Bramble displays "Nab Tower and its data" as if it has not zero'ed the data before display? Seen it a few times, but stuggling to recreate consistently. The 'Data not available' lines are correct, South Bramble seems to just have water temp and current. Unlike the previous screen shots which show nnnnnnn Meteo... Station both now give the AtoN name |
Left the web browser for a while, went back and then got this: So there is something strange going on. Clicking on SouthBramble to bring up the ship card and dismissing it then allows the correct popup to appear, albeit with no data (as expected as it (I guess) does not (yet) know about current direction and speed and water temp. |
Thanks, will fix that. Reading through the documentation (https://vislab-ccom.unh.edu/~schwehr/papers/2010-IMO-SN.1-Circ.289.pdf) I think it becomes slowly clear how to visualize. It will be something like a message box for email: Well that is the dream. But need to cluster it for locations. We can then also add other binary messages. For example, ferries in the UK have some interesting ones. Bit more work to do. Thanks for the quick feedback and testing. It is worthwhile to explore this further. |
Jasper,
I am getting messages from fixed structures which show up in OpenCPN Windows Version 5.10.2-0. Is this something that can be added to AIS-catcher?
South Bramble AtoN provides information and meteo data Current, Direction and Water Temp:
Likewise the NAB Tower (but atmospheric data):
Are these type 8 messages perhaps?
From South Bramble
!AIVDM,2,1,2,A,8>jHDhh0Gwu
;9Lw9ojm?wvlFR06EuOwgwl>6hhAQR0n6<wwsAwwnSAe,00B ( MSG: 8, REPEAT: 0, MMSI: 992351427, signalpower: -9.23283, ppm: -0.578704, timestamp: 20241130112041)!AIVDM,2,2,2,A,wwh000,448 ( MSG: 8, REPEAT: 0, MMSI: 992351427, signalpower: -9.23283, ppm: -0.578704, timestamp: 20241130112041)
`
And from NAB Tower
!AIVDM,2,1,6,B,8>jHC
00Gwv@GaLiaOjlQ0iOcP?v<OVvgwl?wnSwe7wvlOwwsAwwnSGm,07F ( MSG: 8, REPEAT: 0, MMSI: 992351136, signalpower: -34.3669, ppm: -2.89352, timestamp: 20241130111901)!AIVDM,2,2,6,B,wwh000,44F ( MSG: 8, REPEAT: 0, MMSI: 992351136, signalpower: -34.3669, ppm: -2.89352, timestamp: 20241130111901)
`
Note the screen shots and messages are not the same times so the variable data will be different.
AIS-catcher is providing the data to the network, so the data is present as it arrives at OpenCPN and shows. I think this is a new feature in OpenCPN as I do not recall seeing it in the previous version,
Happy to test / provide more data as always.
Regards
Roger
The text was updated successfully, but these errors were encountered: