Scripting vs Automation

220 views

What is the difference between scripting and automation?

In: 1

2 Answers

Anonymous 0 Comments

Automation is the concept of having a system do a task by itself that normally humans would have to do. This can be achieved many different ways.

Scripting is a specific technique that uses a predetermined firm set of instructions for a system to perform a given tasks. That system performs the same way everytime without regard for other inputs and variables. Programming is when the system will changes it’s behavior based on inputs.

A toaster that turns itself on when you put bread into it is automation. If it spits it back out after a predetermined amount of time every time, it’s automation via scripting. If it calculates the time need based on the amount of bread, type of bread, temperature of bread, temperature of the room, humidity of the room, or etc then it’s automation via programming.

You are viewing 1 out of 2 answers, click here to view all answers.