adccommunitymod (AutomationDirect) asked a question.

Convert Fehrenheit to Celcius in Cmore HMI

Created Date: November 15,2015

Created By: krysdam

**** This post has been imported from our legacy forum. Information in this post may be outdated and links contained in the post may no longer work.****

I have an application that uses a P3000 with a Cmore EA9 6 " HMI. I have a utility screen with a change language button for English / Spanish, changing the verbiage is easy but one of the screens lists a number of temp readings in Fahrenheit and I want to change to Celsius when they press the Spanish button. Is there a simple way to do this? Thanks


  • adccommunitymod (AutomationDirect)

    Created Date: November 16,2015

    Created by: Ridgeline Mach

    I can only think of using the math function to convert F to C. You'd have to have a TEMP_Display tag, let's say, and when in English, you'd just direct the F temp to it, but when in Spanish, perform the math function on the F value, to convert it to C, and direct it to the TEMP_Display tag.

  • adccommunitymod (AutomationDirect)

    Created Date: November 16,2015

    Created by: bcarlton

    Another method is to use overlapping indicators. Control their visibility using the language choice. Each set will have the appropriate scaling conversion in the indicator.

  • adccommunitymod (AutomationDirect)

    Created Date: November 16,2015

    Created by: krysdam

    I haven't tried the Math function yet, but what I have tried is adding a second rung below the first with the second scaled for Celsius, copied the screen for temperature and change the tags so they point to the Celsius outputs. I added a two button screen select marked F and C to change between the two. Seems like a clunky way to do it but will have to do until I can find a cleaner way. Too bad you cant use the Language2 setting to direct the display to the Celsius output.

    I could not use the overlay and scale as the PLC already scales the output and I had overlays for High and Critical Temp warnings.

    Thanks for the suggestions I'll keep looking for a cleaner solution.

    Expand Post
  • adccommunitymod (AutomationDirect)

    Created Date: November 15,2015

    Created by: krysdam

    I have an application that uses a P3000 with a Cmore EA9 6 " HMI. I have a utility screen with a change language button for English / Spanish, changing the verbiage is easy but one of the screens lists a number of temp readings in Fahrenheit and I want to change to Celsius when they press the Spanish button. Is there a simple way to do this?

    Thanks

    Expand Post