kepconfig.connectivity.egd

egd module provides support for GE EGD driver specific objects within the Kepware Configuration API

 1# -------------------------------------------------------------------------
 2# Copyright (c) PTC Inc. and/or all its affiliates. All rights reserved.
 3# See License.txt in the project root for
 4# license information.
 5# --------------------------------------------------------------------------
 6
 7r"""`egd` module provides support for GE EGD driver specific objects 
 8within the Kepware Configuration API
 9"""
10
11from . import exchange, range, name
12
13CONSUMER_EXCHANGE = 'CONSUMER'
14PRODUCER_EXCHANGE = 'PRODUCER'
CONSUMER_EXCHANGE = 'CONSUMER'
PRODUCER_EXCHANGE = 'PRODUCER'