Code Monkey home page Code Monkey logo

eeip.py's People

Contributors

rossmann-engineering avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

eeip.py's Issues

Can not update output data o->t

Hello,
Thanks for your great library.
i'm working on project of motor controlling.
I can read data from controller but not update output byte[1].
here's a part of code :

          # Switch the motor ON

if (motor_off 1 and home_off: #conditions to switch on the step motor
eeipclient.o_t_iodata[1]= 2 # action to switch the motor ON and it's done
#time.sleep(4)
else: eeipclient.o_t_iodata[1]= 2

          # Homing

if motor_on and home_off:
eeipclient.o_t_iodata[1]= eeipclient.o_t_iodata[1] +16 #Action of motor homing
print(eeipclient.o_t_iodata[1]) # this data display 18 but the motor is not doing homing
else: eeipclient.o_t_iodata[1]= 2

I tried to add time sleep but it doesn't work.

Any suggestions to resolve this issue please.

Thank you in advance!
Alexis

unclear example

Hi,
thanks for charing this great repo.

I went through the example file and found it a bit confusing.
I am trying to figure out why you use in the example the eeipclient.t_o_iodata[8] for the first byte and eeipclient.t_o_iodata[9] for the second byte. Should it not be eeipclient.t_o_iodata[16] to get the second byte ?
I also would like to know how to assign single Bits with your eeip solution.

Thanks!

Multiple devices supported?

I have set up two connections for implicit messaging. But i only get data from the connection i established first. The connection i establish second only delivers zeros. And it is the same if i swap the order of establishing the connections. Only the first established connection works properly. Is it possible to get data from to connections at the same time?

Install package throguh pip does not work

Hi,

I have Python3.9 installed. But when I run "python3.9 -m pip install eeip" I only get an error message
"ERROR: Could not find a version that satisfies the requirement eeip (from versions: none)
ERROR: No matching distribution found for eeip".

It does not seem like eeip exists on pip? Or why does this not work?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.