8000 GitHub - SimplyAutomationized/PythonKoyo: ongoing class to communicate with the Koyo ecom protocol
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SimplyAutomationized/PythonKoyo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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

0