|
2D code read Mateusz from Poland [2 posts] |
9 year
|
Hello
I have a problem with reading 2D code.
I have a few 2d codes as in the picture.
It is possible to read only one code,
or read all of them and assign everyone location.
I would like to write a program to navigate.
|
|
|
Steven Gentner from United States [1446 posts] |
9 year
|
Mateusz,
We've updated the module to create
DATAMATRIX_X_COORD
DATAMATRIX_Y_COORD
DATAMATRIX_X_COORD_2
DATAMATRIX_Y_COORD_2
DATAMATRIX_X_COORD_3
DATAMATRIX_Y_COORD_3
etc,
that will identify the location of the datamatrix codes in the image. You can use those to identify which is which.
Please download the latest RR version for this update.
STeven.
|
|
|
Mateusz from Poland [2 posts] |
9 year
|
Thank you for your help,
But now I have a problem with another, how to write a program in VBScript "cosine(variable - 45 ^) * root (2)"
|
|
|
Steven Gentner from United States [1446 posts] |
9 year
|
What's the ^ mean? Disregarding that you can try
x = cos(GetVariable("test") - 45) * sqrt(2)
Lots of stuff online on VBScript ... we sometimes add additional math routines to the module since not all are exposed in VBScript. atan2 for example.
STeven.
|
|