FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

FP_CreateTagIOPoint

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.
0 Kudos
Message 1 of 3
(3,520 Views)
Hi,

I have checked through your source code flow. It appears to me that you are doing this correctly. To be certain that you are using the function calls correctly, I would take a look at the LabWindows CVI examples in the ...MeasurementStudio\CVI\samples\FieldPoint directory.

Good Luck,

Mike
NI
0 Kudos
Message 2 of 3
(3,520 Views)
Hi. Gentleman.

I try to find MessurementStudio/CVI/samples/fieldpoint directory.
But the samples treat only 8channel. that means just 1 Module(8Channel) of Fieldpoint.

I want to need the samples which treat 2 or more Fieldpoint module.

Anyway, Thank you so much for your answer.

If find good samples, Please advice me.

Thank You.
0 Kudos
Message 3 of 3
(3,520 Views)