Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Jaguar

Pages: [1] 2 3 4
1
Support Questions / ChartWithLogging
« on: August 10, 2022, 03:15:09 PM »
I am using ChartWithLogging for logging temperature, placed the chart on ADHMI form. The chart is logging right. However on the form, on Y axis, it says value instead of temperature. On the collection, under Misc-Name, I added Temp(C), but no result. Also for Y axis, there are only major marks (with temp value) and no minor marks. Is there way to customize above? Would  appreciate your help.

2
Support Questions / Re: Entering negative value on default HMI keypad
« on: July 11, 2022, 05:53:37 PM »
Never mind. Found them :)

3
Support Questions / Re: Entering negative value on default HMI keypad
« on: July 11, 2022, 05:12:54 PM »
I downloaded, AdvancedHMIv399yBeta38. Noticed that in the toolbox, AdvancedHMIControls Components, where Digital Panel meters etc. are there, is missing. Should I have to add them?

4
Support Questions / Re: Entering negative value on default HMI keypad
« on: July 09, 2022, 08:18:07 PM »
I can do that. Meanwhile, I searched the forum and found that Godra one time responded to similar question by others. Here what he wrote,
"Some controls might still be using that old keypad.

If you edit the code of the control then you can find the section where the "Keypad" is declared and just change it to "KeypadV2", save it and rebuild the solution. This KeypadV2 looks different than the one in your picture.

If it still doesn't allow you to enter negative numbers then try setting its KeypadMinValue and KeypadMaxValue properties."

I went to to DigitalPanelMeter.vb and changed  Private KeypadPopUp As MfgControl.AdvancedHMI.Controls.Keypad to keypadV2. Got build error. I think I did not understand what Godra meant.

5
Support Questions / Re: Entering negative value on default HMI keypad
« on: July 08, 2022, 03:09:38 PM »
This is the version I see AdvancedHMIv399xR1

6
Support Questions / Re: Entering negative value on default HMI keypad
« on: July 08, 2022, 12:47:22 PM »
I did that in properties of Digital panel meter, KeypadMinValue set to -50. That did not work.

Then went to Control folder and located the vb code of digital panel meter. Found this code,
Region "Keypad popup for data entry"
    Private KeypadPopUp As MfgControl.AdvancedHMI.Controls.Keypad"


Could not find any vb code of keypad separately. I stopped there.

7
Support Questions / Entering negative value on default HMI keypad
« on: July 01, 2022, 09:24:12 AM »
I am using the default keypad to enter value in digital panel meter. Want to enter negative value. Noticed that the keypad does not have any button for negative sign.
Would appreciate your help or input!

8
Support Questions / Re: AdvancedHMI-MainForm.vb
« on: October 06, 2021, 03:39:30 PM »
Hi Archie,

I think this may be the issue.

In my computer I have a Blend for Visual Studio 2017 & Visual Studio 2017. Normally I use Visual Studio 2017 to open AdvancedHMI projects. Last time I opened the project through Blend for Visual Studio (the screenshots I attached are all from using Blend for Visual Studio). That might have messed up the components. I looked at MainForm.Designer.vb. The components for which errors displayed were missing from Private Sub InitializeComponent().

I deleted that AdvancedHMI project. I have a back up copy of that project. I opened that project from Visual Studio 2017. That is working fine so far.

9
Support Questions / Re: AdvancedHMI-MainForm.vb
« on: October 05, 2021, 03:30:57 PM »
Thanks Archie, for your response. I did as per the link. could not find AdvancedHMI.sou. After that as I opened the project from Visual Studio, getting following errors message (attached).

10
Support Questions / AdvancedHMI-MainForm.vb
« on: October 04, 2021, 01:25:41 PM »
I have a build project, which I have used many times in the past. Not opened the project recently. This morning, I opened the project (MainForm.vb) and getting message (screenshot attached). Also, do not see any toolbox (even pressing Ctrl + Alt + X). However as I click Start on the solution explorer, the project opens up. As per direction on the form for possible fixes, I visited this https://docs.microsoft.com/en-us/dotnet/desktop/winforms/controls/design-time-errors-in-the-windows-forms-designer?f1url=%3FappId%3DDev15IDEF1%26l%3DEN-US%26k%3Dk(WhyDTELPage);k(TargetFrameworkMoniker-.NETFramework,Version%253Dv4.0)%26rd%3Dtrue&view=netframeworkdesktop-4.8.

Would appreciate any help to resolve the issue

11
Support Questions / Re: ModRSsim2 and AdvancedHMI
« on: June 29, 2021, 05:06:03 PM »
Thanks Godra! Got it. Added a label per link.

Regards,
Jit

12
Support Questions / Re: ModRSsim2 and AdvancedHMI
« on: June 29, 2021, 10:22:04 AM »
Hi Godra,

Thank you very much! As I added local host IP address, you suggested,I was able to see the ModRSsim value on the digital panel meter.

Regarding two links you posted, the first link seems to be different. However, I clicked the second link. Lots of information are there. Let me go through them. I may not be able to understand, as my knowledge is rudimentary. But will give it a try.

Thanks once again for your help!

13
Support Questions / ModRSsim2 and AdvancedHMI
« on: June 28, 2021, 06:07:50 PM »
I want to learn about Modbus and how it works with AdvancedHMI. As I went through some threads here, I downloaded ModRSsim2.

On ModRSsim2, I selected prot. as MODBUS TCP/IP; Selected Analog Inputs (300000);Fmt. as decimal

For AdvancedHMI, on mainform, added ModbusTCPCom1; IP address was my Computer IP address; Added a digital panel meter on the main form, under ComComponent selected ModbusTCPCom1, PLCAddressValue 300001.

Clicked the Start menu. The main form is displayed with the digital panel meter, without any values.

I think what I did was too simplistic. But I tried to understand how it would work. Would appreciate any help

14
Support Questions / Re: Advanced HMI and Visual Studio
« on: March 02, 2021, 06:02:03 PM »
Thanks Archie for your response! It worked.

I downloaded 2017 not 2019, as 2017 was there in my previous computer.


15
Support Questions / Advanced HMI and Visual Studio
« on: March 02, 2021, 05:02:24 PM »
I have few Advanced HMI projects in a computer. Recently I got a new computer.  I copied the projects to my new computer and downloaded visual studio 2017 community version. I selected .net desktop application. Now I am unable to open any project. I get following message (screen shot). Would anyone here help me where I am going wrong?

Regards,

Pages: [1] 2 3 4