Cruisers Forum
 


Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 01-05-2022, 01:59   #1
Registered User

Join Date: Dec 2016
Location: MED
Boat: Hanse 430e
Posts: 438
B&G Vulcan data download Help

Hello; I have a B&G Vulcan 12 and all the other B&G instruments on a NMEA 2K network. Last summer I put about 2100 nm on the boat as is shown by the Trip Log display from touching Trip Calculator on the left sidebar menu. I am curious if I can download to a SD card the data that supports that number. Is it a log data file that includes the date and distance? I have read the manual and I have not been able to figure this out, can you send me on the right path? Perhaps just backing it up to a SD card will get me a file I can use to record the date and distance, ex a csv file.

Regards
Dogscout is offline   Reply With Quote
Old 03-05-2022, 04:02   #2
Registered User

Join Date: Aug 2012
Location: Montreal, Qc, Canada
Boat: C&C38-3 WK
Posts: 86
Re: B&G Vulcan data download Help

The Zeus family is doing it since an update of the Touch generation (RTM2), I'm suprised the Vulcan does not. It would be called NMEA 0183 data logging. In the Files menu, Log Databaase, if it exist on the Vulcan.

Could not find it in the Vulcan manual or the addendum, sorry.
PeterSailor is offline   Reply With Quote
Old 03-05-2022, 09:39   #3
Registered User

Join Date: Mar 2011
Posts: 732
Re: B&G Vulcan data download Help

Whatever happened to one's innate curiosity and discover what happens when you peruse the different menu options on the display ?

The following screen shots are from a Zeus, you'll find pretty much the same functionality on a Vulcan.

Start with the main menu, scroll down the left hand side and select storage.
Then select waypoints, export.
Select a suitable file format, the .usr file formats are a proprietary binary format, however it may be easier if you select .gpx, which is text based, human readable and supported by most vendors as well as the open source OpenCPN program. Plenty of 3rd party tools to parse both .usr and .gpx file formats also.
Give the exported file a name and select a destination such as a SD card.

If your Vulcan is connected to a network, or if you have at least configured it as a WiFi access point, a poorly documented feature is that you can connect to the Vulcan via a web-browser or via ftp. Saves having to use a SD card to transfer files.
Code:
ftp> open 192.168.0.2
Connected to 192.168.0.2.
220 Welcome to GoFree FTP service.
200 Always in UTF8 mode.
User (192.168.0.2:(none)): anonymous
331 Please specify the password.
Password:
230 Login successful.
ftp> cd userdata
250 Directory successfully changed.
ftp> ls
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
2019-7-14_15-16.canlog.tar
DEMO EXPORT.gpx
Demo
Gribs
Logs
Polars
Screenshots
WaypointsRoutesTracks.usr
crashlog
updaters
updates.json
wallpaper
waypoints
226 Directory send OK.
ftp: 171 bytes received in 0.05Seconds 3.64Kbytes/sec.
ftp> mget WaypointsRoutesTracks.usr
200 Switching to Binary mode.
mget WaypointsRoutesTracks.usr? y
200 PORT command successful. Consider using PASV.
150 Opening BINARY mode data connection for WaypointsRoutesTracks.usr (13589 bytes).
226 Transfer complete.
ftp: 13589 bytes received in 0.00Seconds 13589000.00Kbytes/sec.
It ain't rocket surgery.
Attached Thumbnails
Click image for larger version

Name:	Screenshot_2022-05-03_14.51.34.jpg
Views:	91
Size:	174.6 KB
ID:	257045   Click image for larger version

Name:	Screenshot_2022-05-03_14.51.44.png
Views:	88
Size:	31.4 KB
ID:	257046  

Click image for larger version

Name:	Screenshot_2022-05-03_14.51.52.png
Views:	145
Size:	36.5 KB
ID:	257047   Click image for larger version

Name:	Screenshot_2022-05-03_14.52.16.png
Views:	98
Size:	31.1 KB
ID:	257048  

