Page 7 of 11

Re: Interactive Configuration ... lost in bytespace ? Helper

PostPosted: Sat Feb 23, 2019 8:49 pm
by Scachi
UK_Wildcats_Fans wrote:It works when I open the file from your program and then export it. It creates the two file names with data & chart csv files. When I use clipboard, it only gives the one CSV file without data or chart added to the name.

It was caused by a problem (me being stupid) in the file name creation for the export file name.
Now it should work fine in all cases.
Uploaded new version https://github.com/J2Kbr/GtunerIV/issues/171

Re: Interactive Configuration ... lost in bytespace ? Helper

PostPosted: Sun Feb 24, 2019 3:37 pm
by UK_Wildcats
This is awesome. The main data definitely helps to avoid conflicts. After that I LOVE the chart view, so I can tell where I have free spaces for new variables without having to do the calculations. I was trying to do a similar thing manually in Excel.

I intentionally created conflicts in my pmem (overlapping memory) because I wanted to see how that shows in the chart view. Unfortunately, I noticed that your program does not flag it as a memory conflict.

Both staring at address 20 with one 16 bits and the other 32 bits. It showed it as green OK.

Re: Interactive Configuration ... lost in bytespace ? Helper

PostPosted: Sun Feb 24, 2019 4:00 pm
by Scachi
Yeah, I have to rework the error checking a bit as I had to change some things for being able to distinguish between bytes filled by multiple bit IC options using bitsize=1 and normally filled bytes by bitsize=32

Re: Interactive Configuration ... lost in bytespace ? Helper

PostPosted: Sun Feb 24, 2019 9:23 pm
by Scachi
Uploaded version 1.6.17 : Error checking should be working again

Re: Interactive Configuration ... lost in bytespace ? Helper

PostPosted: Sun Feb 24, 2019 9:57 pm
by UK_Wildcats
That was very quick. Great job.

Re: Interactive Configuration ... lost in bytespace ? Helper

PostPosted: Mon Mar 04, 2019 4:20 pm
by Scachi
Update - Version 1.6.18
Fixes a bug when parsing scripts that have the IC in a seperate header file.

Re: Interactive Configuration ... lost in bytespace ? Helper

PostPosted: Thu Mar 07, 2019 8:20 pm
by Scachi
Update - Version 1.6.19
Fixes a bug on reload of a script file. It was readrawing the list all over again on each item it deleted resulting in slow reload.
https://github.com/J2Kbr/GtunerIV/issues/171

Re: Interactive Configuration ... lost in bytespace ? Helper

PostPosted: Fri Mar 08, 2019 7:15 pm
by UK_Wildcats
It is getting hard to keep up with all the updates. LOL

Re: Interactive Configuration ... lost in bytespace ? Helper

PostPosted: Fri Sep 20, 2019 7:36 am
by Scachi
Update - Version 1.6.20
Added .gph to the file open dialog to allow reading of IC from .gph files.

Re: Interactive Configuration ... lost in bytespace ? Helper

PostPosted: Fri Oct 04, 2019 9:46 am
by Scachi
Udpate - Version 1.6.21
byteoffset overlapping test should work again. It was reporting false errors in some cases.