The Output Frame Structure - Automation Technology C2 Series User Manual

For high speed 3d sensors
Table of Contents

Advertisement

The Output Frame Structure

Depending on configuration, the C2 sensor writes data to the output frame according to following
scheme:
1) NDR mode disabled (NDRMode="Off")
for(profile_idx=1; profile_idx <=ProfilesPerFrame; profile_idx ++)
{
for(AOI_idx=1; AOI_idx<=NumAOIs; AOI_idx++)
{
if(EnableDC0==true)
write_data_of_DC0(AOI_idx);
if(EnableDC1==true)
write_data_of_DC1(AOI_idx);
if(EnableDC2==true)
write_data_of_DC2(AOI_idx);
}
}
2) NDR mode enabled (NDRMode="On")
for (profile_idx=1; profile_idx <=ProfilesPerFrame/2; profile_idx ++)
{
for(AOI_idx=1; AOI_idx<=NumAOIs; AOI_idx++)
{
for(NDR_idx=1: NDR_idx <= NumberOfNDRFrames; NDR_idx ++)
{
if(EnableDC0==true)
if(EnableDC1==true)
if(EnableDC2==true)
}
}
}
30 
write_data_of_DC0(AOI_idx,NDR_idx);
write_data_of_DC1(AOI_idx,NDR_idx);
write_data_of_DC2(AOI_idx,NDR_idx);
C2 Series User Manual Rev. 1.9

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the C2 Series and is the answer not in the manual?

Table of Contents