Search found 9 matches
- Tue Jul 10, 2018 5:11 am
- Forum: Scripting
- Topic: Acknowledge Alarm Using Script
- Replies: 1
- Views: 9497
Acknowledge Alarm Using Script
Hello, Is there any way I can Acknowledge Alarm using Script ? Or Is there any way I can select Full row in Resco Controls Smart grid so that once I Select Alarm From Alarm Viewer through script using Resco Smart Grid Instance present in Alarm Viewer Control I can use Acknowledge Selected Alarm Func...
- Fri May 18, 2018 2:34 am
- Forum: Scripting
- Topic: Change Tag - Controller Address
- Replies: 2
- Views: 7144
Re: Change Tag - Controller Address
Hello,
Is there any way we can do same without Index Register as we have only 8 Index registers.
On Hitting breakpoint I can see my ItemID has changed but values are not getting reflected for new addresses
Is there any way we can do same without Index Register as we have only 8 Index registers.
On Hitting breakpoint I can see my ItemID has changed but values are not getting reflected for new addresses
- Wed Apr 04, 2018 4:05 am
- Forum: Scripting
- Topic: Change Tag - Controller Address
- Replies: 2
- Views: 7144
Change Tag - Controller Address
Hello, I am trying to change the Tag Controller Address say for example 40000 -> 40001 in run time. I have tried by changing the Tag Item ID and by hitting break point in debug mode I can see Item ID has been changed then also values are not getting updated for updated Item ID. How can I save this c...
- Thu Feb 22, 2018 11:30 pm
- Forum: Application Development
- Topic: Arial Font Error
- Replies: 7
- Views: 20710
Re: Arial Font Error
Hello,
I have experienced the same in past; Solution which worked for me was
Close ix developer -> go to project folder path -> in Temp/Output folder of your project you will find the same Font file double click and install the font file which is missing and re-open your project in ix developer.
I have experienced the same in past; Solution which worked for me was
Close ix developer -> go to project folder path -> in Temp/Output folder of your project you will find the same Font file double click and install the font file which is missing and re-open your project in ix developer.
- Thu Jul 06, 2017 9:00 am
- Forum: Scripting
- Topic: Assign Security Group
- Replies: 3
- Views: 9383
Re: Assign Security Group
Hello,
I have two system.windows.Form.Button control on my third party user control and wanted to give administrator access to one of the button using C#.
So wanted to know how I can give access to one of the button through script or through code in my usercontrol.
I have two system.windows.Form.Button control on my third party user control and wanted to give administrator access to one of the button using C#.
So wanted to know how I can give access to one of the button through script or through code in my usercontrol.
- Thu Jul 06, 2017 5:15 am
- Forum: Scripting
- Topic: Assign Security Group
- Replies: 3
- Views: 9383
Assign Security Group
Hello,
On my screen 1 I am having multiple controls like button,textbox etc
What I am trying to do is I want to assign security group to controls present on my screen using script module.
On my screen 1 I am having multiple controls like button,textbox etc
What I am trying to do is I want to assign security group to controls present on my screen using script module.
- Sat Jun 17, 2017 1:30 am
- Forum: Application Development
- Topic: Insert Into DataLogger
- Replies: 1
- Views: 6653
Insert Into DataLogger
Hello, I am trying to insert data into datalogger using ix API but as I can see I have to pass IStorableItem[] to my Insert Query; I dn't knw from where I can get the storableItem[] List Below is the code I have written till now Can someone help me in resolving my issue public void InsertData() { tr...
- Fri Jan 15, 2016 5:34 am
- Forum: Scripting
- Topic: How to open screen with the name of screen ?
- Replies: 13
- Views: 45211
Re: How to open screen with the name of screen ?
How to use String to Tag Function on button click event to get the value of it ?
I am using as Below But not getting results.
I am using as Below But not getting results.
Code: Select all
MessageBox.Show(StringToTag("value1").Value);
- Fri Jan 15, 2016 4:31 am
- Forum: Scripting
- Topic: How to Get Tag Value using string to Tag Function ?
- Replies: 5
- Views: 22712
How to Get Tag Value using string to Tag Function ?
Hello, I am using string to tag function given below and wanted to show tag value in message box on button click event. "value1" is my Tag Name. When i click on button it shows error in the log file as Object reference not set to an instance of an object. Below is my Code void Button1_Click(System.O...