Patrick,
The FP Open.vi launches the FieldPoint Server but does not directly cause any communication to serial network modules. Thus you can not find out if communications are valid from the FP Open.vi
The FP Write.vi, FP Read.vi and FP Advise.vi are the only VI's (on the standard palatte) that cause communication to serial network modules. If the communication fails, the FieldPoint server waits a specified amount of time (Time Out period) and retries communications (Retry Count). If all communications attempt fail, the FP Read/Write/Advise VI will return default data and Error Code indicating that there was no response within the timeout period. However, because this is not a fatal error, it will return a positive error code number and will not set the
error boolean to true. I do not recall the error code number for communications timeouts, but you can check for it in your code.
Regards,
Aaron
LabVIEW Champion, CLA, CPI