Can't get the Equipment inside the Sepasoft

Hi,

having a problem:

obj = system.mes.loadMESObjectByEquipmentPath(“New Enterprise\New Site\New Area\New Line”)

throws me an error see below

image

15:10:52.531 [AWT-EventQueue-0] ERROR com.sepasoft.production.rpc.ProductionRPCProxy - Failed: loadMESObjectByEquipmentPath()
com.inductiveautomation.ignition.client.gateway_interface.GatewayException: Error reading row in database for MES Object UUID of 69045e20-82dd-46bc-a4b1-64cd1a2d4211

also the ooe manager doesn’T show it to me.

I restarted the production module already

Cheers

Has anybody a clue?

Frank

Possibly using backslashes in a string? Those are escape characters for python strings.

Try obj = system.mes.loadMESObjectByEquipmentPath(“New Enterprise\\New Site\\New Area\\New Line”)

I’m wondering if the equipment path is like ignition tag paths (forward slashes).
Try to right click -> Copy Equipment Path on the MES Line Object from the Production tree.

Checkout the code snippet here:
https://help.sepasoft.com/docs/display/SEPA/system.mes.loadMESObjectByEquipmentPath

The only solution was to reinstall Ignition again from scratch.