Page 1 of 1

Analog Numeric "FormatException" on entering text [Solved]

Posted: Wed Sep 02, 2015 2:42 am
by Transistor
iX Developer 2.10
The user needs to enter some (up to) 10 character string data to be transferred to the PLC. I've set up an analog numeric with display format "String". When downloaded to the panel the alpha-numeric keyboard pops up (indicating that it's expecting string) but I get FormatException message if I enter text. It will accept integers (signed 16 bit) but not decimals so, for some reason, it's still a numeric only entry.

Any ideas how to get it to accept string / text?

Image

Re: Analog Numeric "FormatException" on entering text

Posted: Wed Sep 02, 2015 5:33 am
by Transistor
Got it. The tag has to be defined as STRING<length>.

Image