MHJ WINSPS-S7 V6 Conversion

joeburmeister

Member
Join Date
Apr 2019
Location
augusta, ga
Posts
15
Does anyone have the ability to convert the attached program written in WINSPS-S7 to SIEMENS STEP7 V5.x or TIA V15+ (configured preferably for S7-400 PLC)?
 
You could do it yourself as the source for the blocks is included in the project. Convert from german to english instructions and add a semicolon to the end of each line. Heres the first network of FC1 done:

sps1.jpg
 
Thanks for the info. Can you tell me what language the program is in (LD, SCL, ST, etc.). The pic you attached makes no sense to me. I exported the project to S7 in WinSPS, and then migrated it to TIA v16. I also exported the symbols file and ran the CSV file through a translator so all the tags are English. But the 36 FC blocks look similar to the image you posted. All it has is the tags and their addresses. Where is the logic? What is the purpose of the adding the semi colon?

Would it be possible to go online using PLCSIM? Wouldn't i need to configure the hardware first?
 
The source code file I posted shows the code in STL (statement list) because the source code (AWL file) is a text file. A semicolon is needed as and end of statement delimiter for source code.


In Simatic manager V5.5, if you open the compiled block from the blocks folder, you can either view in STL or LAD by changing the view.


When you migrate to TIA, the migration will take place in the language the block was created in.


You don't need hardware config for plcsim for I/O
 

Similar Topics

Hi Somebody can help me with the programation LAD from Factory IO?, im using WinSPS, the simulation is "Pick and place (Basic)"
Replies
0
Views
87
Hello, I never worked with the analogs I/Os but now i need to implement PID in S7-300 using Winsps..If anyone can help me in this regard i shall...
Replies
0
Views
1,316
Dear Friends, i have simatic s7-300 CPU317-2DP, along with USB/MPI+ communication cable. can we use WINSPS-S7 Software MHJ-Software to...
Replies
0
Views
3,768
I have a Type C to RS485 adapter connect to my Siemens RWF55. I use modscan to scan it to get a value from the Siemens controller. In the...
Replies
4
Views
70
Hi all, I'm in the process of upgrading a PanelView1200 HMI program to be developed in FactroyTalk View Studio. The filetype for PanelView 1200...
Replies
7
Views
238
Back
Top Bottom