All models had DAQ channels added during today's upgrade. These were from various sources:
User model changes applied today:
h1asc: Because change (2) above, some IPC names exceeded the 55 char limit. We had shortened these IPC names by replacing REFL with RFL, h1asc had receivers with the old names
h1susmc1, h1susmc2, h1susmc3, h1supr2, h1suspr3, h1susprm, h1sussr2, h1sussr3, h1sussrm:
These SUS models had ISI Feed Forward parts added.
h1isiham4: DAMP and ISO parts added
In addition to the channels mentioned above, there's also another channel that has been added with H1:${modelname}_REMOTE_IPC_PAUSE. This is evident because there's tons of SDF tables that are reporting this one channel not initialized. The function of this channel: when set to a non-zero value, it halts/stops/pauses all writes (sender) to the IPC dolphin network / fabric. This EPICs write is not intended to be used frequently if at all. I also note that there's a bug in the generation of this channel, perhaps because of the use of top_names function in front-end user models that - have multiple subsystems within, or - have only three letters in the user model name e.g. I'm seeing channels like H1:SQZ-_REMOTE_IPC_PAUSE H1:OMC-_REMOTE_IPC_PAUSE H1:LSC-_REMOTE_IPC_PAUSE H1:ASC-_REMOTE_IPC_PAUSE I'll walk through all the SDFs and initialize these channels, acknowledging that if we fix the above mentioned bug, then we'll need to do this again for those models.