42
MCS Manual Rev. 1.4
Output Frame Structure
Depending on configuration, the sensor writes data to the output frame according to following
scheme:
1) NDR mode disabled (NDRMode=”Off”)
for(profile_idx=1; profile_idx <=ProfilesPerFrame; profi+)
{
for(AOI_idx=1; AOI_idx<=NumAOIs; +)
{
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; profi+)
{
for(AOI_idx=1; AOI_idx<=NumAOIs; +)
{
for(NDR_idx=1: NDR_idx <= NumberOfNDRFrames; N+)
{
if(EnableDC0==true)
write_data_of_DC0(AOI_idx,NDR_idx);
if(EnableDC1==true)
write_data_of_DC1(AOI_idx,NDR_idx);
if(EnableDC2==true)
write_data_of_DC2(AOI_idx,NDR_idx);
}
}
}
Summary of Contents for MCS 1280 Series
Page 1: ...er MCS Manual Rev 1 4 User Manual for MCS cx1280 MCS cx2040 MCS cx4090...
Page 2: ......
Page 20: ...18 MCS Manual Rev 1 4 Mechanical Drawings Housing Types 1 4 2 5 3 6...
Page 21: ...MCS Manual Rev 1 4 19 Dimensions Housing Type 1 and 2 All dimensions in mm...
Page 23: ...MCS Manual Rev 1 4 21 Housing Type 3 All dimensions in mm...
Page 60: ...58 MCS Manual Rev 1 4...
Page 63: ...MCS Manual Rev 1 4 61 Mechanical Dimension All dimensions in mm Mount for DIN rail assembly...
Page 65: ...MCS Manual Rev 1 4 63 I O and Encoder with Differential HTL Mode for RS422 Option...
Page 66: ...64 MCS Manual Rev 1 4 I O and Encoder with Single Ended HTL or TTL Mode for RS422 Option...
Page 89: ...MCS Manual Rev 1 4 87...
Page 93: ...Automation Technology GmbH All rights reserved Subject to change without prior notification...