8/28/2009 9:23 PM | |
Joined: 10/7/2005 Last visit: 9/30/2023 Posts: 2989 Rating:
|
Hello Amit S 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 sizecan 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. Alternatively, write the Analogue Output value in your logic first to a MW or DBW and then copy it tfrom there to aPQW (you cna the nmonitor the MW or DBW, this solution ishowever a bit "messy" in my humble opinion). I hope this helps |
Cheers |
|
Follow us on