Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 54cac1c2268db633d66eeff1b4faa585 > files > 165

frepple-doc-0.8.1-3.fc15.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  <title>Tutorial / Your first model </title>
  <link rel='stylesheet' href='../styles.css' type='text/css' />
  <!--PageHeaderFmt-->  
</head>
<body>
<div id="container">

<div id="menubar">
  
<div id="logo" align="center">
<br/><img src='../frepple.bmp' alt="frepple" /><br/>
<a href='http://www.frepple.com/'>
<strong>a Free<br/>Production Planning<br/>Library</strong>
</a></div>
<div id="menu">
<br/>
<h3><a href='../Main/HomePage.html'>Main</a></h3>
<h3><a href='../UI/Main.html'>User Manual</a></h3>
<h3><a href='Main.html'>Tutorial</a></h3>
<h3><a href='../Frepple/Main.html'>Reference Manual</a></h3>
<h3><a href='../Main/FAQ.html'>FAQ</a></h3>
<h3><a href='../reference/index.html'>C++ API</a></h3>
<br/><div>
</div>  
</div>
</div>

<div id="content">
<br/>
<!--PageText-->
<div id='wikitext'>
<p><a class='wikilink' href='../Main/HomePage.html'>Main</a> &gt; <span class='wikitrail'><a class='wikilink' href='Main.html'>frePPLe Tutorial</a> > <a class='selflink' href='Step4.html'>Your first model</a></span>
</p>
<p class='vspace'>Work in progress...
</p>
<p class='vspace'>In this section you'll be introduced to the main modeling constructs and build a simple model.
</p>
<p class='vspace'>Our sample company has 2 factories. In the first factory products can be manufactured, stored and then packaged. The second factory packages the products it gets shipped from the first factory.<br />Raw materials for the manufacturing are procured with a certain lead time from external suppliers.<br />We assume an infinite supply of the packaging material.<br />The customers can be supplied with products from both factories, and we prefer to deliver from the factory closest to the customer. Only when the preferred factory can't deliver in time is develiring from the other factory considered.
</p><div  style='text-align: center;'><img src='../uploads/Tutorial/tutorial.jpg' alt='' title='' /></div>
<p class='vspace'>Save the data file for each entity on your computer, and import the file into your frePPLe model as described in point 2 of the previous step.
</p>
<div class='vspace'></div><ul><li><strong>Location</strong><br />  A location is a place where resources, buffers and operations are located. The locations could be physical or logical.<br />  In the picture above the locations are marked as rectangle around a number of other entities.<br />  <a href='http://www.frepple.com/csv.php?url=location.csv' onclick="return popWin('/csv.php?url=location.csv','popup1','300','300','center','center','1','1','0','0','0','0','0')">location.csv</a>
       <script language='javascript' type='text/javascript'><!--
	      function popWin(url,id,px,py,pl,pt,rs,sb,tb,lo,di,st,mb) {
	      if(pl=='center') var pl = (screen.width-px)/2; if(pt=='center') var pt = (screen.height-py)/2;
	      newwindow=window.open(url,id,'toolbar='+tb+',scrollbars='+sb+',location='+lo+',statusbar='+st+',menubar='+mb+',directories='+di+',resizable='+rs+',width='+px+',height='+py+',left='+pl+',top='+pt+'');
	      if (window.focus) {newwindow.focus()} return false;} // -->
       </script>
<div class='vspace'></div></li><li><strong>Item</strong><br />  An item represents an end product, intermediate product or a raw material.<br />  <a href='http://www.frepple.com/csv.php?url=item.csv' onclick="return popWin('/csv.php?url=item.csv','popup2','300','300','center','center','1','1','0','0','0','0','0')">item.csv</a>
<div class='vspace'></div></li><li><strong>Operation</strong><br />  An operation represents an activity: it consumes and produces material, takes a certain time and also requires capacity.<br />  The material consumption is modelled as a flow: see below.<br />  The capacity consumption is modelled as a load: see below.<br />  In the picture above the operations are shown as the red rectangles.
<div class='vspace'></div></li><li><strong>Buffer</strong><br />  A buffer is a storage for a item. It represents a place where inventory of an item is kept.<br />  Operations consume material from or produce into buffers using flows: see below
<div class='vspace'></div></li><li><strong>Flow</strong><br />  Flows are used to model the consumption and production of material.<br />  They create a link/assiocation between an operation and a buffer.<br />  In the picture above the flows are visible as arrows between a buffer and an operation. Arrows from a buffer to an operation represent consumption of material, and arrows starting from operation represent material that is produced.
<div class='vspace'></div></li><li><strong>Resource</strong><br />  Resources represent capacity. They represent a machine, a worker or a group of workers, or some logical limits.<br />  Operations consume capacity using loads: see below.<br />  The picture above shows the name of the resource. 
<div class='vspace'></div></li><li><strong>Load</strong><br />  Loads are used to model the capacity consumption of an operation.<br />  They are displayed as a dashed line in the above picture.
<div class='vspace'></div></li><li><strong>Demand</strong><br />  Defines independent demands for items. These can be actual customer orders, or forecasted demands.<br />  The actual demands are not shown in the above picture, but the operations (big red rectangles)you see on the right are the delivery operations that are planned to satisfy the demand.<br />  In this example the delivery operations are alternate operations, modelling the choice to meet the demand from the 2 factories.
<div class='vspace'></div></li><li>Verify the <strong>supply path</strong>
<div class='vspace'></div></li><li>If you didn't complete all of the above steps successfully, you're lucky: there is a fixture available that let's you catch up.<br />  Open the menu item "execute" and hit the "erase" button. Next, select the "tutorial 1" dataset from the list and hit the "load" button.
</li></ul><div class='vspace'></div>
</div>

<!--PageFooterFmt-->
<!--HTMLFooter-->
</div></div>
</body>
</html>