UBB Store

T-K500 High Temperature Thermocouple sensor for E3D V6 / Volcano (450℃)
When you click on links to various merchants on this site and make a purchase, this can result in this site earning a commission. Affiliate programs and affiliations include, but are not limited to, the eBay Partner Network.
T-K500 High Temperature Thermocouple sensor for E3D V6 / Volcano (450℃)
Price: AU $16.49
T-K500 High Temperature Thermocouple sensor for E3D V6 / Volcano (450℃)DO NOTE This Thermocouple sensor is 3mm x 15mm cylindrical package for compatibility with all cartridge-style heater blocks. Durable, Flexible and Long Lasting 450℃ long hours guaranteed Thermocouple Wire with 304SS Braid Over Glass Insulation Thermocouple sensorfor high temperature printing up to 500C Please note: Its required to update firmware and support hardware. Wiring: The thermocouple amplifier needs the 0v and 5v pins to be connected to a power source, the current requirements are very small, so you can just connect this to any 5v/3.3 and 0v pins on your controller board. This provides power to the board so it can do it's amplifying thing. The Signal output pin then needs to be connected to a spare analog input pin on your electronics board. Look at your specific controller boards circuit diagram, and find a pin that is currently unused that begins with a capital 'A'. These are usually available on expansion or auxiliary headers labelled AUX or EXP. For example, on a RAMPS board, you might use the pin 'A3' which is located on header AUX-1. and you have to change the pin TEMP_0_PIN in your firmware. If you insist to plug the Signal output and gnd to thermistor port you have to desoldering the pullup resistor of that port. Firmware setting: Marlin2.0: choose “-4”in the Temperature sensors settings #define TEMP_SENSOR_0 -4 and make change in \Marlin\src\module\temperature.cpp for mega2560 such as ramps1.4 5V 10bit ADC //#define TEMP_AD8495(RAW) ((RAW) * 6.6 * 100.0 / 1024.0 / (OVERSAMPLENR) * (TEMP_SENSOR_AD8495_GAIN) + TEMP_SENSOR_AD8495_OFFSET) #define TEMP_AD8495(RAW) ((((RAW) * 5.0 / 1024.0 / (OVERSAMPLENR)) / 0.005 / (TEMP_SENSOR_AD8495_GAIN)) + TEMP_SENSOR_AD8495_OFFSET) //for 5V 10bit ADC for LPC1768 or otehr 32bit MCU which analog input is 3.3V 12bit ADC //#define TEMP_AD8495(RAW) ((RAW) * 6.6 * 100.0 / 1024.0 / (OVERSAMPLENR) * (TEMP_SENSOR_AD8495_GAIN) + TEMP_SENSOR_AD8495_OFFSET) #define TEMP_AD8495(RAW) ((((RAW) * 3.3 / 4096 / (OVERSAMPLENR)) / 0.005 / (TEMP_SENSOR_AD8495_GAIN)) + TEMP_SENSOR_AD8495_OFFSET) //for 3.3V 12bit ADC Repetier: please choose Temperature sensor: AD8494,AD9485,AD8496,AD8497 5mv/℃ If you need fine-tuning the thermocouple and AMP board output, with and proper equipment you can make the changes in Configuration_adv.h (marlin) to get the more accurate temperature readings. // Calibration for AD595 / AD8495 sensor to adjust temperature measurements. // The final temperature is calculated as (measuredTemp * GAIN) + OFFSET. #define TEMP_SENSOR_AD595_OFFSET 0.0 #define TEMP_SENSOR_AD595_GAIN 1.0 #define TEMP_SENSOR_AD8495_OFFSET 0.0 #define TEMP_SENSOR_AD8495_GAIN 1.0 T-K500 High Temperature Thermocouple sensor for E3D V6 / Volcano (450℃)

All Prices include GST. Message us if require a tax invoice.

DO NOTE This Thermocouple sensor is 3mm x 15mm cylindrical package for compatibility with all cartridge-style heater blocks.

  • Durable, Flexible and Long Lasting
  • 450℃ long hours guaranteed
  • Thermocouple Wire with 304SS Braid Over Glass Insulation
  • Thermocouple sensorfor high temperature printing up to 500C

 

Please note: Its required to update firmware and support hardware.

 

