Induction Carton Print

System Setup / Plugin Customization / Plugin Configuration [SET062].

This plugin will only be used with the Voice Carton Picking Advanced module. The user will typically use the Pick Slip Induction module to review and release carton labels through the Voice System. Carton labels can be printed using the core Crystal Report labels or passed on to external printing software that can be configured using this plugin. The plugin is specifically built to output label data that can be used by a third-party system to print and apply to cartons as they are inducted onto a conveyor line.

image-20240610-140146.png
Pick Slip Induction

If you don’t like reading, you can watch the video.

None

Try it!

Plugin details

Type

Plugin Name

Interface

Location

Method Name

Module

Linked Action

Picking/Release

Induction Carton Print

IINDUCTIONPRINT

DATASCOPE.SDK.PluginInterfaces

 

Induction Carton Print

Print Carton

To develop your own plugin:

For more information regarding building the plugin, refer to the high-level overview on how to build a basic plugin - Developing your own plugins

For more information, refer to What is needed to work with Plugins?

  • Open a Class Library Project within Visual Studio

  • Insert the DATASCOPE SDK

  • Insert the inheritance from the DATASCOPE SDK

  • Select the required Interface.

  • Write your code as per your own requirement.

  • Build it into a single .dll file and save it in the C:/ Program Files / DATASCOPE / DATASCOPE WMS WebAPI / Plugins folder on the server.

  • Test it in the module.

To configure this plugin:

  • From the Main Menu, browse to System Setup / Plugin Customization / Plugin Configuration

  • Select Induction Carton Print from the Plugin Name drop-down.

  • Select ADD from the Action drop-down

  • Enter a Display Name (i.e. InductionPrint)

  • Add the compiled DLL file name, developed by a developer, in the Dll FileName field - for example InductionPrint.dll

  • Select Save to save the configuration.

  • This plugin will now be configured for the Print Carton action on the Pick Slip Induction screen.

For more information on configuring a plugin, refer to Create a Custom Plugin and link it to a Module or System Setting (configuring plugins) or Developing your own plugins | Configuring the plugin in the software

image-20240610-135503.png

Â