Responding to my own post again...
A search of the DZ for "optomux FP-TB-10" uncovered some examples
in LV6.1 for reading and writing a FP100x through a com port of a (c)FP20xx.
These vis were thoroughly broken when opened in LV7.1, but once repaired (with
VISA-enabled vi's) worked nicely as advertised.
Along the way I discovered that the RX wires of the cFP2020's interface are indeed
biased. The TX wires are not, but the bus is working OK (for now) with no additional
biasing. If this remains the case when I move the remote FP node 2000 feet away, I
will dispense with biasing to preserve the isolation of the interface.
I also found a "Publish LabVIEW Items (client/server)" vi pair in the examples. These
seem to present some problems. First, I'm not sure the server is fully functional, as it
contains no loop to calculate and publish the "read-only" item (tank level). The other
problem is more severe and is the current difficulty:
It appears from both the instructions on the client VI (and in the behavior when I actually
tried it anyway) that the "publish data" vis make the information published available to
MAX. I was able to find the new items, save the .iak file, and use FP read and FP write
to access the items in a client vi running on the "host PC". However, I really want to access these
items from a client vi also running embedded on the fp20xx. The published LabVIEW items
did not appear in the I/O browser control when the vi was running on the fieldpoint, even
though I was careful to save the augmented .iak file in MAX (both to the host and the fieldpoint) .
What gives? Am I trying to do something I simply can't do? Adding to my confusion is a
healthy dose of murkiness in what exactly th "publish" vi's are doing for me. Or perhaps the
problem relates to the defect in the server (it only runs for a moment) or how I launch the
client on the fieldpoint....
Bob