SIMATIC CFC介绍和安装文件下载网址
https://doc.eleok.com/843.html
文件版本过于陈旧,请参考上面网址获取较新版本。
6.1版本安装文件下载:仅提供个人在家学习用途,此程序文件来源于网络可靠性稳定性完整性皆无法验证,禁止用于其他用途,否则后果自负。
百度网盘下载链接.txt
(1.3 KB, 售价: 30 E币)
注意:请确保您所用的网络可以访问百度网盘并能熟练使用百度网盘下载文件,若附件内下载链接失效不能下载,可以回复本文留下邮箱给您发送可用链接。
The CFC CD is in 5 languages and run on the following operating systems:
MS Windows 2000 Professional and SP3 or higher (subsequently called MS Windows 2000),
MS Windows XP Professional with SP1 or SP1a (subsequently called MS Windows XP).
Notice: MS Windows XP Home operating system is not supported.
2 Hardware Requirements
To work with the CFC, you require a programming device or PC with the following requirements:
Minimum 600 MHz processor
Minimum 512 MB RAM main memory
3 Software Requirements
3.1 Operating Environment
CFC V6.1 is a 32-bit application that requires MS Windows 2000 or MS Windows XP as the operating system.
CFC is an optional software package. To be able to work with CFC, you require the following additional software packages on your programming device or PC:
Basic software STEP 7 V5.3 or higher
If using CFC for S7:
S7-SCL V5.1 SP3 or higher
If using CFC for M7:
M7-SYS V2.1, M7-SYS-RT V4.0 or M7-SYS-RT V5.0
MS Windows XP is not supported by M7-SYS, and another operating system must be selected.
Borland C compiler V5.01 (can be supplied by Siemens; Order Number: 6ES7812-1BC01-0AA0)
3.2 Memory Requirements
CFC V6.1 requires approximately. 60 Mbytes of space on your hard disk.
4 Installation
4.1 Installing CFC V6.1
When you install CFC V6.1, you can overwrite an existing installation of CFC.
CFC can only be installed after STEP 7 has been completely installed.
The Setup program automatically installs CFC on the drive containing the STEP 7 software.
Insert the CFC CD in the drive. To install CFC, double-click the SETUP program on the CFC CD from the Windows Explorer. The Setup program will guide you through the installation.
4.2 CFC V6.1 License Key
Before you can start working with CFC, you must transfer the license key from the License Key Disk to the computer. There are two ways of doing this:
• While you are installing CFC, the Setup program displays a message if there is no suitable license key installed on your computer. You can then decide whether you want the license key to be installed by the Setup program or whether you want to install the license at a later time using the to-be-installed Automation License Manager program.
• If the license key cannot be installed during setup, continue the Setup program without installing the license key. Perform a restart and install the license key via the start menu item Simatic\License Management\Automation License Manager.
The STEP 7 readme notices also apply to the license key.
4.3 Uninstalling CFC V6.1
----------------------------------------------------------------------------------------------------------------
Important Note:
Software products must be removed according to Microsoft Windows conventions.
Use the Microsoft Windows application "Add/Remove Programs" (in the taskbar under Start > Settings > Control Panel > Add/Remove Programs) to remove your software package (for example, "SIMATIC CFC V6.1"). This is the only way to uninstall software in Microsoft Windows.
----------------------------------------------------------------------------------------------------------------
This also applies to some files created dynamically by CFC. This is recognized by the uninstall tool and reported with the message "Some elements could not be removed. You should manually remove items related to the application." You can then decide whether or not you want to delete these files.
4.4 Installing the Borland C Compiler (for M7)
To allow correct M7 block import and problem-free operation of the M7 code generator, the Borland C compiler must be installed either completely or user-defined with the following minimum configuration:
• Select "user-defined" in the "Borland C++ Installation" window. The options offered do not need to be selected.
• "32-bit Windows" must be selected in the "Borland C++ Target Platforms" window.
• "Command Line Tools" must be selected in the "Borland C++ Tools" window.
• Subgroups "Visual Tools", "Borland Database Engine", "Examples" and "Help" can be deselected completely.
• "Runtime libraries" must be selected in the "Libraries" subgroup. At least the header files, static libraries and dynamic libraries are required.
Notes on Usage (Release Notes)
These notes should be considered more up-to-date than the information in manuals and online helps.
1 New Features and Modifications in the New Version
1.1 What is New in Version 6.1 ?
For more information, read the topic "What's New?" in the online help. You can call this topic from the contents page of the Help on CFC (menu command Help > Contents; Introduction to CFC ).
You will also find this information on the installation CD in the file "CFC-whatsnew" and following installation with START > Simatic > Product Notes.
2 Notes on Configuring and Operating the Software
2.1 Data from Different Versions of CFC
Data created with older CFC versions can still be used as follows in CFC V6.1:
• The CFC V3.x to CFC V6.0 data can be read and displayed with CFC V6.1.
• If you edit this data, the contents of each chart folder are converted following the first write access (you will be asked to confirm conversion). This ensures compatibility.
Data created with CFC V1.0 or CFC V1.1 can still be used as follows in CFC V6.1:
• The CFC V1.x data can be read and displayed with CFC V6.1. Direct editing of CFC V1.x data is not possible here. If you want to edit V1.x data, proceed as follows:
• Open the project in the SIMATIC Manager and save it under a different name using the menu command File > Save As... and the option "Rearrange before saving (slow)" and select the file type "Project" in the dialog box which appears. The data is then automatically converted to V6.x format.
General notes on compatibility:
• You cannot "reconvert" V6.1 data back to previous versions.
• Data created with newer CFC versions cannot be edited with previous CFC versions.
2.2 General Information
Upper and Lower Case for CFC Objects
From STEP 7 V4.02 onwards, you can still use both upper and lower case when entering symbolic names. However, when the symbols are processed, this is no longer taken into account (in compliance with IEC 1131-3).
In other words, it is the name itself, and not the way it is written, which is important.
Example: The symbols "Motor" and "MOTOR" refer to the same variable.
CFC V6.1 still takes upper and lower case symbols into account for blocks in charts; in other words, you can create blocks with the same name which differ only in the case used. However, we recommend that you use different names to avoid problems in the future.
When using CFC in conjunction with WinCC you cannot use this option, because WinCC cannot distinguish between blocks with the same name.
Message "Key already exists" when migrating older projects to CFC version V6.1
This message appears when you have block types in your project that differ only in capitalization. You have to correct the previous version before migration is possible.
Differences in CPU protection
• In the CFC test mode, write access is also permitted with the keyswitch set to RUN.
• If password protection is activated, it is not possible to access the CPU without knowing the password regardless of the protection level.
2.3 CFC for S7
Creating CFC Block Types:
If you create blocks as FCs for subsequent use in CFC charts (for example, with STL/SCL), block outputs in these FCs must only be written (VAR_OUTPUT). If you read block outputs, you will be working with undefined values.
If you want old values to be retained beyond the cycle, you must use in/out parameters (VAR_INOUT) or write the block as an FB.
"CFC Library" block library is overwritten by the new version
The existing "CFC Library" block library is overwritten by the new version (which contains the corrected block R_TRIG) during the installation. If you want to retain the old library, it has to be copied before the installation.
Bei der Installtion wird die bestehende Bausteinbibliothek "CFC Library" durch die neue Version überschrieben (diese enthält den korrigierten Baustein R_TRIG). Wenn Sie sich die alte Bibliothek erhalten wollen, muss diese vor der Installation kopiert werden.
3 Notes on Documentation
Comprehensive documentation on CFC is available to you in the online help. This contains both general reference information and context-sensitive help on the current function or dialog.
CFC is also described in the manuals "CFC - Manual for S7", "CFC - Manual for M7".
The manuals are available as electronic documentation and can be displayed and printed with the Acrobat Reader which is supplied with the software (Start > Simatic > Documentation).
【必读】版权免责声明
1、本主题所有言论和内容纯属会员个人意见,与本论坛立场无关。2、本站对所发内容真实性、客观性、可用性不做任何保证也不负任何责任,网友之间仅出于学习目的进行交流。3、对提供的数字内容不拥有任何权利,其版权归原著者拥有。请勿将该数字内容进行商业交易、转载等行为,该内容只为学习所提供,使用后发生的一切问题与本站无关。 4、本网站不保证本站提供的下载资源的准确性、安全性和完整性;同时本网站也不承担用户因使用这些下载资源对自己和他人造成任何形式的损失或伤害。 5、本网站所有软件和资料均为网友推荐收集整理而来,仅供学习用途使用,请务必下载后两小时内删除,禁止商用。6、如有侵犯你版权的,请及时联系我们(电子邮箱1370723259@qq.com)指出,本站将立即改正。
|
|