示例#1
0
 def get_ESI_folders(self):
     ret = list()
     userESIPath = YoUtil.get_elmo_user_ESI_path()
     ret.append(('ElmoUserESI', userESIPath))
     ret.append(
         ('EASESI',
          'C:/Dev/eas/View/ElmoMotionControl.View.Main/EtherCATSlaveLib'))
     ret.append(('TwinCAT', 'C:/TwinCAT/3.1/Config/Io/EtherCAT'))
     return ret
示例#2
0
文件: ECatEsiUtil.py 项目: yoramo1/py
	def get_ESI_folders(self):
		ret = list()
		userESIPath= YoUtil.get_elmo_user_ESI_path()
		ret.append(('ElmoUserESI',userESIPath))
		ret.append(('EASESI','C:\Dev\eas\View\ElmoMotionControl.View.Main\EtherCATSlaveLib'))
		return ret