AdvancedHMI Software
General Category => Support Questions => Topic started by: sony on August 22, 2013, 11:11:39 PM
-
Dear Archie,
I has tried the advancedhmi software with around 100 DigitalPanelMeter with100 tag in rslogix5000 cpu via ethernet and work. I found FormChangeButton seem not work. If I use button from VB and then showing Page2 can work opening form2.
Please correct me if I'm wrong.
regards
Sony
-
I did this quick test to verify the FormchangeButton:
1) Right click AdvancedHMI in Solution Explorer
2) Select Add->Windows Form
3) Name it MyNewForm
4) Build the project (This is necessary when adding a new form for it to show in the property)
5) Go Back to MainForm and add a FormChangeButton
6) In the Properties windows set FormToOpen to MyNewForm
7) Go to MyNewForm [Design view]
8 ) Add a FormChangeButton
9) In the Properties windows set FormToOpen to MainForm
10) Run the application and click the buttons to alternate between the forms
-
Dear Archie,
OK done
thank and regards
Sony