Hi,
I am interested in reading the cross connection configuration from the robot using PCSDK. I can get the object for the ExternalIO configuration database, and I can get the object for the EIO_CROSS section, but I don’t know how to read the individual entries, since they don’t have a “name” attribute like the other config entries.
For example, my first guess would be to use get_Item(string name) and pass the resultant as the name, but that does not seem to work. Does anyone know how to do this?
Thank you.