Chris,
You can not use the regular FieldPoint VIs to get range information, although if you create Attribute Channel Items, you would be able to read the attributes of a particular channel. Ranges and attribute settings for FieldPoint modules are described in the FP-1000/1001 Programmers Reference Manual. The FP-1000/1001 Programmers Reference Manual is located at:
In order to get both range and attribute information, you should use DataSocket to communicate via Logos (the NI custom ethernet protocol used by FieldPoint modules).
At least as far as NI-FieldPoint 4.1 (haven't used 5.0 yet), you could not add scales to FieldPoint channels unless you were using the LabVIEW-DSC module (which allows scaling on tags), so you will have to do scaling in your software (or unless they added it to 5.0).
Also, the serial port on the cFP-1808 is designed to allow the cFP-1808 to respond to serial data just as the FP-1000/1001 do. Thus, you can not programmatically access the serial port.
Regards,
Aaron
LabVIEW Champion, CLA, CPI