okDigitEntry and 32 bit value

Hi All,

Why does this not run up to the max value?

	95,315
	Pulse time
	111,25
	Pulse time
	16
	0
	4294967295
	0x13
	0

28 bit does ok.
32 bit stops at 7.

With best regards,

Frans.

Hi All,

its not my day.

[PHP]
	95,315
	Pulse time
	111,25
	Pulse time
	16
	0
	4294967296
	0x13
	0
[/PHP]

Ok this is it.

Frans.

I deleted the redundant (errant) posts. You can also edit your own post rather than putting up multiple ones.

The FrontPanel User’s Manual says that BIGNUMBER decimal values are supported to 31-bits.

Does it work with a 31-bit number?

Hi,

My appologies for my behaviour. It will be corrected.

Thanks for pointing me out.
Yes it runs to 7FFFFFFF and there to stop.
I had [PHP]16[/PHP] so I thought I was set and ready.
According to the manual a BIGNUMBER supports hexadecimal values to 63 bits.
The BIGNUMBER in a okDigitEntry is at [PHP][/PHP]
It took a few… but

	[PHP]0xffffffff[/PHP]

does it.
Thanks, for the advice and guidance.
Good stuff this FrontPanel.

Frans.

Frans–

Glad you figured things out! And glad you like FrontPanel!