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 ... 14
1
Feature Request / tooltip
« on: July 08, 2019, 10:17:19 PM »
I was asked this today , so its got me wondering , Is there a way to make a live plc address value show up in the tool tip

2
Open Discussion / Re: Modbus with Micrologix 1400
« on: May 30, 2018, 11:46:22 PM »
maybe the own prosoft ,

3
Application Showcase / Re: PanelView Upgrade to AdvancedHMI Panel PC
« on: March 15, 2018, 10:59:19 AM »
would love to see that program

4
Support Questions / Re: Frustrated with software, can't enter tags.
« on: October 03, 2017, 07:57:39 PM »
So far this is probably one of the easiest HMI applications that I have used so far , for building HMI's.  Some pretty impressive HMI's can be built without  or very little knowledge of VB . Not a lot of bugs and Archie seems to fix them pretty quick if one appears.




5
Open Discussion / Re: scaling
« on: September 29, 2017, 10:26:52 AM »
this is what I'm trying to do , not a big deal my be a nice option for future releases. In some cases the company will not allow me to change the program


this did give me the correct value
thanks archie

6
Open Discussion / scaling
« on: September 28, 2017, 08:00:32 PM »
Is there way to scale a value for digital panel meter , really don't have the option of changing the program to do it , that would be
too simple
example  (-32768 to 32767)  to  (-200 to 850)

7
Support Questions / Basic Label Highlighted
« on: March 16, 2017, 09:36:28 PM »
I have a label  that is visible all the time  , used in several places on the same page but i only want to light certain ones with a different bit at different times Can that easily be done

example

If PLCAddressHighlighted = b3/100 is true and PLCAddressHighlighted2 is not used the Label is highlighted
or
If PLCAddressHighlighted = b3/100 is true and PLCAddressHighlighted2 = b3/101 is true the label will be highlighted - If b3/101 is false the label will not be highlighted


PLCAddressHighlighted = b3/100
PLCAddressHighlighted2 = b3/101
PLCAddressKeypad =
PLCAddressvalue=
PLCAddressvisable =

8
seimens would be nice S7-1200 - 1500

9
Open Discussion / mouse pointer change
« on: March 06, 2017, 01:15:31 AM »
Is there a way to get the mouse pointer to change, lets say to a hand , when it is hovered over something that can be clicked

10
Support Questions / Re: PLC comms driver
« on: February 22, 2017, 11:07:18 AM »
For some reason when I tried it off line it seem to work , but I tried again today and could not get this to work

11
Support Questions / Re: Selector Switch 3 pos
« on: February 19, 2017, 08:26:23 PM »
Starting at line 133 looks quite different not sure what to do here


Code: [Select]
   '*****************************************
    '* Property - Address in PLC to Link to
    '*****************************************
    Private m_PLCAddressClickLeft As String = ""
    <System.ComponentModel.Category("PLC Properties")> _
    Public Property PLCAddressClickLeft() As String
        Get
            Return m_PLCAddressClickLeft
        End Get
        Set(ByVal value As String)
            If m_PLCAddressClickLeft <> value Then
                m_PLCAddressClickLeft = value

                '* When address is changed, re-subscribe to new address
                SubscribeToComDriver()
            End If
        End Set
    End Property

    '*****************************************
    '* Property - Address in PLC to Link to
    '*****************************************
    Private m_PLCAddressClickRight As String = ""
    <System.ComponentModel.Category("PLC Properties")> _
    Public Property PLCAddressClickRight() As String
        Get
            Return m_PLCAddressClickRight
        End Get
        Set(ByVal value As String)
            If m_PLCAddressClickRight <> value Then
                m_PLCAddressClickRight = value

                '* When address is changed, re-subscribe to new address
                SubscribeToComDriver()
            End If
        End Set
    End Property

12
Support Questions / Selector Switch 3 pos
« on: February 19, 2017, 01:59:52 PM »
v399t , micrologix 1400 , EthernetIPforSLCMicroCom ,  SelectorSwitch3pos , when bit for right or left is true the switch will display that correctly it will change from right to left , but when both are false it wont move to the center position

13
Support Questions / Re: PLC comms driver
« on: February 17, 2017, 11:57:26 PM »
thanks, appears to work off line ,will try it live in the next few days and post the results

14
Support Questions / Re: PLC comms driver
« on: February 17, 2017, 11:25:30 AM »
Am I stuck to make a separate HMI for each to avoid confusion

15
Support Questions / PLC comms driver
« on: February 17, 2017, 11:21:24 AM »
I have 6 identical machines , none have HMI's , all have a drop to one  Ethernet switch . I built one hmi to run on a laptop with 7 pages , All my pages have the driver IP's starting with the  same IP address. On each page I have a button to force a specific IP into the PLC driver for any of the 6 machines I want to view, Is there way to change the IP on the fly from the startup page that will change it on all pages at once .

Darrell

Pages: [1] 2 3 ... 14