Metadata-Version: 2.1
Name: omron
Version: 0.1.6
Summary: A library to communicate with Omron devices
Home-page: https://aphyt.com
Author: Joseph Ryan
Author-email: jr@aphyt.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Omron F430 and F440 Vision Sensor Communications

This is a Python communications driver for the Omron F4*0 series vision sensors. The driver allows the programmer to exchange data with a target device, as well as interact with the core functionality, over a TCP connection. 

The package is available on [PyPi](https://pypi.org/project/omron/) for easy installation and upgrade using PIP.

## Library Functionality

- Trigger Inspections
- Transfer Inspection Images to Client PC
- Get and Set Fieldbus Linked Variables
- Transfer AVP Files from Job Slot to Client PC
- Transfer AVP Files to Job Slot from Client PC
- Save Running Job to Client PC
- Load a Job from Slot to Running Memory
- Save Job from Running Memory to a Slot
- Go On and Offline
- Retrieve Help and Info from Camera 

## Documentation
For installation and usage instructions, please read the full documentation on the public repository at [GitHub](https://github.com/aphyt/omron)
