khadarBaaNBoard
16th February 2006, 11:51
Dear All,

We are in Animal Feed Manufacturing industry. We are in the process of making interface between our Production Control System and BaaN IVc4 Shop Floor Control Module.

The output from Production Control System consists of quantities produced for finished products and quantities consumed for raw materials. Currently the data is entered manually in the SFC module.

We do following steps:
1. Maintain Production Orders (Release from the same session)
2. Report Operations Completed (By completing the last operation)
3. Report Production Orders Completed
4. Maintain and Release Inbound data
5. Enter Material Issue for Production Orders (Correct for actual quantities)
6. Generate and Release Outbound Data
7. Backflush Hours
8. Close Production Orders

We are exploring the options for the interface development. I understand that by using Function Server, we can develop the interface without writing much code. I am going through the help of DDC module and trying to understand.

I appreciate if any one can give the sequence of steps to follow in interface development based on the above conditions. Any exercises for using DDC/function services are also helpful. I appreciate any suggestions.

Thanks in Advance,

Shaik Abdul Khadar, CPIM
s.khadar@arasco.com

lbencic
16th February 2006, 17:27
Hi -

There are several consulting firms that developed and sell middleware to connect up the DDC, my company is one of these. These can be fairly cheap if you want to develop the apps on your own. Of course, all of the apps are also available from most middleware providers as well, and Baan itself released some ddc compatible versions of many sessions - these would be the 'b000' versions of the sessions (such as tihra1101b000).

The steps to develop your own middleware for the DDC are described in the DDC Standards doc from Baan, but I'm sorry I don't have the doc anymore and it looks like the support site is not responding. But much of this can be found on your system help, if you look for Distributed Data Collection (tuglobddc0) and related links. It's very good help, but a complicated process. Given that model, you need to develop your own c libraries that will communicate with the Baan DDC, sending Requests and receiving Replies according to their structure.