Skip to content

Python module to wrap `pymodbus` for the ADAM-6000 series of I/O modules from Advantech

Notifications You must be signed in to change notification settings

agmlego/adam-6xxx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADAM-6000 Series Module

Python module to wrap the Modbus/TCP functions of the Advantech ADAM-6000 series I/O devices.

Examples

from adam6xxx import ADAM6052

adam = ADAM6052(ip='198.51.100.1', connect=True)

# Turn on an output
adam.set_digital_output(index=0, state=True)

# Read an input
result = adam.get_digital_input(index=0)

# Read a counter value
counter = adam.get_counter(index=2)

About

Python module to wrap `pymodbus` for the ADAM-6000 series of I/O modules from Advantech

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages