From version 1.2.2 of the Clever PrintNode App, we have added Weighing Scales Integration which includes Scale Lookup and Weights Retrieval.  Please also refer to the below links on the PrintNode website for more information.

Reading Scales Over the Internet | PrintNode

Supported Scales | PrintNode

Testing Scales API | PrintNode

 

Details of the Scale will need to be defined on the Scales Page in Business Central.  The Get Scale Weight Function can then be used to collect the Scale weight information.

 

In addition to the above, the Scale Management PNITMN Codeunit has Scale Functions exposed.  For example:

  • procedure GetWeight(ScaleID: Code[10]; ShowMessage: Boolean): Decimal