This is more clarification / information than anything else, in order
to document the steps I took which resulted in a working system.
1) First I diabled the startup VI (DIP switch), rebooted the
cFP-2100, and connected my development laptop into the cFP
system. After opening the LV8 project, I opened the top-level VI
under the cFP target, and clicked "Run", which deployed the Fieldpoint
configuration that was stored in the project onto the cFP
controller. At this point I could see the cFP system wasn't
receiving proper input values from the AI-110 (I had exposed
these numbers on the top-level VI front panel). So it appears
simply re-deploying the cFP configuration from LabVIEW didn't fix it.
2) I then shut down LabVIEW and started up MAX. I did a
"scan for devices" under the Remote Systems section, which populated
the Device Neighborhood. I then saw that the AI-110 channels
seemed misconfigured for 0-20mA and changed them all to 0 to 10 V and
did a Save, which deployed that MAX configuration back to the
cFP. I could then see that proper readings were being obtained by
MAX.
3) I then shut down MAX, restarted the LV project, and again ran the
top-level VI on the target. It worked. I then shut down LV8
again.
4) I rebooted the controller and let the original exe run. It
worked. Note that I never did re-build the project using Build
Specifications.
-Dave