Search found 12 matches

by ianrobo75
Mon Jun 26, 2017 2:42 pm
Forum: Application Development
Topic: Is it possible to read from array tags in a report?
Replies: 2
Views: 7666

Re: Is it possible to read from array tags in a report?

bump, I could do with knowing this as well.
by ianrobo75
Thu Jun 01, 2017 2:23 pm
Forum: Application Development
Topic: snap and arrow keys on V2.30
Replies: 1
Views: 6330

snap and arrow keys on V2.30

On iX Developer V2.30 i can move objects on screen with the arrow keys as normal but the snap is active which in many cases is really annoying. I'm sure in the previous version I could hold ALT and use the arrow keys to move objects ignoring the snap. The workarounds are, 1 - hold ALT and move the o...
by ianrobo75
Thu Jan 19, 2017 4:40 pm
Forum: Scripting
Topic: Delete reports in Project Files Folder
Replies: 1
Views: 6652

Delete reports in Project Files Folder

I'm looking for c# code to delete reports in the [local] Project Files Folder on the HMI. Can anyone help? The project was designed for users to FTP the files off of the unit but when they fail to do so the unit fills up and falls over, so it would be good to delete reports if too much of the hard d...
by ianrobo75
Mon Oct 24, 2016 3:09 pm
Forum: Application Development
Topic: Release Notes V2.20 SP2
Replies: 1
Views: 5537

Re: Release Notes V2.20 SP2

and here's the reply to my own question in case anyone else wants the release notes:
http://www.beijerelectronics.com/en/new ... __pack___2
by ianrobo75
Mon Oct 24, 2016 2:59 pm
Forum: Application Development
Topic: Release Notes V2.20 SP2
Replies: 1
Views: 5537

Release Notes V2.20 SP2

Release notes are not easy to find.
Are there are for the latest build (2.22.184.0)?
by ianrobo75
Wed Oct 19, 2016 7:24 pm
Forum: Controller Communication
Topic: Samsung NX700 PLC Communication
Replies: 1
Views: 13416

Samsung NX700 PLC Communication

Is it possible?
by ianrobo75
Mon Jun 13, 2016 3:03 pm
Forum: Application Development
Topic: How to check USB keydisk is inserted?
Replies: 3
Views: 12024

Re: How to check USB keydisk is inserted?

Thanks for the reply. The missing closing parentheses was only when typing the code into here, not in the application. I tried bool UsbPresent = Directory.Exists("\\Hard Disk");, as you suggested and no joy. In fact, this time the USBPresent function always returns true, whether the USB is inserted ...
by ianrobo75
Tue Jun 07, 2016 3:45 pm
Forum: Application Development
Topic: set button "Fill" property in script?
Replies: 1
Views: 7942

Re: set button "Fill" property in script?

bit late reply but...

use this...
TotalStopBtn.Fill = System.Drawing.Color.FromArgb(0x939393);

Also consider using TotalStopBtn.Fill = color.Red or whatever named colour you want from the list (see here https://msdn.microsoft.com/en-us/librar ... .110).aspx)
by ianrobo75
Tue Jun 07, 2016 3:19 pm
Forum: Application Development
Topic: How to check USB keydisk is inserted?
Replies: 3
Views: 12024

How to check USB keydisk is inserted?

I'm trying to check that there is a USB keydisk is inserted. I've tried the following script in a function and it always returns false whether the USB keydisk is inserted or not... try { if (Directory.Exists("\\Hard Disk") {return true;} else {return false;} } catch {return false;} I've also tried t...
by ianrobo75
Thu Jun 04, 2015 4:29 pm
Forum: Application Development
Topic: Save Report to USB with iX T7F-2
Replies: 1
Views: 6083

Save Report to USB with iX T7F-2

With the iX T7A/T10A terminal we are able to trigger a report to be generated on a USB flash drive no problem. We've now got an iX T7F-2 and coding wise the same options are available (Generate Report / Select File (... to USB destination) / Select the Report). However, the reports are not getting s...