12/28/2014 2:01 PM | |
Joined: 1/28/2009 Last visit: 4/22/2025 Posts: 6867 Rating:
|
Hello gerard32, You can find all these data in online manual for all PLC programming softwares in SIMATIC family.For STEP 7,You can try section "27.3.2 Elementary Data Types" of the following manual: SIMATIC Programming with STEP 7 V5.5 In brief, data types DINT,DWORD,Real and Time have same width but they have different interpretation for programmer and CPU due to their practical applications.Normally , a variable with DWORD type is used for digital operations such as 32-bit logics,shift and rotate while DINT is mainly used for arithmetic operations.For Real data type , mainly complex math functions with floating point features is considered.
Also sections 7,8 ,11,13 of the following manual tell you more practical tips for programming and explain how to apply different type of data: SIMATIC STEP 7 V5.5 Statement List (STL) for S7-300 and S7-400 Programming I hope this explains some of your doubts, Hamid Hosseini |
Last edited by: hdhosseini at: 12/28/2014 2:12 PM |
|
12/28/2014 6:50 PM | |
Posts: 784 Rating:
|
Hello, Perhaps the attached file might help. Best regards.......
AttachmentData types_By Wago.pdf (387 Downloads) |
This contribution was helpful to
2 thankful Users |
12/31/2014 11:50 AM | |
Joined: 1/28/2009 Last visit: 4/22/2025 Posts: 6867 Rating:
|
For S7-300/400 in STEP 7,you can start from FC105(SCALE) from "TI-S7 Converting Blocks" library and stroke F1 for more information. For other hardware and software environment, search the related documents.
AttachmentFC105.pdf (335 Downloads) |
Last edited by: hdhosseini at: 12/31/2014 12:01 PM |
|
1/3/2015 1:12 PM | |
Joined: 9/3/2014 Last visit: 3/13/2019 Posts: 4766 Rating:
|
|
Follow us on