{"id":2636,"date":"2022-12-03T15:07:47","date_gmt":"2022-12-03T15:07:47","guid":{"rendered":"https:\/\/csiag.eu\/?p=2636"},"modified":"2023-01-12T09:40:41","modified_gmt":"2023-01-12T09:40:41","slug":"misura-di-potenza-hm_lm","status":"publish","type":"post","link":"https:\/\/csiag.eu\/it\/blog\/2022\/12\/03\/hm_lm-leistungsmessung\/","title":{"rendered":"HG_LM_Power \u2013 Misurazione della potenza"},"content":{"rendered":"<span class=\"span-reading-time rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Momento della lettura<\/span> <span class=\"rt-time\"> &lt;1<\/span> <span class=\"rt-label rt-postfix\">minuto<\/span><\/span>\n<p>Questo programma serve a registrare e controllare il consumo massimo di energia consentito dal fusibile. <\/p>\n\n\n\n<p>Se si supera la corrente massima consentita, i carichi e\/o gli stadi di potenza disponibili vengono disattivati o attivati.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Hardware installato<br>\u2013 Modulo rel\u00e8 Homematic a 4 vie&nbsp;<a href=\"https:\/\/www.amazon.de\/HomeMatic-HM-LC-SW4-PCB-4-Kanal-Schaltaktor-Komplettbausatz\/dp\/B002BZGBA0\/ref=sr_1_1?__mk_de_DE=%C3%85M%C3%85%C5%BD%C3%95%C3%91&amp;crid=Z241YRYEPSUX&amp;keywords=homematic+HM-LC-Sw4-WM&amp;qid=1667671691&amp;sprefix=homematic+hm-lc-sw4-wm%2Caps%2C137&amp;sr=8-1\" target=\"_blank\" rel=\"noreferrer noopener\">HM-LC-Sw4-WM<\/a><br>- Attuatore di commutazione omomatico per binari a cappello superiore con misurazione della potenza <a href=\"https:\/\/de.elv.com\/elv-homematic-hutschienen-schaltaktor-mit-leistungsmessung-hm-es-pmsw1-dr-150749\" target=\"_blank\" rel=\"noreferrer noopener\">HM-ES-PMSw1-DR<\/a><\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Variabili di sistema da creare<br>- Var_HG_LM_POWER (tipo real)<br>- Var_HG_LM_VOLTAGE (tipo real)<br>- HG_LM_POWER (per visualizzare il valore nella GUI Web)<br>- HG_LM_VOLTAGE (per visualizzare il valore nella GUI Web)<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Programmi da creare<br>- SV_IT (temperatura interna variabile del sistema)<br><\/li>\n\n\n\n<li>Etichette dei canali<br>- \/ -<\/li>\n<\/ul>\n\n\n\n<p>Il programma:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"1024\" height=\"243\" src=\"https:\/\/csiag.eu\/wp-content\/uploads\/2022\/12\/image-21-1024x243.png\" alt=\"\" class=\"wp-image-2784\" srcset=\"https:\/\/csiag.eu\/wp-content\/uploads\/2022\/12\/image-21-1024x243.png 1024w, https:\/\/csiag.eu\/wp-content\/uploads\/2022\/12\/image-21-300x71.png 300w, https:\/\/csiag.eu\/wp-content\/uploads\/2022\/12\/image-21-768x182.png 768w, https:\/\/csiag.eu\/wp-content\/uploads\/2022\/12\/image-21-1536x364.png 1536w, https:\/\/csiag.eu\/wp-content\/uploads\/2022\/12\/image-21-2048x485.png 2048w, https:\/\/csiag.eu\/wp-content\/uploads\/2022\/12\/image-21-1560x369.png 1560w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">Programma - HG_LM_Power - Determinare i dati di misurazione CA<\/figcaption><\/figure>\n<\/div>\n\n\n<p>Il codice:<code><br>reale Var_HG_LM_POWER;<br>reale Var_HG_LM_VOLTAGE<\/code>;<\/p>\n\n\n\n<p><code>var HG_LM_POWER;<br>var HG_LM_VOLTAGE;<\/code><\/p>\n\n\n\n<p><code>Var_HG_LM_POWER = dom.GetObject(\"BidCos-RF.TEQ0864424:2.POWER\").Value();<br>WriteLine(\"Var_HG_LM_POWER\");WriteLine(Var_HG_LM_POWER);<br>dom.GetObject(\"HG_LM_POWER\").State(Var_HG_LM_POWER);<\/code><\/p>\n\n\n\n<p><code>Var_HG_LM_VOLTAGE = dom.GetObject(\"BidCos-RF.TEQ0864424:2.VOLTAGE\").Value();<br>WriteLine(\"Var_HG_LM_VOLTAGE\");WriteLine(Var_HG_LM_VOLTAGE);<br>dom.GetObject(\"HG_LM_VOLTAGE\").State(Var_HG_LM_VOLTAGE);<\/code><\/p>\n\n\n\n<p>L&#039;output dello script (se le righe <code>ScriviLine(&quot; ... &quot;)<\/code> non sono commentati):<\/p>\n\n\n\n<p><code>Var_HG_LM_POWER<br>210.750000<br>Var_HG_LM_VOLTAGE<br>228.100000<\/code><\/p>","protected":false},"excerpt":{"rendered":"<p><span class=\"span-reading-time rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Momento della lettura<\/span> <span class=\"rt-time\"> &lt;1<\/span> <span class=\"rt-label rt-postfix\">minuto<\/span><\/span>Questo programma serve a registrare e controllare il consumo massimo di corrente consentito, in relazione ai fusibili. Se si supera la corrente massima consentita, i carichi e\/o i livelli di potenza disponibili vengono disattivati o attivati. Il programma: Il codice:real Var_HG_LM_POWER;real Var_HG_LM_VOLTAGE; var HG_LM_POWER;var HG_LM_VOLTAGE; Var_HG_LM_POWER = dom.GetObject(\"BidCos-RF.TEQ0864424:2.POWER\").Value();WriteLine(\"Var_HG_LM_POWER\");WriteLine(Var_HG_LM_POWER);dom.GetObject(\"HG_LM_POWER\").State(Var_HG_LM_POWER); Var_HG_LM_VOLTAGE = dom.GetObject(\"BidCos-RF.TEQ0864424:2.VOLTAGE\").Value();WriteLine(\"Var_HG_LM_VOLTAGE\");WriteLine(Var_HG_LM_VOLTAGE);dom.GetObject(\"HG_LM_VOLTAGE\").State(Var_HG_LM_VOLTAGE); L'output dello script (se le righe WriteLine(\" ... \")...&nbsp;<a href=\"https:\/\/csiag.eu\/it\/blog\/2022\/12\/03\/hm_lm-leistungsmessung\/\" rel=\"bookmark\">Leggi tutto \"<span class=\"screen-reader-text\">HG_LM_Power \u2013 Misurazione della potenza<\/span><\/a><\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"","_lmt_disable":"","neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"categories":[346,347],"tags":[445,447,389,381,448,446,444],"class_list":["post-2636","post","type-post","status-publish","format-standard","hentry","category-smarthome","category-smarthome-im-wohnmobil","tag-hutschienen-schaltaktor","tag-leistung","tag-leistungsmessung","tag-relais-modul","tag-spannung","tag-strom","tag-stromverbrauch"],"modified_by":"Achim Goerner","_links":{"self":[{"href":"https:\/\/csiag.eu\/it\/wp-json\/wp\/v2\/posts\/2636","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/csiag.eu\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/csiag.eu\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/csiag.eu\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/csiag.eu\/it\/wp-json\/wp\/v2\/comments?post=2636"}],"version-history":[{"count":0,"href":"https:\/\/csiag.eu\/it\/wp-json\/wp\/v2\/posts\/2636\/revisions"}],"wp:attachment":[{"href":"https:\/\/csiag.eu\/it\/wp-json\/wp\/v2\/media?parent=2636"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/csiag.eu\/it\/wp-json\/wp\/v2\/categories?post=2636"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/csiag.eu\/it\/wp-json\/wp\/v2\/tags?post=2636"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}