Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.
Tìm kiếm
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
Statistics
Diễn Đàn hiện có 109 thành viên
Chúng ta cùng chào mừng thành viên mới đăng ký: shennaborden854

Tổng số bài viết đã gửi vào diễn đàn là 298 in 144 subjects
Thống Kê
Hiện có 6 người đang truy cập Diễn Đàn, gồm: 0 Thành viên, 0 Thành viên ẩn danh và 6 Khách viếng thăm

Không

[ View the whole list ]


Số người truy cập cùng lúc nhiều nhất là 70 người, vào ngày Thu Dec 19, 2013 1:51 am

CitectSCADA vs Simatic WinCC

2 posters

Go down

CitectSCADA vs Simatic WinCC Empty CitectSCADA vs Simatic WinCC

Bài gửi by jap_td03 Thu Dec 11, 2008 12:21 am

Bài viết này Jap copy từ trên internet, từ kinh nghiệm của một người sử dụng các phần mềm SCADA, để mọi người tham khảo, đặc biệt cho những ai đã từng dùng WinCC và CitectSCADA

Here is parts 0 to 3
0, Database Systems. WinCC is based on the MS SQL database. Citect is based on Dbase 3. From the point of view of running the SCADA systems, the major difference between the two databases is mainly the amount of computer resources they use. WinCC uses far more resources to do the same job. It slows the computer it runs on quite noticeably. I actually noticed the same thing when I loaded Citect Plant 2 Business on my PC, which also runs off a MS SQL database. Of the two systems, SQL should have less limitations and be more flexible. However, this does not seem to work out in practice. From a practical point of view, WinCC generally needs double the memory, a better CPU, and a far better graphics card than you need for an equivalent Citect machine.
1, PLC choices. WinCC is designed for the Siemens stable of PLCs. It can communicate with the S5, S7, TI and S7-200 range. I am also told that it can be used to communicate with other brands of PLC, such as Modicon and AB, however the drivers for these PLCs do not come with the standard package, and Siemens literature does not mention them as possibilities. For that reason, I would probably count WinCC as a Siemens only SCADA package. Citect, on the other hand, is designed to run with most PLCs on the market. To run with Siemens PLCs, you need to purchase a separate driver. This used to be NCM S7 purchased directly from Siemens, but now Citect market a product known as “PSDirect”. This product costs less than the Siemens driver, and seems to have no trouble communicating to a large number of PLCs simultaneously, un-like the Siemens NCM software which seems to need special hardware to get more than 8 PLCs on the network. This limitation of 8 PLCs also affects our plant WinCC installation when we are running the backup server while servicing the main server.
Overall, Citect tends to be better for non Siemens PLCs, with the two SCADA packages even for S7 range PLCs.
2, Communications. Setting up the communications to the drivers tends to show the age of the Citect SCADA system. WinCC is quite easy, as long as you want to communicate to a Siemens PLC. You simply navigate to the “Tag Manager”, right click to add a protocol, then navigate down the protocol to setup comms to your PLCs. The tags for the PLC are shown with in the PLC folder, all very similar to navigating in Windows explorer and using the file structure. Citect, on the other hand, probably originated its communications setup in the early days of Windows 2.0 running on DOS. You have to setup the IO server, and a range of Boards, Ports and IO devices manually. Each setup is different for each type of PLC, and you must carefully check your setup with the Citect manual to ensure you get it exactly right. A small mistake can lead to comical results, at least it is funny if you are watching and it isn’t you who is trying to get the system up and running. Luckily you only have to setup each device once on either system, and once it is working you don’t have to mess with it. Citect does have an advantage if you have to communicate with a mix of Modicon and Siemens, like we do. So the added difficulty in setting up has an advantage in being able to communicate with almost any PLC. This lack of user friendliness in setting up the Citect comms is simply due to the age of the software and that the communications setup hasn’t changed for at least 10 years, longer than WinCC has even been around.

Overall, WinCC has the advantage of user friendliness, with Citect having the advantage of flexibility.



3, Tags. The tag setups for the two systems also show the age of Citect. WinCC locates its tags within the Tag manager, with a structure similar to Windows Explorer. Each PLC is like a folder, with the tags located inside that PLC folder. Also, you can make sub folders (groups) within the PLC to make navigation and structuring easier. You cannot have two tags with the same name within the same PLC, the group system is only to make it easier to structure your project. Internal tags are handled the same way within an internal tag folder. Another nice feature of the WinCC package is the Structured Tags. These allow you to put together a set of tags in a pre-defined structure, making declaration of a large number of tags quite easy. Citect holds all of its tags in a single file, with no structure. All tags are located in the order of declaration, with all PLCs, and internal tags, mixed in together. It is possible to structure the tag layout, but this requires effort on the part of the programmer, along with a series of exports, imports and purges of the existing tag database. Again this shows the age of the Citect system. Internal tags with Citect are handled by setting up virtual PLCs, either in the memory or with in a hard disk. Disk PLCs will store tag values for long term, and can also be copied and saved for backup. I have sometimes used these as a quick and dirty way of saving setup information. WinCC does not have an equivalent.

Both WinCC and Citect have a tag cross reference facility. The Citect one is a recent addition that came out with Version 6.1. Previous to that you either had to have an old copy of Xtree gold or use the trick of deleting the tag you want to find and running a compile, then looking at the errors. One problem with the WinCC cross reference tool, however, is that it falls over on larger projects. Small projects with a few hundred tags work fine. A few thousand tags, and it will often just fail.

Both systems also allow configuration of tags in third party software such as Excel. WinCC even has an Excel macro that will import all the project information and allow changes then re-export. Unfortunately, this Macro is slow and only good for small projects. The WinCC project at my plant has 16,000 tags. I ran the Excel macro at 7 am in the morning, at 4:30 pm it was still only 30% done. I may try to run it over a weekend to see if it will actually work.

WinCC, if you link it to a Step 7 project, allows the direct linking to PLC tags.

Finally, WinCC has a design limit of 64,000 tags, whereas Citect is marketed as having no limit. Citect has been proven to run with as many as 500,000 tags in a single project. From my point of view though, I have never worked on a project for which the WinCC tag limit would be a problem.

Overall, WinCC has the nicer tag handling functions built into the software. However Citect has better functionality for importing and exporting tags and allowing third party software to do all the hard work. I personally still prefer Excel for creating large batches of tags quickly, and this is easier to do with Citect.
Parts 4, 5 and 6

4 Graphics. The big difference between the two graphics packages are that WinCC uses vector graphics, and Citect uses bitmaps. This actually turns out to not make that much of a practical difference except in resource usage. The real differences lie in implementations rather than the underlying structure.

Firstly, WinCC is supposed to have a real time zoom function that can be used to zoom into areas of the plant. This function was not covered in my training, and all projects that I have seen with WinCC also lack this functionality. It seems to be more of a marketing tool than of any practical usage.

WinCC also allows you to update graphics pages in real time running, a feature that Citect is only at the initial stages of adopting.

WinCC also has more flexible graphics pages arrangements with their “Picture Window” feature. This allows sub pages to be displayed within a main page and makes navigation and updating templates very easy. Citect has a template pages, however these lack WinCC’s flexibility and can sometimes be troublesome to update if you need to make changes. Picture windows are a function that I miss, having moved back to Citect.

On the other hand, WinCC is almost hopeless for setting up Popup screens. With Citect, popups are easy and quite flexible. You can also have multiple popups open at the same time. This does not seem to be so amazing, unless you have had experience with WinCC. With WinCC each popup has to be setup as a picture window in every page where it may be called. This can increase you workload greatly.

Other features, WinCC includes layers, which Citect doesn’t have. WinCC also allows you to manipulate the XY coordinates of an object within the object properties, making accurate alignment and positioning easy.

Between the systems, both have their advantages and disadvantages, and both systems have features I like which are not available on the other.
5, Alarms. WinCC loses some of its user friendliness with its alarm setup. The WinCC alarm logging setup is on another application that is called from WinCC explorer. As well as setting up for a trigger tag, WinCC allows a reset tag to reset each alarm individually, and also tags can be setup to monitor the alarm and acknowledge status. The alarm display is setup on a normal page with an alarm control template added as a sub window. There is really only one type of alarm, and all alarms have to be setup as digital alarms. Classes and types allow different colours and filtering to be used.

Citect has a larger range of available alarms, including analogue and some alarms optimized for SPC. However the age of Citect shows when setting up the display and logging of the alarms. This requires a carefully typed text string to determine the display format, whereas the WinCC setup is purely graphical.

One major annoyance with WinCC is that the alarm summary is limited to 1024 alarms. You cannot go back beyond this. The alarms are held in the SQL database, at least I am lead to believe this, however you need to have a good grip on writing SQL queries to extract this information. From this, I found that it is difficult to go back to analyze a sequence of events leading up to problems from the night before. While Citect has some similar limitations, if you have setup your alarm device log correctly, Citect will have saved the old alarms in a text file. While this is more primitive than an SQL database, it is much easier for those who are not good at SQL to search through and extract information.

