For each ADC a user model uses the RCG generates an ADC MEDM showing the raw counts for only those channels the model connects to. In order to make this MEDM more useful, for each channel the RCG attempts to find a named part in the simulink mdl and adds that name to the MEDM.
If the first simulink part found when traversing the model does not have a name (e.g. is a summation, gain, multiplier, etc.) currently the RCG leaves this channel off the MEDM. Future RCG versions will fix this by adding generic ADC names, but in the mean time we are taking the vent RCG upgrade as an opportunity to install named EPICS_OUTPUT parts where needed. Ideally the subsystem authors would give these parts descriptive names, but failing that we will give them generic ADC_x_y type names.
Jim has done this for the ISI HAM models, so when we restarted h1isiham2 and h1isiham5 on monday those models' ADC MEDMs were corrected. The attachment shows the ADC MEDMs for h1isiham2 (full) compared with h1isiham3 (partial).