Read properties from .ctr file

Hi all,

im wondering if there is a way to read from the container properties loaded on a rack.

Im loading and adding containers onto a 32pos carrier during runtime via the DevAddContainerToRack.
On a later workflow step i would like to read manually set properties from the containers properties.

Only way i found was to read the properties of the corresponding .rck file (in my case the carrier) but the from the .ctr loaded on the .rck.

Any suggestions?

Thanks!

Hi @Manuel ,

Using LabwarePropertyQuery, you can parse the property from the container file using the following steps:

2 Likes

@BrandonBare_Hamilton Thank you. Thats what i was searching for. Works!

3 Likes