PreviousNext

Output Assembly Instance 112

For this example, we have low data size requirements and will use the smaller assemblies that hold 64 bytes of user data. The complete assembly is:

DINT

Meaning

0
32 Bits of Camera Virtual IO
1
User defined tag value
2
Camera Control Register
3
Reserved
4...19
64 bytes of user data

For this example application, the user data portion will contain a string of length 28 characters. Bytes 0-3 (or DINT 4) of the user data block contain the string length and bytes 4-31 (or DINTs 5-11) contain the string contents. The complete assembly is:

DINT

Contents

0
Bit 0 = Acquire trigger, bits 1-31 unused 0x0
1
0x00000001
2
0x00000000
3
0x00000000
4
String length
5-11
Match String
12...19
Unused


PreviousNext