Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

GigE Vision XML

Hello

 

Attached file is the xml for GigE Vision Camera.

There is some problem in "SensorRegWrite" Command.

 

"SensorRegAddrees" == 0  :  "SensorRegWrite" command works well.

"SensorRegAddrees" != 0 :  "SensorRegWrite" command doesn't work.

 

Please advice me on this problem.

 

thank you.

0 Kudos
Message 1 of 3
(3,551 Views)

hello.

 

I have found the fact that "SensorRegWrite" command works well only if  the "SensorRegAddress" Value is a multiple of 4.

 

Is there any restriction on "IntReg" Node's Address value?

we have to set the values of sensor registers but the address of sensor registers are not multiple of 4. 

so, we couldn't set the value of the registers.

Please let me know how to set the sensor registers.

 

thank you.

 

 

 

0 Kudos
Message 2 of 3
(3,534 Views)

hkgige,

 

I'm not sure this question is best suited to this forum (you should try the GigE Vision mailing list), but I'll answer it anyways.

 

As per the GigE Vision spec, all register/memory read/write operations must be 4-byte aligned. You can likely achieve what you want without changing the register layout by using the MaskedInt node type to allow you to access 8-bit aligned data within a 32-bit register.

 

Eric

0 Kudos
Message 3 of 3
(3,496 Views)