Hello,
I would like to re-open this topic: Using OPC UA to connect Fanuc robot - FlexSim Community
In conclusion, build-in Emulation GUI tool doesn't support specifying array index, we need to use internal Emulation in Process Flow.
So we can set node id to following format, where the %s is array index.
ns=2;s=Model;DiscreteInput[%s]
But it fails to read correct value of array, which is always zero.
I use OPC UA ANSI C Demo Server (Windows) as OPC UA server for testing.
UaExpert to modify node value, I set all boolean values to true.
Could you find out what is wrong in my model?