5/24/2022 2:48 AM | |
Joined: 12/18/2014 Last visit: 12/1/2023 Posts: 31530 Rating:
|
There are no special "SCADA" addresses in the VM memory area. However, you should know how the memory area is structured so that there are no overlapping accesses. The memory area that can be used freely by the user is 851 bytes, byte 0 up to and including byte 850. The addressing is byte-oriented. Bit: Vx.y. x is the byte address, y is the bit address within byte x. Bytes: VBx. x is the address of the byte. A byte consists of 8 bits. Word = VWx. A word consists of 2 bytes. DWord = VDx. A DWord consists of 2 words. AttachmentLOGO! Bit, Byte, Word and DWord.pdf (291 Downloads) |
This contribution was helpful to
1 thankful Users |
5/24/2022 9:13 AM | |
Joined: 5/16/2022 Last visit: 6/16/2023 Posts: 5 Rating:
|
Hi ixo65, Thanks for your answer, I already read your PDF attached in some other topic around the forum and it is was very helpful! That's why I don't understand why I cannot see any output into my SCADA. Attached you will find a portion of the software I'm working on with Q1 that I used to verify the connection between SCADA and LOGO! that is linked in the SCADA with the I/O physical address Q0.0 For this and for what you wrote in your PDF I was expecting that the I/O physical address for my B002 was VW4 but it does not show anything. AttachmentPT1000 sensor.zip (249 Downloads) |
Follow us on