diff -r 0c65c96a8379 -r a8b095de63e8 etherlab/EthercatCIA402Slave.py --- a/etherlab/EthercatCIA402Slave.py Wed May 08 10:40:06 2013 +0200 +++ b/etherlab/EthercatCIA402Slave.py Fri May 10 08:44:05 2013 +0200 @@ -134,8 +134,8 @@ def CTNGlobalInstances(self): current_location = self.GetCurrentLocation() - return [("%s_%s" % (block_infos["blocktype"], "_".join(map(str, current_location))), - "EtherLab%s" % block_infos["blocktype"]) for block_infos in GLOBAL_INSTANCES] + return [("%s_%s" % (block_infos["blocktype"], "_".join(map(str, current_location)), None), + "EtherLab%s" % block_infos["blocktype"], "") for block_infos in GLOBAL_INSTANCES] def _getCIA402AxisRef(self): data = wx.TextDataObject(str(("%%IW%s.0" % ".".join(map(str, self.GetCurrentLocation())),