Search found 175 matches

by wlederer
Tue Mar 27, 2012 10:02 am
Forum: Application Development
Topic: Printing DataGrid data to USB printer connected iXT10A
Replies: 31
Views: 50019

Re: Printing DataGrid data to USB printer connected iXT10A

Thank You Skylar.
As I understand, at first printer must be configured for an alarm distribution.
But, how a file with the data trend can be sent to the printer?

Did somebody print the data trend?

regards, Waldemar
by wlederer
Wed Mar 21, 2012 11:29 am
Forum: Application Development
Topic: GPS application
Replies: 12
Views: 19774

Re: GPS application

Recently our company bought a new version of iX Developer. When the current project will be completed, I will reinstall it.
by wlederer
Tue Mar 20, 2012 10:36 am
Forum: Application Development
Topic: Printing DataGrid data to USB printer connected iXT10A
Replies: 31
Views: 50019

Re: Printing DataGrid data to USB printer connected iXT10A

I've got the HP LaserJet P2055dn printer.
Can somebody help with the script, please?
Actually, I want to add an extra button "Print Trend Data" next to existing "Export Trend Data to USB".
regards, Waldemar
by wlederer
Tue Mar 20, 2012 10:30 am
Forum: Application Development
Topic: GPS application
Replies: 12
Views: 19774

Re: GPS application

Thank You Mark, it works and I keep my eye on it. Have suspicion, that it could be problem with iX Developer. Sometimes it refuses to download (message about 2 instances), sometimes it downloads not what is on the laptop's screen. Not sure if the "Save" button always works. I will report when someth...
by wlederer
Tue Mar 20, 2012 3:14 am
Forum: Scripting
Topic: Analogue values on the screen
Replies: 4
Views: 8881

Analogue values on the screen

The task is to show an analogue value (e.g. pressure) on the screen. I wrote a script AnalogueValueScript. Three tags were created int Pressure_16bit;(to read value from a PLC register) float Pressure_calculated; (used for further calculations) string Pressure_text; (to be shown with comments on the...
by wlederer
Thu Mar 15, 2012 2:49 am
Forum: Application Development
Topic: GPS application
Replies: 12
Views: 19774

Re: GPS application

Thank You very much Mark. Yesterday, I deleted the tag which was OK, to see what happens with others. But, they still were dead. After that I put it back as it was, downloaded the project again and left it for some hours. Next connection of the GPS imitator did show, that all GPS tags did work corre...
by wlederer
Wed Mar 14, 2012 3:11 am
Forum: Application Development
Topic: GPS application
Replies: 12
Views: 19774

Re: GPS application

Dear Mark, thank You for the help. The panel T7A has two connectors the same type: D Sub 9pin. Pin 5 is ground (I connected it to 0v of adapter), pins 2 and 3 for RS232, pin4: Rx+ for RS422 (connected to Tx+),pin9: Rx-(connected to Tx-). I did not use pins 1 and 6 (TX+,Tx-). After unsuccessful try w...
by wlederer
Mon Mar 12, 2012 12:10 pm
Forum: Application Development
Topic: GPS application
Replies: 12
Views: 19774

Re: GPS application

Thank You Skylar. I will try the script soon. Today I tried to get GPS signals using COM2 port (RS422). For this purposes an ABB RS232/RS422 adapter was used. No success. Actually, the panel did not show a communication error message, when signals from the GPS generator were sent (a green LED on the...
by wlederer
Fri Mar 09, 2012 5:42 am
Forum: Application Development
Topic: GPS application
Replies: 12
Views: 19774

Re: GPS application

Thank You Skylar. You are right. It works now. But, how can I allow the future customer to choose communication settings (port, baudrate, parity...)?
by wlederer
Thu Mar 08, 2012 6:50 am
Forum: Application Development
Topic: GPS application
Replies: 12
Views: 19774

GPS application

I need to get some signals from GPS sensor. The NMEA_0183 controller was added, some tags created: Latitude_deg (Data type:int 16)-reference RMC.05 , Latitude_age (Data type:float)-reference RMC.06 , Latitude_dir (Data type: string)-reference RMC.07 Corresponding analog numeric controlls were create...