No, using a reference node to the FP Advise.vi is not valid. The FP Advise.vi sets up a callback. The callback provides asynchronous communications at the specified advise rate. This actually provides the timing for the loop and a Wait or Wait for Next Ms multiple are not required in loops using the FP Advise.vi. However, using multiple FP Advise.vi's will in a single loop will not necessarily provide the timing that you expect. As a result of the asynchronous callback, which is specific to a particular Item, it is not possible for FP Advise.vi's to switch between different tags. For example, creating an array of FieldPoint Refnums, and placing a loop around the FP Advise.vi that indexes through the array will not work. However, the FP Read.vi which is a synchro
nous call, will work in this type of scenario. Please note that the FP Read.vi does not contain timing, so you do need to use a timer in the loop.
Regards,
Aaron
LabVIEW Champion, CLA, CPI