Updating the SBE server configurations for the DAC1955 V3 firmware, we fpund strange Tolm packet setting for some Acl*s servers running of the SQB1 rtpc, more precisely for
- the SQB1_LC server where the TOLM packets for the "SQB1_DAC_LC_LVDT_out_INT" and "SQB1_DAC_PSD" DAC1955 was not sent at the correct frequency
- TOLM_OUTPUT_PACKET_SLICED "SQB1_DAC_LC_LVDT_out_INT" 50000 DAC1955_FREQ with DAC1955_FREQ (= 100000)
- instead of TOLM_OUTPUT_PACKET_SLICED "SQB1_DAC_LC_LVDT_out_INT" 10000 DAC1955_FREQ meaning that only 2 over the 10 packets were sent
- same thing for TOLM_OUTPUT_PACKET_SLICED "SQB1_DAC_PSD" 50000 DAC1955_FREQ
We set the correct parameters but when we restarted the SQB1_LC server, we lost all the input Tolm packets . To recover the Tolm input packets, a reboot of the SQB1_rtpc was required .
We made several trials and at the end we set
- for the SQB1_LC server;
- this line for the SQB1_DAC_LC_LVDT_out_INT Tolm packet in order to have all the DAC sample: TOLM_OUTPUT_PACKET_SLICED "SQB1_DAC_LC_LVDT_out_INT" LC_LOOP_FREQ DAC1955_FREQ
- this line for the SQB1_DAC_PSD Tolm packet as the DAC channels are only constante value : TOLM_OUTPUT_PACKET_SLICED "SQB1_DAC_PSD" 50000 DAC1955_FREQ as previously
- for the SQB1_FI server, as we would like to have output Tolm data flow and it s only temperature control loops
- this line for the SQB1_DAC_01_INT Tolm packet : TOLM_OUTPUT_PACKET_SLICED "SQB1_DAC_01_INT" 50000 DAC1955_FREQ instead of TOLM_OUTPUT_PACKET_SLICED "SQB1_DAC_01_INT" LOOP_FREQ(10000) DAC1955_FREQ previously
With these configurations,
- all the servers are correctly running
- the output Tolm data flow is the same as before the modifications, meaning that the use of DAC1955 v3 firmware will be helpful
- the SBE and LC loops were successfully closed
Operations performed between 2026-05-07-13h45m08-UTC and 2026-05-07-14h47m25-UTC