Hello Everyone,
I have a challenge for you,
My Labview code works prefectly communicating with motorized stage and a photometer (Konica Minolta CS100A), but read and write parts are not working smoothly, it reads three different type of data ( intensity, x, and y) but it does not record them or write them.
In error out, I can see there is no error, but I can see ther error code is different for each sequence,
Photometer is connected to PC through RS-232.
the data is zero at decussate format (please see below table), the error out shows status ok all the time, for row with zero data the error code is nothing, and for rows with the data there is an error code "107367629"
I also attach the program and some pictures, could someone help?
Angle | Intensity | x | y | error code | |
0 | 340.1 | 0.443 | 0.405 | 107367629 | |
10 | 0 | 0 | 0 | 0 | |
20 | 345.99 | 0.443 | 0.405 | 107367629 | |
30 | 0 | 0 | 0 | 0 | |
40 | 343.33 | 0.443 | 0.406 | 107367629 | |
50 | 0 | 0 | 0 | 0 | |
60 | 335.73 | 0.443 | 0.406 | 107367629 | |
70 | 0 | 0 | 0 | 0 | |
80 | 323 | 0.443 | 0.406 | 107367629 | |
90 | 0 | 0 | 0 | 0 |