AdvancedHMI Software

General Category => Tips & Tricks => Topic started by: Archie on February 01, 2019, 05:54:57 PM

Title: Customizable Digital Panel Meter
Post by: Archie 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
Title: Re: Customizable Digital Panel Meter
Post by: adnanda 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
Title: Re: Customizable Digital Panel Meter
Post by: Archie on March 13, 2022, 05:36:08 PM
SevenSegment2 will by adjusting the ForeColorInLimits, etc. values
Title: Re: Customizable Digital Panel Meter
Post by: RubiksMan 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 ?
Title: Re: Customizable Digital Panel Meter
Post by: Archie 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
Title: Re: Customizable Digital Panel Meter
Post by: RubiksMan 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.