Hello Alan,
I apologize for the long response time.
First of all, please make sure you're updated to the latest version of SigmaStudio from our download page.
1. I am actually seeing references to the readback cell in the parameter map, but not the generated header files. I have attached a project file. Please try compiling it and downloading to your hardware, then export the system files to see if you get the same result.
In ParamAddress.dat, I see:
NonModRamAlloc 0
dataLoadStart_SafeLoad 1
dataLoad1_SafeLoad 2
dataLoad2_SafeLoad 3
dataLoad3_SafeLoad 4
dataLoadEnd_SafeLoad 5
addressLoad_SafeLoad 6
numLoad_SafeLoad 7
MonoRunAvgDetectAlg1RMS_1 8
MonoRunAvgDetectAlg1hold_1 9
MonoRunAvgDetectAlg1decay_1 10
ReadBackAlgSigma2001_2 11
In Param.h, I do not see a reference to the readback cell. This is a problem. I will report this to the software team.
2. The value hold cell does not have any user-configurable parameters that are stored in parameter RAM. This is why it has no references in the output files. In order to read back the values of the input or output pins (stored in data RAM), insert a DSP readback cell in the appropriate spot, which will assign it a spot in parameter RAM that you can read back directly.