Overall, I find that WinCC is easier to setup alarms, while Citect is more flexible and easier to use and more useful in a running plant.
6, Trends, WinCC divides its tag logging into 2 classes, fast and slow. WinCC also has tools designed to ensure that the logs fit within the allocated space on the hard drive. The logs are stored in SQL. Citect stores its tag logs as trends, and has set them up in binary files. Unfortunately, the trends are in a Citect format so you need to be running Citect to view any trend files. Citect does have an export function allowing a designated area of a trend to be exported to a text file, which can then be opened with Excel, for example. Citect also has in-built trending for SPC functions. Citect’s trends also do not take up much space, so with modern hard drives you often have decades worth of trending capacity on your PC.
Parts 7 to 10

7, Project Structure. Our WinCC project is a combination of several projects provided by a few different suppliers, and then combined together. With Citect, this approach to setting up your project is simple. If you have several projects from several supplier and you want to combine it into a single project, you simply create a master project that calls all the others as sub projects. You setup a menu page at navigates to the main page of each sub project, and you are done. The whole process can be done in half an hour. The only thing to watch out for is to ensure that there are no identically named tags or pages across the projects. This is easy if you setup a naming convention and enforce it.

We found that this approach with WinCC is not easy. WinCC allows only one project, and seems to be setup to allow only one programmer at a time. WinCC is not setup to allow parallel development of your project, at least not without a great deal of care and careful management. Our effort at combining these multiple projects took more than a month and there are still a few bugs we can’t work out. WinCC seems to be designed with no thought to make large projects easy to setup. As pointed out earlier, some of WinCC’s tools also fail once the project exceeds a certain size. Citect was designed for large projects, with multiple developers. Generally, if each small Citect project is running OK, your large project will also run OK.
8, Server/Client setup. Both packages are similar in their setup, allowing stand alone machines, Servers with clients, and redundant servers. The major difference between the two setups is that WinCC generally runs the project off the server, whereas Citect servers only process data, with each client running its own project, which can be either the full project or one or more sub projects of the full project. WinCC method has the advantage of updating the project on each client the instant the server project is updated. Citect’s main advantage is low network resource usage. I have run a fair sized Citect Client/Server setup quite well on a 10mbps Ethernet network. The disadvantage with Citect is that each client project has to be individually updated if any changes are made.



9, Licensing, Citect license only the run time copies of their software. This is licensed via a hardware dongle. If your PC fails, transferring the license to a new one is as fast as pulling the dongle from one machine and adding it to another. Citect require the same licenses for the server and the clients, it is for that reason that the clients are often setup on sub-projects whereas the server has the complete project. This can be expensive if you have a lot of clients.

WinCC, has licenses for both the Runtime and Configuration versions. The configuration licenses are not cheap either. However, for client/server setups, only the server needs the full run time license for the number of tags configured. Clients require only the minimum 128 tag licenses. This can produce a bit of a cost saving if you have a large number of clients.
10, Overall impressions. I find WinCC to be slow, resource hungry, and many of its functions start failing once you get to the larger sized projects. It also seems to be limited to interfacing only with Siemens PLC. Citect on the other hand, is generally quick and more capable in most performance areas. Both SCADA packages are capable of handling the needs of most users.

At this point in time, I still prefer the Citect package, although I don’t think that choosing WinCC is a mistake if you are going to use Siemens PLCs for your project.
jap_td03
jap_td03
Cấp 2
Cấp 2

Nam Tổng số bài gửi : 28
Age : 38
Registration date : 10/12/2008

Về Đầu Trang Go down

CitectSCADA vs Simatic WinCC Empty Re: CitectSCADA vs Simatic WinCC

Bài gửi by mandichi Fri Dec 12, 2008 5:46 pm

ku Giáp làm một bài so sánh giữa Citect với RSView luôn đê.

mandichi
Cấp 2
Cấp 2

Tổng số bài gửi : 19
Registration date : 12/12/2008

Về Đầu Trang Go down

CitectSCADA vs Simatic WinCC Empty Re: CitectSCADA vs Simatic WinCC

Bài gửi by jap_td03 Fri Dec 12, 2008 11:26 pm

mandichi đã viết:ku Giáp làm một bài so sánh giữa Citect với RSView luôn đê.

Mỗi thằng đều có thế mạnh riêng, RSview ko khác WinCC là mấy. Citect mới đầu dùng sẽ hơi bị bối rối vì cách tổ chức chương trình của nó, nhưng khi quen rồi sẽ thấy dễ chịu hơn nhiều. Đặc biệt phần CiCode hỗ trợ lập trình rất mạnh (cấu trúc viết giống như C ). he he, cứ dùng rồi sẽ bit
cheers cheers cheers cheers cheers cheers cheers cheers cheers cheers cheers cheers cheers
jap_td03
jap_td03
Cấp 2
Cấp 2

