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

Set polling thread interval to 0

Hopefully this will disable the polling.
parent ecf66ee4
No related branches found
No related tags found
No related merge requests found
......@@ -242,50 +242,51 @@
],
"polled_attr": [
"attenuator1_r",
"1000",
"0",
"attenuator1_rw",
"1000",
"0",
"attenuator2_r",
"1000",
"0",
"attenuator2_rw",
"1000",
"0",
"attenuator3_r",
"1000",
"0",
"attenuator3_rw",
"1000",
"0",
"band1_r",
"1000",
"0",
"band1_rw",
"1000",
"0",
"band2_r",
"1000",
"0",
"band2_rw",
"1000",
"0",
"band3_r",
"1000",
"0",
"band3_rw",
"1000",
"0",
"dither1_frequency_r",
"1000",
"0",
"dither1_frequency_rw",
"1000",
"0",
"dither2_frequency_r",
"1000",
"0",
"dither2_frequency_rw",
"1000",
"0",
"led0_r",
"1000",
"0",
"led0_rw",
"1000",
"0",
"pwr_dig_r",
"1000",
"0",
"pwr_dig_rw",
"1000",
"0",
"temp_r",
"1000",
"0",
"state",
"1000",
"status"
"status",
"1000"
]
}
}
......@@ -419,23 +420,23 @@
"properties": {
"polled_attr": [
"integration_time",
"1000",
"0",
"pause_time",
"1000",
"0",
"rcu_modes",
"1000",
"0",
"state",
"1000",
"0",
"status",
"1000",
"0",
"subband",
"1000",
"0",
"time_stamp",
"1000",
"0",
"visibilities_imag",
"1000",
"0",
"visibilities_real",
"1000"
"0"
]
}
}
......
......@@ -242,50 +242,51 @@
],
"polled_attr": [
"attenuator1_r",
"1000",
"0",
"attenuator1_rw",
"1000",
"0",
"attenuator2_r",
"1000",
"0",
"attenuator2_rw",
"1000",
"0",
"attenuator3_r",
"1000",
"0",
"attenuator3_rw",
"1000",
"0",
"band1_r",
"1000",
"0",
"band1_rw",
"1000",
"0",
"band2_r",
"1000",
"0",
"band2_rw",
"1000",
"0",
"band3_r",
"1000",
"0",
"band3_rw",
"1000",
"0",
"dither1_frequency_r",
"1000",
"0",
"dither1_frequency_rw",
"1000",
"0",
"dither2_frequency_r",
"1000",
"0",
"dither2_frequency_rw",
"1000",
"0",
"led0_r",
"1000",
"0",
"led0_rw",
"1000",
"0",
"pwr_dig_r",
"1000",
"0",
"pwr_dig_rw",
"1000",
"0",
"temp_r",
"1000",
"0",
"state",
"1000",
"status"
"status",
"1000"
]
}
}
......@@ -419,23 +420,23 @@
"properties": {
"polled_attr": [
"integration_time",
"1000",
"0",
"pause_time",
"1000",
"0",
"rcu_modes",
"1000",
"0",
"state",
"1000",
"0",
"status",
"1000",
"0",
"subband",
"1000",
"0",
"time_stamp",
"1000",
"0",
"visibilities_imag",
"1000",
"0",
"visibilities_real",
"1000"
"0"
]
}
}
......
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