Dynamic OPC item path

I would like to create a SQLTag that allows for a dynamic run-time modification of the OPC item path. For example, the item path references the OPC server and contains all of the information to access a PLC memory register, but the register number is specified in a numeric input component on a window. This would allow a user to view multiple raw PLC memory registers without having to add all of the potential individual tags to the database.

I realize there may be potential timing issues for writing data but my purposes would be for read only without archiving or alerting. I have viewed some posts regarding this topic previously but they appear to be from several years ago so I am curious if there is a current solution for this option.

couldnt you use system.opc.readValue

Yes. Thank you for the tip.