Experiment 1.2 - First Programs - NeuLog Sense Autonomous Manual

Table of Contents

Advertisement

Experiment 1.2 – First Programs
Objectives:
Using instructions for building a procedure.
Downloading a program to the controller and running it.
Equipment required:
Computer
RobocklySense software
SENSE autonomous
USB connection cable
BAT-202 Battery module
Discussion:
A computer program is composed of chains of instructions according to the
programming language instruction set. There are various programming languages,
with different instruction sets and multiple types of programming.
We must tell the computer which instruction is the first instruction in the chain.
The computer will execute this instruction and will continue on to the following
instruction in the chain.
The program may include instructions that direct the computer to other
instructions other than the subsequent one.
The program may include instructions that move the computer to other chains
under condition.
There are many types of programming languages. Each one has its own syntax
and its own set of instruction.
The RobocklySense is a visual block-programming editor. The RobocklySense
uses blocks that link together to build a program and to concentrate on problem
solving, instead of writing code texts in a certain programming language.
The RobocklySense is very user friendly and it is easy to create and run robotics
programs. It is powerful for robotic programs and the best software to start with.
12

Advertisement

Table of Contents
loading

Table of Contents