Skip to content

Python script to control ET250-3D mechanical turntables

Notifications You must be signed in to change notification settings

holoplot/ET250-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Python script to control ET250-3D turntables

Protocol

This is an implementation of the protocol described by the vendor.

Usage

The python script can be called as CLI.

Move the turntable forward by 90 degrees:

./control.py --address 10.0.0.100 --command forward --degree 90

Move the turntable backward by 90 degrees:

./control.py --address 10.0.0.100 --command backward --degree 90

Move the turntable to its zero position:

./control.py --address 10.0.0.100 --command zero

Stop the turntable if it's currently in motion:

./control.py --address 10.0.0.100 --command stop

License

MIT

About

Python script to control ET250-3D mechanical turntables

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages