NodeMetalMitreSaw: verschil tussen versies

Uit MakerSpace Leiden
Ga naar: navigatie, zoeken
(Configuration)
Regel 27: Regel 27:
  
 
The software can be found in ACNode its examples (in the Arduino IDE) or on [https://github.com/MakerSpaceLeiden/AccesSystem/blob/master/lib-arduino/ACNode/examples GitHub].
 
The software can be found in ACNode its examples (in the Arduino IDE) or on [https://github.com/MakerSpaceLeiden/AccesSystem/blob/master/lib-arduino/ACNode/examples GitHub].
 +
 +
= Electrics =
 +
 +
Basically a [[SafetyRelay]] combined with a hand/off/auto setting for the pump. A [[NodeMitresawMetal]] is being build (it is a 3-phase/krachtstroom machine) and will be placed in the safety interlock chain that keeps the relay powered.
 +
 +
[[Bestand:schema-metal-mittre-2023.png|400px|Schematic]]
  
 
== Log ==
 
== Log ==

Versie van 1 jan 2024 om 21:24

MetalMitreNode01.jpg MetalMitreNode02.jpg MetalMitreNode03.jpg

PoE node voor the Metal Mitre saw based on a PowerNode White. The QR code points to [this] page.

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.

Electrics

Basically a SafetyRelay combined with a hand/off/auto setting for the pump. A NodeMitresawMetal is being build (it is a 3-phase/krachtstroom machine) and will be placed in the safety interlock chain that keeps the relay powered.

Schematic

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.