Digital Transformation

Digital Transformation in 5 Minutes

Today, digital transformation is an inevitable reality and necessity for businesses. Keeping up with this transformation is a prerequisite for businesses to achieve sustainable development. The fastest way to meet this requirement is probably to provide digital transformation mediums as a cloud service.

But in some cases, on-premise solutions are needed instead of cloud services. Many parameters such as habits, security, financial strategies play a role in this decision.

At Sensemore, we offer an end-to-end cloud service in the field of machine health monitoring and predictive maintenance. The IoT sensors we produce send the measurement data to our cloud application over the internet and all analysis and alarm reporting processes are carried out in the cloud application.

Although our focus is on cloud application and environment tools development, we still need to be able to respond to on-premise requirements.

Challenges of on-premise applications

Most of the challenges of on-premise application are caused by environment differences.

  • Distribution and migration of the application to be installed
  • Installing applications and library dependencies
  • Ensuring operating system consistency
  • Updateability

Many more topics could probably be added to this list, but even as it stands, it sums up the issue. The user company has to meet these requirements. For this, you need to contact and agree with the IT staff. Naturally, it is necessary to have an IT infrastructure that can provide this support.

Luckily, there is actually a technology that we know produces answers to many of these problems.

Docker

Docker is a technology that allows you to move and run your applications in a platform-independent and dependent-independent manner. When you dockerize your application you will have a docker image.

Fan System Failure Diagram

Fig. 1 Fan System Failure Diagram

Docker images can run in any environment with a docker engine installed.

Independent of the operating system and additional application and library requirements.

It feels so good as a developer to not care where your app runs 🙂

Real world scenario of installation on-premise docker application

We got the power of docker behind us. We wrote and dockerized an application that includes parts that will run on-premise.

In the end, there were only two requirements we requested from our client.

  • Internet connection
  • A server with Docker engine installed

We made an appointment for installation and went to visit the company. We downloaded our Docker application to the server and ran the following command.

~/sensemore-iot-management$ docker-compose up

Yes!, just one command. And all the rest magically went on without errors, thanks to Docker. The application was installed on the host computer within minutes, it ran without problem and the commissioning was completed.

With Docker, installations are fast, applications are accessible, secure, and scalable. Exactly the features expected from a digital transformation medium.


Envelope Analysis

Envelope Analysis

Rotary machines are used both in industry and in many areas of our daily life. Bearings are one of the most important machine elements in rotating machines. Bearings are the elements that carry radial and axial loads in machines and reduce friction between parts. There are various values ​​such as dynamic and static load ratio, fatigue load ratio, working life, which are also included in the datasets of the bearing manufacturers. However, the operational lifetimes realized in practice are earlier than the theoretical operational lifetime. This is due to the operating speed, operating load, oil condition, the way the bearing is mounted, etc. These all can be caused by many factors.

Bearing Failure

Failure of bearings can cause long-term downtime of the entire machine and even the production line. Since bearing failures constitute 41% of the failure modes of electric motors and fail much earlier than their estimated working life, continuous monitoring and fault prediction of bearings becomes a great necessity.

Bearing Drawing

The operation of machine components always produces vibration. Bearing failures often cause changes in vibration patterns. These vibrations can be measured with sensors mounted at the right points of the machine. The measured vibration signals are digitized and processed. Through various signal analysis techniques, relevant fault signal components can be extracted and examined. In this way, bearing faults and defects can be detected and isolated.

The main thing in vibration analysis is harmonic analysis. The drive frequency and its harmonics are analyzed by the sidebands of these harmonics. However, it does not coincide with the exact multiples of the drive frequency in bearing failures. Abrasions in bearings caused by reasons such as insufficient lubrication, incorrect assembly, fluting create vibrations at specific frequencies. Since we know that bearings have 4 basic mechanical parts as outer ring, ball, cage and inner ring, each part has its own specific failure frequency. These fault frequencies are BPFO (Ball Pass Frequency Outer), BSF (Ball Spin Frequency), FTF (Fundamental Train Frequency) and BPFI (Ball Pass Frequency Inner).

Envelope Analysis

Envelope analysis, sometimes referred to as “amplitude demodulation”, is a well-known signal processing technique used in electronics and telecommunications. Envelope analysis for bearing failures uses the frictional forces produced by bearings. These forces are affected by surface and lubrication quality, and the broadband generates random vibration. When a fault occurs, the vibration becomes amplitude modulated due to periodic changes in forces. This can be caused by changes in friction, changes in pressure at bearing surfaces, or repetitive impacts due to local surface defects.

An increase in amplitude modulation from both modulating forces (geometric errors) and random stationary forces from friction changes (lubrication problems) will appear in the envelope spectrum. The frequencies generated by these forces also appear in the original spectrum but are much more difficult to extract and identify.

Band Selection

It is necessary to select a frequency range in the vibration spectrum where bearing failure occurs and remove all components outside the band. It is assumed that this selected frequency range relates only to bearing failures and not to other machine failures. The optimum range of the frequency band that combines the characteristic frequency of this bearing failure with the structural resonance of the systems can also be manually selected and put into the Inverse Fourier Transform, and it can also be automated with spectral kurtosis, EMD (Empirical Mode Decomposition) and other optimization algorithms.

Envelope Spectrum

The signal is modulated by selecting the band gap combining the characteristic frequency of the bearing failure with the structural resonance of the systems and taking the Inverse Fourier Transform. Then the modulated signal in time-wave form is enveloped by Hilbert Transform. The Envelope Spectrum is obtained by taking the Fourier Transform of the enveloped signal again. The predominant presence of vibrations at the bearing failure frequencies mentioned above in the Envelope Spectrum will indicate bearing failure.

Envelope Analysis

Fig. 1 Failure Mode Diagram

Conclusion

Based on the evaluation of the amplitude modulation of random vibration and structural resonance, envelope analysis is one of the effective ways to detect and evaluate the condition of a bearing. Using Hilbert Transform instead of filtering and correction in envelope detection provides phase demodulation and frequency demodulation as well as amplitude demodulation for bearing fault diagnosis. Frequency demodulation paves the way for gearbox diagnostics and troubleshooting of problems caused by torsional vibrations.