You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/07.opta/opta-family/opta/tutorials/18.smart-compressor-app-note/content.md
+12-1
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ Upgrade your industrial air compressor with smart capabilities and connect it to
21
21
22
22
This affordable solution provides real-time remote data access, behavioral diagnostics, predictive maintenance, and efficient device management. It helps you maximize uptime, lower operational costs, and extend the lifespan of your equipment.
The goal of this application note is to showcase the capabilities of Opta PLC in transforming conventional industrial equipment into smart systems for monitoring and predictive maintenance purposes. The project's objectives are as follows:
@@ -57,6 +59,13 @@ The goal of this application note is to showcase the capabilities of Opta PLC in
57
59
- The [**Arduino Cloud**](https://cloud.arduino.cc/). If you do not have an account, you can create one for free inside [**cloud.arduino.cc**](https://cloud.arduino.cc/home/?get-started=true).
-**Electrical knowledge:** wiring and safety protocols.
65
+
-**Programming:** basic logic understanding.
66
+
-**Technical documentation:** reading schematics.
67
+
-**Hands-on experience:** tool handling.
68
+
60
69
## Compressor Monitoring System Setup
61
70
62
71
The electrical connections for this application are shown in the diagram below:
@@ -100,14 +109,16 @@ The Nicla Sense ME uses its internal IMU to detect anomalous vibrations in the c
100
109
101
110
Every sensor will be used to detect anomalies. If any measured variable exceeds its nominal range, an anomaly alert will appear in the Arduino Cloud dashboard.
102
111
103
-
The sensors' nominal thresholds are defined in the code as follows:
112
+
The sensors nominal thresholds are defined in the code as follows:
The Opta will detect if an Ethernet cable is connected to its RJ45 terminal and will start sending the measured sensor data via Modbus TCP to a defined server address.
0 commit comments