PLUS+1 Tools > PLUS+1 Service Tool

ASCII Text in Service Tool in NV-variables ???

(1/2) > >>

Marbek_Elektronik:
Hi,
my customer want's to write some text  in NV (EEPROM) to the controller with service tool.
The user of the machine should read this text on display.
The user can also input some text via display and it might be possible
to read and change it in service tool, vice versa.

But I have found no possibility to show values as ASCII-text!

somebody an idea?
@helpdesk: Would you make it possible in next Guide release?

Thanks
Bernd

oiltronic:
Way late reply, but I've done this.  I used text list objects in the display for the alphabet and a simple unsigned integer variable in the program becomes the index to select the correct character to display.   Buttons on the display increase or decrease the value (up/down counter object with limits), advance to the next character to change, etc.  Awfully painful and tedious but it worked for a short bit of text.  And I only used a portion of the ASCII set to keep my sanity.

Marbek_Elektronik:
Thanks,
now I have also put text in several languages (Page 1250, 1251, 1252) via constant and"%c" to display.

But the question is: How can I read it in service tool? There is no possibility to format the NV-memory in text format.
Ok, I think it is to difficult, because of codepages.

oiltronic:
If I really (really) had to do this with the Service Tool, I would write a little Perl script to that would convert the string into an XML parameter file, then in the Service tool create a separate parameter function just for the strings, with an array element for each one.  Then the customer only has to convert the string and then import the XML file.  Come to think of it, this would be easier than using screen buttons to change one character at a time.

oiltronic:
See also http://www.plus1forum.danfoss.com/index.php?topic=629.0

Navigation

[0] Message Index

[#] Next page

Go to full version