Sign in to follow this  
Followers 0
HAT1234

Numeric input shows ????

3 posts in this topic

Trying to debug HMI software for Panel View Plus 6 using ME studio 8.10. I have around 10 numeric input boxes on the same HMI page. Some of the numeric input boxes show ???? in runtime.

Other numeric inputs on the same HMI page show the correct value. All data is being read by the PLC from all numeric input boxes.

Any ideas what could be wrong?

Share this post


Link to post
Share on other sites

If a numeric input HMI box has ????, the address of the HMI tag is not mapped to an address in the PLC and thusly its value is undefined.  I believe this can also happen for data that is out of range (i.e., range = 0-9 but value = 10)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0