Search found 6 matches

by pepijn_h
Tue Apr 02, 2019 3:13 am
Forum: Scripting
Topic: Simulator mode detection using scripting
Replies: 2
Views: 4161

Re: Simulator mode detection using scripting

Thanks that is exactly what I need!
by pepijn_h
Wed Mar 13, 2019 6:09 am
Forum: Scripting
Topic: Simulator mode detection using scripting
Replies: 2
Views: 4161

Simulator mode detection using scripting

Hi all, I was wondering if there is a way in iX developer to determine if the project is in the simulator mode. Use case: Automatically change the com port number to another defined COM port if the simulator is launched. The com port numbers differ between PC and Beijer terminal. P.S. I currently us...
by pepijn_h
Mon Nov 19, 2018 7:14 am
Forum: Application Development
Topic: Adding a new table in the general Database.db using script
Replies: 1
Views: 9766

Adding a new table in the general Database.db using script

Hi all, I'm experimenting with the report generator and I want to use SQL queries to add machine data to the report. Right now i found out that only the General (Database.db) and AuditTrail are accessible through the report generator. I was wondering if it is possible to add a new table to the Gener...
by pepijn_h
Tue Sep 25, 2018 8:14 am
Forum: Dynamics
Topic: Reconnecting a TCPclient on a X2 Pro
Replies: 3
Views: 7360

Re: Reconnecting a TCPclient on a X2 Pro

Thanks for the reaction Adam! I will look deeper into Windows CE and if there are differences in the TcpClient-Class and underlying classes in disconnecting compared to the normal frameworks for Windows.
by pepijn_h
Wed Sep 19, 2018 2:42 am
Forum: Dynamics
Topic: Reconnecting a TCPclient on a X2 Pro
Replies: 3
Views: 7360

Re: Reconnecting a TCPclient on a X2 Pro

I solved one of the two problems! Because of TCP optimization some messages were added together and overflowed my Read-buffer length of the TCP client.. That was the reason for the screen freeze on the X2 and not on the simulator. The other problem where the X2 doesn't disconnect according to the se...
by pepijn_h
Mon Sep 17, 2018 3:54 am
Forum: Dynamics
Topic: Reconnecting a TCPclient on a X2 Pro
Replies: 3
Views: 7360

Reconnecting a TCPclient on a X2 Pro

Hi iX, I've created an HMI application for a X2 Pro 4 screen that communicates with a visual studio server running on a PC using a TCP connection. I wrote a script that connects to the server sets up a tcp client and a networkstream to read and write data to / from the server. All this works but now...