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.


Topics - Darrell

Pages: 1 [2] 3 4 5
16
Support Questions / Modbus RTU test screen
« on: August 03, 2016, 09:13:05 PM »
I have built a Hmi that I use to read different modbus addresses from time to time on different PLC's
Added code to the button to read the text box and change modbus address in the corresponding PilotLight plc address along with the text label so I know what address is being read to turn on the pilot light ,

PilotLight1.PLCAddressValue = TextBox1.Text
PilotLight1.Text = PilotLight1.PLCAddressValue


my question is how can I easily add a button that would populate all my text boxes at once and increment each one by 1 or .1.      40001 , 40002, or 40001.1 , 40001.2 etc

Darrell

17
Support Questions / MessageDisplayByValue
« on: July 20, 2016, 12:00:55 PM »
It did work before 399K , stays on the 1st value always , Micrologix 1400 over Ethernet

Darrell

18
Support Questions / SelectorSwitch3Pos1 always in center position
« on: June 08, 2016, 06:01:21 PM »
 ver 399f , SLCMicro driver , Micrologix 1400  , SelectorSwitch3Pos1 always goes to  center position , PLC value left and right are used , Micrologix 1400

Darrell

19
Support Questions / v399e - Timer.acc not reading
« on: May 15, 2016, 10:28:37 PM »
V339e ,  micrologix 1400 - EthernetIPforSLCMicroCom1  driver.

NumericSevenSegment     not reading timer ACC , integers 

BevelButtonDisplay   displaying   comm component property not set

Darrell

20
Support Questions / PLC Drive Exception was unhandled
« on: April 24, 2016, 10:14:12 PM »
Getting this error using 399d and visual studio 2013 , did copy some parts from a 398t , could that be the cause , any way to goto the exact error

Darrell


21
Open Discussion / Bacnet and Advanced HMI
« on: December 12, 2015, 02:41:47 PM »
Has anyone used Advance HMI with any type of bacnet system

Darrell

22
Feature Request / A Few requests
« on: October 10, 2015, 05:32:56 PM »
BevelButtonDisplay
------------------------------------------------------------- 
value to write
keypad
Alternate Text
PLC Address Blink
Toggle on time and then toggle itselft off


Square Illuninated Button
-------------------------------------------------------------
value to write
keypad
Alternate Text
PLC Address Blink


Basic Indicator
-------------------------------------------------------------
PLC Address Blink


Pilot Light
-------------------------------------------------------------
PLC Address Blink


DigitalPanelMeter
-------------------------------------------------------------
Value Scale Factor to be able to divide by a 1 , 10 , 100 etc


Darrell

23
Support Questions / Three Position Switch
« on: October 10, 2015, 05:29:09 PM »
Three Position Switch

When screen is first loaded , the switch will go to its proper position but if accidentally click the switch to another position it will stay and not go back to it proper position.

Darrell

24
Support Questions / Disable Subscriptions
« on: October 10, 2015, 05:27:43 PM »
Disable Subscriptions

Works the first time the screen is displayed, if you switch to another screen and then back to that screen it starts polling automatically . I see in the code that it does what its programmed to do , but really don't know how to fix it.

All my HMI;s I now add a Connect Button and a Disconnect Button the to each screen , In some cases it seems to give the screen time to load and display with fewer problems. Also Ive found that if a plc goes offline for some reason , the screen may become unresponsive and I'll have to restart the HMI. I can click disconnect and after a few seconds connect ,  sometimes  I can prevent it from locking up and having to restart the HMI.
I have noticed this problem especially with  more than one Allen Bradley Micrologix Controllers on a screen , add a  compact or control Logix to the mix and you loose one off them doesn't seem to really affect it


Darrell




25
Feature Request / BevelButtonDisplay add a value to write PLC Property
« on: September 27, 2015, 09:51:51 PM »
any chance this could be added in one of your next minor revisions

BevelButtonDisplay -  a value to write and keypad to PLC Properties

Darrell

26
Open Discussion / Compact Logix message instructions
« on: September 07, 2015, 10:03:05 PM »
I see this in a  compact logix program , several MSG instructions , 12 msg isnt. all programed the same way, communicating with 4 Micro Logix 1400's . I suspect that this maybe sometimes causing slow comms over this Ethernet network. There is 1 compact Logix and 4 Micrologix 1400 and panelview plus Whats you opinion on this , I really don't think a msg have to fire this fast.




27
Support Questions / msgbox for button
« on: August 31, 2015, 08:12:56 AM »
I used this code that i found on this forum and I maybe missing something.
when i click a button to toggle a bit the message pops up with a yes or no question but the bit still toggles before I answer.


If MsgBox("Are you sure?", Microsoft.VisualBasic.MsgBoxStyle.YesNo) = MsgBoxResult.Yes Then
            EthernetIPforPLCSLCMicroCom1.Write("B3/100", "1")
        End If

Darrell

28
Support Questions / Change Button Text
« on: August 30, 2015, 11:06:20 PM »
I have two buttons one to enable subscription and the other to disable , I would like to use just one button to do the same thing

The button text says enable subscriptions , then when clicked, it enables subscriptions and then changes the text on the button to say disable subscription and the next time it is clicked it would disable subscriptions and revert back to the original text.

Darrell

29
Support Questions / Pipe elbow background not tranparent
« on: August 01, 2015, 09:07:23 PM »
Updated HMI from 398D to 398t and all my tee's and elbows have white backgrounds , anyway to make them black or transparent. Also tried 398p and its ok

Darrell

30
Support Questions / Basic label PollRate
« on: July 21, 2015, 09:32:20 PM »
Basic label PollRate property  , Is it the same as the driver pollRate , does it override it or is it totally unrelated.

darrell

Pages: 1 [2] 3 4 5