Hi,
I don't see exactly what you're trying to do here.
Where do you want to assign the variable 4000000000 to? If you want it as an
input, just use a dbl, with only zeros behind the coma.
Note that an integer is a number without any decimals. An integer in LabVIEW
is this, but with an extra limitation that it can only be 32 bits... So a
dbl can be an integer.
If the input dbl is not an integer, use round, round to -inf or round to
+inf to make it one. This can also be done if the output needs to be an
integer.Inside the formula node floor(x), int(x), intrz(x) or ceil(x) can be
used to make integers.
I hope this is what you mean... I can't see any problems doing this.
Regards,
Wiebe.
"DrON"
wrote in message
news:506500000008000000E
34F0000-1023576873000@exchange.ni.com...
> I need in Formula Node to assign to the variable value 4000000000!!!
> What kind of variable it should be???
>
> i've just tryed to write unsigned in32, but it does not understand
> 'unsogned'... But i need variable to be unsigned, because the max
> value = 4000000000... So, how can i solve this probleme???