Search found 23 matches

by smolenak
Mon Sep 29, 2014 2:33 am
Forum: Scripting
Topic: Function doesn't exist anymore (iX 2.0 SP1 --> 2.10 SP1)
Replies: 1
Views: 5528

Function doesn't exist anymore (iX 2.0 SP1 --> 2.10 SP1)

Hi, I have been using reader to read through database recipes.. private IDataReader reader = Globals.Recipe1. GetResultSet() ; But GetResultSet is not anymore supported by newest version 2.10 SP1. It fails on when compiling.. Then I noticed that there is FillResultSet function, but there is no docum...
by smolenak
Wed Jul 09, 2014 5:46 am
Forum: Application Development
Topic: DB reporting - AlarmServer
Replies: 1
Views: 5341

DB reporting - AlarmServer

Hello, I have tried to make database reports. SQL(General; select * from AlarmServer) But it doesn't generate report file nor give any error. What is the correct syntax to do this? This works ok (AuditTrail database). SQL(AuditTrail; select * from AuditLog) So how can I get alarms (history) printed ...
by smolenak
Fri Feb 28, 2014 12:31 am
Forum: Scripting
Topic: PDFViewer - open PDF with bookmarks
Replies: 1
Views: 5190

PDFViewer - open PDF with bookmarks

Hi everybody,

I'm just wondering how can I open PDF document with bookmarks option. Adobe Reader opens the document correctly (with bookmarks), but in iX by using PDFviewer component it doesn't.. How could I do it by scripting?
Other PDFViewer option tips are welcome also.

Thank You!
by smolenak
Thu Jul 18, 2013 5:10 am
Forum: Controller Communication
Topic: Remote OPC connection problem (for TxA panels)
Replies: 8
Views: 49243

Re: Remote OPC connection problem (for TxA panels)

Thanks for your help! I think I'm quite close the solution.. because iX connects from the developer side, and it reads the tag DB from server, but not in Runtime (nor with iX panel) when I run it directly from iX developer. Yes devices pings ok between each others, and I have used a hub between the ...
by smolenak
Tue Jul 16, 2013 4:14 am
Forum: Controller Communication
Topic: Remote OPC connection problem (for TxA panels)
Replies: 8
Views: 49243

Re: Remote OPC connection problem (for TxA panels)

Thank you for the support! I finally managed to get connection from iX Developer (my laptop) to external PC that has our OPC server running. And iX reads the tags nicely from the server, so I can add OPC tags into the panel project and so on. But now when I download the project to T10A panel, and ri...
by smolenak
Wed Jun 12, 2013 12:20 am
Forum: Controller Communication
Topic: Remote OPC connection problem (for TxA panels)
Replies: 8
Views: 49243

Re: Remote OPC connection problem (for TxA panels)

Hello and thanks for the support. OK, you are using OPC UA. But in my case we have our own OPC DA (Classic OPC server for our specific device that we have used many years). And we would need to make connection with iX to that. On local PC (with iX) it works, but remote PC with TxA panel, it won't. W...
by smolenak
Fri Jun 07, 2013 12:07 am
Forum: Controller Communication
Topic: Remote OPC connection problem (for TxA panels)
Replies: 8
Views: 49243

Remote OPC connection problem (for TxA panels)

Hi, I have struggled couple of days with the remote OPC connection for TxA panels. (I know that TxA panels need an anonymous connection, without user authentication). I found a OPC DA - DCOM setting guides from net, and I finally got the remote PC (Win 7) security settings correct (DCOM security, OP...
by smolenak
Thu Apr 11, 2013 11:35 pm
Forum: Scripting
Topic: Reading bits from 32-bit variable
Replies: 6
Views: 11463

Re: Reading bits from 32-bit variable

OK, thank you for the support!

Would there be examples (links etc.) somewhere how to do this parsing operation in correct way..?

Thanks!
by smolenak
Thu Apr 11, 2013 6:24 am
Forum: Scripting
Topic: Reading bits from 32-bit variable
Replies: 6
Views: 11463

Reading bits from 32-bit variable

Hi, is there any way to read bit status from 32-bit controller variable. I have OPC server where I have 32-bit variable, and I tried to make bit array (for tag datatype), but it was followed by error while creating a tag ("Array in not supported for this controller). I would want to show single bits...
by smolenak
Mon Apr 08, 2013 3:12 am
Forum: Scripting
Topic: External program check
Replies: 15
Views: 27782

Re: External program check

It works like a charm !!!! ;)

I really appreciate your help with this,
THANK YOU very much Edmund!! :)