Struggling to Import XDF from Delimited File

Discuss anything TunerPro related.

Moderators: Mangus, robertisaar, dex

Post Reply
TheHom
Posts: 2
Joined: Thu Nov 02, 2023 3:24 pm

Struggling to Import XDF from Delimited File

Post by TheHom »

I'm trying to import a large number of parameters into an XDF file from a delimited text file - see attached for a trial file with one parameter. The scalar gets created, but none of the other information is loaded.

Is there something I am doing wrong? I did notice that the XDF Header has a default Bin size of 0000 - not sure if that is causing a problem or how to fix that.

Any help would be appreciated.
Attachments
Book2.zip
(377 Bytes) Downloaded 134 times
User avatar
Mangus
TunerPro Author
Posts: 1926
Joined: Wed Mar 19, 2003 1:49 pm

Re: Struggling to Import XDF from Delimited File

Post by Mangus »

For a scalar, you need to use the "Z" attributes, e.g. ZOffsetInt, ZSigned, ZUnits, ZLSBFirst, etc.

I really need to document that importer. =(
***************************************
TunerPro Author
1989 Trans Am
TheHom
Posts: 2
Joined: Thu Nov 02, 2023 3:24 pm

Re: Struggling to Import XDF from Delimited File

Post by TheHom »

Thanks!

Is there a way to import Row and Column Labels and assign Data Type and Stock Units?
lesexypaul82
Posts: 3
Joined: Sat Aug 26, 2023 10:40 am

Re: Struggling to Import XDF from Delimited File

Post by lesexypaul82 »

Mangus wrote: Thu Nov 02, 2023 5:18 pm For a scalar, you need to use the "Z" attributes, e.g. ZOffsetInt, ZSigned, ZUnits, ZLSBFirst, etc.

I really need to document that importer. =(
Yes please do!!
Post Reply