-
出版商:
Independently published
-
出版日期:
2018-04-02
-
售價:
$780
-
貴賓價:
9.5 折
$741
-
語言:
英文
-
頁數:
48
-
裝訂:
Paperback
-
ISBN:
1980718776
-
ISBN-13:
9781980718772
商品描述
This booklet is the fourth of a series dedicated to automation recipes created with the PLC (Programmable Logic Controller) and HMI (Human Machine Interface) binomial. The series is aimed at an audience of readers with an elementary knowledge of PLC programming, eager to learn advanced solutions, extensively tested on real systems. In modern computer programming, generally oriented to the development of "object-oriented" software, the developer strives, as much as possible, to resort to so-called "Design Patterns", standard solutions for frequently recurring problems. A design pattern describes a problem, particularly recurring in a given context, and then provide the heart of the solution to this problem. It is therefore possible to successfully reuse this solution, thousands and thousands of times, with the certainty of using an efficient and well-tested solution. In the present series, which deals exclusively with development on PLC-HMI, the term "design pattern" has been replaced by the term "automation recipe" for an easier understanding by the non IT reader. This fourth notebook deals exhaustively with management strategies based on the internal calendar clock of the PLC. The latter, in fact, allows you to easily generate triggers in coincidence of time intervals corresponding to every minute, every 5 minutes, every quarter of an hour, every hour, every day, every month, every year. These triggers are made available to other application program routines in order to schedule totalization or reporting activities on an hourly, daily, monthly and yearly basis. The system variable "day of the week" also allows you to manage differentiated control logics, depending on whether the day in question is between the working days from Monday to Friday, or Saturday rather than Sunday. Within the day, differentiated time intervals can be configured. This possibility is very important for smart electricity management systems in multi-hour tariffs. Occupation tables are typically used to manage the start / stop of air conditioning systems in the residential building sector. Extending the concept of the occupancy schedule it is possible to use the same logic for starting / stopping of the refrigeration system at times of particular loading / unloading of product in the cold rooms. Likewise, this type of logic can also be used to manage the duration and frequency of watering both within the day and the week. This type of recipe therefore has a general use, somehow "transversal" to the various types of technological systems. We can conclude that any type of management and accounting of both electric and thermal energies can not do without the temporal triggers offered by the RTC (Real Time Clock) subroutine. In detail, the first section of this notebook, dedicated to the application domain, illustrates the date clock and the employment or watering tables. The second section deals with the development of combined software for both PLC and HMI. The logic of the RTC (Real Time Clock) subroutine and that of the functional blocks (UDFB), TimeValidator, Load1Enable, Load3Enable, DayOfWeekValidator and Watering are illustrated, along with the relative display screens, local monitoring and configuration parameter settings. Finally, the third chapter shows the application of the concepts developed in a real case of control of an irrigation system. All the logics, published in the book, have been developed using the IEC61131-3 compliant Ladder language; therefore it is extremely easy to migrate them on almost all the PLCs of other manufacturers. The same applies to HMI screens whose graphic controls are very similar on the different equipment offered on the market. The reader who already has experience with other manufacturers' equipment can therefore continue to use what he knows best.
商品描述(中文翻譯)
本小冊子是專門針對使用 PLC(可程式邏輯控制器)和 HMI(人機介面)雙重系統的自動化配方系列中的第四本。該系列旨在針對具備基本 PLC 程式設計知識的讀者,幫助他們學習經過廣泛測試的高級解決方案,這些解決方案已在實際系統中得到驗證。在現代電腦程式設計中,通常以開發「物件導向」軟體為導向,開發者會盡可能地使用所謂的「設計模式」,這是針對經常出現問題的標準解決方案。設計模式描述了一個問題,特別是在特定上下文中經常出現的問題,然後提供該問題的核心解決方案。因此,可以成功地重複使用這個解決方案,數以千計次,並確信使用的是高效且經過良好測試的解決方案。在本系列中,專注於 PLC-HMI 的開發,將「設計模式」一詞替換為「自動化配方」,以便非 IT 讀者更容易理解。本第四本小冊子詳細探討了基於 PLC 內部日曆時鐘的管理策略。事實上,這使得您可以輕鬆生成與每分鐘、每五分鐘、每十五分鐘、每小時、每天、每月、每年相對應的時間間隔的觸發器。這些觸發器可供其他應用程式例程使用,以便按小時、每天、每月和每年進行總計或報告活動。系統變數「星期幾」還允許您根據該天是否為週一至週五的工作日,或是週六或週日來管理不同的控制邏輯。在一天內,可以配置不同的時間間隔。這一可能性對於多小時費率的智能電力管理系統非常重要。佔用表通常用於管理住宅建築領域的空調系統的啟動/停止。擴展佔用時間表的概念,可以使用相同的邏輯來啟動/停止冷藏系統,特別是在冷藏室內產品的裝卸時。類似地,這種邏輯也可以用來管理灌溉的持續時間和頻率,無論是在一天內還是一週內。因此,這種配方具有一般用途,某種程度上是「橫向」適用於各種技術系統。我們可以總結說,任何類型的電能和熱能管理及計算都無法離開 RTC(實時時鐘)子例程所提供的時間觸發器。具體來說,本小冊子的第一部分專注於應用領域,說明了日期時鐘和使用或灌溉表。第二部分則探討了 PLC 和 HMI 的綜合軟體開發。RTC(實時時鐘)子例程的邏輯以及功能區塊(UDFB)、TimeValidator、Load1Enable、Load3Enable、DayOfWeekValidator 和 Watering 的邏輯,連同相應的顯示螢幕、本地監控和配置參數設置進行說明。最後,第三章展示了在實際灌溉系統控制案例中應用所開發概念的情況。書中發表的所有邏輯均使用符合 IEC61131-3 標準的梯形圖語言開發,因此幾乎可以輕鬆地將其遷移到其他製造商的幾乎所有 PLC 上。對於 HMI 螢幕也是如此,因為不同設備上圖形控制的相似性使得讀者可以繼續使用他們最熟悉的設備。