๐Ÿ“–
Code and Compile Wiki
E-Learning SchoolYouTubeLinkedIn
  • Code and Compile Wiki
  • ๐ŸŒŽQuick Links
    • ๐Ÿ“ƒGitHub
    • ๐Ÿ‘ฉโ€๐Ÿ’ปLinkedIn
    • ๐Ÿ“ธInstagram
    • ๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘งFacebook Group
  • ๐ŸขThe Company
    • ๐Ÿ’ฅVision and Values
    • ๐Ÿ˜ŽMeet the Creator!
    • ๐Ÿ’ธDiscount: 20% OFF
  • ๐ŸญFactory Automation
    • Industrial Control
    • Digital Twin
      • FACTORY IO
        • Tasks and Solutions
        • FACTORY IO Scene
      • Simumatik
        • 01: Introduction to Simumatik
        • 02: Conveyor ON-OFF control
        • 03: Conveyor direction control
        • 04: Motor Control with Codesys
        • 05: Electro-Pneumatics with S7-1200 PLC
        • 06: Control IoT Device with MQTT
        • ๐Ÿ“šResources
    • PLC
      • Allen Bradley
        • Micro850 PLC
          • PLC Exercises - Part 1
          • PLC Exercises - Part 2
        • Micrologix 1000 PLC
        • Micrologix 1400 PLC
      • Delta Electronics
        • DVP 14SS2
        • DVP 12SE
        • DVP 10SX
        • PLC Exercises 1
      • Omron
      • PLCnext
      • Siemens
        • S7-200
        • S7-1200 (Basic)
          • ๐Ÿ“™Course Presentations
          • ๐Ÿ“„TIA Projects
        • S7-1200 (Advanced)
          • ๐Ÿ“™Course Presentation and Projects
          • ๐Ÿ“™HMI Presentations and Projects
      • Codesys
        • Exercises - Part 1
      • WAGO CC100
      • Schneider
        • PLC Exercises
    • Safety Controller
      • Banner SC10 Series
        • 1: Introduction to Safety Controller SC10
        • 2: Interfacing SC10 controller with PC
        • 3: Programming SC10 controller
        • 4: RF door switch safety circuit
        • 5: E-Stop safety circuit
        • 6: E-Stop safety circuit with ext. Reset
        • 7: Indicating fault on Manual reset button
        • 8: Interfacing S7-1200 PLC with SC10
        • 9: Reading virtual Non-safety inputs via PROFINET
        • 10: Bypassing the Magnetic switch via PROFINET
        • 11: Monitoring safety signals on Node-RED Dashboard
        • ๐Ÿ“šResources
    • AC Drives
      • Allen Bradley
        • PowerFlex 400
      • Delta Electronics
        • VFD M-Series
        • Servo Drives ASDA-B Series
    • HMI
      • Weintek
      • Delta HMI
      • Siemens KTP400
        • Error 1: Missing Panel images
    • 3D Camera
    • SCADA
      • Ignition SCADA
  • ๐ŸŒŽIIoT
    • Introduction to IIoT
      • Importance of Unified namespace
    • IIoT Devices
      • Arduino
      • ctrlX CORE
        • ๐Ÿ“น01- Using ctrlX CORE as PLC and Node-RED Server
        • ๐Ÿ“น02- Using ctrlX CORE as MQTT Broker
        • ๐Ÿ“น03- Interfacing ctrlX CORE with ctrlX I/O via EtherCAT
        • ๐Ÿ“น04- Introducing ctrlX CORE IDE App
        • ๐Ÿ“น05- Connecting OT with IT using Bosch DeviceBridge app
        • ๐Ÿ“น06- Interfacing ctrlX CORE with IO-Link master using EtherCAT
        • ๐Ÿ“น07- ctrlX CORE as HMI- Part 1
        • ๐Ÿ“น08- ctrlX CORE as HMI- Part 2
        • ๐Ÿ”—Virtual ctrlX WORKS
      • Raspberry Pi
      • Revolution Pi
      • Weintek cMT-G01
      • Banner Snap Signal
    • IIoT Tools
      • SIGNL4
      • Node-RED
        • Tips
      • OPC UA
        • ๐Ÿ–ฅ๏ธOPC UA Course
        • ๐Ÿ’กTroubleshooting
          • ๐Ÿ“ƒCertificate error in Node-RED
      • MySQL
      • MQTT
      • IO-Link
        • SICK
  • ๐Ÿ‘จโ€๐Ÿ”ฌResources
    • Yearly Subscription Guideline
    • Based on Courses
    • Books and Guides
    • Computer configuration
    • Hardware and Software
    • ๐Ÿ“‘Articles
      • ๐Ÿ‘จโ€๐Ÿ’ปModbus Addressing
  • โš™๏ธProjects
    • SmartFactory
