Hi, i imported the canx from lightclient into the emupro i have all gps data in logging but i cant build a track in datamaster. I changed in Datamaster all chanels also in the project tree to match the @GPS_LATITUDE AND @GPS_LONGITUDE in the canbus receive frame. What do i wrong or do i ned an adulog? Is it possible to change this?
Hi, the missing @GPS_LATITUDE and @GPS_LONGITUDE are channel aliases.
To edit them, go to Maths Editor (F7) and expand the “default” group.
Then, edit @GPS_LATITUDE and @GPS_LONGITUDE channel aliases - in “Custom 1” field select your GPS channel.
You may need to make the same for the @LAT_G and @LONG_G.
We will make it simpler in future versions.
To learn more about aliases see page 20 in manual:
Hi Michal, thx for the reply why is in emu pro sensors/gps/latidude allready inside? do i have the wrong canx file from lightclient?
There are two ways of handling GPS in EMU PRO
- Native
Go to Communication / Ecumaster GPS to CAN and enable the communication. You can also configure CAN bus, ID and more.
Then, go to Sensors / GPS / Source and select GPS to CAN.
This will populate EMU PRO Channels: Sensors GPS Latitude and Sensors GPS Longitude. This are native EMU PRO channels (they always have the same name, properties etc.) and are handled by default in Data Master (no further config needed) - Project tree
You can import the .canx file in Project Tree. As the user can define any name and properties there, Data Master doesn’t support in by default. But you can easily modify the default alias and assign to ‘Custom 1’ as I stated before.
It’s up to you to decide which way you want to go, but if you can modify your EMU Pro project I would go with the native path
Thanks perfect i will us native its easier with 4 devices for Datamaster