Whenever a plate has been loaded or swapped in the PIXL the client should notify the PIXL so that it is aware of the change.
The PIXL can be notified of a plate load or swap with the PlateLoaded method on the PIXLClient.
Notifying the PIXL that a plate has been loaded in to the Red bay |
Copy Code
|
---|---|
pixl.PlateLoaded(Bays.Red, "my plate ID", PlateTypes.PlusPlate_96, PlateRoles.Source, string.Empty); |