I noticed a couple potential issues in some of the models while I was investigating the ADC/DAC situation:
c1ioo links to ADC1, but there are broken links to the bus selector that is supposed to be pulling out channels to go into the PSL block. They're pulling channels from ADC0, which it's not connected to, which means these connections are broken. I don't know if this means the current situation is broken, or if the model was changed but not recompiled, or what. But it needs to be fixed.
c1scy connects ADC_0_11, label "ALS_PZT", to an EpicsOutput called "ALS_LASER_TEMP", which means the exposed channel is called "C1:SCY-ALS_LASER_TEMP". This is almost certainly not what we want. I don't know why it was done this way, but it probably needs to be fixed. If we need and EPICS record for this channel it should come from the ALS library part, so it gets the correct name and is available from both ends. |