Description Usage Arguments Value Author(s) Source References Examples
ThermocoupleLeadWireExternalResistanceUS
Calculates the external resistance to an instrument
1 2 | ThermocoupleLeadWireExternalResistanceUS(thermocoupleType, thermocoupleLength,
thermocoupleGauge, leadWireType, leadWireLength, leadWireGauge)
|
thermocoupleType |
Type of thermocouple wire |
thermocoupleLength |
Length of thermocouple wire (feet) |
thermocoupleGauge |
Gauge of thermocouple wire (AWG) |
leadWireType |
Type of lead wire |
leadWireLength |
Length of lead wire (feet) |
leadWireGauge |
Gauge of lead wire (AWG) |
R |
resistance (ohms) |
Jose Gama
Conax(TM) Buffalo, 2014 thermocouple wire size and resistance table www.conaxbuffalo.com
Conax(TM) Buffalo, 2014 thermocouple wire size and resistance table www.conaxbuffalo.com
1 2 3 4 | # What is external resistance to my instrument if I use a 20 gauge Chromel/Alumel
# thermocouple 3 feet long and 14 gauge Chromel/Alumel lead wire 20 feet in length?
# Answer: 4.7002 ohms
ThermocoupleLeadWireExternalResistanceUS('k',3,20,'k',20,14)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.