Wiring:The thermocouple amplifier needs the 0v and 5v pins to be connected to a power source, the current requirements are very small, so you can just connect this to any 5v/3.3 and 0v pins on your controller board. This provides power to the board so it can do it's amplifying thing.The Signal output pin then needs to be connected to a spare analog input pin on your electronics board. Look at your specific controller boards circuit diagram, and find a pin that is currently unuséd that begins with a capital 'A'. These are usually available on expansion or auxiliary headers labelled AUX or EXP. For example, on a RAMPS board, you might use the pin 'A3' which is located on header AUX-1. and you have to change the pin TEMP_0_PIN in your firmware.If you insist to plug the Signal output and gnd to  thermistor port you have to desoldering the pullup resistor of that port.
Firmware setting:Marlin2.0:choose “-4”in the Temperature sensors settings#define TEMP_SENSOR_0 -4and make change in \Marlin\src\module\temperature.cppfor mega2560 such as ramps1.4  5V 10bit ADC//#define TEMP_AD8495(RAW) ((RAW) * 6.6 * 100.0 / 1024.0 / (OVERSAMPLENR) * (TEMP_SENSOR_AD8495_GAIN) + TEMP_SENSOR_AD8495_OFFSET)#define TEMP_AD8495(RAW) ((((RAW) * 5.0 / 1024.0 / (OVERSAMPLENR)) / 0.005 / (TEMP_SENSOR_AD8495_GAIN)) + TEMP_SENSOR_AD8495_OFFSET) //for 5V 10bit ADCfor LPC1768 or otehr 32bit MCU which  analog input is 3.3V 12bit ADC//#define TEMP_AD8495(RAW) ((RAW) * 6.6 * 100.0 / 1024.0 / (OVERSAMPLENR) * (TEMP_SENSOR_AD8495_GAIN) + TEMP_SENSOR_AD8495_OFFSET)#define TEMP_AD8495(RAW) ((((RAW) * 3.3 / 4096 / (OVERSAMPLENR)) / 0.005 / (TEMP_SENSOR_AD8495_GAIN)) + TEMP_SENSOR_AD8495_OFFSET)  //for 3.3V 12bit ADC
Repetier:please choose Temperature sensor:AD8494,AD9485,AD8496,AD8497 5mv/℃
If you need fine-tuning the thermocouple and AMP board output,with and proper equipment you can make the changes in Configuration_adv.h (marlin) to get the more accurate temperature readings.// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.// The final temperature is calculated as (measuredTemp * GAIN) + OFFSET.#define TEMP_SENSOR_AD595_OFFSET 0.0#define TEMP_SENSOR_AD595_GAIN 1.0#define TEMP_SENSOR_AD8495_OFFSET 0.0#define TEMP_SENSOR_AD8495_GAIN 1.0
HAVE A QUESTION OR CONCERN?

If you need more information regarding this item, please message us or check on original manfuacturers websites.

DREMC STORE back our products and pride ourselves, not only in quality but in genuine products. Please do not hesitate to reach out to us. We stock the largest range of 3D Printer Spares Parts, from Manufacturer such as E3D-Online, Creality, Slice Engineering, Bondtech, Micro Swiss, LDO Motors, Bigtreetech, Trianglelabs to name a few.

We are the largest Australia Creality Spare Part Distributors based in Brisbane, we stock over 200 SKUs Creality Printers spares parts. Our website store.dremc.com.au for latest stock list and accurate real time stock counter, no hidden stock levels.

Do you need bulk spare parts or DREMC / Polymaker filament discount? Message us now if you require B2B/Educational payment terms.

Please check out our response to see what others are saying about us.

× × ×
Buy now and save! Tell a friend Visit store Watch now Postage info

Click the Postage tab above the listing description for more info

Click the Postage tab above the listing description for more info!

Additional delivery notes

PICK UP OPTION

Sorry, our items are NOT available for pick-up.

PAYING VIA PAYPAL/CARD

Please refer to Checkout for available payment method.

Price include GST. Message us if require a tax invoice.

Additional Information

No additional information at this time

Ask seller a question

You might also like BIGTREETECH SKR MINI E3 V3.0 32 Bit Control Board for Ender 3 Series Ender 5 Official Creality CR-6 Series (CR-6 SE, CR-6 Max, CR-10 Smart) Control Mainboard Titanium Alloy Bi-Metal Heatbreaker For ANYCUBIC Mega S / Mega Pro / Vyper Trianglelab CR6 SE Titanium alloy Bi-Metal Heat break For CR-6 SE Ender 3 Neo Contact

To contact our Customer Service Team, simply click the button here and our Customer Service team will be happy to assist.

Ask seller a question

© DREMC STORE

Postage

Click the Postage tab above the listing description for more info

Returns

Returns are accepted

Items must be returned within 30 days of the sale ending

Buyer will pay for return shipping.

integration by

Buy Now