Equipment Schedule Component?

Hello,

In which package/API do the Equipment Schedule component classes live?
We would like to develop a customized version of this component for our internal use (similar to the customization Sepasoft performed with their MES Schedule View component).

Thank you,
Mike

None of the Vision components are part of the module SDK or public API.

It’s at com.inductiveautomation.factorypmi.application.components.EquipmentScheduleView but you wouldn’t be able to link or compile against it.

If you abandon maven and use a custom build environment, you can subclass Ignition components, using the jars from an Ignition install as references. I do this with my NoteChart module. But it is not a supported approach, although nothing done with the SDK can really be called “supported”.

Understood. Thanks all for the info. :slight_smile: