Click Indirect Addressing

50 views Oct 12, 2022

Indirect addressing is supported in the Click PLC. The manuals refer to this as ‘Pointer Addressing’. It will utilize the DS registers as the offset value and can be used with the DS, DD, DF, DH, XD, YD, TD, CTD, and TXT data register memory types. Example: DS[DS100] – This will point to the address in DS that the DS100 value contains. If DS100 has a value of ‘5’ then the address will use DS5. As we change DS100 the corresponding address of DS will change as well. We can copy values to that location (logging) and read values from that location (retrieving). https://accautomation.ca/click-plc-logging-data-with-time-and-date-stamp/ General information on the Click series of controllers: www.clickplcs.com/config There are also system configuration tools that will calculate the power budget, I/O count, and price. Click PLUS PLC Configuration: https://www.automationdirect.com/clickplcs/config/clickplusconfig Click PLC Configuration: https://www.automationdirect.com/clickplcs/config Programming and examples of the Click and Click PLUS PLC series can be found at this URL: https://accautomation.ca/series/click-plc/