features.py
branchwxPython4
changeset 3337 6097bca230e8
parent 3328 01682a34a558
child 3873 1ec463e4ac10
equal deleted inserted replaced
3336:3860a6ad6998 3337:6097bca230e8
    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'),