Table of Contents

Acuit Pinpoint Server Plug-ins

Acuit Pinpoint Server plug-ins are custom .NET assemblies that run on the server to provide custom behavior. For example, when a unit is scanned at the end of a line, a plug-in could be used to send that unit's serial number to a separate warehousing system. They are configured via the line configuration to be loaded by Acuit Pinpoint Server as the line is initialized.

A server plug-in is any public class in a .NET assembly that implements the following interface, which allows it to integrate with the Acuit Pinpoint business logic. See the interface documentation for more information.

Interface Description
ILinePlugIn2 A line plug-in, which can interact with the business logic that occurs for an assembly line.

Server plug-ins are integrated with Acuit Pinpoint Server via the <plugIns> Element configuration settings. They are loaded by Acuit Pinpoint Server and run in-process with the Acuit Pinpoint Server service.