Search found 42 matches
- Fri Mar 30, 2012 8:54 am
- Forum: Application Development
- Topic: Printing DataGrid data to USB printer connected iXT10A
- Replies: 31
- Views: 65402
Re: Printing DataGrid data to USB printer connected iXT10A
Make sure when you are testing the printer from your PC that you set the PC to use PCL drivers, not the USB drivers for the printer. I would bet you have to set your printer to use PCL somewhere in the settings. Please consult your printer manual.
- Tue Mar 20, 2012 11:15 am
- Forum: Application Development
- Topic: Printing DataGrid data to USB printer connected iXT10A
- Replies: 31
- Views: 65402
Re: Printing DataGrid data to USB printer connected iXT10A
Waldemar,
You can find how to configure your printer on page 245 of the reference manual.
The manual can be downloaded here:
https://www.beijerelectronics.com/API/S ... 3D3C1751/1
You can find how to configure your printer on page 245 of the reference manual.
The manual can be downloaded here:
https://www.beijerelectronics.com/API/S ... 3D3C1751/1
- Tue Mar 20, 2012 10:41 am
- Forum: Application Development
- Topic: GPS application
- Replies: 12
- Views: 25300
Re: GPS application
Waldemar,
Are you using the latest version of iX Developer?
Are you using the latest version of iX Developer?
- Tue Mar 20, 2012 10:37 am
- Forum: Scripting
- Topic: Login Screen
- Replies: 19
- Views: 56108
Re: Login Screen
antoineA, This is a known bug with the version of iX Developer that you are running. Here is how to get it to work: 1) Go to Screen 1 2) Open the Object Browser and pin it open 3) Click the Xaml view tab 4) Click the Script view tab (you will notice the objects change) 5) Click back to Layout (the o...
- Tue Mar 20, 2012 10:14 am
- Forum: Scripting
- Topic: Analogue values on the screen
- Replies: 4
- Views: 10702
Re: Analogue values on the screen
Waldemar,
iX will only poll tags that are visible on the screen unless the "Always Active" box is checked. Try checking the "Always Active" box on the tag you are using.
Attached is a screen shot of where to set the number of decimal places.
iX will only poll tags that are visible on the screen unless the "Always Active" box is checked. Try checking the "Always Active" box on the tag you are using.
Attached is a screen shot of where to set the number of decimal places.
- Thu Mar 15, 2012 12:06 pm
- Forum: Scripting
- Topic: Where to put delegate in Script?
- Replies: 8
- Views: 17890
Re: Where to put delegate in Script?
Mike,
I'm not completely clear on what you are trying to accomplish from the pseudo code that you sent. Have you seen this excellent example of how to use timers?
http://ixtalk.beijerelectronics.com/vie ... hp?f=9&t=5
I'm not completely clear on what you are trying to accomplish from the pseudo code that you sent. Have you seen this excellent example of how to use timers?
http://ixtalk.beijerelectronics.com/vie ... hp?f=9&t=5
- Wed Mar 14, 2012 9:23 am
- Forum: Scripting
- Topic: Where to put delegate in Script?
- Replies: 8
- Views: 17890
Re: Where to put delegate in Script?
Mike, What exactly are you trying to accomplish with this? Perhaps I could suggest a different solution. The issue you are going to have with updating screens from a module is that screens which aren't displayed don't exist for all intents and purposes. Each time a screen is displayed, a new instanc...
- Tue Mar 13, 2012 10:04 am
- Forum: Scripting
- Topic: Where to put delegate in Script?
- Replies: 8
- Views: 17890
Re: Where to put delegate in Script?
Mike,
If you are looking to write a script that will span many screens, have a look at creating it as a script module. But as Henrik said, you don't have access to the main program.
If you are looking to write a script that will span many screens, have a look at creating it as a script module. But as Henrik said, you don't have access to the main program.
- Tue Mar 13, 2012 10:00 am
- Forum: Scripting
- Topic: How to make a csv file look nice and tidy?
- Replies: 3
- Views: 10720
Re: How to make a csv file look nice and tidy?
Sure, if you know how to build that type of file with C# code. You might have a look at this library to help you get started:
http://code.google.com/p/excellibrary/
XLS files will not be officially supported until the next release of iX Developer (2.0).
http://code.google.com/p/excellibrary/
XLS files will not be officially supported until the next release of iX Developer (2.0).
- Tue Mar 13, 2012 9:55 am
- Forum: Scripting
- Topic: Command line validation / transfer options
- Replies: 1
- Views: 6759
Re: Command line validation / transfer options
It is not currently possible to validate or compile a project without using the iX IDE. However, once the project is compiled, you could write a script that copies the outputted compile directory to a USB stick.