08-03-2010 07:31 AM
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.
08-04-2010 12:43 AM
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.
08-06-2010 04:55 PM
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