Author Topic: Customizable Digital Panel Meter  (Read 4260 times)

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Customizable Digital Panel Meter
« on: February 01, 2019, 05:54:57 PM »
Version 3.99y Beta 16 has a modified SevenSegment2 that allows you to add a frame and text. This allows you to make a custom digital panel meter.

- Save the attached file DigitalPanelMeterR1.png
- Using 3.99y Beta 16 or higher, open the MainForm
- Add a SevenSegment2 to the form
- Set Size to 400,178
- Set TextCenterLocation to 200, 30
- Set InsetPercent to 25
- Set BackgroundImageLayout to Stretch
- Add a BackgroundImage and browse to the downloaded file

You should end up with something as shown in the attached picture of SevenSegment2wFrame

adnanda

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Customizable Digital Panel Meter
« Reply #1 on: March 13, 2022, 12:05:41 PM »
Hello!
Is there any way to change the color of the digital panel meter segments?
From red can I change to say green?
Using version 3.99y beta35

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: Customizable Digital Panel Meter
« Reply #2 on: March 13, 2022, 05:36:08 PM »
SevenSegment2 will by adjusting the ForeColorInLimits, etc. values

RubiksMan

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Customizable Digital Panel Meter
« Reply #3 on: April 07, 2022, 07:29:43 AM »
Hi guys. I can't seem to change the decimal place of my DigitalPanelMeter that I have added to my Main Form ? . . I am using one to display the operating frequency of a motor running from a VFD. It will display 46Hz for example but will not display 46.5Hz which I would like it to do. This is the same for displaying the full load output current. It only displays 12A for example but not 12.8A which the inverter screen is displaying. Which value needs to be changed in the properties box ?

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: Customizable Digital Panel Meter
« Reply #4 on: April 07, 2022, 09:16:21 AM »
Hi guys. I can't seem to change the decimal place of my DigitalPanelMeter that I have added to my Main Form ? . . I am using one to display the operating frequency of a motor running from a VFD. It will display 46Hz for example but will not display 46.5Hz which I would like it to do. This is the same for displaying the full load output current. It only displays 12A for example but not 12.8A which the inverter screen is displaying. Which value needs to be changed in the properties box ?
Try to set the ValueScaleFactor to 10

RubiksMan

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Customizable Digital Panel Meter
« Reply #5 on: May 02, 2022, 08:04:30 PM »
Version 3.99y Beta 16 has a modified SevenSegment2 that allows you to add a frame and text. This allows you to make a custom digital panel meter.

- Save the attached file DigitalPanelMeterR1.png
- Using 3.99y Beta 16 or higher, open the MainForm
- Add a SevenSegment2 to the form
- Set Size to 400,178
- Set TextCenterLocation to 200, 30
- Set InsetPercent to 25
- Set BackgroundImageLayout to Stretch
- Add a BackgroundImage and browse to the downloaded file

You should end up with something as shown in the attached picture of SevenSegment2wFrame

Hi everyone. I have played around with the SevenSegment2 and customised it to my liking. I need to change the value scale but it does not seem to have this option in the properties box ? . . I usually use the DigitalPanel which allows scaling the value but I can’t see how to do it using this ? . . Is there any way of achieving it ? . . Thanks in advance.