Applies To:
  • CitectSCADA
  • CitectHMI

Summary:
I cannot enter a scientific notation value at runtime via the keyboard command on a number object. 

Solution:
Please check your Input Key Sequence command. If you are using Tag1=ArgValue1 this will not work. Try using Tag1=Arg1 instead.

Arg1 gets the keyboard input as a string data type. ArgValue1 is a value converted from a string of Arg1. i.e.. ArgValue1=StrToValue(Arg1)

See also related KB Q1192 and Q3082

 

Keywords:
 

Attachments