Easyc V4 For Cortex Crack



ForCortex

EasyC V4 for Cortex brings a revolutionary jump in drag-and-drop flowchart programming to the VEX Cortex Microcontroller. 10-user licence. When you purchase this item, you will recieve an activation key. This activation key is used to unlock the 7-day trial version which can be downloaded via the following link: Download Trial Version.

  • Easyc V4 We have recently release the latest Easyc V4 cracked which is fully compatible for all platforms: PC, Mac, Linux. Most of our users has downloaded the Easyc V4 cracked and reported to us that is working with no problem.
  • Aug 01, 2010 Run the easyCV4forCortex4001.exe program Follow the on screen instructions Check the “Install Prolific USB to Serial adapter driver“ checkbox before clicking the Finish button, the driver installer will startup after a few seconds Sample files copied into a “Intelitek” subfolder in the Documents (or My Documents in XP) folder.
  • As above, I'd like a crack for easyC V4 by intelik, or a link to one that I may have missed. Back-story of this request: I'm working at a robotics summer camp, and this is the program we use to teach kids how to program their robots, since its a simple, drag and drop application.
EasycCrack

Easyc V4 For Cortex Crack Filmora

BEST Robotic, Inc.
easyC
Team Training
Programming With easyC
August 19, 2011
1
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
What You’ll Need…

Minimum System Requirements

Windows XP/Vista/Win7, Mac not supported

PIII
-
450MHz+, 256MB+ RAM, 120MB Hard Disk Space

Administrator Access on the PC

1 USB port available for Cortex programming

Software & Installation

Software provided on CD

Installer auto runs from CD

4
-
month license begins at installation, 3 seats

Updates available at
http://www.intellitekdownloads.com
August 19, 2011
2
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
What gets installed?

Prolific USB to Serial Driver

easyC Integrated Development Environment

IFI/Intelitek Loader

easyC libraries

IFI VEXnet firmware upgrade*

Many example projects

14 Integrated Tutorials
*
Note:
Firmware upgrade requires administrator mode on Windows VISTA.
Right click on “IFI
VEXnet
Firmware Upgrade” in Programs
Menu and select “Run as administrator”.
August 19, 2011
3
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
Key Software Locations

Start Program Menu items are added

easyC V4 for Cortex

Desktop icons

Projects and Libraries are added here

My Documents

Intelitek

easyC V4 for Cortex
August 19, 2011
4
Copyright © 2011 BEST Robotics, Inc. All rights reserved.

Must be in the administrator account (or administrator
mode)

Run the easyC_V4_for_Cortex4020.exe program

Follow the on screen instructions

Check the “Install Prolific USB to Serial adapter driver“
checkbox before clicking the Finish button, the driver
installer will startup after a few seconds

Sample files copied into a “Intelitek” subfolder in the
Documents (or My Documents in XP) folder

Sample files must be copied to each users folder if the
software will be shared by multiple users on the same
machine.
easyC
Software Installation
August 19, 2011
5
Copyright © 2011 BEST Robotics, Inc. All rights reserved.

On the first startup of the software, there will a prompt for
registration code

Enter the registration code provided by Hub
easyC
Software Installation
August 19, 2011
6
Copyright © 2011 BEST Robotics, Inc. All rights reserved.

Block based programming

Drag & Drop C function blocks into a C program structure

Raw C code programming

Create your code from scratch in the text editor

Import your own functions/libraries

Create user
-
code blocks that can be placed in the block
programming window

Lots of built
-
in functions/blocks; similar to past BRAIN

setservo(), setmotor(), getjoystick(), getdigitalinput()

