Eric,
When you embed an executable into the FP-20xx modules, we do not embed the front-panel of the VI. When you try and link to a FP-20xx running an embedded program, it asks you to locate the VI on the machine that you are trying to connect with. If you do not have the VI on the PC, you will not be able to see the panel. Likewise, using the built-in web publishing abilities of LabVIEW does not work quite the same way as the front panel does not exist. Instead, by using the File I/O VI's, you can write an html file that the FP-20xx will publish. There is an example of this located at:
..Labview6\examples\fieldpoint\fphtmlog.llb. If you build this file into an executable on a FP-20xx (there is a .bld script in the directory that has all the info App Builder
needs), when you re-boot the FP-20xx, it will be running the program. By using FieldPoint Explorer, and doing a Find Devices on the FP-20xx's Comm Resource, you will notice a new channel under the FP-20xx called StartLogging. Anytime a boolean true (1) is written to the channel, the FP-20xx will log data from all attached channels at 1 second intervals for 10 seconds prior to saving it as a file named testdata.htm. You can then type http://xxx.xxx.xxx.xxx/testdata.htm in your web browser to see the data.
Regards,
Aaron
LabVIEW Champion, CLA, CPI