You can exchange data between a FluentControl script and a liquid class microscript by using labware or well attributes. Use SetAttribute() function in the script to set an attribute value to a labware/well attribute. Later, in a liquid class microscript you can read out that labware/well attribute with the GetAttribute() function.
At the liquid class there is usually a pre-defined variable labwareName and indexWell that holds the value of the current labware and well number currently being used when the microscript is executed
To read labware attributes in a microscript:
GetAttribue(labwareName,yourAttributeName)
To read well attributes in a microscript:
GetAttribute(labwareName,“Well[”+indexWell+“]”.yourAttributeName)
or see also, post #15 in this topic, that contains some screenshots
Fluent Control Wishlist - Tecan - Lab Automation Forums