Error: 4
Data value Error !


Boolean: should be 1 or 0
Word: should be between (-32768 ~ 32767)
Long: should be between (-2147483648 ~ 2147483647)

Data format should be correct, below is not correct.
00 , 1.1A3 , -+23.5 , -0 , +0 , 234y05

Below is correct.
Word, Long : 0 , +1 , -5 , -1234567 , 34 , +356
Float : 0 , 0.0 , +1 , -1.34567 , 0. , +2.34E-12