Highwall mining. After the
undersea stuff it was back to normal in the automation group this
means coal. I was put to work on the mk3 (improved mk2) Highwall
mining project. Highwall mining for those who don't know is one of
many mining methods for digging up coal. When coal is near the
surface it is usually mined using an “open-cut”
method. This is abandoned when the seam is covered with too much
dirt. What is left to a highwall with a seam at the bottom. Some
underground mining method can then be used but it setup cost is
high. An alternative is to dig out more of the seam with a
remotely operated machine. As no people go underground no roof
support is used. This is generally not a problem unless the tunnel
come too close together or cross. To guide the miner (machine)
accurately the mk3 uses high accuracy military grade inertial
sensors (aka INS or HORTA). My job was to shoehorn two pc104
boards into a panel-PC by making an adapter. This worked. I also
made an interface for the odometer which measured the distance the
mining had traveled. The INS uses an SDLC interface, four wires
were used to send INS commands and data from the control cabin to
the INS in the miner. I was working on a control system to turn
the INS on and off remotely when I stated that it would be easier
to build a protocol converter than do it the way we were. This
generated strange looks. People had spent years trying to do
just that and failed. I was told I could look into it –
about a week later I demonstrated I could speak SDLC to a INS (aka
HORTA talk). I used a AVR2313, no SDLC controller chip, all
signals were software generated. This generated deeply
thoughtful looks. A few days later the original MK3 work I was
doing was shelved and my protocol convert became the nerves of the
MK3. http://www.appliedminingtech.com/mk3tour.html Note
that I did not write the PC GUI. I wrote PC diagnostic software
but not the end-user interface.
The original system used 4 wire for
comms another one or two for power switching. Each wire goes
through a slip ring so fewer wires is very good. The original
system had comms to the INS but nothing else. My system used 2
wire RS485 for everything. It worked at 115 K Baud - three times
the speed of the MK2. It was tested through a 1000 meter cable
with safety barriers fitted. These interfaces usually need to be
I.S.(intrinsically safe) for explosive atmospheres, this means
current and voltage clamps. I wrapped the INS packets in my
own protocol so we could talk to the protocol converter as well as
INS. It took another eight months to fully develop the system. It
did everything originally planned plus remote battery monitoring
and some autonomous power management by the converter. After
commercialization I continued to upgrade the MK3
hardware/firmware. Dual gamma counters and dual inclinometers were
added.
There then were a bunch of small jobs I
won't go into in any detail. Mainly these were either for the
“rapid roadway development” project or the “landmark”
longwall mining automation project.
http://www.dem.csiro.au/mining_automation/research/projects/longwall/ http://www.umwa.org/mining/unequip.shtml http://www.dem.csiro.au/mining_automation/research/projects/rapidroadway/
More wiring diagrams, a video switcher,
watchdog timer and another interesting project –
Laser scanner ethernet interface. The
RRDs autonomous conveying-bolting module (ACBM)
incorporates several ranging lasers scanners (made by SICK). When
running in continuous scan mode (>30 scans/sec) serial data
streams out at 500Kbaud minimum. This is non-standard data rate,
for setup purposes we also need 9600. This is pain for PCs but not
for micro-controllers. I made a serial to ethernet (10BaseT)
converter based on the crystal LAN etherent controller CS8900a and
a AVR8515. It took a while to find all the bugs but eventually it
was solid.
I was also part of the Numbat
team but it was never used in anger, I took it for a walk a
few times.
Home
|