Search found 29 matches

by Hi-Volt
Mon Oct 24, 2011 1:55 am
Forum: Scripting
Topic: Create a file into the Project Files folder
Replies: 3
Views: 13328

Re: Create a file into the Project Files folder

Thank you for your answer.
There's only a little mistake in the Project File Folder path. The correct path is: "\FlashDrive\Project\Project Files", while the USB stick path works fine.
Best regards!
by Hi-Volt
Fri Oct 21, 2011 10:20 am
Forum: Scripting
Topic: Create a file into the Project Files folder
Replies: 3
Views: 13328

Create a file into the Project Files folder

Hi. I need to create a file ("Test.txt" for example) into the Project Files Folder (accessible via ftp) by script. Which is the file path name that I have to write? Another question: is it possible, by panel, to show the contents of the project file folder and send all the files to an usb drive? Tha...
by Hi-Volt
Fri Oct 21, 2011 1:23 am
Forum: Scripting
Topic: Security group
Replies: 8
Views: 18862

Re: Security group

Thank you very much!!!
by Hi-Volt
Wed Oct 19, 2011 5:39 am
Forum: Scripting
Topic: Security group
Replies: 8
Views: 18862

Security group

Hi. I need to save into a string at which security group the actual logged user belongs to. For example, if the logged user is an amministrator, the string will contain "Group_01" value. Could you help me?
Thank you!
Best regards.
by Hi-Volt
Tue Oct 11, 2011 12:46 am
Forum: Scripting
Topic: Setting date and time by script
Replies: 3
Views: 12469

Re: Setting date and time by script

Thank you.
Best regards
by Hi-Volt
Fri Oct 07, 2011 9:40 am
Forum: Scripting
Topic: Setting date and time by script
Replies: 3
Views: 12469

Setting date and time by script

Hi. I would like to set iXPanel date and time by script. I have written this simply code: void Data() { System.DateTime dt=new DateTime(); dt.AddYears(2011); dt.AddMonths(10); dt.AddDays(3); dt.AddHours(8); dt.AddMinutes(0); dt.AddSeconds(0); Neo.ApplicationFramework.Common.Service.ServiceContainerC...
by Hi-Volt
Wed Sep 28, 2011 1:57 am
Forum: Scripting
Topic: Script manual
Replies: 9
Views: 25513

Script manual

Hi. Is there a specific Script manual or the only available document is the ScriptHelp file saved in iXDeveloper program folder?
Thank you.
Best regards.
by Hi-Volt
Mon Sep 26, 2011 8:53 am
Forum: Application Development
Topic: TA 150 buzzer
Replies: 2
Views: 10417

TA 150 buzzer

Hi. I have a question about TA 150 internal buzzer. Is it possible to switch on/off the buzzer by setting/resetting one bit of a (system) tag?
Thank you!
by Hi-Volt
Mon Sep 12, 2011 5:23 am
Forum: Scripting
Topic: Min & Max Linear Meter scale
Replies: 4
Views: 13055

Min & Max Linear Meter scale

Hi. I'm a beginner iX Developer user. I have a question about linear meter. Is it possible to assign the Min Scale Value and the Max Scale Value by two Tags using a script module? In which way?
Thank you!