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

Pages: 1 ... 12 13 [14]
196
Support Questions / Build into a single exe file instead of a setup file
« on: October 14, 2014, 10:56:03 PM »
cant seem to figure out how to build my advance hmi project into a single exe

197
Iv e been programing plc's for over 30 years but vb is new to me and I'm not totally sure how to add this into the button code.

Private Sub BasicButton3_Click(sender As System.Object, e As System.EventArgs) Handles BasicButton3.Click

       EthernetIPforPLCSLCMicroCom1.IPAddress = "159.159.1.14"

    End Sub
----------------------------------------------------------------
what i would really like to have is a

textbox to enter a new ip

have a button to click and enter the new ip into the plc driver

and then display the new ip that I just entered and know what im connected to.

thanks
jazzman


198
I want to use a HMI to monitor several different different machine that are all programed exactly the same but have different IP addresses and on different networks. All have Micrologix 1400 , i move my laptop around to different machines I don't want to have to build a new HMI with a different ip for each one. Is it possible to add a button and textbox to force a new IP into the driver from a form.


Pages: 1 ... 12 13 [14]