Design and Implementation of Engine Order Telegrap
Design and Implementation of Engine Order Telegrap
(International Journal of Electrical Engineering and Information Technology) ISSN : 2615-2088 (PRINTED)
Volume 06 Number 02 September 2023
This work is licensed under a Creative Commons Attribution- ShareAlike 4.0 International License.
Frengki Imanto
Shipping Polytechnic Surabaya, Indonesia
[email protected]
Slamet Winardi*
Departement of Computer Engineering Narotama University, Surabaya,
Indonesia
[email protected]
Arief Budijanto
Departement of Computer Engineering NSC Politechnic, Surabaya, Indonesia
[email protected]
ABSTRACT
EOT (Engine Order Telegraph) is the embodiment of a machine-human interface that is controlled by
the captain of the ship for safe and sustainable ship maneuvers as a basic part of a connected remote
propulsion system. Remote control systems on modern ships usually have a control transfer system
that allows control to be transferred between locations. Remote control is usually possible from two
locations: the platform and the Engine Control Room (ECR). Some ships do not have a remote control
handle on the ECR. When in bridge control mode, the bridge handle directly controls the engine set
point. When in Engine Control Room mode, the bridge handle sends a telegraph signal to the ECR
and the ECR handle controls the control system set point. In local control, the remote control system
is inactive and the bridge handle sends a telegraph signal to the local control position and the
machine is operated by its manual control in the engine room. In this study, an EOT device will be
realized using the Arduino Mega2560 microcontroller and data communication using the RS485 serial
from the bridge to the engine control room.
Keywords: EOT; ECR; Arduino Mega2560; RS485; Ship Control
1. INTRODUCTION
Every passenger ship is equipped with internationally recognized safety standards including
communication standards. On ships, the navigation officer controls the ship's navigation system from
the bridge and the engineer controls the propulsion plan from the engine room. The bridge is right
above the ship, so the officers on the bridge do not know the condition of the propulsion engine and
the driver in the engine control room does not know where the ship is going because the engine room
is located under the ship's line of water. Therefore fail-safe communication is required between
navigation and engineer officers to ensure smooth and safe voyage of ships. the onboard telegraph
was used as a communication tool to transfer speed or direction change orders from the bridge to the
engine control room. The telegraph sequence machine consists of a lever that can be moved at
different speed positions for the front and rear directions.
Remote control systems on modern ships usually have a control transfer system that allows
73
:: IJEEIT :: ISSN : 2615-2096 (ONLINE)
(International Journal of Electrical Engineering and Information Technology) ISSN : 2615-2088 (PRINTED)
Volume 06 Number 02 September 2023
This work is licensed under a Creative Commons Attribution- ShareAlike 4.0 International License.
control to be transferred between locations. Remote control is usually possible from two locations: the
platform and the Engine Control Room (ECR). Some ships do not have a remote control handle on
the ECR. When in bridge control mode, the bridge handle directly controls the engine set point. When
in Engine Control Room mode, the bridge handle sends a telegraph signal to the ECR and the ECR
handle controls the control system set point. In local control, the remote control system is inactive and
the bridge handle sends a telegraph signal to the local control position and the machine is operated
by its manual control in the engine room.
In this research, an Engine Order Telegraph (EOT) simulation tool on the ship will be made
using the Arduino Mega 2560 microcontroller using RS485 serial communication from the Pavilion
Deck to the Engine Control Room. Two-way communication can be done using a minimum wire line
consisting of only 4 wires, in the form of plus and minus voltage lines and D+ and D-.
2. METHODOLOGY
Engine Order Telegraph (EOT) is equipment used to communicate speed orders from
Wheelhouse/Bridge to Engine Control Room (ECR) or Engine Room and receive replies from ECR/ER
to Wheelhouse. Commands are initiated by pressing the respective command button on the
wheelhouse panel. These commands are transmitted via a two-wire serial interface to the engine room
panel. The engine room station will flash the appropriate LED and activate beacons and sirens until the
command is received. The LED will then stop flashing and the alarm will turn off. An engine sequence
telegraph (sometimes called an engine room telegraph) is a navigational instrument used to
communicate the ship's position between the captain of the ship and the engine room. Operating a
machine-ordered telegraph required the captain of the ship to move the telegraph handle to a different
position on the dial. This will ring the bell in the engine room and move the pointer to the position on
the dial selected by the captain of the ship on the bridge. The technicians heard the bell and moved
their handles to the same position to signal the telegraph order on the bridge, and adjusted the engine
speed to the ship's captain's preference.
74
:: IJEEIT :: ISSN : 2615-2096 (ONLINE)
(International Journal of Electrical Engineering and Information Technology) ISSN : 2615-2088 (PRINTED)
Volume 06 Number 02 September 2023
This work is licensed under a Creative Commons Attribution- ShareAlike 4.0 International License.
The Buzzer pin is connected to pin 53 of the Arduino Mega 2560, on the platform in the form of
a buzzer which is driven by a voltage of 5 volts because the situation in the cabin deck is not too
noisy, while the buzzer in the engine room uses a relay to disconnect and connect the 12 volt
voltage.
75
:: IJEEIT :: ISSN : 2615-2096 (ONLINE)
(International Journal of Electrical Engineering and Information Technology) ISSN : 2615-2088 (PRINTED)
Volume 06 Number 02 September 2023
This work is licensed under a Creative Commons Attribution- ShareAlike 4.0 International License.
2.4. Telegraph Order Engine Software With Arduino Mega2560 On The Pavilion
To operate the Engine Order Telegraph, a program is needed on the bridge. The Arduino
Mega2560 microcontroller will read the buttons that have been coded according to the
commands that will be sent to the engine control room, namely: Full Ahead, Half Ahead, Slow
Ahead, Dead Slow Ahead, Stop, Finished with Engine, Dead Slow Astern, Slow Astern, Half
Astern, Full Astern Bridge Control, Standby. After the button is pressed and read by the
microcontroller, it will turn on the LED light on the board as a sign that the button is pressed and
give an alarm signal indicating that the command has been sent by the microcontroller and will
then be sent via RS485 serial communication. The engine order telegraph board on the bridge
will continue to light up and sound until there is a response from the technician in the engine
control room.
76
:: IJEEIT :: ISSN : 2615-2096 (ONLINE)
(International Journal of Electrical Engineering and Information Technology) ISSN : 2615-2088 (PRINTED)
Volume 06 Number 02 September 2023
This work is licensed under a Creative Commons Attribution- ShareAlike 4.0 International License.
orders. After the button is pressed, the alarm goes off and the lights go out and the code is also
sent to the bridge and turns off the alarm as a sign to the ship captain that the technician has
carried out the orders according to his instructions so that the ship can run in the desired
direction.
After designing the telegraph engine tool and testing the designed tool, a prototype engine
telegraph tool that can communicate remotely with the RS485 protocol covers a distance of
about 1000 meters. The two tools have similarities in the work process, but the tools installed in
the engine room control cannot work if they don't get information commands from the tools
installed on the bridge deck. So the equipment on the bridge deck must send an information
signal first, then the tool in the engine room control will respond to the information then will carry
out the information according to the instructions that must be done by the technician, and the
technician will provide feedback to the bridge deck that he has done work in accordance with the
orders given by the captain of the ship so that the ship can walk or maneuver according to the
route of travel or park the ship.
77
:: IJEEIT :: ISSN : 2615-2096 (ONLINE)
(International Journal of Electrical Engineering and Information Technology) ISSN : 2615-2088 (PRINTED)
Volume 06 Number 02 September 2023
This work is licensed under a Creative Commons Attribution- ShareAlike 4.0 International License.
To send a message a ship captain must press the button on the EOT panel until the LED lights
up, if the information sent turns out to be wrong then the button is pressed again so that he can
press another button which will send the message, here is a snippet of the button pressing
program and the results of pressing the button the. Then after the button is pressed and the LED
lights up, the message is ready to be sent by pressing the SEND button, after the message is
sent, the buzzer on the EOT board will sound indicating the data has been sent to the EOT in
the engine room control, via RS485 communication.
79
:: IJEEIT :: ISSN : 2615-2096 (ONLINE)
(International Journal of Electrical Engineering and Information Technology) ISSN : 2615-2088 (PRINTED)
Volume 06 Number 02 September 2023
This work is licensed under a Creative Commons Attribution- ShareAlike 4.0 International License.
80
:: IJEEIT :: ISSN : 2615-2096 (ONLINE)
(International Journal of Electrical Engineering and Information Technology) ISSN : 2615-2088 (PRINTED)
Volume 06 Number 02 September 2023
This work is licensed under a Creative Commons Attribution- ShareAlike 4.0 International License.
Figure. 12. To the right of the Send Program section, to the left of the Receive Program section
4. CONCLUSION
4.1 Conclusion
This Engine Order Telegraph is a tool used to move the ship forward or backward and to
maneuver manually by sending a message to the engine room control to temporarily replace the
81
:: IJEEIT :: ISSN : 2615-2096 (ONLINE)
(International Journal of Electrical Engineering and Information Technology) ISSN : 2615-2088 (PRINTED)
Volume 06 Number 02 September 2023
This work is licensed under a Creative Commons Attribution- ShareAlike 4.0 International License.
automatic control if it doesn't work. Because the distance between the bridge deck and the
engine room is far enough to send messages using serial communication with the RS485
protocol. Each key represents a message sent from the bridge deck to the engine room which is
encoded using a character distinguished between uppercase and lowercase letters, from the
bridge deck sending one uppercase letter and from the engine room sending one lowercase
letter. It is advisable to use the same LED color between the EOT on the bridge deck and the
EOT in the engine room, because the integrated LEDs and buttons are difficult to find in the
market so the color of the LED lights is different, so the equipment is not standard with those on
the market.
4.2 Suggestion
To clarify the information conveyed from the bridge to the engine room, a text display
should be added which will provide clearer information.
REFERENCES
Arif, Anmar, et al. "Experimental study and design of smart energy meter for the smart grid."
2013 International Renewable and Sustainable Energy Conference (IRSEC). IEEE,
2013.
Hung, Phan Duy, et al. A Flexible Platform for Industrial Applications Based on RS485
Networks. J. Commun., 2020, 15.3: 245-255.
Kugelstadt, Thomas. "The RS-485 Design Guide: A short compendium for robust data
transmission design." Texas Instruments: Dallas, TX, USA,2008.
Kunicki, Michał, et al. Data acquisition system for on-line temperature monitoring in power
transformers. Measurement, 2020, 161: 107909.
Real, Gustavo Ernesto; JAURÉ, María Florencia; VITALI, Amado Osvaldo. Data acquisition
and industrial control system based on Arduino Due using open-source hardware and
software. In: 2018 XIII Technologies Applied to Electronics Teaching Conference
(TAEE). IEEE, 2018. p. 1-7.
82