Compiles and downloads to your robot
easyC
Software Overview
August 19, 2011
7
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
VEX Cortex Review
USB
Analog
in
Digital
in/out
2
-
wire motor
Standard Serial
Interfaces
(UART, I2C)
Speaker
Out
1
12
1
8
SP
1
2
9
10
2
-
wire motor
3
-
wire PWM
servo/motor ctrl
Gnd
(Blk)
+5v
(Red)
Sig
(Wht)
Sig
(Wht)
+5v
(Red)
Gnd
(Blk)
August 19, 2011
8
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
BEST Default Program
Motor/Servo
Port
Joystick
Channel
Motor Limits
Positive
Direction
Negative
Direction
Motor 1
Not Used
None
None
Motor 2
(Arcade Right)
Channel 1 (Lt, Rt)
Channel 2 (Fwd/Rev)
None
None
Motor 3
Channel 1
Digital Input 1
Digital Input 2
Motor 4
Channel 3
Digital Input 3
Digital Input 4
Motor 5
Channel 3 Inversed
None
None
Motor 6
Channel 2
Digital Input 5
Digital Input 6
Motor 7
Channel 4
Digital Input 7
Digital Input 8
Motor 8
Channel 4 Inversed
None
None
Motor 9
(Arcade Left)
Channel 1 (Lt, Rt)
Channel 2 (Fwd/Rev)
None
None
Motor 10
Not Used
None
None
August 19, 2011
9
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
Programming Vocabulary

Compile

changes your C program into object code
that the linker understands.

Link

combines your program’s object code with the
Intelitek library and other libraries to create code that
is executable on the Cortex processor.

Download / Bootload

transfers the machine code
version of your program from the PC to the Cortex
where it will execute (the IFI/Intelitek Loader will
perform the transfer via the PC USB cable)
August 19, 2011
10
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
Programming Flow
Project
Files
Drag & Drop
(Menu
Cfg
)
Libraries
(C Functions)
1. Write It.
3. Compile & Link.
(aka Build)
4. Download It.
Integrated Design Environment (IDE)
User Created
C Program
2. Save It.
5. Test It.
Target
(Cortex)
easyC V4 for Cortex
easyC Project
Block
-
based
From Scratch
or
August 19, 2011
11
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
Programming (step
-
by
-
step)
1.
Create
a new project.

Select “New Standalone Project” from the File menu

Select “Joystick Project (wifi)” from the popup window
2.
Create your program
; save your program.

Drag & drop programming blocks to create your program
3.
Build (i.e.,compile and link)
the code.

Use the “Build and Download” option from the Build and
Download Menu

Errors will be reported in the “Outputs & Tasks” window
4.
Download
the program to the Cortex

Automatic if using the “Build and Download” option

IFI/Intelitek Loader window will popup showing progress
August 19, 2011
12
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
Creating a new project
August 19, 2011
13
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
Type of project
August 19, 2011
14
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
August 19, 2011
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
15
Navigating
easyC
(1)
This shows the easyC layout with a New
Standalone Project started and all of the
View options turned on.
Navigating
easyC
(2)
August 19, 2011
16
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
Navigating
easyC
(3)
August 19, 2011
17
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
Navigating
easyC
(4)
August 19, 2011
18
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
Navigating
easyC
(5)
August 19, 2011
19
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
Set Controller Configuration
The Controller Configuration window is used to
identify what the various interfaces will be used
for and whether the digital interfaces are
configured as inputs or outputs. The Controller
Configuration window can be accessed via the
Project menu. The example shown is the
BEST default program.
August 19, 2011
20
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
August 19, 2011
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
21
Creating a Program
Drag blocks from here
Drag blocks here to build your program.
Context sensitive so you can’t make a
program structure mistake.
The programming blocks in the Program Flow folder are
primarily standard C language constructs.
The items unique to
easyC
are as follows:

Timer: Gives access to six software timers.

Wait: Suspends program execution.

Assignment: For writing a custom expression.

Print To Screen: For sending output to the terminal window
while a program is running (usually used for debugging).

Graphic Display: For sending output to the Graphic
Display window while a program is running.

Comment: For placing a comment statement in the code.

