The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

DESCRIPTION

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
                }
                .
                .
        }               

BUGS

Only does Celsius.

SUPPORT

AUTHOR

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

COPYRIGHT

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.

SEE ALSO

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