AdvancedHMI Question

jimtech67

Member
Join Date
Jun 2002
Location
New Jersey
Posts
505
AdvancedHMI Question

Using the free AdvancedHMI made screen and it works But..........

I cannot find the FromChangeButton in the Tool Box.

any help???? or suggestions??

advancedHMI.jpg
 
Hi jimtech67 ,
You're nearly at the right place but you need to move up slightly , it's with the second set of HMI controls just under the PLC drivers . Your display shows the windows components . If the HMI components are not there then you musdt build AdvancedHMI .
Paul
 
Duh.... thanks
I did not have that part of the tree open.

I found and used this logic instead
Page2.Show()
Me.Hide()
do you know the difference???
 
Unfortunately not . My grasp of modern VB is less than rudimentry . However , some AdvancedHMI users do read and contribute to this forum , so hopefully someone will clear this up for you .
Incidently , AdvancedHMI has its own forum and you may find some interesting code and ideas there - well worth browsing .
Paul
 
Page2.Show() says to show Page2

Me.Hide() says to hide the current screen.

You would need them both if the current page is not Page2 and you want to show Page2. Hiding the current screen is a convenient way to get it out of the way.
 

Similar Topics

MessageDisplayByValue question is there a way to embed a tag value in the messages of the MessageDisplayByValue function ??? Similar to what is...
Replies
10
Views
2,837
I have been developing an HMI application using the free AdvancedHMI application, VB.NET Express, and a MicroLogix 1200. I cannot get the ReadAny...
Replies
5
Views
2,588
I would like to temporarily install AdvancedHMI on the same computer as FactoryTalk View SE. I am waiting for another contractor to finish the FTV...
Replies
3
Views
561
Hi all, just wanna ask if anyone has used an M221 controller and successfully connected to AdvancedHMI
Replies
1
Views
1,318
Hi All I have been switching between 2017 and 2019, all depending on which one i found more stable, at the moment I use 2019 I was just...
Replies
1
Views
1,482
Back
Top Bottom