Skip to content

Instantly share code, notes, and snippets.

@katsuyoshi
Last active March 22, 2016 16:35
Show Gist options
  • Select an option

  • Save katsuyoshi/aab7a91265cb7a019413 to your computer and use it in GitHub Desktop.

Select an option

Save katsuyoshi/aab7a91265cb7a019413 to your computer and use it in GitHub Desktop.
generage ladder mnemonic for KEYENCE
puts "DEVICE:52"
puts ";MODULE:NewMain"
puts ";MODULE_TYPE:0"
("R000".."R007").zip("R500".."R507").each do |i, o|
puts "LD #{i}"
puts "OUT #{o}"
end
puts "END"
puts "ENDH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment