PLCControler.py
changeset 1775 b45f2768fab1
parent 1774 ac0fe8aabb5e
child 1777 c46ec818bdd7
equal deleted inserted replaced
1774:ac0fe8aabb5e 1775:b45f2768fab1
  2437                                                     exclude=exclude,
  2437                                                     exclude=exclude,
  2438                                                     debug=debug)
  2438                                                     debug=debug)
  2439                     exclude[stepname] = True
  2439                     exclude[stepname] = True
  2440                     instance.setname(stepname)
  2440                     instance.setname(stepname)
  2441                 localid = instance.getlocalId()
  2441                 localid = instance.getlocalId()
  2442                 if not localid in used_id:
  2442                 if localid not in used_id:
  2443                     new_id[localid] = True
  2443                     new_id[localid] = True
  2444 
  2444 
  2445             idx = 1
  2445             idx = 1
  2446             translate_id = {}
  2446             translate_id = {}
  2447             bbox = rect()
  2447             bbox = rect()