Page 1 of 1

[?]: monitoring analog output via VAT

Posted: Thu May 26, 2011 8:57 am
by maher
Hi all
I put analog input in VAT , but it was not possible to see it's value why tell me why ??????


Regards
Maher

Re: [?]: monitoring analog output via VAT

Posted: Thu May 26, 2011 1:01 pm
by dsekulic
Hi,
If You try to monitor analog output directly it is not possible. You should mirror PQW to some flag or data bleck word and monitor this mirrored value.

Code: Select all

L PQW256
T MW0
regards

Re: [?]: monitoring analog output via VAT

Posted: Thu May 26, 2011 6:44 pm
by dsekulic
Hi,
Actually You are right. My basic idea is to mirror same value which are going to analog output to flag word and afterward to monitor this flag value.
..

Code: Select all

T PQW256
T MW0
regards

Re: [?]: monitoring analog output via VAT

Posted: Fri May 27, 2011 7:53 am
by maher
Thank you for your ideas,
but from your replies, the monitor of the analog output not possible,
ok what does it mean ( cross at the glasse )in the current value in VAT ???????

Regards

Maher

Re: [?]: monitoring analog output via VAT

Posted: Fri May 27, 2011 9:27 am
by dsekulic
Hi,
That means that monitoring is not possible. It does not mean that this address does not exist.
regards

Re: [?]: monitoring analog output via VAT

Posted: Wed Jun 29, 2011 7:10 am
by saravanan_tsvk
maher wrote:Hi all
I put analog input in VAT , but it was not possible to see it's value why tell me why ??????


Regards
Maher
Hi,

You cannot directly monitor the analog input and outputs such as PIW & PQW.

But instead of the PIW xxx or PQW xxx you can directly enter as IW xxx and QW xxx.

For example: if you want to monitor PQW 252, enter as QW 252.

Note: No additional program is needed for this.

Re: [?]: monitoring analog output via VAT

Posted: Fri Jul 01, 2011 6:08 pm
by dibolo
maher wrote:Hi all
I put analog input in VAT , but it was not possible to see it's value why tell me why ??????


Regards
Maher

can you tell us what is your hardware?you just add an analog card and after haraware download you didnt see values or glasses whith an X.can you add more details?

Re: [?]: monitoring analog output via VAT

Posted: Sat Jul 02, 2011 1:36 pm
by Cameleon
Hint:

Sometimes in a VAT you can't monitor the values. This can occure when you are looking at it in full screen mode.
Try to "restore down" your window (little screen) and only look at the variables you need.

grtzz