πŸ“–
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
  • Welcome aboard!
  • What you will find here?
  • How to use this wiki?
  • Code samples

Was this helpful?

Code and Compile Wiki

This wiki has all the content required to practice our courses.

NextQuick Links

Last updated 4 months ago

Was this helpful?

Welcome aboard!

This is the wiki from Code and Compile which has all the documentation you need if you are enrolled in .

πŸ’‘ This is a beta version. Information stored in Wiki is published from Code and Compile which may have errors. Feel free to πŸ“§ us at info@codeandcompile.com for any corrections.

πŸ“ΉCheck out our for 12+ courses related to Industrial Automation and IIoT. Use the coupon code GETITALL20 to get 20% off on all Standalone courses, bundles, and yearly subscriptions.

πŸ•΅οΈβ€β™‚οΈWondering where to Start?

Check out this where you will find the learning path to our courses

Looking for some free content πŸ‘©β€πŸ’»? Check out our with 100+ free videos on PLC, HMI, Factory Automation, SCADA, IIoT, etc.

If you speak or understand Hindi, then check out this where you will find 100+ PLC videos on Delta electronics.

Do you love memes 😍? You can explore many automation memes at our

What you will find here?

The intention of this wiki is to provide a one-stop platform to help you with your journey to Industrial Automation and IIoT. The internet is filled with information but sometimes it is challenging to find structured information. This wiki would be one of your best solutions.

You will find the resource material related to the following topics:

PLC

Factory Automation

Node-RED

HMI

Robotics

OPC UA

AC Drives

IO-Link

Digital Twin

SCADA

MQTT

MySQL

The list is not limited and will be updated every week. Feel free to share your ideas πŸ’» πŸ’‘

How to use this wiki?

  1. This wiki is 100% free to use. 😍

  2. On the left navigation you will find related topics. Just simply click on the topic of your interest

  3. If you like to contribute to this wiki, feel free to contact us at info@codeandcompile.com

Code samples

The text in the following format is an example of code which you can use directly by copying it.

var a = 1;
while (a <= 10) {
    document.write(a + "<br />");
    a++;
}

Use this wiki as a reference for all the courses of

ℹ️
Code and Compile E-Learning school
Code and Compile E-Learning school
free guide
YouTube
YouTube channel
Instagram account
Code and Compile
Page cover image