12-07-2015 10:02 AM
Hi everybody,
I'm currently trying to change camera settings using IMAQ camera control palette from LabVIEW.
I've created an icd file with NI Camera File Configurator, but... I can only use 56000 bauds as baud rate while my camera is using 57600 bauds!
But 57600 bauds seems to be the standard and is not proposed by NI Camera File Configurator (last version 3.0.1).
I tried to manually change the value directly in the ICD file, but as soon as I load it in NI MAX, the value is changed back to 56000?!
Thanks for your help...
Lionel
12-08-2015 08:47 AM
Hello,
You need to check in teh configuration file of the camera if the value of the baud rate is good.
If it's not the case, you have to modify it.
You have to open this directory :
xxx/National Instruments\NI-IMAQ\Data folder/
The extension of the camera fil is .icd
You can open it with note pad.
You will see a a text like this one (here, it's just a copy of one part) :
Serial {
Baud (9600) => you just haver to write here the gooe value
Databits (8)
Parity (N)
SerialDisabled (Yes)
Stopbits (1)
TermChars (\r\n)
}
Best Regards
12-08-2015 08:58 AM
Actually, that's what I did when I said in my first post that I tried to change "manually" this value...
But once reloaded in MAX or NI Cam File Configurator, it is automatically reset to 56000 bauds...