/RockwellSnippets

Snippets for testing communication with Rockwell/AllenBradley PLCs

Primary LanguageC#MIT LicenseMIT

RockwellSnippets

Snippets for testing communication with Rockwell/AllenBradley PLCs

Setup & Debug

  1. Install vs-code & the Omnisharp/C# extension

  2. Install dotnet-script

    dotnet tool install -g dotnet-script
    
  3. Debug by opening a .csx file and hit F5