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 - blueskies

Pages: [1]
1
Support Questions / Error with Ethernet CLX driver?
« on: September 08, 2014, 04:42:52 AM »
I am trying to use the newer version of advanced HMI and it just errors out when I try to run the build.
Attached is a screenshot of the error.
Any Help is greatly appreciated

2
Open Discussion / Re: Visual Basic tutorials
« on: July 31, 2014, 12:34:37 AM »

3
Open Discussion / Re: Not able to read R6:0 registers on SLC?
« on: November 17, 2013, 12:29:00 AM »
That's what I had done. Thanks

Also, Archie did fix this in 3.60.

4
For instance, I have a SLC rack on ethernet that has a DH-485 connection to another PLC on node 1.
And I was wondering if it is possible to setup a comm driver to talk to the PLC connected on node 1?
Thanks.

5
Support Questions / Not able to read R6 values in SLC ?
« on: November 01, 2013, 03:24:10 AM »
This looks to be a bug in the driver? I am not very good at VB so any assistance is appreciated.

I am wanting to read R6:0.POS
I cannot get it to read anything from R6 at all.
I get:
Quote
Invalid PLC address error in app.

in Error list on VB2010Express I get:
Quote
Warning   1   Assembly 'support\MfgControl.AdvancedHMI.Controls.dll' is incorrectly specified as a file.   AdvancedHMI


6
Open Discussion / Not able to read R6:0 registers on SLC?
« on: October 29, 2013, 02:46:31 AM »
I am trying to read a R6:0 value. R6:0.POS , but it just comes back as invalid address? I am using basic label.
Is there something I am missing?

7
Open Discussion / Re: multiple pages
« on: October 23, 2013, 07:49:08 AM »
I think i figured out the answer to my own question.
add a Windows Form to the project and then add a button with the code:
Code: [Select]
Page2.Show()
Me.Hide()
with "Page2" being the name of the secondary form to switch screens

Sorry for the n00b question.

8
Open Discussion / multiple pages
« on: October 23, 2013, 02:10:15 AM »
Hello,
I am a newbie to vb. How do i make multiple pages/screens on an HMI in AdvancedHMI?
I do just fine with the single page HMI.

Thanks for any assistance.

Pages: [1]