PLCControler.py
branchpython3
changeset 3752 9f6f46dbe3ae
parent 3750 f62625418bff
child 3755 ca814b175391
equal deleted inserted replaced
3751:a80a66ba52d6 3752:9f6f46dbe3ae
    22 # You should have received a copy of the GNU General Public License
    22 # You should have received a copy of the GNU General Public License
    23 # along with this program; if not, write to the Free Software
    23 # along with this program; if not, write to the Free Software
    24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    25 
    25 
    26 
    26 
    27 
       
    28 
       
    29 from copy import deepcopy
    27 from copy import deepcopy
    30 import os
    28 import os
    31 import re
    29 import re
    32 import datetime
    30 import datetime
    33 from time import localtime
    31 from time import localtime
    34 from functools import reduce
    32 from functools import reduce
    35 from future.builtins import round
       
    36 
    33 
    37 import util.paths as paths
    34 import util.paths as paths
    38 from plcopen import *
    35 from plcopen import *
    39 from plcopen.types_enums import *
    36 from plcopen.types_enums import *
    40 from plcopen.InstancesPathCollector import InstancesPathCollector
    37 from plcopen.InstancesPathCollector import InstancesPathCollector