Author Topic: Please Help a newbie get started - i'm lost  (Read 648 times)

rc

  • Newbie
  • *
  • Posts: 3
    • View Profile
Please Help a newbie get started - i'm lost
« on: December 21, 2023, 01:24:49 PM »
I've done Industrial controls for 7 years, and I did a lot of computer programming in college, but nothing with visualBasic. I'm a bit lost getting started in AdvancedHMI and I haven't found much helpful yet in the documentation, so maybe someone here would kindly direct me to where I can find some information so I can start getting things to work:

1 - How do I create a new "page" / "Form" what have you in AdvancedHMI? I started out with MainForm or MainPage and at some point I did something and a Page2 appeared, but I don't know how I did it and I can't seem to create another one. I tried to copy but it had reference problems. I created a new form but then my button to change forms didn't let me select the form in the drop down menu. Clearly, i'm missing something here.

2- Where is the numeric input keypad? I see posts referring to this existing, can't find it. No idea where to even start.

3 - how do I create a normal "plain jane" rectangular button with a border?

4 - I made an Annunciator as a text display. Turns out its a button and you click it and it turns red because it wrote to a tag that doesn't exist. Is there a text box I can make without a button?

I think these questions would be answered if there was some documentation in front of me. What I'm finding goes from 0 to 100 pretty quickly which has me lost, quite a lot.


thanks in advance

rc

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Please Help a newbie get started - i'm lost
« Reply #1 on: December 21, 2023, 03:57:53 PM »
I kind of figured out how to create a new form, but when I try to link to it with the Form Change button, It does not populate in the list after build, so I'm still lost.

Are forms the only way to have a popup or is there some way to create a popup object or cluster of objects and buttons that then all go out of view collectively.


Godra

  • Hero Member
  • *****
  • Posts: 1438
    • View Profile
Re: Please Help a newbie get started - i'm lost
« Reply #2 on: December 21, 2023, 08:47:57 PM »
If you are doing this for a U.S. company and they can afford it then check the main AdvancedHMI page, which has a banner that states: "Training classes offered both at our facility or yours. Classes for up to 6 people for only $600 per day".

I am not sure if this is offered virtually as well, you can always ask Archie.

Considering how many questions you have asked so far, it might take them a single day to actually explain in details how to go about using this software.

Other than what is suggested above, take your time to learn this yourself and check all the topics available in this forum.

Also check all available videos and to get you started here is the AdvancedHMI YouTube channel and a topic that covers some others:

   https://www.youtube.com/@arj3090
   https://www.advancedhmi.com/forum/index.php?topic=393.0
 

Godra

  • Hero Member
  • *****
  • Posts: 1438
    • View Profile
Re: Please Help a newbie get started - i'm lost
« Reply #3 on: December 21, 2023, 09:15:49 PM »
Here is also a link to the AdvancedHMI wiki that might help you:

   https://advancedhmi.com/documentation/index.php?title=Main_Page


rc

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Please Help a newbie get started - i'm lost
« Reply #4 on: December 22, 2023, 08:40:59 AM »
Here is also a link to the AdvancedHMI wiki that might help you:

   https://advancedhmi.com/documentation/index.php?title=Main_Page

No pages about making a new form, or Keypad. I already checked there.

bachphi

  • Hero Member
  • *****
  • Posts: 642
    • View Profile
Re: Please Help a newbie get started - i'm lost
« Reply #5 on: December 22, 2023, 09:36:53 AM »
As Godra said, take some time and learn.
I noticed that you just signed up and immediately asked questions.
In addition, the function of adding a new form is about Microsoft Visual Studio, not AAHMI.
I did a search and there are several links that talk about adding forms.
« Last Edit: December 22, 2023, 09:42:46 AM by bachphi »
===================================================
This is NOT alt.read.my.mind.
No such thing is sh^t-for-brains unless you are posting to alt.read.my.mind.
===================================================

Godra

  • Hero Member
  • *****
  • Posts: 1438
    • View Profile
Re: Please Help a newbie get started - i'm lost
« Reply #6 on: December 22, 2023, 09:47:48 AM »
As bachphi suggested, keep in mind that AdvancedHMI is a VB Net project so some of your questions might just be VB Net related in which case you should use Google search. There might be several different ways of achieving the same outcome so read as many of the search results as necessary.

Also, don't get stuck with just one AdvancedHMI project - scrap it if necessary and start fresh or even have multiple AdvancedHMI projects handy to test different things.


dmroeder

  • Global Moderator
  • Full Member
  • *****
  • Posts: 206
    • View Profile
Re: Please Help a newbie get started - i'm lost
« Reply #7 on: December 22, 2023, 10:56:06 AM »
Start with a fresh copy of AdvancedHMI, go to Build > Build Solution.  Open MainForm.vb, in the very top of the Toolbox, you'll see AdvancedHMI Components.  Drag/drop FormChangeButton onto the main form.  In the properties (far right side of visual studio), find the property FormToOpen, select Page2.  Run the application and press the button