Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

NI PCIe-1433 CameraLink serial baudrate

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

0 Kudos
Message 1 of 3
(4,246 Views)

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

 

Guillaume D
0 Kudos
Message 2 of 3
(4,226 Views)

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...

0 Kudos
Message 3 of 3
(4,223 Views)