{"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":"hm_lm-effektmaling","status":"publish","type":"post","link":"https:\/\/csiag.eu\/nb\/blog\/2022\/12\/03\/hm_lm-leistungsmessung\/","title":{"rendered":"HG_LM_Power - Effektm\u00e5ling"},"content":{"rendered":"<span class=\"span-reading-time rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Lesetid<\/span> <span class=\"rt-time\"> &lt; 1<\/span> <span class=\"rt-label rt-postfix\">Minutt<\/span><\/span>\n<p>Dette programmet brukes til \u00e5 registrere og kontrollere det maksimale str\u00f8mforbruket som sikringen tillater. <\/p>\n\n\n\n<p>Hvis den maksimalt tillatte str\u00f8mmen overskrides, sl\u00e5s laster og\/eller tilgjengelige effekttrinn av eller p\u00e5.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Installert maskinvare<br>- Homematic 4-fold rel\u00e9modul&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>- Homematisk aktuator for skinnekobling med str\u00f8mm\u00e5ling <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>Systemvariabler som skal opprettes<br>- Var_HG_LM_POWER (type real)<br>- Var_HG_LM_VOLTAGE (type real)<br>- HG_LM_POWER (for \u00e5 vise verdien i Web GUI)<br>- HG_LM_VOLTAGE (for \u00e5 vise verdien i Web GUI)<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Programmer som skal opprettes<br>- SV_IT (systemvariabel intern temperatur)<br><\/li>\n\n\n\n<li>Kanalbetegnelser<br>- \/ -<\/li>\n<\/ul>\n\n\n\n<p>Programmet:<\/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\">Program - HG_LM_Power - Bestemme AC-m\u00e5ledata<\/figcaption><\/figure>\n<\/div>\n\n\n<p>Koden:<code><br>ekte Var_HG_LM_POWER;<br>real 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>Utdataene fra skriptet (hvis linjene <code>WriteLine(\" ... \")<\/code> er ikke kommentert ut):<\/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\">Lesetid<\/span> <span class=\"rt-time\"> &lt; 1<\/span> <span class=\"rt-label rt-postfix\">Minutt<\/span><\/span>Dette programmet brukes til \u00e5 registrere og kontrollere det maksimalt tillatte str\u00f8mforbruket - relatert til sikringer. Hvis den maksimalt tillatte str\u00f8mmen overskrides, sl\u00e5s laster og\/eller tilgjengelige effektniv\u00e5er av eller p\u00e5. Programmet: Koden: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_POWER\").Value();dom.GetObject(\"HG_LM_POWER\").State(Var_HG_LM_POWER\").GetObject(\"HG_LM_VOLTAGE\").State(Var_HG_LM_VOLTAGE); Utdataene fra skriptet (hvis linjene WriteLine(\" ... \")...&nbsp;<a href=\"https:\/\/csiag.eu\/nb\/blog\/2022\/12\/03\/hm_lm-leistungsmessung\/\" rel=\"bookmark\">Les mer \"<span class=\"screen-reader-text\">HG_LM_Power - Effektm\u00e5ling<\/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\/nb\/wp-json\/wp\/v2\/posts\/2636","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/csiag.eu\/nb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/csiag.eu\/nb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/csiag.eu\/nb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/csiag.eu\/nb\/wp-json\/wp\/v2\/comments?post=2636"}],"version-history":[{"count":0,"href":"https:\/\/csiag.eu\/nb\/wp-json\/wp\/v2\/posts\/2636\/revisions"}],"wp:attachment":[{"href":"https:\/\/csiag.eu\/nb\/wp-json\/wp\/v2\/media?parent=2636"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/csiag.eu\/nb\/wp-json\/wp\/v2\/categories?post=2636"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/csiag.eu\/nb\/wp-json\/wp\/v2\/tags?post=2636"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}