Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Serial Number Being Written into Original Quantity #13

Open
bmalcheski opened this issue Sep 15, 2015 · 8 comments
Open

Serial Number Being Written into Original Quantity #13

bmalcheski opened this issue Sep 15, 2015 · 8 comments

Comments

@bmalcheski
Copy link

When trying to write to eeproms using the configuration in the screen shot, the serial number is being written into the original quantity field. Not really a deal breaker, but strange.

screenshot 2015-09-14 19 12 16

@bmalcheski
Copy link
Author

I recently noticed that this happens when I change the value of the initial quantity. If I do not edit that field the original amount gets written into initial quantity with no fault. Just when I want to increase it to 58 or something then it puts the serial number into the field and all of my cartridges read 1% in the machine.

@SamuelBrucksch
Copy link
Contributor

I had that error as well, the fix is easy, already did that on my local machine, but forgot to upload it. But it shouldnt really affect anything... Its just in the GUI and not what is written to the cartridge.

@256FF
Copy link

256FF commented Sep 9, 2016

AFAIK it is not just in the GUI because when I load a chip in my sst 1200es it shows 1%. The serial number is used as initial quality and set.

@gemuesesuppe
Copy link

I have the same problem.

@SamuelBrucksch
Copy link
Contributor

Just exchange that line:

c.InitialMaterialQuantity = double.Parse(txtSerialNumberChangeTo.Text);

Should be
if (!txtInitialQuantityCurrent.Text.Equals(txtInitialQuantityChangeTo.Text)) c.InitialMaterialQuantity = double.Parse(txtInitialQuantityChangeTo.Text);

SamuelBrucksch added a commit to SamuelBrucksch/CartridgeWriter that referenced this issue Oct 11, 2016
Fixes bug with serial number beeing written to quantity field.
@gemuesesuppe
Copy link

Thanks, that works fine :-) 👍

slaytonrnd added a commit that referenced this issue Oct 14, 2016
@256FF
Copy link

256FF commented Oct 14, 2016

Can I please Share the created exe.
Thank You in adcance

256FF added a commit to 256FF/CartridgeWriter_V2 that referenced this issue Oct 14, 2016
See https://github.com/slaytonrnd for all informations, especially issue #13 for the remedied failure "Serial Number Being Written into Original Quantity"  [slaytonrnd/CartridgeWriter#13]
@256FF
Copy link

256FF commented Oct 16, 2016

I have done it! Created myself the exe with Visual Studio. Thanks for finding and eliminating this issue. +1

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants