Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:sw:01-mervis:weintek-hmi-bacnet-mervis-hidden [2021/08/06 08:46] lpolcerovaen:sw:01-mervis:weintek-hmi-bacnet-mervis-hidden [2025/11/21 11:11] (current) – clarification ofojt
Line 2: Line 2:
 <WRAP group 100%> <WRAP group 100%>
 <WRAP half column 81%> <WRAP half column 81%>
-/*FIXME - první věta se dá podle mě celá odstranit, nebo ponechat, je ale doplněná jenom v anglické verzi, nemá ekvivalent v CZ, zbytek jsem přeložila podle české abreviace a mělo by to nyní odpovídat: 
- 
-HMI panels are useful devices that can take control of various automation projects (boiler control, smart home control, industrial production control, etc.) much easier. 
 If you need to connect the Mervis IDE and the HMI display using a local network, you can use the BACnet protocol. For your project, you can use the HMI, in this case, the Weintek touchscreen HMI display, for system control, production control, boiler control, home control, etc. If you need to connect the Mervis IDE and the HMI display using a local network, you can use the BACnet protocol. For your project, you can use the HMI, in this case, the Weintek touchscreen HMI display, for system control, production control, boiler control, home control, etc.
- 
-In the following tutorial, you will learn how to set up a BACnet server, how to connect to the server with a client, or how to generate a list of variables (.EDE file). 
- 
-The result of this tutorial is to show the PLC inputs as controls on the HMI display and to control the PLC digital outputs directly from the HMI display. 
- */ 
-HMI panels are useful devices that can make control of various automation projects (boiler control, smart home control, industrial production control etc.) much easier. If you then need to connect HMI panel to the Mervis IDE, you can do so using the BACnet protocol over LAN.  
 </WRAP> </WRAP>
 <WRAP half column 15%> <WRAP half column 15%>
Line 24: Line 15:
 </WRAP> </WRAP>
  
-In this tutorial, we will show you how to set up a BACnet server, how to connect a client to this server and how to generate a variable list (.EDE file). +In the following tutorial, you will learn how to set up a BACnet server, how to connect to the server with a client, or how to generate a list of variables (.EDE file)
 + 
 +The result of this tutorial is to show the PLC inputs as controls on the HMI display and to control the PLC digital outputs directly from the HMI display.
  
  
Line 68: Line 61:
 {{ :en:sw:01-mervis:003_weintek-hmi-mervis-_bacnet_en.png |}} {{ :en:sw:01-mervis:003_weintek-hmi-mervis-_bacnet_en.png |}}
  
-Name the newly created device <html><span class="avOrangeText">BACnet_UDP</span><html>. Select the device and set the same parameters in <html><span class="avBlueText">Properties</span></html> in as following:+Name the newly created device <html><span class="avOrangeText">BACnet_UDP</span></html>. Select the device and set the same parameters in <html><span class="avBlueText">Properties</span></html> in as following:
   * **Device instance:** 1 (1-4194302, unique within the network)   * **Device instance:** 1 (1-4194302, unique within the network)
   * **Management Password:** //set your password//   * **Management Password:** //set your password//
Line 145: Line 138:
 {{ :en:sw:01-mervis:002_weintek-hmi-easybuilder-bacnet.png |}} {{ :en:sw:01-mervis:002_weintek-hmi-easybuilder-bacnet.png |}}
  
-Upon creating the new project, a <span class="avBlueText">System Parameter Settings</span></html> will appear. Click on <html><span class="avBlueText">New device/server</span></html>.+Upon creating the new project, a <html><span class="avBlueText">System Parameter Settings</span></html> will appear. Click on <html><span class="avBlueText">New device/server</span></html>.
 {{ :en:sw:01-mervis:003_weintek-hmi-easybuilder-bacnet.png |}} {{ :en:sw:01-mervis:003_weintek-hmi-easybuilder-bacnet.png |}}
  
Line 157: Line 150:
 {{ :en:sw:01-mervis:004_weintek-hmi-easybuilder-bacnet.png |}} {{ :en:sw:01-mervis:004_weintek-hmi-easybuilder-bacnet.png |}}
  
-In this tab you can set up the IP address either manually, or you can click on <html><span class="avBlueText">Who Is…</span></html> and the server will be found and set up automatically. The standard BACnet port is 47808 – if you selected a different port in Mervis IDE, you need to change the BACnet port here as well.+In this tab you can set up the IP address either manually, or you can click on <html><span class="avBlueText">Who Is…</span></html> and the server will be found and set up automatically. The standard BACnet port is 47808 and the IP address field should have IP of the PLC, where BACnet server should run. If you selected a different port in Mervis IDE, you need to change the BACnet port here as well.
 \\ \\
  
Line 183: Line 176:
 For <html><span class="avBlueText">Bit lamp</span></html> choose one of the <html><span class="avBlueText">DI</span></html> variables. For <html><span class="avBlueText">Bit lamp</span></html> choose one of the <html><span class="avBlueText">DI</span></html> variables.
  
-Look up the <html><span class="avBlueText">hw_$Axon S105_DO_1_01_w$</span></html> object and select <html><span class="avBlueText">PresentValue</span></html>.+Look up the <html><span class="avBlueText">hw_$Axon S105_DI_1_01_w$</span></html> object and select <html><span class="avBlueText">PresentValue</span></html>.
 {{ :en:sw:01-mervis:013_weintek-hmi-easybuilder-bacnet.png |}} {{ :en:sw:01-mervis:013_weintek-hmi-easybuilder-bacnet.png |}}