Powered by GitBook
On this page
  • Software platform: FACTORY I/O
  • Task 1: From A to B
  • Task 2: From A to B (SET/RST)
  • Task 3: Filling Tank (Timers)
  • Task 4: Queue of Items (Counter)
  • Task 5: Assembler
  • Task 6: Assembler analog
  • Task 7: Buffer Station
  • Task 11: Basic PID explanation
  • Task 12: PID Level Control
  • Task 14: Sorting by height (Basic)
  • Task 16: Sorting by weight
  • Task 19: Production line
  • Download all solutions
  • Building Conveyor line

Was this helpful?

  1. Factory Automation
  2. Digital Twin
  3. FACTORY IO

Tasks and Solutions

In this page, you will find solutions for some of the pre-build FACTORY I/O scene. Feel free to download, use or modify the solutions.

PreviousFACTORY IONextFACTORY IO Scene

Last updated 1 year ago

Was this helpful?

Software platform: FACTORY I/O

Download link for the solution is given at the end of the page. Kindly scroll down

Task 1: From A to B

In this solution, you will learn how to use contact logic instructions for moving the box from A to B.

Task 2: From A to B (SET/RST)

In this solution, you will make the same logic using SET and RESET instructions

Task 3: Filling Tank (Timers)

In this solution, you will learn how to use timers for filling and draining the tank

Task 4: Queue of Items (Counter)

In this solution, you will learn how to use counter for counting the objects on the conveyor

Task 5: Assembler

In this solution, you will learn how to make sequence logic to assemble the upper and lower part using digital IOs

Task 6: Assembler analog

In this solution, you will learn how to make sequence logic to assemble the upper and lower part using analog IOs

Task 7: Buffer Station

In this solution, you will learn how to make buffer logic for the conveyor system

Task 11: Basic PID explanation

In this solution, you will learn the basics of PID algorithm using analog sensor and analog conveyor

Task 12: PID Level Control

In this solution, you will learn how to implement PID logic to the tank level system to control the tank liquid

Task 14: Sorting by height (Basic)

In this solution, you will learn how to sort the object based on height

Task 16: Sorting by weight

In this solution, you will learn how to sort the object based on weight

Task 19: Production line

In this solution, you will learn how to make production flow system using conveyors and robot working together

Download all solutions

Building Conveyor line

Solutions are given in the file below

Download all the solutions using the file below. Kindly use to extract the files from the file

๐Ÿญ
WinRAR
504KB
FACTORY IO with CONTROL IO.rar
10KB
Light Load Conveyor System.rar
Pre-built scene in FACTORY I/O
Pre-built scene in FACTORY I/O
Pre-built scene in FACTORY I/O
Pre-built scene in FACTORY I/O
Pre-built scene in FACTORY I/O
Pre-built scene in FACTORY I/O
Pre-built scene in FACTORY I/O
Customzed scene
Pre-built scene in FACTORY I/O
Pre-built scene in FACTORY I/O
Pre-built scene in FACTORY I/O
Pre-built scene in FACTORY I/O