Skip to main content

No project description provided

Project description

 ____            _                      ____          _ _               _   _              
|  _ \ __ _  ___| | ____ _  __ _  ___  |  _ \ ___  __| (_)_ __ ___  ___| |_(_) ___  _ __   
| |_) / _` |/ __| |/ / _` |/ _` |/ _ \ | |_) / _ \/ _` | | '__/ _ \/ __| __| |/ _ \| '_ \  
|  __/ (_| | (__|   < (_| | (_| |  __/ |  _ <  __/ (_| | | | |  __/ (__| |_| | (_) | | | | 
|_|   \__,_|\___|_|\_\__,_|\__, |\___| |_| \_\___|\__,_|_|_|  \___|\___|\__|_|\___/|_| |_| 
                           |___/                                                           

This is a redirection of the pydevmgr_elt packages (pydevmgr was the old name in v0.2).

By installing this package one will install the following packages :

  • pydevmgr_elt : pydevmgr Classes to handle ELT devices. Which depend on:
    • pydevmgr_core : Core package of pydevmgr
    • pydevmgr_ua : Classes to handle UA communication within pydevmgr

The documentation of pydevmgr_elt is here

Install

> pip install pydevmgr_elt 

Basic usage

from pydevmgr_elt import Motor, wait

motor1 = Motor(address="opc.tcp://192.168.1.11:4840",  prefix="MAIN.Motor001")

try:
    motor1.connect()
    wait( motor1.reset() )
    wait( motor1.init() )
    wait( motor1.enable()  )
    wait( motor1.move_abs(2.3, 0.5), lag=0.1)
    print( "Motor Pos",  motor1.stat.pos_actual.get() )
finally:
    motor1.disconnect()
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pydevmgr-0.3.tar.gz (2.1 kB view details)

Uploaded Source

Built Distribution

pydevmgr-0.3-py3.7.egg (2.4 kB view details)

Uploaded Source

File details

Details for the file pydevmgr-0.3.tar.gz.

File metadata

  • Download URL: pydevmgr-0.3.tar.gz
  • Upload date:
  • Size: 2.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.4.2 requests/2.25.1 setuptools/46.1.1 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1

File hashes

Hashes for pydevmgr-0.3.tar.gz
Algorithm Hash digest
SHA256 79589b403680fdc67b67463ab9e1dc270572117ebde344125c9ae72631557a05
MD5 399fc7986dec4ae6efa52ac68670aee0
BLAKE2b-256 7719c98aad158fbddedfa38078527e0fa617dfabf1b77df8c663178f8950d17e

See more details on using hashes here.

File details

Details for the file pydevmgr-0.3-py3.7.egg.

File metadata

  • Download URL: pydevmgr-0.3-py3.7.egg
  • Upload date:
  • Size: 2.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.4.2 requests/2.25.1 setuptools/46.1.1 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1

File hashes

Hashes for pydevmgr-0.3-py3.7.egg
Algorithm Hash digest
SHA256 b252c1e8f65a2d3ac04e4c57a8f6acd901be7e576932881a54eb996305fdf741
MD5 83cd7220c3bb1b64c3445200fabcd075
BLAKE2b-256 fbc3addeb55bb0e77aa115d3752b7aad0923d5b90a572e26ffea8025bdfaff11

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page