Danny,
Thanks for responding.
I don't believe that pipelining/too many operations is the culprit in this problem. I stripped off every nonessential piece of code and am only running the following SCTL, which contains only a stepthrough of the addresses of the table (see attached jpg). I have also attached the configured table. It only has four values and the linear interpolation function is disabled.
I'm using a look-up 1D table, which I am assuming is compatible with SLTCs. The following link seems to suggest that while FPGA Math and Analysis functions do not work, the Linear Interpolation and 1D Tables do (that bullet is ambiguous though):
http://digital.ni.com/public.nsf/allkb/2F28158D3215A06986256E620069E6A7
Plus, the error is different from one seen when using a VI that is blatantly SCTL incompatible (that one is something like VI_name:238ba9b8bc8d9b78d98dd8b9d7cd is not supported for use in SCTL), so I don't know. Perhaps I have the table set up incorrectly? Am I not indexing the address properly? Are 1D lookup tables not supported, despite the ambiguity on the above link?
-Derek