I'm using LabWindows/CVI and 2 of FP-TC-120 and 1 FP-AI-100.
In that case, the following source code is right? Please advice me.
All variables, buffers and IOHandles for FP-TC-01, FP-TC-02 and FP-AI-01 are independant.
Initialize
{
FP_Open
FP_CreateTagIOPoint for FP-TC-01
FP_CreateTagIOPoint for FP-TC-02
FP_CreateTagIOPoint for FP-AI-01
FP_Advise for 3 FP for FP-TC-01
FP_Advise for 3 FP for FP-TC-02
FP_Advise for 3 FP for FP-AI-01
}
.......
advice_loop
{
FP_ReadCache for FP-TC-01
FP_ReadCache for FP-TC-02
FP_ReadCache for FP-AI-01
}
Thanks You.