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

Pages: 1 2 [3]
31
Open Discussion / AdvancedHMI Logo
« on: May 17, 2016, 04:58:19 PM »
The logo on the main screen sent with the application is made for a dark background.  I would like to place the logo on the main screen of my project (give credit where credit is due) but my screen is not dark.  Do you have a preference as to the color of the word "Advanced"?  Currently it is white.

32
Support Questions / Re: BasicLabel ValueChanged event problem
« on: May 16, 2016, 04:49:07 PM »
The problem with the 399e version is that the Prefix and Suffix properties do not work.  The "Return" statement that was add ('* 24-APR-16 Ver 3.99e) bypasses the prefix and suffix.

33
Support Questions / Re: BasicLabel ValueChanged event problem
« on: May 16, 2016, 01:16:19 PM »
Sorry, this was my fault.

I began the project with version V399d.  There was a problem with the control in that it always returned True/False regardless of the BooleanDisplay property.  I solved the problem by changing the MyBase.text to m_Value in the "If m_Value = "True" Then ... Else ... End If".  I had also added some other choices.  When the v399e came I replaced the control with the one I modified.

34
Feature Request / Re: GraphicIndicator Text Color
« on: May 12, 2016, 11:37:42 AM »
You can change the control's Font ForeColor to anything and it works but as soon as the Form is reloaded the text color changes back to Black.  The control's Font ForeColor is still the color that was set.

When you first create the control the font color is the same as the parent Form.  If you ever change it then it will always be black when the Form is loaded.

35
Feature Request / GraphicIndicator Text Color
« on: May 12, 2016, 11:01:08 AM »
Is there a way to change the GraphicIndicator's text color?  If the graphic is dark you cannot see the black text.

36
Support Questions / Re: BasicLabel ValueChanged event problem
« on: May 12, 2016, 09:26:01 AM »
Here is an example with a bit address that is off

37
Support Questions / Re: BasicLabel ValueChanged event problem
« on: May 12, 2016, 09:19:43 AM »
Attached is the Form
The basic label is linked to a bit address in the PLC
The BooleanDisplay is set to On/Off
The ValuePrefix is the tag name

38
Support Questions / Re: BasicLabel ValueChanged event problem
« on: May 12, 2016, 08:59:15 AM »
V399e
I have the poll rate set to 6000
The PLC is a CompactLogix and it is in the program mode, just to make sure the value would not change.

39
Support Questions / Re: BasicLabel ValueChanged event problem
« on: May 12, 2016, 08:43:49 AM »
I am using the EthernetIPforCLXCom driver.  See screen shot

40
Support Questions / BasicLabel ValueChanged event problem
« on: May 10, 2016, 10:55:25 AM »
The ValueChanged event is triggering constantly event though the BasicLabel value has not changed.  The PollRate seems to have no effect.
The TextChanged event is working properly and only triggers when the value has changed.

41
Additional Components / Re: Line shape as AHMI control
« on: May 09, 2016, 03:38:40 PM »
Attached is a basic line control that includes PLC properties for three color choices and visibility.  The orientation is forced to vertical if the control width is <=10 and is forced to horizontal if the control height is <=10.  The angle of the line is determined by the control’s size and can be flipped by setting the “OrientationFlip” property.  The line width and type are adjustable through property settings. (modified 5/18/2016)

42
Feature Request / Re: iniFileName for MessageListByValue
« on: May 02, 2016, 06:02:22 PM »
WOW! that was fast.  Thank you Very much!!!!

43
Feature Request / iniFileName for MessageListByValue
« on: May 02, 2016, 02:23:15 PM »
I cannot seem to find the iniFileName property for the MessageListByValue.  I have a list of over 150 alarms that are assigned an alarm number.  I was hoping to use the MessageListByValue to display a list of active alarms.  I don't want to add each message one at a time.

I could use the MessageDisplayByValue control but I wanted to see more then 1 alarm at a time.  Currently I am updating the PLC message address with the next active alarm message number every 3 seconds.

I hate to ask but is this something that could be added quickly?  I am kind of under a time crunch.

44
Feature Request / Illuminated Momentary Button
« on: April 28, 2016, 08:03:58 AM »
•  This functionality could be added to the PilotLight3Color control by adding darker colors.
•  It would also be nice to have yellow as a selection for the Momentary Button color.

Pages: 1 2 [3]