Search found 6 matches

by uhwalter
Mon Mar 17, 2014 12:04 am
Forum: Application Development
Topic: Reboot after close
Replies: 12
Views: 20411

Re: Reboot after close

Hello Mark, I'm using this function too in my T7A: [DllImport("coredll.dll", EntryPoint = "SetSystemPowerState")] private static extern uint CESetSystemPowerState(char[] sState, uint StateFlags, uint Options); public static void Reboot() { //Sets the system state to "reboot" //That will soft reboot ...
by uhwalter
Fri Jan 24, 2014 5:06 am
Forum: Application Development
Topic: Get the get the available memory
Replies: 1
Views: 4996

Get the get the available memory

Hello,

I'm using some T7A panel and I have the suspicion that I have a memory leak. How do I get the available memory, so that I can display it in a screen.

Greetings Uwe
by uhwalter
Fri Nov 09, 2012 2:42 am
Forum: Application Development
Topic: fix the virtual keyboard
Replies: 3
Views: 7328

Re: fix the virtual keyboard

... hm, is it possible to create a own fix window with buttons that contain letters and numbers?
by uhwalter
Thu Nov 08, 2012 5:11 am
Forum: Application Development
Topic: fix the virtual keyboard
Replies: 3
Views: 7328

fix the virtual keyboard

Hello, I have a simple Question is it possible to fix the virtual keyboard of a T7A

Greetings Uwe
by uhwalter
Wed Sep 12, 2012 5:21 am
Forum: Application Development
Topic: Controller1 Comm Error on note:
Replies: 1
Views: 6074

Re: Controller1 Comm Error on note:

… I found it out by myself. Obviously the T7A is not able to resolve the network name, using the TCP/IP address make it working.
by uhwalter
Wed Sep 12, 2012 1:04 am
Forum: Application Development
Topic: Controller1 Comm Error on note:
Replies: 1
Views: 6074

Controller1 Comm Error on note:

Hello,
I am using a T7A Panel connected with an OPC-Server In the iX Developer 2.0 Environment. My application works fine, but when I download the program to the T7A there is no connection to the OPC-Server and I get the error: Controller1 Comm Error on note: xyz
… so what can I do?

Greetings Uwe