Search Tutorials

Industrial training has become an essential part in training personnel and getting them ready for the challenging work in the industry. An Open Source Hardware initiative by FOSSEE Project at IIT Bombay presents OpenPLC, an open source Programmable Logic Controller. This Cost effective, robust, dynamic and modular hardware with open source software enables students from various streams of Engineering and Polytechnics to learn Industrial automation using Ladder Logic programming language, one of the widely used languages in automation industries. Spoken Tutorials on OpenPLC will be based on OpenPLC hardware and LDmicro software. Both are available free and open source to use. LDmicro generates native code for microcontrollers like Atmel AVR and Microchip PIC16. OpenPLC is based on the ATMega16 AVR microcontroller. The board is equipped with sets of digital and analog input/output pins, a standard ISP header to which you can connect an external programmer for loading programs from computers, output power pins, external UART module, reset button etc and input power terminal. Read more


About 1286 results found.
  1. Instruction Sheet
  2. Installation Sheet
  3. Brochures

Foss : OpenPLC with LDmicro - English

Outline: Connection of SMPS and USBasp to the Mainboard Different types of timers Insert Contact, Delayed turn on timer and Coil in the same order Real-time simulation of timeron Make h..

Intermediate

Foss : OpenPLC with LDmicro - English

Outline: Connection of SMPS and USBasp to the Mainboard Insert Contact, Retentive Delayed turn on timer and Coil in the same order Real-time simulation of RTO How RTO works? Turn off si..

Intermediate

Foss : OpenPLC with LDmicro - English

Outline: Connection of SMPS and USBasp to the Mainboard 3 types of counters - Count up, Count down, and Count circular About working of CTU counter Insert a Contact and a Coil To the r..

Intermediate

Foss : OpenPLC with LDmicro - English

Outline: Connection of SMPS and USBasp to the Mainboard Insert a Contact and a Coil Insert one more Contact parallel to existing Contact To the right of first Contact, insert a CTU To t..

Intermediate

Foss : OpenPLC with LDmicro - English

Outline: Connection of SMPS and USBasp to the Mainboard Example for CTC counter Insert a Contact and a CTC Insert a rung below Insert EQU and a Coil in the new rung Set the parameters..

Intermediate

Foss : OpenPLC with LDmicro - English

Outline: About OpenPLC Heater module How the Heater module works? Main components - Fan, Resistor, Thermistor, Indicator LEDs and Connectors Power input and 3 MCU pins as fan, heat and t..

Intermediate

Foss : OpenPLC with LDmicro - English

Outline: Connection of SMPS and USBasp to the Mainboard About Analog to Digital Converter Read instruction Working of this instruction using a simple analog example How to control the te..

Intermediate

Foss : OpenPLC with LDmicro - English

Outline: Connection of SMPS and USBasp to the Mainboard About PWM instruction Create a logic to control the speed of a fan using PWM Setup in LDmicro Setting the duty cycle and frequenc..

Intermediate

Foss : Osdag - English

Outline: Reviewing different versions of Osdag on the Osdag website Downloading Osdag from Osdag website Installing Osdag in Ubuntu Linux OS About Installation steps in Osdag Ab..

Basic

Foss : Osdag - English

Outline: Reviewing different versions of Osdag on the Osdag website Downloading Osdag from Osdag website Fill the Osdag User Information Form Installing Osdag in Windows OS About Instal..

Basic

Foss : Osdag - English

Outline: Opening Osdag Modules in Osdag Homepage of Osdag Selecting Fin Plate connection Loading a sample design example Introduction to Input Dock, Output Dock, Message window and Gra..

Basic

Foss : Osdag - English

Outline: Design Scenarios in Osdag Optimum Design theory Design Check theory Homepage of Osdag Modules in Osdag Selecting Tension Member module Filling of the Input Dock according to ..

Basic

Foss : Osdag - English

Outline: Understand the Design Check algorithm in Osdag Review the Homepage of Osdag Review the Modules in Osdag Perform the design example on the Tension Member module Fill the Input D..

Basic

Foss : Osdag - English

Outline: About Tension member module Filling Input Dock Sample design example Define inputs Save input menu OSI file Load input menu Design check Log messages Unsafe design

Intermediate

Foss : Osdag - English

Outline: Load OSI file Perform design Colour coding scheme of log messages Interpret the log messages Read ERROR message Read WARNING message Read INFO message Rectify the unsafe de..

Intermediate

Foss : Osdag - English

Outline: Perform the design View log messages Review design results Explore Design Preferences Define Member preferences About custom sections Define Connector preferences Define Bo..

Intermediate

Foss : Osdag - English

Outline: Sample design example Visualise the 3D CAD model Handling the 3D CAD model: Zoom, Pan and Rotate Reference axis of CAD in Osdag 2D views of the CAD model: Front View, Side View..

Intermediate

Foss : Osdag - English

Outline: View the design Create design report Create a user profile Save the user profile Save design report Open and view the design report Read the sections in the report Interpret..

Intermediate

Foss : PERL - English

Outline: 1. Installation of Perl 5.14.2 on Ubuntu Linux Installing XAMPP in Linux (XAMPP is a cumulative package consisting of Apache, PERL, PHP and MySQL Packages is availabl..

Basic

Foss : PERL - English

Outline: Variables are used for storing values, like text strings, numbers or arrays All variables in PERL start with a $ sign symbol Declaring a variable in PERL: $var_name = value; e.g..

Basic