I have a Visiontech project where there is a necessity to communicate more than 5 attributes (Combination of String, integer data).
I read the qr code and have an inbuilt string parser that breaks and separates the data. This data needs to be communicated to the robot.
As per the visiontech document, a max 5 attributes can be communicated to the robot from the VisionTech library with every result Parmas.
Does this attributes also supports array of integers/reals to be communicated ?
If that doesnt work, one way I see is defining two Cognex tools and calling simultaneously, but this could result in loss of data uniqueness as there is no unique number to relate the data.
has someone implemented communicating more than 5 attributes without losing the data uniqueness ? This means an additional param to define the uniqueness of the data is necessary.
Is there a better way to handle this situation ?