darknesspic Posted July 14, 2015 Report Posted July 14, 2015 The V280, I have a numeric value with a hex format but when its display on HMI it will be decimal, how to display this numeric as hex format? Thank you.
cantcliff Posted July 14, 2015 Report Posted July 14, 2015 I believe you want to use the Num to ASCII function block as it allows you to convert a number to an ASCII string with a select format such as decimal, Hex, binary or float. Look in the main Ladder Programming manual, page 161 (PDF page 170)
Walkerok Posted July 16, 2015 Report Posted July 16, 2015 When you make a number display/entry box on the screen you can select on the left hand side for the display box to be in Decimal/Hex/ or Binary. It will allow you to have an MI show as a HEX on screen and allow you to enter a value in HEX and save it correctly in the MI as the decimal the internal calculations/pointer need. Good Luck Keith
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now