Mapping INT value trough OPC UA

Hi all,

I’m using KUKA sim 4.3 and I’m have trouble reasing values from OPC UA server (codesys in my case)

The boolean are OK but i’m only getting the first bit on INT (READ OR WRITE).

How can you achieve this? KUKA support could not help me with this

Thanks!

image


Connectivity reads it as integer from the server and then converts it to a Boolean because your simulation variable is a Boolean signal (or Boolean signal in a Signal map in this case).

You can get the value to an integer signal or integer property just as easily, but using it inside a KRL program requires ugly hacks because of KUKA’s limitations.

OK thanks!
From what I understand I need another add-on (modeling) to run Python script in kuka sim?