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

fix defaults for non-specified streams

parent 17cb9f57
No related branches found
No related tags found
No related merge requests found
......@@ -657,8 +657,8 @@ class Beamlet(OPCUADevice):
# Set MAC, IP, port
for setting, value_if_undefined in [
("FPGA_beamlet_output_multiple_hdr_eth_destination_mac_RW", ""),
("FPGA_beamlet_output_multiple_hdr_ip_destination_address_RW", ""),
("FPGA_beamlet_output_multiple_hdr_eth_destination_mac_RW", "00:00:00:00:00:00"),
("FPGA_beamlet_output_multiple_hdr_ip_destination_address_RW", "0.0.0.0"),
("FPGA_beamlet_output_multiple_hdr_udp_destination_port_RW", 0),
]:
# obtain shorthand description (first values per fpga)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment