Author Topic: ECUInfoPacked - Application Version  (Read 2270 times)

Offline Mike

  • PLUS+1 Developer
  • ***
  • Posts: 43
  • Karma: +2/-0
ECUInfoPacked - Application Version
« on: May 28, 2020, 09:38:32 PM »
I'm trying to display the version ID of the controller and the display programs on one of the screens in my display. I notice in the API document there is a ECUInfoPacked.AppVer with an array[11]U16 data type.

I want to use the .AppVer instead of just having a second string in the text to make sure the service tool shows the same thing as the display and eliminate a potential update error.

I'm not sure how I access that though. Was going to try create a typed hardware element with the same name however I can't select an array type.

Thanks,
Mike

Offline Marbek_Elektronik

  • PLUS+1 Guru
  • *****
  • Posts: 350
  • Karma: +8/-0
    • Marbek Elektronik
Re: ECUInfoPacked - Application Version
« Reply #1 on: May 29, 2020, 04:10:08 PM »
Perhaps, this helps.
Marbek Elektronik, Dipl.-Ing. Bernd Konrad
Dienstleistung, Entwicklung, Herstellung

Offline Mike

  • PLUS+1 Developer
  • ***
  • Posts: 43
  • Karma: +2/-0
Re: ECUInfoPacked - Application Version
« Reply #2 on: May 29, 2020, 04:35:27 PM »
Guess I should have just tried it with the untyped. Thanks for that Marbek.