S7 communication with Technology Object

Hi every one,

I am trying to communicate with S7 protocol a S7-1500 and Ignition. Actually, communication with standard DB works. The issue comes with the “technology objects” as the do not have an address like other variables.

What would be the correct syntaxis to read these variables ?

Here are the TO I tried to connect.

Thanks

I would think its in a similar place to this thread:

Thanks you for your anwser. However, if understood well, the related post give OPC UA connections path and not S7 path as in S7 there is not a namespace “nsu=” but only the path. I mean, that I would like to connect to PLC by S7 Driver and not OPC UA driver.

The new S7 driver may be able to do this, but is only available in v8.3 (currently a release candidate). If you test v8.3, this discussion belongs in that category.

If you are trying to do this in v8.1, it is not possible with the native S7 protocol.

2 Likes

All tags from devices in Ignition exist in the Ignition OPC-UA server. The device drivers are effectively interfaces to the internal OPCUA server, therefore they all have namespace identifiers.

2 Likes

I've not tested this with the new driver in v8.3. I'll try to test it in the next few days.

1 Like