Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

PT100 support #29

Open
mentaluproar opened this issue Jun 6, 2017 · 9 comments
Open

PT100 support #29

mentaluproar opened this issue Jun 6, 2017 · 9 comments

Comments

@mentaluproar
Copy link

Are there any plans to add support for the E3D PT100 kit?

@ambrop72
Copy link
Owner

ambrop72 commented Jun 6, 2017

Hi,
No support right now but it's easy, let me see if I can get it done in a few days.

@mentaluproar
Copy link
Author

mentaluproar commented Jun 6, 2017 via email

@ambrop72
Copy link
Owner

ambrop72 commented Jun 7, 2017

I implemented support for https://wiki.e3d-online.com/wiki/E3D_PT100_Amplifier_Documentation (I hope I got that right). I updated the online service (www.aprinter.eu) in case you were using that. To configure it, go to Configurations --> your configuration --> Heaters --> heater and set "Temperature Conversion" to "E3D PT100 Amplifier".

Implementation is based on a lookup table with linear interpolation and supports easily adding additional lookup table for other devices (I did not yet have any conversion based on a lookup table). Currently the lookup table has floats so it uses a few hundred bytes of program memory, but that should not be a problem in most cases.

@mentaluproar
Copy link
Author

mentaluproar commented Jun 7, 2017 via email

@ambrop72
Copy link
Owner

ambrop72 commented Jun 8, 2017 via email

@mentaluproar
Copy link
Author

mentaluproar commented Jun 8, 2017 via email

@ambrop72
Copy link
Owner

ambrop72 commented Jun 8, 2017

What is the error? Can you provide the exported configuration file?

@mentaluproar
Copy link
Author

mentaluproar commented Jun 8, 2017 via email

@ambrop72
Copy link
Owner

ambrop72 commented Jun 9, 2017

@mentaluproar There is no attachment that I can see.

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

No branches or pull requests

2 participants