No, it is not possible with your configuration. FieldPoint is a single point measurement system. There are no timed acquisitions, nor buffering. The FieldPoint sample rate is constrained by both the communications rate between the computer and network module and the input module sample rate. Those two rates are asynchronous from each other.
The FP-AI-100 module has an All Channel Update Rate of 2.8 ms, thus each channel is being updated at roughly 360 Hz. The FP-1000, with a Baud Rate of 115200 baud, and trying to read only one channel from the FP-AI-100, will take approximately 6.2 ms or ~161 Hz. A program to determine the approximate comm rate for serial modules is at ftp://ftp.ni.com/support/fieldpoint/Server/fp16_rates.vi . Your actual sample speed will be the lower of the two rates (~161 Hz).
Additionally, remember that the two rates are independant from each other, thus your samples will not be 6.2 ms apart, but will vary, leaving you with different time deltas between samples. The timestamp returned by the FieldPoint VIs on the serial module represent the time at which the reply is received by the computer.
Regards,
Aaron
LabVIEW Champion, CLA, CPI