Strambauer / Aux-N_8B3W

ISOBUS Aux-N input panel with 8 buttons and 3 rocker
7 stars 2 forks source link

Vt2Iso and resulting files #2

Open tjb8907 opened 1 year ago

tjb8907 commented 1 year ago

Hello, not sure if you are still active here or not, but I am having some trouble getting vt2iso to compile. Wondering if you would be able to upload the files that it produces as an example? I am designing my Object pool in a different program anyway, so need to see how IsoAgLib expects it to be formatted so I can convert the output I have into a useable format.

Thanks Tom

Strambauer commented 1 year ago

Hello Tom, vt2iso use a old xerces version. If you do not want to change something in the code you can use Ubuntu 16 which ships the needed version via the package manager (You can read it in the second section of the README). You also can change a few lines of code to adopt to the new version. I have done it some time ago but acidently deleted the changed version.

Vt2Iso will generate C-files which have to be included in the IsoAgLib Project. The IsoAbLib will create the ".iop" File at runtime. Simpler ISOBUS-librarys uses a tool generated ".iop" File and simply transmit them on request.
Which tool do you use to create the object pool?

I have added a geneated object pool which I have found on my virtual machine. I guess it is from the IsoAgLib Exampel which can be found in an old version of the library. ISO_VT_generated.zip