User code: Can construct any valid C statement/s.
easyC
Program Flow Options
August 19, 2011
22
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
The switches used by BEST can be used in
conjunction with the Digital Input or the
Interrupt Watcher programming blocks. The
Digital Input block will detect whether a
switch is open (returns a 1) or closed
(returns a 0). The Interrupt Watcher block
detects whether a switch state has changed.
Note that the Bumper Switch, Limit Switch
and Digital Input blocks are all functionally
the same, only their names are different.
easyC
Input Options
August 19, 2011
23
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
The Motor and Servo Module blocks can be
used interchangeably. However it is
suggested to use the Motor Module with
motors and the Servo Module with servos
just to make the code more readable.
BEST does not currently use any devices
that would make use of the Digital Output
block.
easyC
Output Options
August 19, 2011
24
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
Many prewritten functions are available to
interface with the Joysticks. These standard
functions can be used or you can read the
Joystick values into variables with the “Get
Joystick” blocks and then manipulate these
values before sending them to the motors or
servos.
easyC
Joystick Options
August 19, 2011
25
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
The Battery blocks can be used to detect the
voltage of the main battery or the backup
battery. The voltages can then be reported
via the terminal window or the graphical
display window.
easyC
Battery Blocks
August 19, 2011
26
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
easyC
Mathematical Functions
August 19, 2011
27
Copyright © 2011 BEST Robotics, Inc. All rights reserved.

+
127

+
127

-
127

-
127

+
127

+
127

-
127

-
127
The joystick and accelerometer limit return
values are +127 and
-
127 as shown in the
figure. The buttons have a return value of 1
when pressed and 0 when released.
Accelerometer rotate
right limit +127
Accelerometer rotate
left limit
-
127
Accelerometer rotate
forward limit +127
Accelerometer rotate
back limit
-
127
easyC
Joystick Return Values
Y Axis
X Axis
August 19, 2011
28
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
Whole Number Variables
char
-
127 to 127
unsigned char
0 to 255
signed char
-
127 to 127
Int
-
32,768 to 32,768
unsigned int
0 to 65,535
short
-
32,767 to 32,767
unsigned short
0 to 65,535
short long
-
8,388,608 to 8,388,607
unsigned short long
0 to 16,777,215
long
-
2,147,483,647 to 2,147,483,647
unsigned long
0 to 4,294,967,295
Decimal Number Variables (6 digits of precision)
float
1e
-
38 to 1e+38
double
1e
-
38 to 1e+38 (same as float in this environment)
easyC
Variable Reference
August 19, 2011
29
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
The LCD blocks are for a VEX LCD device
that is not used by BEST.
The User Functions folder has the functions
that you have created. You can just drag
and drop them into your code to call them.
easyC
Other Options
August 19, 2011
30
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
Build and Download
Select “Build and Download” from the “Build
and Download” menu to build (compile/link)
your program and download it to your robot.
The IFI/Intelitek Loader will run after build is
complete.
August 19, 2011
31
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
Build: Compile Errors
To determine where the errors are in your
code, open the “C Programming” window
from the Window menu. The line numbers
of the code will be displayed.
Compile errors will be reported in the output
& tasks window.
August 19, 2011
32
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
Successful Build
August 19, 2011
33
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
.
Option 1: Direct USB Download
Download the Program
Uses only the A
-
A USB cable.
Battery
is not
needed
August 19, 2011
34
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
.
Option 2: Tethered Download
Download the Program
Uses the programming cable with
A
-
A USB tether.
Allows advanced debugging.
August 19, 2011
35
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
.
Option 3: Wireless Download
Download the Program
Uses the programming cable with
WiFi USB Keys.
Allows advanced debugging.
Battery
is
needed
August 19, 2011
36
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
IFI/
Intelitek
Loader
The first time the “IFI/intelitek Loader” runs, a message
about updating the master code will pop up.
Simply check the “don’t show this message again”
checkbox and continue.
August 19, 2011
37
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
Advanced Debugging
Advanced debugging functions in easyC are located
under the Tools menu.
(Terminal Window, On
-
Line Window, Graphic Display)
August 19, 2011
38
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
easyC
On
-
Line Window
The On
-
Line Control Window is a good
way to verify hardware function.
It allows direct control of the robot’s I/O
to verify hardware connections are
correct.
August 19, 2011
39
Copyright © 2011 BEST Robotics, Inc. All rights reserved.
easyC
Graphic Display Window
The Graphic Display window is a customizable
window for your program to display the value of
internal variables in real
-
time.
If the Graphic Display is not active; select the Stop
button, then mark the Graphic Display box and
then select the Start button.
The output shown here is from the “Graphical
Display Joystick Test” sample program.
August 19, 2011
40
Copyright © 2011 BEST Robotics, Inc. All rights reserved.