features.py
branchsvghmi
changeset 2749 2769b3aed34d
parent 2747 e96aa2e3231e
child 3328 01682a34a558
equal deleted inserted replaced
2748:55c43933ff51 2749:2769b3aed34d
    10 
    10 
    11 libraries = [
    11 libraries = [
    12     ('Native', 'NativeLib.NativeLibrary', True),
    12     ('Native', 'NativeLib.NativeLibrary', True),
    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     ('SVGUI', 'svgui.SVGUILibrary', False)]
    15     ('SVGUI', 'svgui.SVGUILibrary', False),
       
    16     ('SVGHMI', 'svghmi.SVGHMILibrary', False)]
    16 
    17 
    17 catalog = [
    18 catalog = [
    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'),