ClientHook startup system tag

Hi, I have been programming and scripting for some while now in Ignition and I really like the platform.

I wanted to ask how I can retreive system tag values from within the AbstractClientHook class. I want to send some information about the user that logged in, to the gateway on startup. Now i have seen that it is possible to add a event client startup script in the Designer view however since I have an AbstractClientHook already with a startup I would prefer to do it there.

So my question is how can I retreive the system tags in the clienthook?

If anyone else is looking for a way.

You can set the bound propertys of your module then add the system tags from the Designer view and everytime the Tag sets the id ur client project can detect the change and retreive the values.

See the Weater module example how to set the bound property’s.