S7 - 200 Commands =S

TobiasG

Member
Join Date
Jan 2009
Location
Oslo
Posts
2
Hello,

a friend of mine made a bit / byte based program half a year ago.
Now I am looking at his work, I am really bad within programming.
I have a few commands here like;
SM0.0
V0
VD10
VW

and a frame called Net_exe

what is this?
 
Hello,

a friend of mine made a bit / byte based program half a year ago.
Now I am looking at his work, I am really bad within programming.
I have a few commands here like;
SM0.0
V0
VD10
VW

and a frame called Net_exe

what is this?

Hi Tobias,
S M0.0 is a set operation on flag bit 0.0
V is the variable memory area of the CPU,
so V0.0 is bit 0 from variable 0
VB0 is byte 0 of the variable area
VW0 is word 0 from the variable area
VD10 is double word 10 from the variable area

About the frame it would help if you send me the program.
 
hi Tobias,

your code is written in STL editor in microwin software, these sm0.0, v0, etc are all memory locations in s7200 PLC memory..there is a missing code for example (I am assuming that the code written in STL)

LD SM0.0
= Q0.0

this above code is a complete code that turns Q0.0 output always on ( as others stated)

hope this help.
 
Hello Tobias;

There will come a point where you will have to locate the answers you are looking for; the best place to look would be in the S7-200 System manual, that you can find here:
http://support.automation.siemens.com/WW/view/en/1109582

For example, there is an Appedix dedicated to all SMBs (Special memory Bits [or Bytes]); a chapter describing the various memory ares available, and their addressing; a complete description of the S7-200 hardware and instruction set and sections on the different program wizards available for this family of CPUs (networking, As-i and Ethernet, High-speed counters, PID...)
Hope this helps,
Daniel Chartier
 

Similar Topics

Hi everyone, I have Siemens S7-1200 1214C AC/DC/Rly CPU with CM 1241 Rs232 module and Enfora GSM 1208. Help me how to send sms using PLC. Thanks.
Replies
2
Views
2,010
Hi. I have a 222 CPU. I need to recover the program from the eeprom memory. Is it possible?
Replies
1
Views
86
Hi all, Currently having trouble getting a speed reference to write over modbus to an Omron M1... I can successfully write a run command and...
Replies
6
Views
252
HI i would like to know how to get a variable that will store the amount of times a program has been executed. The issue is I have 3 DBs for 1 FB...
Replies
2
Views
82
Hi folk, I would like to know what kind of Parameters should I setup for controlling with Profibus. My old Lenze 8200 motec 0.25kW have a busted...
Replies
0
Views
80
Back
Top Bottom