Skip to content
Snippets Groups Projects
Commit 6314a102 authored by Jan David Mol's avatar Jan David Mol
Browse files

Merge branch 'L2SS-358-add-apscu-apsct' of git.astron.nl:lofar2.0/tango into...

Merge branch 'L2SS-358-add-apscu-apsct' of git.astron.nl:lofar2.0/tango into L2SS-358-add-apscu-apsct
parents 439e933a 4f7e79db
No related branches found
No related tags found
1 merge request!157L2SS-358: Get ready for Darkrai
{
"servers": {
"APSCT": {
"LTS": {
"APSCT": {
"LTS/APSCT/1": {
"properties": {
"OPC_Server_Name": [
"apsct-sim"
],
"OPC_Server_Port": [
"4843"
],
"OPC_Time_Out": [
"5.0"
]
}
}
}
}
}
}
}
{
"servers": {
"APSPU": {
"LTS": {
"APSPU": {
"LTS/APSPU/1": {
"properties": {
"OPC_Server_Name": [
"apspu-sim"
],
"OPC_Server_Port": [
"4843"
],
"OPC_Time_Out": [
"5.0"
]
}
}
}
}
}
}
}
......@@ -158,6 +158,24 @@
"10.99.250.250",
"10.99.250.250",
"10.99.250.250"
],
"FPGA_sst_offload_hdr_udp_destination_port_RW_default": [
"5001",
"5001",
"5001",
"5001",
"5001",
"5001",
"5001",
"5001",
"5001",
"5001",
"5001",
"5001",
"5001",
"5001",
"5001",
"5001"
]
}
}
......@@ -219,6 +237,24 @@
"10.99.250.250",
"10.99.250.250",
"10.99.250.250"
],
"FPGA_xst_offload_hdr_udp_destination_port_RW_default": [
"5002",
"5002",
"5002",
"5002",
"5002",
"5002",
"5002",
"5002",
"5002",
"5002",
"5002",
"5002",
"5002",
"5002",
"5002",
"5002"
]
}
}
......
......@@ -107,6 +107,7 @@ class OPCUAConnection(AsyncCommClient):
else:
raise Exception("OPC-ua mapping requires either a list of the path or dict with the path. Was given %s type containing: %s", type(annotation), annotation)
# add path prefix
path = self.node_path_prefix + path
......
......@@ -91,7 +91,6 @@ class APSCT(opcua_device):
else:
raise Exception("200MHz signal is not locked. The subrack probably do not receive clock input or the CLK PCB is broken?")
# --------
# Commands
# --------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment