Page 1 of 1

Help on xpeditor.

Posted: Mon Mar 17, 2014 2:56 pm
by Deepa
Hi,

I'm using XPED to test a program but I'm unable to view the values of the variables in the watch window. It just displays series of '.'s against the variable. Can someone please suggest how to fix this?

Re: Help on xpeditor.

Posted: Mon Mar 17, 2014 6:43 pm
by Robert Sample
Periods are often used (not just in Xpediter) to represent non-printable characters. If you want to look at a group variable, and it has COMP or COMP-3 elementary variables under it, you will see the periods. You can look at the hex values, or watch the elementary variables.

Re: Help on xpeditor.

Posted: Mon Sep 29, 2014 4:22 pm
by Deepa
I'm not sure if I got you Robert but I'm talking about to see the value of variables!

Re: Help on xpeditor.

Posted: Mon Sep 29, 2014 4:26 pm
by Deepa
Robert Sample wrote:Periods are often used (not just in Xpediter) to represent non-printable characters. If you want to look at a group variable, and it has COMP or COMP-3 elementary variables under it, you will see the periods. You can look at the hex values, or watch the elementary variables.
Just realized what you mean. so there is no way to see them (comp, comp-3) as 'readable' like PIC 9(3)?

Re: Help on xpeditor.

Posted: Tue Sep 30, 2014 5:01 am
by Robert Sample
Look in your Xpediter manual for the KEEPE (KE) command -- or PEEKE (PE) depending on which you are using -- for information about displaying the values of elementary variables in a group.

Re: Help on xpeditor.

Posted: Tue Sep 30, 2014 10:32 am
by Deepa
Thanks Robert. KE worked for me. :)

Re: Help on xpeditor.

Posted: Tue Sep 30, 2014 12:26 pm
by Anuj Dhawan
Thanks for coming back and sharing what has worked for you! Appreciate your reply. :)