Search found 21 matches
- Wed Aug 28, 2013 1:35 pm
- Forum: Application Development
- Topic: Numeric Entry Status
- Replies: 1
- Views: 5109
Numeric Entry Status
Is there a way to set a tag when the numeric entry popup opens and/or closes?
- Thu Aug 15, 2013 5:47 am
- Forum: Controller Communication
- Topic: Remote Access
- Replies: 9
- Views: 40846
Re: Remote Access
When you say "implement Java" what do you mean? All of the devices have an option to enable Java...
- Wed Aug 14, 2013 12:37 pm
- Forum: Controller Communication
- Topic: Remote Access
- Replies: 9
- Views: 40846
Re: Remote Access
I am unable see the screens when I connect with mobile devices via web browser. I just get a blank white screen, but I am connected because I see the "TightVNC desktop [WinVNC]" page title, and when I connect to the HMI with a PC (via local wireless), I get this message on the mobile device: "Connec...
- Wed Aug 14, 2013 8:30 am
- Forum: Controller Communication
- Topic: Remote Access
- Replies: 9
- Views: 40846
Re: Remote Access
OK, thanks
- Tue Aug 13, 2013 10:08 am
- Forum: Controller Communication
- Topic: Remote Access
- Replies: 9
- Views: 40846
Re: Remote Access
It's working now. Its rather slow, is there anything I can do to improve the speed?
- Sat Aug 10, 2013 6:54 am
- Forum: Controller Communication
- Topic: Remote Access
- Replies: 9
- Views: 40846
Remote Access
I have VNC access to a T10A, but I am unable to connect via the web browser @ the default port. Is this possible, or am I missing something?
- Fri Aug 09, 2013 1:52 pm
- Forum: Scripting
- Topic: Inc/Dec Tag + Validation
- Replies: 5
- Views: 10995
Re: Inc/Dec Tag + Validation
Using an upper case I in the if statement (i.e. If instead of if) was causing the problem. Thanks for the help.
- Fri Aug 09, 2013 12:57 pm
- Forum: Scripting
- Topic: Inc/Dec Tag + Validation
- Replies: 5
- Views: 10995
Re: Inc/Dec Tag + Validation
I still get error codes when I rebuild. Either "; expected" without a semicolon after the if statement, or "The name 'If' does not exist in the current context" with a semicolon.
- Fri Aug 09, 2013 12:41 pm
- Forum: Scripting
- Topic: Inc/Dec Tag + Validation
- Replies: 5
- Views: 10995
Re: Inc/Dec Tag + Validation
This is what I have so far, but I get this error for the if statement: "; expected" or if I add a semi-colon I get this: "The name 'Tag1' does not exist in current context" public partial class Screen1 { void Button1_Click(System.Object sender, System.EventArgs e) { If (Tag1.Value < 30) { Tag1.Value...
- Fri Aug 09, 2013 11:28 am
- Forum: Scripting
- Topic: Inc/Dec Tag + Validation
- Replies: 5
- Views: 10995
Inc/Dec Tag + Validation
I am new to scripting, and I'm not sure where to start. I need the following:
Button1_Click increments the value of a Tag1 by 1, if the value of Tag1 <= 30
Button2_Click decrements the value of a Tag1 by , if the value of Tag1 >= 1
Button1_Click increments the value of a Tag1 by 1, if the value of Tag1 <= 30
Button2_Click decrements the value of a Tag1 by , if the value of Tag1 >= 1