Analog Numeric "FormatException" on entering text [Solved]

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
Transistor
Posts: 25
Joined: Sat Jul 04, 2015 6:13 am

Analog Numeric "FormatException" on entering text [Solved]

Post 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
Last edited by Transistor on Wed Sep 02, 2015 12:33 pm, edited 1 time in total.

Transistor
Posts: 25
Joined: Sat Jul 04, 2015 6:13 am

Re: Analog Numeric "FormatException" on entering text

Post by Transistor »

Got it. The tag has to be defined as STRING<length>.

Image

Post Reply