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 [2] 3 4 ... 14
16
Support Questions / Re: basic label open another page
« on: February 15, 2017, 11:03:06 PM »
thanks Archie , did the trick

Darrell

17
Feature Request / Basic Label highlighted blink option
« on: February 15, 2017, 03:35:46 PM »
would be nice to have the option to blink a basic label when highlighted

18
Support Questions / basic label open another page
« on: February 15, 2017, 03:33:01 PM »
how can I use a basic label to open another form . Hide the form and open another when clicked  is this all i need


 FaultPage.Show()
        ' Me.Hide()
        Me.Visible = False

But I only want it to be clickable when the basic Label is highlighted via a PLC address

19
Open Discussion / Re: BevelButtonDisplay
« on: February 01, 2017, 08:33:22 AM »
BOOL[0].11 is just an address I picked out af a program that I had for the example , all i want to do is toggle the bit on,  when yes is clicked , as you probably know some people like to click buttons , this will just give them the chance to back out  .


This would be a nice option to have with some of the controls in the properties window without having to add code

Thanks guys,
Darrell

20
Open Discussion / Re: BevelButtonDisplay
« on: January 31, 2017, 09:14:41 PM »
I have no way to test this right now but , if I click yes in this basic label it would put a 1 in BOOL[0].11 is this correct

Private Sub BasicLabel34_Click(sender As Object, e As EventArgs) Handles BasicLabel34.Click
        If MsgBox("Are You Sure?", vbYesNo) = DialogResult.Yes Then
            EthernetIPforCLXCom1.Write("BOOL[0].11", "1")
        End If
    End Sub

21
Open Discussion / BevelButtonDisplay
« on: January 31, 2017, 05:13:53 PM »
IS there a way to add the option . when the button is clicked a  message box will appear and ask (are you sure) yes or no . if yes , then it does what the button is supposed to do , If no is clicked the massage disappears and nothing happens.

Properties window

display message box - yes/no
Text for message

Darrell

22
Additional Components / Re: Ping Button
« on: January 23, 2017, 11:23:05 PM »
thanks , that did the trick

Darrell

23
Additional Components / Re: Ping Button
« on: January 23, 2017, 06:31:05 PM »
very  nice , thank you , find I'm using this button quite a bit , the few little things If you add and IP via button , the text box is quite a bit smaller than the text being entered , also Ive found that when you click the button to ping an Ip it would be nice if there was some indication that is doing something , impatient people just keep clicking the button , Ive found this button to be a very useful control

Thanks Darrell

24
Additional Components / Re: Ping Button
« on: December 21, 2016, 11:22:54 AM »
thank man , keep up the good wolrk

25
Additional Components / Re: Ping Button
« on: December 20, 2016, 01:35:14 PM »
Nice work,   I find it very handy , as I use many of my HMI's for troubleshooting and commissioning work ,

How could a small description be added next to the IP address , so when I right click on the button I can easily tell what the IP's are for.

To go one step further how could I add another IP to the list from a running HMI


26
Additional Components / Re: Ping Button
« on: December 16, 2016, 10:16:43 PM »
don't see the control to download

27
Open Discussion / ping IP from AHMI
« on: December 12, 2016, 07:43:21 PM »
is there  simple way to ping an IP from a button in AHMI , Ive seen spread sheets where you enter and IP and it opens ping.exe and returns the info to the spreed sheet

28
Open Discussion / drivers - is there a list of plcs they are used for
« on: December 06, 2016, 02:10:28 AM »
Is there a list for all the driver and what they will work on , Some are obvious but some are not .I noticed this new one , EthernetIPtoDHRIOforSLCMicro - what is it for

thanks

29
Additional Components / Re: BACnet implementation
« on: September 20, 2016, 09:22:30 AM »
Id be very interested in this also

30
Open Discussion / Re: Blank Variable data in AHMI v3.99f with Clx drivers
« on: September 16, 2016, 09:52:31 AM »
is 399r available to download

Pages: 1 [2] 3 4 ... 14