PLEASE !!!!
помогите с настройкой Variable table !
по какой то причине не отображаються PQW .....
В чем может быть дело ?!
[?]: как отобразить PQW в VARIABLE TABLE ,
-
- Posts: 508
- Joined: Mon Jul 16, 2007 12:28 pm
- Location: Europe
Re: [?]: как отобразить PQW в VARIABLE TABLE ,
Regards,I'm afraid neither VAT monitoring nor "Load" access in the logic is possible with peripheral Outputs (i.e PQB, PQW or PQD).
What you can do though is this:
Check if your Ananlogue output addresses are inside the PIQ (Process Image Outputs).
The (default) size of the PIQ depends on the CPU that you use (its size can be found in the the technical spec of teh CPU) and can be changed for most CPU's.
If they are either already inside the PIQ or you can increase the PIQ to have them inside, then you can change your logic to write to a QW instead of a PQW and will be able to monitor its value in a VAT.
Or in alternatively, write the Analogue Output value in your logic first to a MW or DBW and then copy it tfrom there to a PQW (you can monitor the MW or DBW...).
Umencho
-
- Posts: 22
- Joined: Mon Dec 07, 2009 1:52 pm
Re: [?]: как отобразить PQW в VARIABLE TABLE ,
thank you for help man !!!!