ABSTRACT
Industrial noise occurring within an enclosed machine room can be harmful to workers. Additionally, because of inefficient ventilation systems, equipment will breakdown. In order to protect workeros hearing and to ensure that machines run safely, the development of a remote system to monitor noise and temperature levels in a machine room is necessary. Here, an air compressor room will be introduced. The web-based remote system for monitoring noise and temperature levels of a machine room will be established by using the embedded JavaScript, the HTML, the web control unit and the ADAM4118. The noise and temperature data in the machine room will be fed online to the remote PC via the web-based remote system. The user of the remote PC will monitor the status of the noise and temperature online. Both the warning light and video alarm at the remoteos PC interface will be triggered when noise and temperature go beyond the preset thresholds. Moreover, the detected noise and temperature will be continuously recorded onto the web control unit. The historical data will be retrieved by the user when analysis of the historical event is required. The experimental results reveal that the noise and temperature of the machine room will be obtained and shown online on the interface of the remote PC.
PDF Abstract XML References Citation
How to cite this article
DOI: 10.3923/itj.2012.686.698
URL: https://scialert.net/abstract/?doi=itj.2012.686.698
INTRODUCTION
As pointed out by the Occupational Safety and Health Act (OSHA), high noise levels can be harmful to workers and can lead to psychological and physiological ailments (Alnawafleh and Nizhibitsky, 2004; Ratnasingam et al., 2010; Mirhossaini and Pourzamani, 2008). Because of a reverberant sound propagating within an enclosed building, a noise monitoring system installed within an enclosed machine room becomes vital (Cheremisinoff and Cheremisinoff, 1977; Alley et al., 1989). To avoid noise exposure and to efficiently monitor the rooms noise level, a remote noise monitoring system installed between the machine room and the control room is necessary. In the past decade noise monitoring stations using both modem and fibre-optical communications have been established in open fields such as industrial zones, parks and roads (van den Berg, 2005; Filipponi et al., 2008; Livshitz et al., 2004; Leong and Laortanakul, 2003). However, the assessment of an indoor noise monitoring system used for entrance control has been neglected. Moreover, to prevent the breakdown of a machine caused by an inefficient ventilation system, thermo monitoring within an enclosed machine room is compulsory (Li et al., 2002). In previous works Chiu (2010a, b) monitored the temperature online in both greenhouses and multi-functional aquariums using a PC-based control system constructed with a VB interface, a sever PC and a client PC via the RS232/RS485 protocol. Other researches also utilized the PC-based control system in individual fields (Lai et al., 2010; Liandong et al., 2004; Yu et al., 2007; Amien and Lin, 2007; Yu et al., 2008). However, the sever PC located inside the room is cumbersome.
In order to reduce the working volume at the sever PC, a compact web control unit is considered. Moreover, to improve the VB interface at the client PC, an interface using a web page embedded with JavaScript (Lou et al., 2003; Huang and Tseng, 2002; Mahdavi et al., 2008) is adopted. In this paper, a web-based temperature and sound monitoring system for an enclosed air compressor room shown in Fig. 1 is introduced. Here, the web-based interface is established using a web page embedded with JavaScript.
![]() | |
Fig. 1(a-b): | Remote/near ports for the sound and thermal monitoring system within an air compressor room. (a) Air compressor room equipped with a sound level meter, a thermocouple and web control unit and (b) Remote PC (client PC) |
A compact web control unit installed inside the air compressor room is linked with a sound level meter (Fig. 2) and a k-type thermocouple. The current and historical temperature and sound data will be remotely monitored. Therefore, the security of the system and the status of the workers hearing can be assured.
A WEB-BASED SOUND AND TEMPERATURE MONITORING SYSTEM
An automation system used in industrial, agricultural and aquatic environments to reduce manpower is customary.
![]() | |
Fig. 2: | A multi-function sound-level-meter installed within an air compressor room |
![]() | |
Fig. 3: | An ADAM4118 module with eight channels |
As indicated in Fig. 1, to protect the hearing of workers and avoid overheating within the air compressor, a web-based interface is established using a web page embedded with Javascript. Here, an ADAM4118 module shown in Fig. 3 is inputted with analogue signals emitted from the sound level meter and the thermocouple. Because there is a serious decay of the signal for a RS232 protocol traveling over a long distance (fifteen meters), a new protocol (RS485) with a steady signal transmission is recommended. Therefore, the ADAM4118 that transforms analogue signals to digital signals will be used to forward the signals to the web control unit via the RS232/RS485 module. Also, the web control unit connected to the Ethernet will save the digital data and forward the data to the web page. The real-time data transmitted to the web page will be updated online. Moreover, a default setting of the web control unit will save the digital data in a Comma Separated Value (CSV) format every ten minutes.
As indicated in Fig. 4, the analogue signals received from the sound level meter and the thermocouple are transformed to digital signals by the AD converter within the ADAM4118 module. The digital data will be transmitted to the web control unit controller using a RS485 protocol.
![]() | |
Fig. 4: | Hardware for a web-base monitoring system |
![]() | |
Fig. 5: | The setting for the web page driver |
Also, the data will be continuously saved on the web control unit in a CSV format. The related temperature and noise level will be dynamically monitored and displayed in the remote PC using a web page embedded with JavaScript. As indicated in Fig. 3, there are eight channels that are available to use sensors.
The web control unit can trigger the web page, demonstrate the profile elements and download the signal data via the File Transfer Protocol (FTP). The remote PC can be linked with the web control unit when both the PC and the web control unit have the same IP address. The setting for the web page driver is depicted in Fig. 5. The digital data of the sound and temperature will be periodically recorded on the web control unit with a default file-saving name from 1 to 31 (REC01.CSV to REC31.CSV 31).
![]() | |
Fig. 6: | The output excel file downloaded by the PC using the FTP protocol |
![]() | |
Fig. 7: | The structure design of the HTML/JavaScript |
As indicated in Fig. 6, the data can be recalled by the FTP and shown in an excel file.
The structure design of the web page in HTML/JavaScript is shown in Fig. 7. The flow chart for the signal reading procedure within an embedded web page is depicted in Fig. 8.
As indicated in Fig. 9, the monitoring interface for sound and temperature transmitted from an air compressor room can be plotted using a time trend diagram.
![]() | |
Fig. 8: | Flow chart for the signal reading procedure within an embedded web page |
![]() | |
Fig. 9: | The monitoring interface for sound and temperature transmitted from an air compressor room (at the beginning of the web page without being triggered) |
Various lights and alarms will be triggered when either the sound or the temperature is in an abnormal condition (i.e., beyond the specified limit).
RESULTS AND DISCUSSION
Results: A prototype of the web-based remote sound and temperature monitoring system is established and shown in Fig. 10. The wire connections of the module in the near port of web-based sound and temperature monitoring system are depicted in Fig. 11. On the basis of the Occupational Safety and Health Act (OSHA), the threshold of the sound level is preset at 85 dB. The safety temperature of the air compressor room is preset at 26°C and below. The danger level for temperature in the air compressor room is preset at 30°C and above. The algorithm of sound and temperature in JavaScript is shown in Fig. 12.
![]() | |
Fig. 10: | A prototype in the remote port of the web-based sound and temperature monitoring system |
![]() | |
Fig. 11: | The wire connections of the module in the near port of the web-based sound and temperature monitoring system |
Here, the sound signals green light will light up when the sound level is 85 dB and below. The sound signals red light will light up and its alarm will be triggered when the sound level is 85 dB and above. Similarly, the temperatures green light will light up when the temperature is 26°C and below. Also, the temperatures yellow light will light up and its warning alarm will be triggered when the temperature is within 26-30°C. Moreover, the temperatures red light will light up and its emergent alarm will be triggered when the temperature is 30°C and above. The plan for the light and alarm of the sound and temperature monitoring system is shown in Table 1.
Discussion: Six kinds of case studies used to verify the monitoring performance are investigated and shown below:
• | Case I: N≤85 dB and T≤26°C |
The resulting monitoring interface is shown in Fig. 13. As indicated in Fig. 13, the current sound level and temperature are 80.3 dB and 23.2°C, respectively. Therefore, both the status of the sound and temperature are in the green light. They are in a safe condition.
• | Case II: 85 dB<N and T≤26°C |
Table 1: | The plan for the light and alarm of the sound and temperature monitoring system |
![]() | |
![]() | |
Fig. 12: | The algorithm of the sound and temperature in JavaScript |
The resulting monitoring interface is shown in Fig. 14. As indicated in Fig. 14, the current sound level and temperature are 95.1 dB and 25.4°C, respectively. Therefore, sound and temperature are in the red and green light. Simultaneously, the sound alarm in the remote PC will be triggered.
• | Case III: N≤85 dB and 26°C<T≤30°C |
The resulting monitoring interface is shown in Fig. 15. As indicated in Fig. 15, the current sound level and temperature are 67.5 dB and 27.1°C, respectively. Therefore, sound and temperature are in the green and yellow light.
![]() | |
Fig. 13: | Remote monitoring interface (Case I) |
![]() | |
Fig. 14: | Remote monitoring interface (Case II) |
![]() | |
Fig. 15: | Remote monitoring interface (Case III) |
![]() | |
Fig. 16: | Remote monitoring interface (Case IV) |
Also, the temperatures pre-alarm in the remote PC will be triggered.
• | Case IV: 85 dB<N and 26°C<T≤30°C |
The resulting monitoring interface is shown in Fig. 16. As indicated in Fig. 16, current sound level and temperature are 105.1 dB and 27.7°C, respectively. Therefore, the sound and temperature are in the red and yellow light. Also, the sound alarm and the temperatures pre-alarm in the remote PC will be triggered simultaneously.
• | Case V: N≤85 dB and 30°C<T |
![]() | |
Fig. 17: | Remote monitoring interface (Case V) |
![]() | |
Fig. 18: | Remote monitoring interface (Case VI) |
The resulting monitoring interface is shown in Fig. 17. As indicated in Fig. 17, current sound level and temperature are 72.9 dB and 30.2°C, respectively. Therefore, the sound and temperature are in the green and red light. Also, the temperatures alarm in the remote PC will be triggered.
• | Case VI: 85 dB<N and 30°C<T |
The resulting monitoring interface is shown in Fig. 18. As indicated in Fig. 18, the current sound level and temperature are 119.7 dB and 30.5°C, respectively. Therefore, the sound and temperatures lights are in the red. Also, the sound and temperatures alarms in the remote PC will be triggered simultaneously.
CONCLUSION
It has been shown that a remote sound and temperature monitoring system for protecting workers hearing and maintaining machine safety is necessary. Concerning the dynamic profiles of sound and temperature exhibited in the remote PC, a web-based remote monitoring system using an embedded JavaScript, the HTML, a web control unit and the ADAM4118 is used. The noise and temperature in a machine room will be feedback online from the near port of the web control unit to the remote PC via the Ethernet network. Here, an ADAM4118 module is inputted with analogue signals emitted from the sound level meter and the thermocouple. To avoid the decay of the signal when using a RS232 protocol in data transmission, a RS232/RS485 module used to transform a protocol from a RS232 to RS485 is adopted. Moreover, the dynamic digital data will be used by the HTML program to exhibit the data on the web page. Both the warning light and video alarm at the remote PCs interface will be triggered when the noise and temperature are beyond the preset thresholds. The historical data will be retrieved by the user when the analysis of the historical event is required.
Consequently, the experimental results reveal that the noise and temperature of the air compressor room will be efficiently monitored and exhibited online on the interface of the remote PC.
ACKNOWLEDGMENTS
The authors acknowledge the financial support of the Project (CCUT-AI-100-MA01).
REFERENCES
- Alley, B.C., R.M. Dufresne, N. Kanji and M.R. Reesal, 1989. Costs of workers compensation claims for hearing loss. J. Occup. Med., 31: 134-138.
PubMed - Huang S.J. and P.S. Tseng, 2002. A WWW-based virtual instrument software for electric power measurement with java enhancement. IEEE Power Eng. Soc. Summer Meet., 3: 1160-1164.
CrossRef - Lai, Y.J., L.J. Yeh and M.C. Chiu, 2010. An assessment of the body joint bending actuator using a shape memory alloy. J. Applied Sci., 10: 1973-1977.
CrossRefDirect Link - Leong, S.T. and P. Lartanakul, 2003. Monitoring and assessment of daily exposure of roadside workers to traffic noise levels in an Asian city: A case study of Bangkok streets. Environ. Monitor. Assess., 85: 69-85.
Direct Link - Li, B., S. Tao and R.W. Dawson, 2002. Evaluation and analysis of traffic noise from the main urban road in Beijing. Applied Acoust., 63: 1137-1142.
CrossRefDirect Link - Livshitz, A., B.H. Chudnovsky and B. Bukengolts, 2004. Online condition monitoring and diagnostics of power distribution equipment. Power Syst. Conf. Exposit. IEEE, 2: 646-653.
CrossRef - Amien, M.B.M. and J. Lin, 2007. Dual-mode continuous arrhythmias telemonitoring system. J. Applied Sci., 7: 965-971.
CrossRefDirect Link - Mahdavi, I., H. Fazlollahtabar, A. Heidarzade, N. Mahdavi-Amiri and Y.I. Rooshan, 2008. A heuristic methodology for multi-criteria evaluation of web-based E-learning systems based on user satisfaction. J. Applied Sci., 7: 4603-4609.
CrossRefDirect Link - Alnawafleh, M.A. and O.N. Nizhibitsky, 2004. Effective methods analysis for machines noise control. J. Applied Sci., 4: 197-200.
CrossRefDirect Link - Mirhossaini, S.H. and H.R. Pourzamani, 2008. Evaluation and analysis of the environmental noise of arak, Iran. J. Applied Sci., 8: 1333-1336.
CrossRefDirect Link - Liandong, P., H. Xinhan and M. Arif, 2004. A PC-based open architecture controller for robot. Inform. Technol. J., 3: 296-302.
CrossRefDirect Link - Ratnasingam, J., F. Ioras and M. Bennet, 2010. Determinants of workers health and safety in the Malaysian wooden furniture industry. J. Applied Sci., 10: 425-430.
CrossRefDirect Link - Yu, K.C., S.P. Hsu and Y.H. Hung, 2007. Optimization of fuzzy controller of permanent magnet synchronous motor. J. Applied Sci., 7: 2725-2735.
CrossRefDirect Link - Yu, K.C., S.P. Hsu and Y.H. Hung, 2008. Optimization of output performance of model reference adaptive control for permanent magnetic synchronous motor. J. Applied Sci., 8: 922-933.
CrossRefDirect Link