Skip to content

ongoing class to communicate with the Koyo ecom protocol

Notifications You must be signed in to change notification settings

McBride36/PythonKoyo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

PythonKoyo

Ongoing class to communicate with the Koyo ecom protocol.

Read and write to the C memory C0-C16 in the Koyo H0-ECOM or H0-ECOM100.

Sample Code:

import Koyo.Koyo plc = Koyo.Koyo('192.168.0.22')

plc.FindKoyo() #find koyo plc on your network

plc.ChangeIP(mac_address,newip)

plc.WriteC( C,bool) #C memory you want to write, true or false

plc.ReadC(C)

About

ongoing class to communicate with the Koyo ecom protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%