Nam Tổng số bài gửi : 28
Age : 38
Registration date : 10/12/2008

Về Đầu Trang Go down

CitectSCADA vs Simatic WinCC Empty Re: CitectSCADA vs Simatic WinCC

Bài gửi by mandichi Fri Jan 09, 2009 1:14 pm

Vijeo Citect

hằm tăng cường cho dải phần mềm HMI/SCADA, Schneider vừa cho ra mắt Vijeo Citect – một phần mềm giám sát được phát triển với sự hợp tác của Citect Pty Ltd (một công ty con của Schneider). Vijeo Citect là phiên bản cái tiến nhất, mạnh mẽ nhất cho HMI/SCADA trên thị trường. Phần mềm này giúp Schneider đem lại cho khách hàng những giải pháp tự động hóa tích hợp toàn diện theo đúng nghĩa.


CitectSCADA vs Simatic WinCC Phanmem070607

“Vijeo Citect là giải pháp có khả năng mở rộng cao, độ linh hoạt tốt và độ tin cậy cao. Nó phù hợp với các ứng dụng giám sát và điều khiển tự động hóa trong công nghiệp”, Donna Smalls – giám đốc sản phẩm HMI/SCADA của Schneider Electric North America cho biết. “Phần mềm này có thể kết hợp với toàn bộ các dòng sản phẩm tự động hóa của chúng tôi như PLC, HMI và nhiều sản phẩm khác”.

Vijeo Citect đáp ứng được mọi kiểu ứng dụng trong sản xuất tự động hóa, mọi giải pháp phần phối điện đòi hòi HMI/SCADA. Bên cạnh đó, nó đáp ứng mọi yêu cầu của các trạm điều khiển độc lập và các hệ thống giám sát dự phòng. Người sử dụng có thể tăng giảm kích thước theo yêu cầu mà không phải chỉnh sửa phần cứng/phần mềm hệ thống hiện có, do đó giảm đáng kể chi phí.

Tương tác và linh hoạt, phần mềm Vijeo Citect đem lại giải pháp phát triển và lắp đặt dễ dàng với các dịch vụ chìa khóa trao tay. Phần mềm cũng cung cấp khả năng dự phòng qua kiến trúc dựa trên tác vụ và hệ thống điều khiển phân tán (DCS). Các đặc điểm dự phòng được tích hợp và dễ cấu hình.

Phần mềm tạo ra tính năng ưu việt bằng cách cho phép người sử dụng tận dụng sức mạnh của nhiều thiết bị xử lý trung tâm (CPU). Khi khởi động, Vijeo Citect tự động tạo ra các thành phần riêng biệt qua nhiều CPU, giúp nâng cao hiệu năng và độ ổn định. Trình quản lý Runtime Manager của phần mềm cung cấp khả năng điều khiển trên mỗi quá trình. Thêm vào đó, nếu vì một lí do nào đó mà các thành phần dừng lại, chúng sẽ tự khởi động lại.

Phần mềm Vijeo Citect có thể thực hiện các chức năng tiên tiến dành riêng cho các bộ điều khiển khả trình Telemecanique với sự lắp đặt OFS tự động. Ngoài ra, phần mềm cũng cung cấp tiện ích Unity FastLinx để quản lý động các liên kết phần mềm Unity Pro và đồng bộ hóa cơ sở dữ liệu Vijeo Citect và Unity Pro.

Vijeo Citect hoàn toàn phù hợp với những ứng dụng quy mô nhỏ, trung bình và lớn trong bất kì môi trường tự động hóa công nghiệp nào, như thực phẩm & đồ uống, nước/nước thải, dầu khí, xử lý vật liệu và ôtô.

mandichi
Cấp 2
Cấp 2

Tổng số bài gửi : 19
Registration date : 12/12/2008

Về Đầu Trang Go down

CitectSCADA vs Simatic WinCC Empty Re: CitectSCADA vs Simatic WinCC

Bài gửi by jap_td03 Sat Jan 10, 2009 12:09 am

sặc mùi sale, he he
thanks Very Happy
jap_td03
jap_td03
Cấp 2
Cấp 2

Nam Tổng số bài gửi : 28
Age : 38
Registration date : 10/12/2008

Về Đầu Trang Go down

CitectSCADA vs Simatic WinCC Empty Re: CitectSCADA vs Simatic WinCC

Bài gửi by Sponsored content


Sponsored content


Về Đầu Trang Go down

Về Đầu Trang


 
Permissions in this forum:
Bạn không có quyền trả lời bài viết