Hello!
What is the line code which say
if(I'm Logout!)
{Globals.Tags.tag.Value=1;}}
Search found 6 matches
- Wed Apr 20, 2016 1:57 am
- Forum: Scripting
- Topic: Disable automatic logout
- Replies: 9
- Views: 31120
- Wed Apr 20, 2016 1:26 am
- Forum: Application Development
- Topic: Custom Styled Objects
- Replies: 5
- Views: 19261
Re: Custom Styled Objects
Hello!
Is it possible to change the max value of a circularmeter and the values of low area with a tag?
Is it possible to change the max value of a circularmeter and the values of low area with a tag?
- Tue Apr 05, 2016 9:34 am
- Forum: Application Development
- Topic: Alarmserver data to Datalogger
- Replies: 1
- Views: 8417
Alarmserver data to Datalogger
Hello, I would be able to read the csv files of my alarm server than i saved before into the project file. I would have a list boxe with when i click on a file I could have a table with the data. In fact, I want to historicize the alarmes happenned and can read it after. I also got the idear to expo...
- Wed Feb 24, 2016 3:15 am
- Forum: Scripting
- Topic: Login Screen
- Replies: 19
- Views: 56078
Re: Login Screen
Hello, I used the script that you give for my logscreen but I Have a problem on this part: void PopulateList() { ISecurityManager securityManager = Globals.Security as ISecurityManager; foreach (ISecurityUser user in securityManager.Users) { cbUsers.Items.Add(user.Username); } if(cbUsers.Items.Count...
- Mon Feb 22, 2016 12:57 am
- Forum: Hardware
- Topic: How can be accessed the QTERM-A7 SERVICE MENU
- Replies: 3
- Views: 15355
Re: How can be accessed the QTERM-A7 SERVICE MENU
Hello,
Is it possible to add a button to access to the calibrate touch or a c# code to enable this whithout to press the screen to the start.
best regards.
Is it possible to add a button to access to the calibrate touch or a c# code to enable this whithout to press the screen to the start.
best regards.
- Mon Feb 15, 2016 2:52 am
- Forum: Security
- Topic: if connected
- Replies: 1
- Views: 15520
if connected
Hello, I would to execute a script which say "if i m connected, when I press the button1, tagA take the value 1 to show screen1 else it take the value 0 to show screen0". But I don't know what can I put in my condition. public partial class s0start { static s0start() { void Button1_Click(System.Obje...