This tutorial will help you understand how to connect FlexSim to SQL databases.
Note: This is not a beginner tutorial, it is assumed you know basic FlexSim and are familiar with SQL databases. I will be using phpMyAdmin for SQL during the tutorials.
What You Will Learn
- Send information to a SQL database from FlexSim
- Read data from a SQL database for dynamic use within FlexSim
Approximate Time to Complete this Lesson
This lesson should take about 15-20 minutes to complete.
Model Overview
In this model we will get data from a table in a SQL database to determine process times. We will also send information to another table in the same database about flowitem staytimes.
Click here for the Step-By-Step Tutorial.