Quote:
Originally Posted by Hakan
botanybay...
I can't say I can follow your thoughts.
But I can comment the word: "Image" that may be a misunderstanding.
What's drawn on screen based on the data from a radar scanner is not an image or a picture possible to catch. The data are "blobs" with a range and an angle pointing to where on the actual screen to draw it. In some case you can see a vector turning around the screen printing blobs on it's way around.
So the radar program is parsing the streaming data to decide where on the vector to print a blob. This is nothing to catch except you have a radar program to parse the same data.
But of course you can always use a VNC viewer to show the entire PC screen. But not on a normal plotter.
|
Sorry for being a bit "informal", yes, the question is if it would be possible to translate the "blob" information from one format to another (e.g. as some kind of bridge) and allow the display from another vendor see some approximation of what the RADAR was seeing.
What I was curious about is if anyone had tried feeding "blob" information back to a MFD and gotten the correct response? Either as a test lashup (send the same known data to an MFD and the Radar
Plugin and see if they do the same thing) or other activity.
I can certainly go look at the data interpretation portions of each input to the RADAR
plugin and see what each format looks like and then try creating a message in that format and try putting a "blob" onto my existing MFD.
An example flow I am thinking of:
B&G Radar -> Radar Plugin input reader ->
Raymarine interpretation of B&G message ->
Raymarine MFD.
Why would one want to do this? Probably incremental updates of
navigation systems on a
boat. The
mast is in the air and you don't want to replace the RADAR scanner right now but updating the
navigation suite or the Radar Scanner dies, you want to buy a new scanner which is compatible with where you plan to update the navigation suite in the next couple of years.
Just wondering if anyone has thought about the problem and if the formats are just too different? I see a couple of possible paths:
1) Just translate each message to be consistent between the two units, probably works if both rotate at the same rate and have similar capabilities
2) Take the input and generate a "view" of the world from the scanner then translate this view of the world back into something the MFD can understand.
Most likely with enough understanding of the formats it is possible but is it worth the trouble to code up?
Within the Radar Plugin data is there a repository of the messages received from the various vendors scanners or is the best place to look the code itself?
Thanks