NodeMetalMitreSaw: verschil tussen versies

Uit MakerSpace Leiden
Ga naar: navigatie, zoeken
(Configuration)
(Log)
Regel 30: Regel 30:
 
== Log ==
 
== Log ==
  
   Thu Jan 23 13:55:07 CET 2020
+
  Mon  1 Jan 2024 20:21:02 CET ac/log/metalmitresaw {
 +
  "manual_poweroff": 0,
 +
  "idle_poweroff": 0,
 +
  "errors": 0,
 +
  "ota": true,
 +
  "node": "woodlathe",
 +
  "machine": "woodlathe",
 +
  "maxMqtt": 384,
 +
  "id": "887124a4ae30",
 +
  "ip": "192.168.6.144",
 +
  "net": "UTP",
 +
  "mac": "30:AE:A4:24:71:8B",
 +
  "beat": 1704136278,
 +
  "alive-uptime": 8399,
 +
  "approve": 1,
 +
  "deny": 0,
 +
  "requests": 1,
 +
  "cache_hit": 1,
 +
  "cache_miss": 0,
 +
  "cache_purge": 0,
 +
  "cache_update": 1,
 +
  "mqtt_reconnects": 1,
 +
  "loop_rate": 15.13943768,
 +
  "coreTemp": 53.33333333,
 +
  "heap_free": 168180,
 +
  "rfid_scans": 1,
 +
  "rfid_misses": 131133,
 +
  "rfid": "RFID-MFRC522",
 +
  "state": "Waiting for card, screen dark",
 +
   "seconds_in_state": [
 +
    0,
 +
    3,
 +
    0,
 +
    0,
 +
    0,
 +
    1244,
 +
    0,
 +
    0,
 +
    0,
 +
    7445,
 +
    0,
 +
    2,
 +
    3,
 +
    0
 +
  ],
 +
  "normal_poweroff": 1,
 +
  "fw": "/Users/dirkx/Documents/Arduino/AccesSystem/lib-arduino/ACNode/examples/WoodLatheNode/WoodLatheNode.ino Jan 1 2024 17:45:18"
 +
  }
  
 
== History ==
 
== History ==
  
 
Latest incarnation installed late 2023.
 
Latest incarnation installed late 2023.

Versie van 1 jan 2024 om 21:22

MetalMitreNode01.jpg MetalMitreNode02.jpg MetalMitreNode03.jpg

PoE node voor the woodlathe based on a PowerNode White.

Use

Swipe your card; this will unlock the 'red' button on the safety contractor to the left. Note that the unit will refuse to power on if the on/off button on the saw is in the unsafe, ON, position.

Once you are done - switch off the saw and then press the green button on the safety contractor to disable it. The unit will lock shortly thereafter.

Trouble shooting

See PowerNode White for details; or use the MENU button to see a QR code with logging.

The log file is available on http://woodlathe.local/ or http://192.168.6.144/. One can also telnet to this address. Logs are also sent to MQTT and to Syslog at the firewall. Or connect a serial cable; but be sure to use a Galvanic USB isolator.

Configuration

The unit contains a AC fed PowerNode White that is on WiFi. This is done by a 5Volt AC/DC convertor on the board (the back thing in the bottom right). It has a single relay that simply turns one of the phases (L) on and off.

One of the 3-phase wires is routed through a current coil (directly; rather than through the connector; as there may be a fair but of current running through it). The opto couplers are wired to the pump and to the safety interlock.

MetalMitreNode04.jpg

The software can be found in ACNode its examples (in the Arduino IDE) or on GitHub.

Log

  Mon  1 Jan 2024 20:21:02 CET	ac/log/metalmitresaw {
 "manual_poweroff": 0,
 "idle_poweroff": 0,
 "errors": 0,
 "ota": true,
 "node": "woodlathe",
 "machine": "woodlathe",
 "maxMqtt": 384,
 "id": "887124a4ae30",
 "ip": "192.168.6.144",
 "net": "UTP",
 "mac": "30:AE:A4:24:71:8B",
 "beat": 1704136278,
 "alive-uptime": 8399,
 "approve": 1,
 "deny": 0,
 "requests": 1,
 "cache_hit": 1,
 "cache_miss": 0,
 "cache_purge": 0,
 "cache_update": 1,
 "mqtt_reconnects": 1,
 "loop_rate": 15.13943768,
 "coreTemp": 53.33333333,
 "heap_free": 168180,
 "rfid_scans": 1,
 "rfid_misses": 131133,
 "rfid": "RFID-MFRC522",
 "state": "Waiting for card, screen dark",
 "seconds_in_state": [
   0,
   3,
   0,
   0,
   0,
   1244,
   0,
   0,
   0,
   7445,
   0,
   2,
   3,
   0
 ],
 "normal_poweroff": 1,
 "fw": "/Users/dirkx/Documents/Arduino/AccesSystem/lib-arduino/ACNode/examples/WoodLatheNode/WoodLatheNode.ino Jan  1 2024 17:45:18"
  }

History

Latest incarnation installed late 2023.