EasyManuals Logo

WAGO 750 Series User Manual

WAGO 750 Series
248 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #110 background imageLoading...
Page #110 background image
106 Step-by-Step Guide to your own Linux Application
Create your own User Space Application
WAGO-I/O-SYSTEM 750
Linux Fieldbus Coupler
Create the make file, e.g. using EMACS, KATE or JOE.
> emacs Makefile
Call EMACS editor
Insert the following code into the emacs and press CTRL-X CTRL-S to save
it.
In order to connect the make file to the global make file of the cross compiler,
you have to paste the new directory into the ~/uclinux-dist/user/Makefile make
file in the dir_y variable:
> emacs ../Makefile
Tippen Sie den folgenden Code in den emacs und speichern Sie ihn CTRL-X
CTRL-S.
The program, along with all other user space programs, is compiled if make
in the /uclinux-dist directory is executed with the following option (see chapter
5.3).
> cd ~/uclinux-dist
> make user
A binary file "newProg" is created which can be copied into the Linux
fieldbus coupler via NFS or FTP, for example.
> cd ~/uclinux-dist
> make user romfs image
This will also create a binary file newProg. At the same time, the romfs
directory is updated and the new image of the file system jffs2.img is created
which can be loaded via the boot loader (U-Boot) (see 5.10.2).
all: newProg
newProg: newPorg.o
$(CC) $(LDFLAGS) -o $@ newProg.o $(LDLIBS$(LDLIBS-
$(@)))
cp newProg /targetfs/
romfs:
$(ROMFSINST) /bin/newProg
clean:
rm –f newProg *.elf *.gdb *.o
...
dir_y = kbusapi ... newProg
...

Table of Contents

Other manuals for WAGO 750 Series

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the WAGO 750 Series and is the answer not in the manual?

WAGO 750 Series Specifications

General IconGeneral
Protection ClassIP20
Bus CouplersPROFIBUS, CANopen, Ethernet
ModulesDigital Input, Digital Output, Analog Input, Analog Output
MountingDIN rail mounting
Voltage Supply24 V DC (typical)
Communication ProtocolDepends on the bus coupler (e.g., PROFIBUS, CANopen, DeviceNet, Ethernet)
Digital Input ChannelsVaries by module (e.g., 8, 16 channels)
Digital Output ChannelsVaries by module (e.g., 8, 16 channels)
Analog Input ChannelsVaries by module (e.g., 2, 4, 8 channels)
Analog Output Channels1, 2, 4 channels (depending on module)
Width12 mm, 24 mm (typical module widths)
Number of ChannelsVaries by module type
Current Consumption per ChannelVaries by module type

Related product manuals