s5 stl

fids

Member
Join Date
Jun 2002
Location
manila
Posts
22
good day. i'm browsing on the s5 stl program of a machine. one of the instruction got my attention the SPA instruction. is there anybody who knows what the SPA, SPB and U means.
the program goes like this

U -A32.0
SPB =M001
L KF+0
T -MW166
SPB=m002
L -EW48
SPA FB250

thanks in advance
 
These are german mnemonics:
U (und) = A (and)
SPB (Sprung Bedingt) = JC (Jump Conditional)
SPA (Sprung Absolut) = JU (Jump Unconditional)

edit:
As far as I remember, when starting STEP5 you are prompted for the language. If you select english doesnt it then display with english mnemonics ?
Or is that a setting somewhere else ?
 
Jesper,

you're quite correct: if you select English at startup of S5 then everything is shown with English mnemonics.

It's in Step7 that you can choose at a different location (options I think) which language you are using and what type of mnemonics (Simatic or International).

Kind regards,
 

Similar Topics

i am new to simatic manager and i am trying to figure what this part do in the code : A I 5.6 = DB50.DBX 4.6...
Replies
3
Views
124
Hello everyone, can anyone help me with covert the STL code to ladder. Iam using plc s71200. A %DB1.DBX33.7 // angel of vaccum...
Replies
2
Views
200
Hello nice to meet you, im new in here, I'm currently trying to convert code written in STL for a S7-400 to SCL for an S7-1500, because when i run...
Replies
5
Views
293
First off thank you in advance. Second I am very new to STL. I am trying to build a counter that has one count up and 23 count down options. Am...
Replies
6
Views
361
Hi Siemens Experts, I am hoping someone can shed some light on my issue. I have uploaded the code from a S7-300 (317-2PN/DP) using Step 7...
Replies
9
Views
642
Back
Top Bottom