Search found 6 matches
- Mon Mar 17, 2014 12:04 am
- Forum: Application Development
- Topic: Reboot after close
- Replies: 12
- Views: 21002
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 ...
- Fri Jan 24, 2014 5:06 am
- Forum: Application Development
- Topic: Get the get the available memory
- Replies: 1
- Views: 5157
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
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
- Fri Nov 09, 2012 2:42 am
- Forum: Application Development
- Topic: fix the virtual keyboard
- Replies: 3
- Views: 7551
Re: fix the virtual keyboard
... hm, is it possible to create a own fix window with buttons that contain letters and numbers?
- Thu Nov 08, 2012 5:11 am
- Forum: Application Development
- Topic: fix the virtual keyboard
- Replies: 3
- Views: 7551
fix the virtual keyboard
Hello, I have a simple Question is it possible to fix the virtual keyboard of a T7A
Greetings Uwe
Greetings Uwe
- Wed Sep 12, 2012 5:21 am
- Forum: Application Development
- Topic: Controller1 Comm Error on note:
- Replies: 1
- Views: 6230
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.
- Wed Sep 12, 2012 1:04 am
- Forum: Application Development
- Topic: Controller1 Comm Error on note:
- Replies: 1
- Views: 6230
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
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