TWI724538B - System and method for writing computer program based on physical object - Google Patents

System and method for writing computer program based on physical object Download PDF

Info

Publication number
TWI724538B
TWI724538B TW108132767A TW108132767A TWI724538B TW I724538 B TWI724538 B TW I724538B TW 108132767 A TW108132767 A TW 108132767A TW 108132767 A TW108132767 A TW 108132767A TW I724538 B TWI724538 B TW I724538B
Authority
TW
Taiwan
Prior art keywords
program
writing
sensing
module
programming language
Prior art date
Application number
TW108132767A
Other languages
Chinese (zh)
Other versions
TW202111517A (en
Inventor
賴金輪
Original Assignee
亞東技術學院
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 亞東技術學院 filed Critical 亞東技術學院
Priority to TW108132767A priority Critical patent/TWI724538B/en
Publication of TW202111517A publication Critical patent/TW202111517A/en
Application granted granted Critical
Publication of TWI724538B publication Critical patent/TWI724538B/en

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

A system and a method for writing a computer program based on physical objects are provided. The system includes a sensor module, a data transmission module, and a program translation module. The sensor module is configured to sense state information of the physical objects in a real world. The data transmission module is connected to the sensor module, and configured to convert the state information from the sensor module into sensed data to be outputted. The program translation module is connected to the data transmission module, and configured to translate and write the sensed data from the data transmission module into a program language process.

Description

以實體態樣編寫計算機程序的系統及方法System and method for writing computer program in entity state

本發明涉及計算機程序,特別是涉及一種以實體態樣編寫計算機程序的系統及方法。The present invention relates to a computer program, in particular to a system and method for writing a computer program in a physical state.

現行應用軟體設計需要仰賴專業的程式設計人員,反覆跟需求雇主討論並確認需求後,方能將軟體運作流程付諸程式化,此一過程不僅花費大量人力時間,且開發過程中或結束後,若有需求修正,亦極難反應修正。The current application software design needs to rely on professional programmers, who have repeatedly discussed and confirmed the requirements with the demanding employers before they can put the software operation process into a program. This process not only takes a lot of manpower and time, but also during or after the development process. If there is a need for correction, it is extremely difficult to reflect the correction.

本發明所要解決的技術問題在於,針對現有技術的不足提供一種以實體態樣編寫計算機程序的系統,其主要優勢在於,本創作是以真實世界的物理樣態的邏輯,作為編寫程式的方式,具有自動學習功能,程式流程可依據真實現場的變化做快速修正,藉由自動化編寫程序,在程式的維護與更新更為省時便利。The technical problem to be solved by the present invention is to provide a system for writing computer programs in a physical state in view of the deficiencies of the prior art. Its main advantage is that the creation is based on the logic of the physical state of the real world as a way of writing programs. With automatic learning function, the program flow can be quickly corrected according to the changes of the real scene. By automatically writing the program, the maintenance and update of the program are more time-saving and convenient.

為實現上述優勢,本創作的以實體態樣編寫計算機程序的系統包含感測模組、數據傳輸模組以及程式轉譯模組。感測模組配置以感測在真實世界中的多個實體的多個狀態資訊。數據傳輸模組連接感測模組,配置以將從感測模組取得多個狀態資訊,分別轉成多個感測數據輸出。程式轉譯模組連接數據傳輸模組,配置以將從數據傳輸模組取得的多個感測數據轉譯並編寫成一程式語言程序。In order to achieve the above advantages, the system for writing computer programs in a physical state includes a sensing module, a data transmission module, and a program translation module. The sensing module is configured to sense multiple status information of multiple entities in the real world. The data transmission module is connected to the sensing module and is configured to obtain a plurality of status information from the sensing module and convert them into a plurality of sensing data for output. The program translation module is connected to the data transmission module, and is configured to translate and write a plurality of sensing data obtained from the data transmission module into a programming language program.

在一態樣中,程式語言程序的編譯邏輯取決於多個實體的樣態、狀態、隨時間變化方式、變化順序、多個實體之間的關聯性或其任意組合。In one aspect, the compilation logic of a programming language program depends on the state, state, change mode of multiple entities over time, the sequence of changes, the correlation between multiple entities, or any combination thereof.

在一態樣中,程式語言程序包含條件語句以及符合條件語句時執行的結果語句。In one aspect, the programming language program includes conditional statements and result statements that are executed when the conditional statements are met.

在一態樣中,程式轉譯模組依據使用者操作電子元件所產生的一外部控制訊號,決定該條件語句中的連接多個條件間的邏輯。In one aspect, the program translation module determines the logic of connecting multiple conditions in the conditional statement based on an external control signal generated by the user operating the electronic component.

另外,本發明提供一種以實體態樣編寫計算機程序的方法,包含以下步驟:感測在真實世界中的多個實體的多個狀態資訊;將多個狀態資訊分別轉成多個感測數據輸出;以及將多個感測數據轉譯並編寫成程式語言程序。In addition, the present invention provides a method for writing a computer program in a physical state, including the following steps: sensing multiple status information of multiple entities in the real world; converting the multiple status information into multiple sensing data and outputting ; And translating and writing multiple sensing data into programming language programs.

在一態樣中,所述的以實體態樣編寫計算機程序的方法,更包含以下步驟:依據多個實體的樣態、狀態、隨時間變化方式、變化順序、多個實體之間的關聯性或其任意組合,決定程式語言程序的編譯邏輯。In one aspect, the method of writing a computer program in the form of entities further includes the following steps: according to the form, state, change mode of multiple entities over time, the sequence of changes, and the relevance between multiple entities Or any combination thereof, determines the compilation logic of the programming language program.

在一態樣中,所述的以實體態樣編寫計算機程序的方法更包含以下步驟:產生條件語句;以及產生符合條件語句時執行的結果語句。其中,程式語言程序包含條件語句以及結果語句。In one aspect, the method for writing a computer program in a physical state further includes the following steps: generating a conditional statement; and generating a result statement that is executed when the conditional statement is generated. Among them, the programming language program includes conditional statements and result statements.

在一態樣中,所述的以實體態樣編寫計算機程序的方法更包含以下步驟:依據使用者操作電子元件所產生的一外部控制訊號,決定該條件語句中的連接多個條件間的邏輯。In one aspect, the method of writing a computer program in a physical state further includes the following steps: according to an external control signal generated by a user operating an electronic component, determining the logic connecting multiple conditions in the conditional statement .

如上所述,本發明提供以實體態樣編寫計算機程序的系統及方法,其將現實世界中的動態物理參數,自動轉換為計算機程序中的流程結構,特別是對於不會撰寫程式語言的使用者,可輕易取得程式語言程序並應用於日常生活中,可隨時自動修正程式語言程序的內容,使用上非常方便,有效解決現行許多電腦系統的應用程式必須仰賴專業程式設計人員,耗費巨額時間開發與修正應用程式的問題,本創作不僅有效減少開發人員新增功能或維護系統所需的各項成本,更可大幅加快系統開發速度與提升開發效能。As mentioned above, the present invention provides a system and method for writing a computer program in a physical state, which automatically converts dynamic physical parameters in the real world into a process structure in a computer program, especially for users who do not know how to write a programming language. , The programming language program can be easily obtained and used in daily life, and the content of the programming language program can be automatically corrected at any time. It is very convenient to use. To effectively solve the application of many computer systems, professional programmers must rely on professional programming personnel, which consumes a lot of time in development and Correcting application problems. This creation not only effectively reduces the costs required for developers to add new features or maintain the system, but also greatly speeds up system development and improves development efficiency.

為使能更進一步瞭解本發明的特徵及技術內容,請參閱以下有關本發明的詳細說明與圖式,然而所提供的圖式僅用於提供參考與說明,並非用來對本發明加以限制。In order to further understand the features and technical content of the present invention, please refer to the following detailed description and drawings about the present invention. However, the provided drawings are only for reference and description, and are not used to limit the present invention.

以下是通過特定的具體實施例來說明本發明所公開的實施方式,本領域技術人員可由本說明書所公開的內容瞭解本發明的優點與效果。本發明可通過其他不同的具體實施例加以施行或應用,本說明書中的各項細節也可基於不同觀點與應用,在不悖離本發明的構思下進行各種修改與變更。另外,本發明的附圖僅為簡單示意說明,並非依實際尺寸的描繪,事先聲明。以下的實施方式將進一步詳細說明本發明的相關技術內容,但所公開的內容並非用以限制本發明的保護範圍。The following are specific specific examples to illustrate the disclosed embodiments of the present invention, and those skilled in the art can understand the advantages and effects of the present invention from the content disclosed in this specification. The present invention can be implemented or applied through other different specific embodiments, and various details in this specification can also be based on different viewpoints and applications, and various modifications and changes can be made without departing from the concept of the present invention. In addition, the drawings of the present invention are merely schematic illustrations, and are not drawn according to actual size, and are stated in advance. The following embodiments will further describe the related technical content of the present invention in detail, but the disclosed content is not intended to limit the protection scope of the present invention.

應當可以理解的是,雖然本文中可能會使用到“第一”、“第二”、“第三”等術語來描述各種元件或者訊號,但這些元件或者訊號不應受這些術語的限制。這些術語主要是用以區分一元件與另一元件,或者一訊號與另一訊號。另外,本文中所使用的術語“或”,應視實際情況可能包含相關聯的列出項目中的任一個或者多個的組合。It should be understood that although terms such as “first”, “second”, and “third” may be used in this document to describe various elements or signals, these elements or signals should not be limited by these terms. These terms are mainly used to distinguish one element from another, or one signal from another signal. In addition, the term "or" used in this text should include any one or a combination of more of the associated listed items depending on the actual situation.

請參閱圖1,其為本發明實施例的以實體態樣編寫計算機程序的系統的方塊圖。如圖1所示,本實施例的以實體態樣編寫計算機程序的系統SYS,包含感測模組10、數據傳輸模組20以及程式轉譯模組30。數據傳輸模組20連接感測模組10以及程式轉譯模組30。Please refer to FIG. 1, which is a block diagram of a system for writing a computer program in a physical state according to an embodiment of the present invention. As shown in FIG. 1, the system SYS for writing computer programs in a physical state of this embodiment includes a sensing module 10, a data transmission module 20 and a program translation module 30. The data transmission module 20 is connected to the sensing module 10 and the program translation module 30.

感測模組10可包含一或多個子感測單元,例如圖1所示的第一個子感測單元S1~第N個子感測單元SN,其中N可為任意整數值。第一個子感測單元S1~第N個子感測單元SN配置以分別感測在真實世界中的多個實體OBT的多個狀態資訊T1~TN。實體OBT可包含不具生命現象的物體,以及具有生命現象的人體、動物以及植物等。The sensing module 10 may include one or more sub-sensing units, such as the first sub-sensing unit S1 to the N-th sub-sensing unit SN shown in FIG. 1, where N can be any integer value. The first sub-sensing unit S1 to the Nth sub-sensing unit SN are configured to respectively sense a plurality of status information T1 to TN of a plurality of entities OBT in the real world. Entity OBT can include objects without life phenomena, as well as human bodies, animals, and plants with life phenomena.

數據傳輸模組20配置以將從感測模組10取得的多個狀態資訊T1~TN,分別轉成多個感測數據DAT1~DATN。舉例而言,數據傳輸模組20將感測數據DAT1~DATN以數字、代碼,例如以參數值(例如100˚C)、位元值0或1、由多個位元值組成的位元串等形式,依序或同時 (串列或並列) 傳輸至程式轉譯模組30。The data transmission module 20 is configured to convert the plurality of status information T1~TN obtained from the sensing module 10 into a plurality of sensing data DAT1~DATN, respectively. For example, the data transmission module 20 uses numbers and codes to sense data DAT1~DATN, such as a parameter value (for example, 100˚C), a bit value of 0 or 1, and a bit string composed of multiple bit values. It is transmitted to the program translation module 30 sequentially or simultaneously (serial or parallel).

程式轉譯模組30配置以將從數據傳輸模組20取得的多個感測數據DAT1~DATN,轉譯並編寫成程式語言程序PRL。舉例而言,程式語言程序PRL包含基於一或多個感測數據DAT1~DATN轉譯並編寫成的條件語句,以及其餘一或多個感測數據DAT1~DATN轉譯並編寫成的結果語句。The program translation module 30 is configured to translate and write the plurality of sensing data DAT1 to DATN obtained from the data transmission module 20 into a program language program PRL. For example, the programming language program PRL includes conditional sentences translated and written based on one or more sensing data DAT1~DATN, and result sentences translated and written into the remaining one or more sensing data DAT1~DATN.

請參閱圖2,其為本發明實施例的以實體態樣編寫計算機程序的方法的取得感測數據以編寫程式語言程序的步驟流程圖。本實施例的以實體態樣編寫計算機程序的方法包含如圖2所示的步驟,可利用如圖1所示的以實體態樣編寫計算機程序的系統SYS執行。Please refer to FIG. 2, which is a flowchart of the steps in the method for writing a computer program in a physical state according to an embodiment of the present invention to obtain sensing data to write a programming language program. The method for writing a computer program in a physical state of this embodiment includes the steps shown in FIG. 2, and can be executed by the system SYS for writing a computer program in a physical state as shown in FIG. 1.

在步驟S201,利用感測模組10感測在真實世界中的實體。In step S201, the sensing module 10 is used to sense entities in the real world.

在步驟S203,利用感測模組10取得實體的樣態,例如物體、人體、不受控的動物等,可更進一步細分為具高危險性例如可能會燃燒、產生有害氣體、不具自主能力或判斷力的人以及會耗電的電子產品等,例如瓦斯爐、小孩、老人等。In step S203, the sensor module 10 is used to obtain the state of the entity, such as an object, a human body, an uncontrolled animal, etc., which can be further subdivided into high-risk categories such as burning, hazardous gas generation, involuntary ability or People with judgment and electronic products that consume electricity, such as gas stoves, children, and the elderly.

在步驟S205,利用感測模組10取得實體的狀態資訊T1~TN。舉例而言,狀態資訊T1~TN包含在一空間內是否有人的存在、人體目前在一空間內的生理狀態、所在位置、移動狀態、正在執行的操作例如對物體的操作行為資訊,例如將烤箱設定溫度從120℃調至170℃,以及物體受操作行為的反應/反饋數據例如烤箱內的實際溫度數據、物體在一空間內的位置資訊,包含絕對位置例如地理座標資訊,以及相對於在此空間內的其他物體的相對位置資訊,例如橄欖油現在放置在廚房內的正在沸騰的鍋爐旁。In step S205, the sensing module 10 is used to obtain the entity state information T1~TN. For example, the status information T1~TN includes the presence or absence of a person in a space, the current physiological state of the human body in a space, its location, the state of movement, the operation being performed, such as the operation behavior information on the object, such as the oven The set temperature is adjusted from 120°C to 170°C, and the response/feedback data of the object's operation behavior, such as the actual temperature data in the oven, the position information of the object in a space, including the absolute position such as geographic coordinate information, and the relative position The relative position information of other objects in the space, such as olive oil is now placed next to the boiling boiler in the kitchen.

另外,狀態資訊T1~TN可包含物體在受到人、管控裝置或其他因素操作或影響時、之前或之後的狀態相關資訊,舉例而言,電子裝置的電源處於開啟狀態、關閉狀態或待機狀態,物體是否受到毀損、燒焦、斷電、是否為高溫狀態例如鍋體正在烹煮而導致溫度超過一溫度門檻值等資訊,以及物體產生的物質例如氣體、液體或固體的成分、濃度、危險程度等資訊。In addition, the state information T1~TN can include information about the state of the object before, or after, when it is manipulated or affected by humans, control devices, or other factors. For example, the power of the electronic device is in the on, off, or standby state. Information about whether the object is damaged, burnt, power-off, whether it is in a high temperature state, such as the pot body is cooking and the temperature exceeds a temperature threshold, and the composition, concentration, and degree of danger of the substance produced by the object, such as gas, liquid or solid And other information.

在步驟S207,利用感測模組10取得實體隨時間變化的方式,舉例而言,每單位時間例如每天、每小時、每分或每秒內,物體的參數例如溫濕度等的數值變化幅度、產生的物質例如氣體、液體或固體等的量的變化,人體吸收這些物質後的生理數據的變化幅度,以及電子產品隨電源開啟時間或執行作業所消耗的電量變化等資訊。In step S207, the sensing module 10 is used to obtain the manner in which the entity changes over time. For example, per unit time, such as every day, every hour, every minute, or every second, the magnitude of the value change of the parameter of the object, such as temperature and humidity, etc. Changes in the amount of substances produced, such as gases, liquids, or solids, the extent of changes in physiological data after the human body absorbs these substances, and changes in the amount of electricity consumed by electronic products with the power-on time or operations performed.

在步驟S209,利用感測模組10取得實體變化的順序,舉例而言,感測模組10首先感測到人體進入一室內空間內,接著感測到此室內空間的明暗度低於室外亮度或預設亮度值並且其之間的差值大於一亮度差值門檻值時,接著開啟幾盞電燈,接著感測到室內的溫度逐漸升溫至一溫度門檻值時,開啟冷氣,接著感測到人體呈現平躺姿勢或位於床上或沙發上時,接著關閉電燈和調高冷氣的溫度,接著感測到此室內空間的瓦斯濃度為一數值時,感測到關閉冷氣、開啟電風扇、打開窗戶,並且感測到人體離開此空間。In step S209, the sensing module 10 is used to obtain the order of physical changes. For example, the sensing module 10 first senses that the human body enters an indoor space, and then senses that the brightness of the indoor space is lower than the outdoor brightness. Or when the preset brightness value and the difference between them are greater than a brightness difference threshold, then turn on a few lights, and then sense that the indoor temperature gradually rises to a temperature threshold, turn on the air conditioner, and then sense When the human body is lying flat or lying on a bed or sofa, then turn off the light and increase the temperature of the air conditioner, and then sense that the gas concentration in this indoor space is a value, sense that the air conditioner is turned off, the electric fan is turned on, and the window is opened. , And sense that the human body leaves this space.

在步驟S211,利用感測模組10取得實體的關聯性,包含多個實體本身之間的關聯性以及單個或多個實體的連續操作的關聯性,如上述打開窗戶可使室內外的空氣流通,而電風扇可輔助窗戶,帶動室內外的空氣間氣流的流動,將室內的瓦斯氣體排至室外,而此時人體離開此空間表示此時感測到的瓦斯濃度為人體無法承受的最小瓦斯濃度值。In step S211, the sensor module 10 is used to obtain the relevance of the entities, including the relevance of multiple entities themselves and the relevance of the continuous operation of single or multiple entities. As described above, opening the window can allow indoor and outdoor air to circulate. , And the electric fan can assist the window to drive the airflow between the indoor and outdoor air, and exhaust the indoor gas to the outdoors. When the human body leaves this space, it means that the gas concentration sensed at this time is the minimum gas concentration that the human body cannot bear. Concentration value.

在步驟S213,利用數據傳輸模組20將從感測模組10取得多個狀態資訊T1~TN,分別轉成多個感測數據DAT1~DATN輸出。舉例而言,感測數據DAT1~DATN包含人體的生理數據、移動距離、移動速度值、物體的設定溫度、目前溫度、設定時間、目前使用時間等上述資訊相關的數據值。In step S213, the data transmission module 20 is used to obtain a plurality of status information T1~TN from the sensing module 10, and respectively convert them into a plurality of sensing data DAT1~DATN for output. For example, the sensing data DAT1~DATN includes the physiological data of the human body, the moving distance, the moving speed value, the set temperature of the object, the current temperature, the set time, the current use time and other data related to the above information.

在步驟S215,利用程式轉譯模組30將從數據傳輸模組20取得的多個感測數據DAT1~DATN轉譯成程式碼,並將這些程式碼編寫成程式語言程序PRL。舉例而言,程式語言程序PRL包含條件語句,例如若瓦斯濃度高於人體無法承受的最小瓦斯濃度值時,以及包含符合條件語句將執行的結果語句,例如關閉冷氣、開啟電風扇、打開窗戶、提醒使用者離開此空間。In step S215, the program translation module 30 is used to translate the plurality of sensing data DAT1~DATN obtained from the data transmission module 20 into program codes, and these program codes are written into a programming language program PRL. For example, the programming language program PRL contains conditional statements, such as if the gas concentration is higher than the minimum gas concentration that the human body cannot bear, and contains the result statement that meets the conditional statement, such as turning off the air conditioner, turning on the electric fan, opening the window, Remind users to leave this space.

應理解,本所實施例的步驟可依據需求結合、增減變更執行順序等,舉例而言,本實施例的程式語言程序PRL考量步驟S203~S211取得的資訊編寫,但實務上可省略步驟S203~S211中的任一者或多者。程式語言程序PRL的編寫方式,具體說明如下。It should be understood that the steps of this embodiment can be combined according to requirements, increase and decrease, and the execution order can be changed. For example, the programming language program PRL of this embodiment takes into account the compilation of information obtained in steps S203 to S211, but step S203 can be omitted in practice. Any one or more of ~S211. The programming method of programming language program PRL is described in detail as follows.

請參閱圖3,其為本發明實施例的以實體態樣編寫計算機程序的方法的將多個感測數據轉譯為條件與結果語句以編寫程式語言程序的步驟流程圖。本實施例的以實體態樣編寫計算機程序的方法包含如圖3所示的步驟,可利用如圖1所示的以實體態樣編寫計算機程序的系統SYS執行。Please refer to FIG. 3, which is a flow chart of the steps of translating a plurality of sensed data into condition and result sentences to write a programming language program in the method for writing a computer program in a physical state according to an embodiment of the present invention. The method for writing a computer program in a physical state of this embodiment includes the steps shown in FIG. 3, which can be executed by the system SYS for writing a computer program in a physical state as shown in FIG. 1.

首先,執行步驟S301~S305,利用程式轉譯模組30取得感測模組10感測到的第一個狀態資訊T1對應的第一個感測數據DAT1,至第N個狀態資訊TN對應的第N個感測數據DATN。在本實施例中,N值可為大於3的任意整數值,但本發明不以此為限。First, perform steps S301 to S305, and use the program translation module 30 to obtain the first sensing data DAT1 corresponding to the first state information T1 sensed by the sensing module 10, to the first sensing data DAT1 corresponding to the Nth state information TN. N sensing data DATN. In this embodiment, the value of N can be any integer value greater than 3, but the present invention is not limited to this.

如圖3所示的步驟S301~S305同時執行,以從不同的第一個子感測單元S1~第N個子感測單元SN同時取得N個感測數據,但本發明不以此為限。實務上,這些感測數據DAT1~DATN可能為同一或不同的第一個子感測單元S1~第N個子感測單元SN,在同一或不同時間點,所感測到的狀態資訊T1~TN分別對應的感測數據DAT1~DATN。Steps S301 to S305 shown in FIG. 3 are executed simultaneously to obtain N sensing data from different first sub-sensing units S1 to N-th sub-sensing unit SN at the same time, but the present invention is not limited thereto. In practice, these sensing data DAT1~DATN may be the same or different first sub-sensing unit S1~Nth sub-sensing unit SN. At the same or different time points, the sensed state information T1~TN are respectively Corresponding sensing data DAT1~DATN.

接著,執行步驟S307~S309,利用程式轉譯模組30將第一個感測數據DAT1至第N-1個感測數據DATN-1,分別作為第一個條件至第N-1個條件。在步驟S311,利用程式轉譯模組30將最後一個感測到的第N個狀態資訊TN對應的感測數據DATN,作為執行結果。Then, steps S307 to S309 are executed to use the program translation module 30 to use the program translation module 30 to use the first sensing data DAT1 to the N-1th sensing data DATN-1 as the first condition to the N-1th condition, respectively. In step S311, the program translation module 30 is used to use the last sensed sensing data DATN corresponding to the Nth state information TN as the execution result.

實務上,利用程式轉譯模組30可將其他更多個感測數據DAT1~DATN-1的任一或多個作為執行結果而非條件。舉例而言,程式轉譯模組30可依據感測數據DAT1~DATN所包含的在步驟S203~S211取得的實體的樣態、狀態、隨時間變化的方式和順序、多個實體之間及其執行的作業之間的關聯性,決定將每個感測數據DAT1~DATN作為條件還是執行結果。In practice, the program translation module 30 can use any one or more of the other sensing data DAT1 to DATN-1 as the execution result instead of the condition. For example, the program translation module 30 can be based on the sensing data DAT1 ~ DATN contained in the entities obtained in steps S203 ~ S211, the state, the way and sequence of changes over time, between multiple entities and their execution The relevance of the tasks determines whether each sensing data DAT1~DATN is used as a condition or an execution result.

在步驟S313,將第一個條件至第N-1個條件轉譯為條件語句。 在步驟S315,將執行結果轉譯為結果語句。最後,在步驟S317,將條件語句與結果語句編寫成一程式語言程序PRL,即程式碼。In step S313, the first condition to the N-1th condition are translated into conditional sentences. In step S315, the execution result is translated into a result sentence. Finally, in step S317, the conditional statement and the result statement are written into a programming language program PRL, that is, program code.

進一步地,在如上述步驟S301~S317完成編寫程式語言程序PRL的前置作業之後,由本實施例的以實體態樣編寫計算機程序的系統SYS或外部電子裝置,所包含一程式語言執行模組(圖未示),取得並執行程式語言程序PRL應用於日常生活中,並可基於此程式語言程序PRL控制感測模組10、受感測模組10感測或未受感測模組10感測的實體(例如烤箱)的運作以及指示使用者改變其行為或所在位置等,具體說明如圖4所示的步驟S401~S409。Further, after completing the pre-processing of writing the programming language program PRL as in the above steps S301 to S317, the system SYS or the external electronic device for writing computer programs in a physical state of this embodiment includes a programming language execution module ( (Not shown in the figure), obtain and execute the programming language program PRL and apply it in daily life, and can control the sensing module 10, the sensed module 10 or the unsensed module 10 based on this programming language program PRL The operation of the measured entity (such as the oven) and the instructing the user to change its behavior or location, etc., are specifically described in steps S401 to S409 as shown in FIG. 4.

請參閱圖4,其為本發明實施例的以實體態樣編寫計算機程序的方法的執行程式語言程序應用於一空間以監控空間內的狀態的步驟流程圖。本實施例的以實體態樣編寫計算機程序的方法包含如圖4所示的步驟,可利用如圖1所示的以實體態樣編寫計算機程序的系統SYS執行。Please refer to FIG. 4, which is a flowchart of the steps of applying an executable language program of the method for writing a computer program in a physical state to a space to monitor the state in the space according to an embodiment of the present invention. The method for writing a computer program in a physical state of this embodiment includes the steps shown in FIG. 4, which can be executed by the system SYS for writing a computer program in a physical state as shown in FIG. 1.

首先,在步驟S401,利用一程式語言執行模組,例如電腦、行動裝置或其他電子裝置,執行程式語言程序PRL。First, in step S401, a programming language execution module, such as a computer, mobile device or other electronic device, is used to execute the programming language program PRL.

在步驟S403,利用感測模組10感測在真實世界中的實體。In step S403, the sensing module 10 is used to sense entities in the real world.

在步驟S405,利用數據傳輸模組20將從感測模組10取得多個狀態資訊T1~TN,分別轉成多個感測數據DAT1~DATN輸出。In step S405, the data transmission module 20 is used to obtain a plurality of status information T1~TN from the sensing module 10, and respectively convert them into a plurality of sensing data DAT1~DATN for output.

在步驟S407,利用程式語言執行模組判斷這些感測數據DAT1~DATN是否符合如圖3所示的步驟S317的程式語言程序PRL的條件語句中的所有條件,例如空氣中對人體有害的氣體濃度是否大於氣體濃度門檻值。若否,則重複執行步驟S403以取得新的感測數據。若是,在步驟S409中,利用程式語言執行模組執行程式語言程序PRL的結果語句,例如開啟抽風機。In step S407, the program language execution module is used to determine whether the sensing data DAT1~DATN meets all the conditions in the conditional statement of the program language program PRL in step S317 shown in FIG. 3, such as the concentration of gas harmful to the human body in the air Is it greater than the gas concentration threshold. If not, step S403 is repeatedly executed to obtain new sensing data. If yes, in step S409, use the programming language execution module to execute the result statement of the programming language program PRL, for example, turn on the exhaust fan.

請一併參閱圖1~圖6,其中圖5為本發明實施例的以實體態樣編寫計算機程序的系統及方法的多個感測模組應用於廚房的使用示意圖;圖6為本發明實施例的以實體態樣編寫計算機程序的系統及方法的程式語言程序的示意圖。Please refer to FIGS. 1 to 6 together, in which FIG. 5 is a schematic diagram of the use of multiple sensing modules of the system and method for writing computer programs in a physical state according to an embodiment of the present invention applied to the kitchen; FIG. 6 is an implementation of the present invention A schematic diagram of the programming language program of the system and method for writing computer programs in a physical state.

如圖5所示,本實施例中舉例如圖1所示的第一個子感測單元S1~第七個子感測單元S1~S7,分別為瓦斯濃度感測器GAS、排油煙管內的氣體感測器VETG、排油煙機內的電源感測器VETW、瓦斯爐的電源感測器GSV、在牆壁上的紅外線感測器NFR、攝影機CMA以及溫度計THM,設置在廚房內,分別用以感測廚房內的空氣中的瓦斯濃度、排油煙機內的(瓦斯)氣體濃度、排油煙機電源啟閉狀態、瓦斯爐的電源啟閉狀態、廚房內是否有人或動物出現、廚房內的實體的狀態以及廚房內的環境溫度。As shown in Fig. 5, the first sub-sensing unit S1~the seventh sub-sensing unit S1~S7 as shown in Fig. 1 in this embodiment are respectively the gas concentration sensor GAS and the gas exhaust pipe The gas sensor VETG, the power sensor VETW in the range hood, the power sensor GSV of the gas stove, the infrared sensor NFR on the wall, the camera CMA and the thermometer THM are installed in the kitchen and used for Detect the gas concentration in the air in the kitchen, the (gas) gas concentration in the range hood, the power on and off status of the range hood, the power on and off status of the gas stove, whether there are people or animals in the kitchen, and the entities in the kitchen And the ambient temperature in the kitchen.

首先,使用者可使用部分或所有子感測單元S1~第N個子感測單元SN,例如同時或依序使用溫度計THM、攝影機CMA以及瓦斯濃度感測器GAS,以分別感測廚房內的溫度、擷取廚房內的影像並分析影像中是否有人體存在,以及感測廚房環境中的瓦斯濃度,以取得狀態資訊T1~T3。數據傳輸模組20將這些狀態資訊T1~T3轉成感測數據DAT1~DAT3。First, the user can use some or all of the sub-sensing units S1 to the Nth sub-sensing unit SN, such as the thermometer THM, the camera CMA, and the gas concentration sensor GAS simultaneously or sequentially to sense the temperature in the kitchen separately , Capture the image in the kitchen and analyze whether there is a human body in the image, and sense the gas concentration in the kitchen environment to obtain status information T1~T3. The data transmission module 20 converts the status information T1~T3 into sensing data DAT1~DAT3.

接著,使用者可進行一序列的連續操作,以使如圖1所示的本實施例的以實體態樣編寫計算機程序的系統SYS依據這些操作,自動撰寫程式語言。舉例而言,溫度計THM感測到廚房內的環境溫度大於45度時,攝影機CMA從擷取到的影像判斷廚房內沒有人出沒,並且瓦斯濃度感測器GAS感測到有瓦斯外洩到廚房內的空氣中時,使用者關閉瓦斯總開關/管線。據以,程式轉譯模組30,如圖6所示將「溫度大於45度」、「廚房內沒人」以及「瓦斯流出」作為if條件語句中的條件,並且使用「&」代表「以及」或「並且」的涵義連結這些條件,而最後「關閉瓦斯總開關/管線」的操作編譯為結果語句,並將條件語句與結果語句編寫成程式語言程序PRL。應理解,實務上,程式語言程序PRL的編寫方式不限於圖6所示的舉例,可替換為其他已知的程式碼編寫方式。Then, the user can perform a series of continuous operations, so that the system SYS for writing computer programs in a physical state as shown in FIG. 1 automatically writes a programming language according to these operations. For example, when the THM thermometer senses that the ambient temperature in the kitchen is greater than 45 degrees, the camera CMA judges that there is no one in the kitchen from the captured image, and the gas concentration sensor GAS senses that there is gas leaking into the kitchen. When the air inside, the user turns off the main gas switch/pipeline. Accordingly, the program translation module 30, as shown in Figure 6, regards "the temperature is greater than 45 degrees", "no one in the kitchen", and "gas outflow" as the conditions in the if conditional statement, and uses "&" to represent "and" Or the meaning of "and" links these conditions, and finally the operation of "closing the gas main switch/pipeline" is compiled into a result statement, and the condition statement and the result statement are written into the programming language program PRL. It should be understood that, in practice, the programming method of the programming language program PRL is not limited to the example shown in FIG. 6, and can be replaced with other known programming methods.

也就是說,程式轉譯模組30在轉譯實體環境感測狀態時,是可如上述由使用者以驅動感測器產生真實狀態和數據、或者以強制模擬輸入數據來達成該狀態。例如,希望溫度感測器高於50度,可由使用者以熱源驅動溫度感測器,或者直接傳輸高於50度溫度的數據給接收模組等來達成。That is, when the program translation module 30 translates the physical environment sensing state, the user can drive the sensor to generate the real state and data, or force the simulated input data to achieve the state as described above. For example, if the temperature sensor is expected to be higher than 50 degrees, the user can drive the temperature sensor with a heat source, or directly transmit data with a temperature higher than 50 degrees to the receiving module.

編寫完成的程式語言程序PRL可應用於日後廚房內的電子裝置的管控。若未符合這些條件,則判斷目前為安全狀態,可持續進行感測作業。相反地,若在往後廚房符合上述條件語句中的所有條件時,控制裝置將自動關閉瓦斯總開關/管線,進而避免火災等意外狀況發生。實務上,若在廚房內有人時,控制裝置可在瓦斯濃度高於瓦斯濃度門檻值時,控制警報裝置提醒使用者瓦斯濃度過高,儘快離開現場或進行其他相應措施,避免人員傷亡或造成財產損失。The written programming language program PRL can be applied to the management and control of electronic devices in the kitchen in the future. If these conditions are not met, it is judged that it is currently in a safe state and the sensing operation can be continued. On the contrary, if the kitchen meets all the conditions in the above condition statement in the future, the control device will automatically turn off the main gas switch/pipeline, thereby avoiding accidents such as fire. In practice, if there are people in the kitchen, the control device can control the alarm device to remind the user that the gas concentration is too high when the gas concentration is higher than the threshold value of the gas concentration, and leave the scene as soon as possible or take other corresponding measures to avoid casualties or property loss.

在本實施例中,程式語言程序PRL包含單一個條件語句以及單一個結果語句,此條件語句包含三個條件,在此僅舉例說明,本發明不以此為限,實務上,使用者可依據實際需求,使用上述其他子感測單元S1~第N個子感測單元SN進行更多或更少的操作,以使本實施例的以實體態樣編寫計算機程序的系統SYS依據這些操作編寫使用者期望的程式語言程序PRL。In this embodiment, the programming language program PRL includes a single conditional statement and a single result statement. The conditional statement includes three conditions. This is only an example for illustration, and the present invention is not limited to this. In practice, users can follow According to actual requirements, the other sub-sensing unit S1 to the Nth sub-sensing unit SN are used to perform more or less operations, so that the system SYS for writing computer programs in a physical state of this embodiment writes users according to these operations. The desired programming language program PRL.

程式轉譯模組30依據使用者操作電子元件所產生的外部控制訊號,決定條件語句中的連接多個條件間的邏輯。舉例而言,感測模組10的數據用作條件判斷時,哪些是 or哪些是 and或其他條件等邏輯,是由使用者以外部控制方式告知程式自動編譯器來達成。The program translation module 30 determines the logic of connecting multiple conditions in the conditional sentence according to the external control signal generated by the user operating the electronic component. For example, when the data of the sensing module 10 is used for conditional judgment, which is or which is and or other conditions and other logics are achieved by the user informing the program automatic compiler in an external control manner.

舉例而言,啟動第一硬體開關,表示if邏輯;啟動第二硬體開關,表示and邏輯;啟動第三硬體開關,表示or邏輯;啟動第四硬體開關,表示then邏輯;啟動第五硬體開關,表示迴圈邏輯,啟動第N硬體開關,表示end邏輯等。如此一來,使用者可以例如在外部操作以:啟動第一硬體開關,接著驅動溫度感測器、人體感測器、瓦斯洩漏感測器,接著啟動第二硬體開關,啟動第四硬體開關,關閉瓦斯總管線,啟動第N硬體開關,來表示以下電腦程序: if  (溫度>50)  and  (沒人在) and (瓦斯在流); then  (關閉瓦斯總管線); end。 For example, the activation of the first hardware switch indicates if logic; the activation of the second hardware switch indicates and logic; the activation of the third hardware switch indicates or logic; the activation of the fourth hardware switch indicates then logic; Five hardware switches, indicating loop logic, enabling the Nth hardware switch, indicating end logic, etc. In this way, the user can, for example, operate externally to: activate the first hardware switch, then drive the temperature sensor, body sensor, and gas leakage sensor, then activate the second hardware switch, and activate the fourth hardware switch. Body switch, close the gas main line, and activate the Nth hardware switch to indicate the following computer programs: if (temperature>50) and (no one is present) and (gas is flowing); then (close the main gas pipeline); end.

[實施例的有益效果][Beneficial effects of the embodiment]

綜上所述,本發明的有益效果在於,本發明所提供以實體態樣編寫計算機程序的系統及方法,其將現實世界中的動態物理參數,自動轉換為計算機程序中的流程結構,特別是對於不會撰寫程式語言的使用者,可輕易取得程式語言程序並應用於日常生活中,可隨時自動修正程式語言程序的內容,使用上非常方便,有效解決現行許多電腦系統的應用程式必須仰賴專業程式設計人員,耗費巨額時間開發與修正應用程式的問題,本創作不僅有效減少開發人員新增功能或維護系統所需的各項成本,更可大幅加快系統開發速度與提升開發效能。In summary, the beneficial effect of the present invention is that the system and method for writing computer programs in a physical state provided by the present invention automatically convert dynamic physical parameters in the real world into the process structure in the computer program, especially For users who don’t know how to write a programming language, they can easily obtain the programming language program and use it in daily life, and can automatically modify the content of the programming language program at any time. It is very convenient to use. The effective solution to many computer system applications must rely on professionalism. Program designers spend a huge amount of time developing and correcting application problems. This creation not only effectively reduces the costs required for developers to add new functions or maintain the system, but also greatly speeds up system development and improves development efficiency.

以上所公開的內容僅為本發明的優選可行實施例,並非因此侷限本發明的申請專利範圍,所以凡是運用本發明說明書及圖式內容所做的等效技術變化,均包含於本發明的申請專利範圍內。The content disclosed above is only the preferred and feasible embodiments of the present invention, and does not limit the scope of the patent application of the present invention. Therefore, all equivalent technical changes made using the description and schematic content of the present invention are included in the application of the present invention. Within the scope of the patent.

以實體態樣編寫計算機程序的系統:SYS 感測模組:10 數據傳輸模組:20 程式轉譯模組:30 程式語言程序:PRL 第一個子感測單元:S1 第N個子感測單元:SN 狀態資訊:T1~TN 感測數據:DAT1~DATN 步驟:S201~S215、S301~S317、S401~S409 瓦斯濃度感測器:GAS 氣體感測器:VETG 電源感測器:VETW、 GSV 紅外線感測器:NFR 攝影機:CMA 溫度計:THM 若:if 其他:else System for writing computer programs in physical form: SYS Sensing module: 10 Data transmission module: 20 Program translation module: 30 Programming language program: PRL The first sub-sensing unit: S1 Nth sub-sensing unit: SN Status information: T1~TN Sensing data: DAT1~DATN Steps: S201~S215, S301~S317, S401~S409 Gas concentration sensor: GAS Gas sensor: VETG Power sensor: VETW, GSV Infrared sensor: NFR Camera: CMA Thermometer: THM If: if Other: else

圖1為本發明實施例的以實體態樣編寫計算機程序的系統的方塊圖。FIG. 1 is a block diagram of a system for writing a computer program in a physical state according to an embodiment of the present invention.

圖2為本發明實施例的以實體態樣編寫計算機程序的方法的取得感測數據以編寫程式語言程序的步驟流程圖。2 is a flow chart of the steps in the method for writing a computer program in a physical state to obtain sensing data to write a programming language program according to an embodiment of the present invention.

圖3為本發明實施例的以實體態樣編寫計算機程序的方法的將多個感測數據轉譯為條件與結果語句以編寫程式語言程序的步驟流程圖。FIG. 3 is a flowchart of the steps of translating a plurality of sensed data into condition and result sentences to write a programming language program in the method for writing a computer program in a physical state according to an embodiment of the present invention.

圖4為本發明實施例的以實體態樣編寫計算機程序的方法的執行程式語言程序應用於一空間以監控空間內的狀態的步驟流程圖。FIG. 4 is a flow chart of the steps of the execution programming language program of the method for writing a computer program in a physical state according to an embodiment of the present invention applied to a space to monitor the state in the space.

圖5為本發明實施例的以實體態樣編寫計算機程序的系統及方法的多個感測模組應用於廚房的使用示意圖。FIG. 5 is a schematic diagram of the use of multiple sensing modules of the system and method for writing computer programs in a physical state according to an embodiment of the present invention, which are applied in a kitchen.

圖6為本發明實施例的以實體態樣編寫計算機程序的系統及方法的程式語言程序的示意圖。FIG. 6 is a schematic diagram of a program language program of the system and method for writing computer programs in a physical state according to an embodiment of the present invention.

步驟:S201~S215Steps: S201~S215

Claims (8)

一種以實體態樣編寫計算機程序的系統,包含:一感測模組,包含多個子感測單元,配置以分別感測在真實世界中的多個實體的多個狀態資訊,其中該多個實體包含不具生命現象的物體以及具有生命現象的人體、動物和植物;一數據傳輸模組,連接該感測模組,配置以將各該狀態資訊轉換成由多個位元值組成的一位元串以產生一感測數據,並依序輸出由該多個狀態資訊分別轉換而成的該多個感測數據;以及一程式轉譯模組,連接該數據傳輸模組,配置以將從該數據傳輸模組取得的該多個感測數據中的該感測模組最後感測到的其中一該感測數據編譯為一結果語句,並將其他該多個感測數據分別作為多個條件而轉譯並編寫成一條件語句,將該條件語句與該結果語句編譯並編寫成一程式語言程序的程式碼。 A system for writing a computer program in a physical state, comprising: a sensing module, including a plurality of sub-sensing units, configured to respectively sense a plurality of state information of a plurality of entities in the real world, wherein the plurality of entities Including objects without life phenomena and human bodies, animals and plants with life phenomena; a data transmission module, connected to the sensing module, configured to convert each state information into a bit composed of multiple bit values String to generate a sensed data, and sequentially output the multiple sensed data respectively converted from the multiple status information; and a program translation module, connected to the data transmission module, configured to transfer the data from the Among the plurality of sensing data obtained by the transmission module, one of the sensing data finally sensed by the sensing module is compiled into a result sentence, and the other plurality of sensing data are respectively used as a plurality of conditions Translate and write a conditional statement, compile and write the conditional statement and the result statement into a program code of a programming language program. 如申請專利範圍第1項所述的以實體態樣編寫計算機程序的系統,其中該程式語言程序的編譯邏輯取決於該多個實體的樣態、狀態、隨時間變化方式、變化順序、該多個實體之間的關聯性或其任意組合。 As described in item 1 of the scope of the patent application, the computer program is written in a physical state, wherein the compilation logic of the programming language program depends on the state, status, change mode over time, change order, and the multiple entities of the multiple entities. The relationship between the entities or any combination thereof. 如申請專利範圍第1項所述的以實體態樣編寫計算機程序的系統,更包含一程式語言執行模組,配置以判斷在編寫完成該程式語言程序之後所感測到的該多個感測數據符合該條件語句的該多個條件時,執行該結果語句。 For example, the system for writing a computer program in a physical state as described in item 1 of the scope of the patent application further includes a programming language execution module configured to determine the plurality of sensed data sensed after the programming language program is written. When the multiple conditions of the conditional statement are met, the result statement is executed. 如申請專利範圍第1項所述的以實體態樣編寫計算機程序的系統,其中該程式轉譯模組依據使用者操作電子元件所產生的一外部控制訊號,決定該條件語句中的連接該多個條件間的邏輯。 For example, the system for writing a computer program in a physical state as described in item 1 of the scope of patent application, wherein the program translation module determines the connection of the plurality of conditions in the conditional sentence based on an external control signal generated by the user operating an electronic component The logic between conditions. 一種以實體態樣編寫計算機程序的方法,包含以下步驟:分別感測在真實世界中的多個實體的多個狀態資訊,其中該多 個實體包含不具生命現象的物體以及具有生命現象的人體、動物和植物;將各該狀態資訊分別轉換成由多個位元值組成的一位元串以產生一感測數據,依序輸出由該多個狀態資訊分別轉換而成的該多個感測數據;將該多個感測數據中,最後感測到的該感測數據編譯為一結果語句,其他該多個感測數據分別作為多個條件而轉譯並編寫成一條件語句;以及將該條件語句與該結果語句編譯並編寫成一程式語言程序的程式碼。 A method for writing a computer program in a physical state, including the following steps: respectively sensing multiple status information of multiple entities in the real world, wherein the multiple Each entity includes objects with inanimate phenomena and human bodies, animals and plants with animate phenomena; each state information is converted into a bit string composed of multiple bit values to generate a sensed data, which is output in sequence The plurality of sensing data are respectively converted from the plurality of state information; among the plurality of sensing data, the finally sensed sensing data is compiled into a result sentence, and the other plurality of sensing data are respectively used as A plurality of conditions are translated and written into a conditional statement; and the conditional statement and the result statement are compiled and written into a program code of a programming language program. 如申請專利範圍第5項所述的以實體態樣編寫計算機程序的方法,更包含以下步驟:依據該多個實體的樣態、狀態、隨時間變化方式、變化順序、該多個實體之間的關聯性或其任意組合,決定該程式語言程序的編譯邏輯。 As described in item 5 of the scope of patent application, the method of writing a computer program in a physical state further includes the following steps: according to the state, status, change over time of the multiple entities, the sequence of changes, and the relationship between the multiple entities The relevance of or any combination thereof determines the compilation logic of the programming language program. 如申請專利範圍第5項所述的以實體態樣編寫計算機程序的方法,更包含以下步驟:判斷在編寫程式語言程序之後所感測到的該多個感測數據是否符合該條件語句的該多個條件,若是,執行該結果語句,若否,不執行該結果語句。 As described in item 5 of the scope of patent application, the method of writing a computer program in a physical state further includes the following steps: judging whether the plurality of sensing data sensed after writing the programming language program meets the plurality of conditional sentences A condition, if yes, execute the result statement, if not, do not execute the result statement. 如申請專利範圍第7項所述的以實體態樣編寫計算機程序的方法,更包含以下步驟:依據使用者操作電子元件所產生的一外部控制訊號,決定該條件語句中的連接該多個條件間的邏輯。 As described in item 7 of the scope of the patent application, the method of writing a computer program in a physical state further includes the following steps: determining the connection of the multiple conditions in the conditional sentence based on an external control signal generated by the user operating an electronic component Logic between.
TW108132767A 2019-09-11 2019-09-11 System and method for writing computer program based on physical object TWI724538B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
TW108132767A TWI724538B (en) 2019-09-11 2019-09-11 System and method for writing computer program based on physical object

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
TW108132767A TWI724538B (en) 2019-09-11 2019-09-11 System and method for writing computer program based on physical object

Publications (2)

Publication Number Publication Date
TW202111517A TW202111517A (en) 2021-03-16
TWI724538B true TWI724538B (en) 2021-04-11

Family

ID=76035689

Family Applications (1)

Application Number Title Priority Date Filing Date
TW108132767A TWI724538B (en) 2019-09-11 2019-09-11 System and method for writing computer program based on physical object

Country Status (1)

Country Link
TW (1) TWI724538B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW201328401A (en) * 2011-12-28 2013-07-01 Univ Nat Central Wireless sensing braking network and operating method thereof
CN104881381A (en) * 2014-02-28 2015-09-02 神讯电脑(昆山)有限公司 Computer device, data path switching device thereof and data path switching method thereof
CN104978173A (en) * 2014-04-08 2015-10-14 神讯电脑(昆山)有限公司 Sensing data reading device and reading method thereof
TW201837724A (en) * 2017-03-29 2018-10-16 南韓商愛思開海力士有限公司 Memory system and operating method thereof

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW201328401A (en) * 2011-12-28 2013-07-01 Univ Nat Central Wireless sensing braking network and operating method thereof
CN104881381A (en) * 2014-02-28 2015-09-02 神讯电脑(昆山)有限公司 Computer device, data path switching device thereof and data path switching method thereof
CN104978173A (en) * 2014-04-08 2015-10-14 神讯电脑(昆山)有限公司 Sensing data reading device and reading method thereof
TW201837724A (en) * 2017-03-29 2018-10-16 南韓商愛思開海力士有限公司 Memory system and operating method thereof

Also Published As

Publication number Publication date
TW202111517A (en) 2021-03-16

Similar Documents

Publication Publication Date Title
Batov The distinctive features of “smart” buildings
Mahbub et al. Cloud-Enabled IoT-based embedded system and software for intelligent indoor lighting, ventilation, early stage fire detection and prevention
CN208044324U (en) Domestic environment intelligence control system
Yuen et al. A low-cost IoT smart home system
TWI724538B (en) System and method for writing computer program based on physical object
Djehaiche et al. Design and implementation of M2M-Smart home based on Arduino-UNO
Toylan et al. Design and application of a KNX‐based home automation simulator for smart home system education
Javed Mehedi Shamrat et al. An intelligent embedded AC automation model with temperature prediction and human detection
WO2023146160A1 (en) Systems and methods for real-time adaptive air quality and pollution control in food processing and other thermal processing environments
Chioran et al. Low Cost Autonomous Learning and Advising Smart Home Automation System.
Lu IoT-enhanced and bidirectionally interactive information visualization for context-aware home energy savings
Zhenghua et al. The Smart Home System based on the IAP15F2K61S2 and GSM
Kuang et al. An Automation Script Generation Technique for the Smart Home
Guo et al. Using Web Data Scraping to Reveal the Relationship between AI Product and Room Layout
Garg et al. Design and implementation of interactive home automation system using LabVIEW
Chaudhari et al. IOT based environmental pollution monitoring system
Rosli et al. Development of smart home system based on mobile apps control using IoT for educational purposes.
Karuna et al. Home Automation Based on IoT
Osorio et al. AUTOMATIC DISINFECTANT FAN.
Rifat et al. Android controlled home automation system based on different power optimization modes
Iriho IoT based smart fan controller and fire prevention in computer laboratory
US11276405B2 (en) Inferring sentiment to manage crowded spaces by using unstructured data
Šarga et al. Design and implementation of smart home model
Morse et al. The Smart Heater Based on Internet of Things
Su et al. An intelligent home security system based on STM32