
Device::Kiln::Orton - Module for retrieving pyrometric cone charts

use Device::Kiln::Orton; my $cone_hashref = Device::Kiln::Orton->hashref(); my @cone_arrayref = Device::Kiln::Orton->arrayref();

retrieve a hash or array of pyrometric cone charts
array is returned as: [cone,temp1,temp2,temp3], [cone2,temp1,temp2,temp3], . . where temp1, temp2 and temp3 is the maximum cone temp for the last 100C at a rate of 15,60 & 150 Degrees C per hour respectively.
hash is returned as:
{
'conename' => {
seqnum => seqno,
15 => temp1,
60 => temp2
150 => temp3
}
.
.
}

Only does Celsius.


David Peters
CPAN ID: DAVIDP
davidp@electronf.com
http://www.electronf.com

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.

perl(1), http://www.ortonceramics.com/