![]() |
|
|
Functional Description
According to the camera compatibility report, Basler cameras like the A504k(c) cannot be fully controlled by MAX, and useful parameters like the exposure time or the frame rate need to be set using the somehow inconvenient utility program CCT+, provided by Basler. However, programmatic control via Labview is perfectly possible, just implementing the specific protocol for binary serial commands over Camera Link, described in the camera manual.
Additional Notes
This VI was developed for an A504k camera, but the binary communication protocol should be the same also for the A501k(c) and A503k(c).
The camera file provided by IMAQ lists a wrong terminator character, so that IMAQ Serial Read.vi is not effective, and IMAQ read bytes.vi has to be used instead: see this forum thread.
great utility and nice coding style!!
thanks for sharing ;-)