Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Introduction

Bin Sentry is an IoT Solution that reads Bin Inventory and availability and reports it to a central solution. This solution is exposed through an API. In Aeros LIVE, we record Feed Ending Inventories against flocks, which we use to determine how much feed was consumed from what was delivered. Are they on schedule? Is there more feed in the bin than we anticipate? These questions are answered now by manually checking bin volume and reporting these ending inventories in Aeros LIVE either through data entry or a data import. If we can reconcile the bins in Bin Sentry with Aeros LIVE we can call their API to get "Latest Readings" and turn them into ending feed records in Aeros LIVE.     

Prerequisites

To Integrate Aeros LIVE Ending Feed with Bin Sentry Latest Readings, we will need:

  • Required:
    • Access to Aeros LIVE
    • Access to Aeros CONNECT
  • Recommended:
    • Access to Bin Sentry UI

Configuring Connect

Config Connect for LIVE Database

As a part of the initial setup, we'll need to add connection strings into the CONNECT_User.dbo.ConfigConnect table for LIVE. CONNECT will be writing to the LIVE_User database, but reading a stored procedure to check for available flocks that is in the LIVE_System database. 

A LIVE_User database has an fkIntegrateSystem id of "1", and an fkIntegrateProduct id of "1", while a _User databases are "1" and "3".


  • No labels