Click image for larger version

Name:	Screenshot_2022-05-03_14.53.05.png
Views:	75
Size:	28.6 KB
ID:	257049   Click image for larger version

Name:	Screenshot_2022-05-03_14.54.02.png
Views:	94
Size:	30.0 KB
ID:	257050  

stevead is offline   Reply With Quote
Old 05-05-2022, 05:03   #4
Registered User

Join Date: Dec 2016
Location: MED
Boat: Hanse 430e
Posts: 438
Re: B&G Vulcan data download Help

Quote:
Originally Posted by stevead View Post
Whatever happened to one's innate curiosity and discover what happens when you peruse the different menu options on the display ?

The following screen shots are from a Zeus, you'll find pretty much the same functionality on a Vulcan.

Start with the main menu, scroll down the left hand side and select storage.
Then select waypoints, export.
Select a suitable file format, the .usr file formats are a proprietary binary format, however it may be easier if you select .gpx, which is text based, human readable and supported by most vendors as well as the open source OpenCPN program. Plenty of 3rd party tools to parse both .usr and .gpx file formats also.
Give the exported file a name and select a destination such as a SD card.

If your Vulcan is connected to a network, or if you have at least configured it as a WiFi access point, a poorly documented feature is that you can connect to the Vulcan via a web-browser or via ftp. Saves having to use a SD card to transfer files.
Code:
ftp> open 192.168.0.2
Connected to 192.168.0.2.
220 Welcome to GoFree FTP service.
200 Always in UTF8 mode.
User (192.168.0.2:(none)): anonymous
331 Please specify the password.
Password:
230 Login successful.
ftp> cd userdata
250 Directory successfully changed.
ftp> ls
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
2019-7-14_15-16.canlog.tar
DEMO EXPORT.gpx
Demo
Gribs
Logs
Polars
Screenshots
WaypointsRoutesTracks.usr
crashlog
updaters
updates.json
wallpaper
waypoints
226 Directory send OK.
ftp: 171 bytes received in 0.05Seconds 3.64Kbytes/sec.
ftp> mget WaypointsRoutesTracks.usr
200 Switching to Binary mode.
mget WaypointsRoutesTracks.usr? y
200 PORT command successful. Consider using PASV.
150 Opening BINARY mode data connection for WaypointsRoutesTracks.usr (13589 bytes).
226 Transfer complete.
ftp: 13589 bytes received in 0.00Seconds 13589000.00Kbytes/sec.
It ain't rocket surgery.
No kidding. I looked at all of that but I have not saved tracks although I do have a few waypoints saved.

The vulcan tells me that my Trip1 is 2117 nm. My desire is to know how many nm I traveled on each date. Is that available? I did not see it anywhere in the Storage.
Dogscout is offline   Reply With Quote
Old 10-05-2022, 22:18   #5
Registered User

Join Date: Apr 2015
Location: San Francisco
Posts: 108
Re: B&G Vulcan data download Help

Wow, I didn't know about the FTP capability, thanks! Much easier than carrying an extra MicroSD card as I've been doing the last few years.



An export in GPX format can be imported into all sorts of tools including OpenCPN and various free web apps for further processing.
fogmachine is offline   Reply With Quote
Reply

Tags
loa


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Airmar "Transom&q uot ; style triducer does not give wate Franziska Marine Electronics 3 04-10-2021 12:45
B&G Vulcan 9 & 7, 4G Radar Nauticatarcher Marine Electronics 1 27-05-2020 19:38
Iridium Go Data Download In The Mood Navigation 2 28-03-2020 14:40
Looking for NAC-2/3 N2K data capture to make Raymarine AP work with B&G Vulcan/Zeus hanst Marine Electronics 1 01-01-2020 23:39
HELP! LOL...Vulcan 9 B&G and B&G Triton 2 users 4sandybutts General Sailing Forum 0 15-01-2018 10:05

Advertise Here


All times are GMT -7. The time now is 12:47.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.