Newbie using WAGO IO Pro

Simus

Member
Join Date
Jul 2003
Posts
1
Hi,

I'm really new in PLC.
I'm using the WAGO IO PRO program.

What I have, is a module with extensions, AI, DI, DO.
The program I have to do is, when one of the AI get over a certain value, I must activate a DO.

I think that it is really simple.

The problem is that I don'y know where I must begin.

Does anyone have heard about samples of that kind for WAGO IO users?

Thanks a lot!
 
Simus

As you have stated this is really simple.

I don't know WAGO IO PRO program, but I will do a quick generic rung for you. This might point you in the right direction for the program you are using.


+-------+
--| |---| EQ_ |--
| |
| | DO 1
AI 1--|IN1 Q |----------( )
| |
200 --|IN2 |
| |
+-------+




Below is a similar rung using Step7, the explanation is the same as for the above.

Paul

compare.jpg
 
wago program analog

as i do almost every thing in blocks
i will give you example in it
start up your prog
if new then first name is plc_prg
leave the name like it is.
i use this for cal instructions
so just type CAL ANA
this will call another program
called ana
in left screen right click and add object
name is ana
type is program
language is fbd
on line 1 put in operator
you will get a block called AND
change it to GT by keyboard
you will see 2 three ?
on top type in anin
type is int
address is %iw0
rest is oke
on lower for example 800
on right side make a in--R
give it name bigger
type is bool
address is %qx0.0
that is all
now you can simulate it or load it into plc
if need more help just give call to [email protected] or +31653300739 (sorry no french)
if you run demo program impossible to store in plc. however you can run it in plc.
 

Similar Topics

Hi, there, I've recently bought a Simatic S5 with CPU 6ES5 100-8MA01 Is it possible to write ladder diagrams and up-/download it to/from the PLC...
Replies
6
Views
2,074
Hello all, I'm a new member here. I've joined as I want to learn about PLC programming. I've got a few questions to begin with. To get me...
Replies
37
Views
4,558
Howdy folks. Been doing PLC programming for like 15 years now in LD and ST, but I'm trying to learn SFC now and have a kind of dumb question... I...
Replies
4
Views
1,396
Hello. New to Unity and had a couple quick questions. Can a Modicon M340 output to a small multiline LCD screen and not a full HMI?
Replies
4
Views
964
Hi. I'm learning AOI programming in RSLogix 5000. I created an AOI with several input and output parameters but when I choose the AOI in the main...
Replies
17
Views
3,209
Back
Top Bottom