en:Protocol Developer: Unterschied zwischen den Versionen

Aus Deutschmann Wiki
Zur Navigation springen Zur Suche springen
Zeile 6: Zeile 6:
 
== Adapt existing script to another fieldbus or Industrial Ethernet system==
 
== Adapt existing script to another fieldbus or Industrial Ethernet system==
 
Possible procedure:
 
Possible procedure:
# The existing script must be compared with the corresponding script template ('' 'template' '') of the Protocol Developer regarding the bus-specific parameters. These are marked in the script templates ('''Template''') with „'''!!!'''“.  
+
# The existing script must be compared with the corresponding script template ('''template''') of the Protocol Developer regarding the bus-specific parameters. These are marked in the script templates ('''Template''') with „'''!!!'''“.  
 
#*Via menu item „'''File'''“ -> „'''New'''“ -> „'''Source'''“ -> „'''Template'''“ can be called the corresponding script template.
 
#*Via menu item „'''File'''“ -> „'''New'''“ -> „'''Source'''“ -> „'''Template'''“ can be called the corresponding script template.
#If the bus-specific parameters are identical, the script must not be adapted. However this applies only if at the initalization of the bus (''':InitFieldbus;''') further bus-specific, optional parameters have not been inserted. If this is the case, these optional parameters have to be compared with the appropriate script template ('' 'Example' '') from the Protocol Developer.
+
#If the bus-specific parameters are identical, the script must not be adapted. However this applies only if at the initalization of the bus (''':InitFieldbus;''') further bus-specific, optional parameters have not been inserted. If this is the case, these optional parameters have to be compared with the appropriate script template ('''Example''') from the Protocol Developer.
 
#*Via menu item „'''File'''“ -> „'''New'''“ -> „'''Source'''“ -> „'''Example'''“ -> „'''Include'''“ the appropriate script template can be called.
 
#*Via menu item „'''File'''“ -> „'''New'''“ -> „'''Source'''“ -> „'''Example'''“ -> „'''Include'''“ the appropriate script template can be called.
  
 
== Weblinks ==
 
== Weblinks ==
 
*[http://www.deutschmann.de/produkte/download.php?file_id=576 Protocol Developer] (Zip-Datei)
 
*[http://www.deutschmann.de/produkte/download.php?file_id=576 Protocol Developer] (Zip-Datei)

Version vom 28. Juni 2016, 14:26 Uhr

Protocol Developer is a programming software for Deutschmann UNIGATE®-devices.

Debug-Function

With Protocol Developer there is the possibilty to debug the programmed resp. created script. Therefore UNIGATE® has to be started in Data Exchange Mode and has to be connected via Debug-Interface or Application Interface (RS232) with the PC resp. Protocol Developer. Further detailed information is to be found under the link UNIGATE® interfaces.

Adapt existing script to another fieldbus or Industrial Ethernet system

Possible procedure:

  1. The existing script must be compared with the corresponding script template (template) of the Protocol Developer regarding the bus-specific parameters. These are marked in the script templates (Template) with „!!!“.
    • Via menu item „File“ -> „New“ -> „Source“ -> „Template“ can be called the corresponding script template.
  2. If the bus-specific parameters are identical, the script must not be adapted. However this applies only if at the initalization of the bus (:InitFieldbus;) further bus-specific, optional parameters have not been inserted. If this is the case, these optional parameters have to be compared with the appropriate script template (Example) from the Protocol Developer.
    • Via menu item „File“ -> „New“ -> „Source“ -> „Example“ -> „Include“ the appropriate script template can be called.

Weblinks