Skip to content

v0.19.0 — Ladder Tools

Choose a tag to compare

@ssweber ssweber released this 02 Apr 14:53
· 9 commits to main since this release
Immutable release. Only release title and notes can be modified.
03cd923

Ladder Menu (beta)

New menu with tools for moving ladder logic in and out of Click:

  • Load Ladder CSV to Clipboard — encode a CSV file and copy to Click's clipboard format
  • Save Clipboard to CSV — decode rungs from the clipboard and save to a CSV file
  • Open in Guided Paste — step through a folder of CSVs, pasting each into Click with nickname import and
    show-nicknames toggle
  • Export from Click — decode the current project's Scr*.tmp files into a CSV bundle
  • Convert to pyrung — convert an exported CSV folder into a pyrung Python project

clicknick-rung CLI

clicknick-rung load FILE # Encode CSV/bin → clipboard
clicknick-rung save FILE # Clipboard → CSV/bin
clicknick-rung program save FOLDER # Decode Scr*.tmp → CSV bundle
clicknick-rung program load FOLDER # Load CSV bundle into Click
clicknick-rung guided FOLDER # Interactive batch verify with progress tracking

Other improvements

  • Dataview Editor — reconnect support and improved timeout defaults