Search found 21 matches

by drdeason
Wed Aug 07, 2013 12:25 pm
Forum: Application Development
Topic: Bezel LED(s)
Replies: 3
Views: 7786

Bezel LED(s)

I have a T10A, and it looks like there are LEDs in all 4 corners of the bezel; are there? If so, is there any way to control them from a PLC?
by drdeason
Tue Jul 30, 2013 11:32 am
Forum: Application Development
Topic: Analog Numeric String
Replies: 6
Views: 9988

Re: Analog Numeric String

I unchecked "disable operator input", typed some text, and it worked. Even after I checked the box again. I had to do that for every instance. ?
by drdeason
Tue Jul 30, 2013 10:41 am
Forum: Application Development
Topic: Analog Numeric String
Replies: 6
Views: 9988

Re: Analog Numeric String

I changed the data type size but it didn't affect the runtime.
by drdeason
Tue Jul 30, 2013 10:21 am
Forum: Application Development
Topic: Analog Numeric String
Replies: 6
Views: 9988

Re: Analog Numeric String

Ah. No way to wrap the text?
by drdeason
Tue Jul 30, 2013 9:59 am
Forum: Application Development
Topic: Analog Numeric String
Replies: 6
Views: 9988

Analog Numeric String

I am reading a string from a CompactLogix PLC via an Analog Numeric object, and only the first character shows up. The "Limit Characters to" checkbox is unchecked, but tried it checked with a length of 10 and got the same results. However, I am able to see the entire value of an internal string. Als...
by drdeason
Tue Jul 30, 2013 9:17 am
Forum: Application Development
Topic: Change the feedback of a pressed button
Replies: 7
Views: 12906

Re: Change the feedback of a pressed button

I am unable to change the fill/outline dynamics on any of the button styles, except "default".
by drdeason
Mon Jul 29, 2013 2:24 pm
Forum: Application Development
Topic: Problem with the title bar
Replies: 5
Views: 12804

Re: Problem with the title bar

This code works to get rid of the title bar (I am using a T10A), but only on the PC runtime; on the hardware, the popup window still takes up as much space as it did with the title bar. Its like the popup window size on the HMI runtime is actually the popup screen size + message bar size. Notice the...
by drdeason
Thu Jul 18, 2013 2:22 pm
Forum: Application Development
Topic: Direct Addressing
Replies: 3
Views: 7155

Re: Direct Addressing

Is there a way to directly address a PLC tag from and object, and bypass the internal tag database altogether (e.g. "Controller1.Program1:Tag1")?
by drdeason
Tue Jul 09, 2013 2:30 pm
Forum: Application Development
Topic: Tag Address Length
Replies: 3
Views: 6562

Re: Tag Address Length

If the 32 character limit is only for single variables, the program name shouldn't be included right? My tag names are less than 32 not including the "ProgramName:", but in some cases the program name + variable name is greater than 32.
by drdeason
Tue Jul 09, 2013 12:17 pm
Forum: Application Development
Topic: Tag Address Length
Replies: 3
Views: 6562

Tag Address Length

I am unable to import/create tags with an address (Controller address, RA ControlLogix) length greater than 32 characters. I am unable to find anything that define the tag limitations. Is there a work around?