features.py
changeset 3364 fa2365fa6154
parent 3359 2c924cf26161
child 3873 1ec463e4ac10
equal deleted inserted replaced
3363:c28a064d7f1a 3364:fa2365fa6154
    13     ('Python', 'py_ext.PythonLibrary', True),
    13     ('Python', 'py_ext.PythonLibrary', True),
    14     ('Etherlab', 'etherlab.EthercatMaster.EtherlabLibrary', False),
    14     ('Etherlab', 'etherlab.EthercatMaster.EtherlabLibrary', False),
    15     ('SVGHMI', 'svghmi.SVGHMILibrary', False)]
    15     ('SVGHMI', 'svghmi.SVGHMILibrary', False)]
    16 
    16 
    17 catalog = [
    17 catalog = [
       
    18     ('opcua', _('OPC-UA client'), _('Map OPC-UA server as located variables'), 'opc_ua.OPCUAClient'),
    18     ('canfestival', _('CANopen support'), _('Map located variables over CANopen'), 'canfestival.canfestival.RootClass'),
    19     ('canfestival', _('CANopen support'), _('Map located variables over CANopen'), 'canfestival.canfestival.RootClass'),
    19     ('bacnet', _('Bacnet support'), _('Map located variables over Bacnet'), 'bacnet.bacnet.RootClass'),
    20     ('bacnet', _('Bacnet support'), _('Map located variables over Bacnet'), 'bacnet.bacnet.RootClass'),
    20     ('etherlab', _('EtherCAT master'), _('Map located variables over EtherCAT'), 'etherlab.etherlab.RootClass'),
    21     ('etherlab', _('EtherCAT master'), _('Map located variables over EtherCAT'), 'etherlab.etherlab.RootClass'),
    21     ('modbus', _('Modbus support'), _('Map located variables over Modbus'), 'modbus.modbus.RootClass'),
    22     ('modbus', _('Modbus support'), _('Map located variables over Modbus'), 'modbus.modbus.RootClass'),
    22     ('c_ext', _('C extension'), _('Add C code accessing located variables synchronously'), 'c_ext.CFile'),
    23     ('c_ext', _('C extension'), _('Add C code accessing located variables synchronously'), 'c_ext.CFile'),