Skip to content
Snippets Groups Projects
Commit e4831470 authored by Thomas Juerges's avatar Thomas Juerges
Browse files

Add missing OPC-UA to Tango mapping

parent 7151f585
Branches
Tags
No related merge requests found
...@@ -280,6 +280,10 @@ class RCUSCC(Device): ...@@ -280,6 +280,10 @@ class RCUSCC(Device):
self.attribute_mapping["RCU01_Att2_R"] = self.pcc_node.get_child(["{}:RCU01_Att2_R".format(self.name_space_index)]) self.attribute_mapping["RCU01_Att2_R"] = self.pcc_node.get_child(["{}:RCU01_Att2_R".format(self.name_space_index)])
self.attribute_mapping["RCU01_Att2_RW"] = self.pcc_node.get_child(["{}:RCU01_Att2_RW".format(self.name_space_index)])
self.attribute_mapping["RCU01_Att3_R"] = self.pcc_node.get_child(["{}:RCU01_Att3_R".format(self.name_space_index)])
self.attribute_mapping["RCU01_Att3_RW"] = self.pcc_node.get_child(["{}:RCU01_Att3_RW".format(self.name_space_index)]) self.attribute_mapping["RCU01_Att3_RW"] = self.pcc_node.get_child(["{}:RCU01_Att3_RW".format(self.name_space_index)])
self.attribute_mapping["RCU01_Att1_R"] = self.pcc_node.get_child(["{}:RCU01_Att1_R".format(self.name_space_index)]) self.attribute_mapping["RCU01_Att1_R"] = self.pcc_node.get_child(["{}:RCU01_Att1_R".format(self.name_space_index)])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment