EasyManua.ls Logo

Siemens SINUMERIK 840DE SL

Siemens SINUMERIK 840DE SL
1734 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Sample scripts: xmldial.xml and drv_sys_hlpfunct.xml
xmldial.xml
<DialogGui>
<?include src="f:\appl\drv_sys_hlpfunct.xml" ?>
<menu name = "main">
<open_form name = "main_form" />
<softkey POSITION="1">
<caption></caption>
<navigation>main</navigation>
</softkey>
</menu>
<form name="main_form">
<init>
<caption>Component arrangement</caption>
<let name="count" />
<let name="str" type="string" />
<let name="do_name" type="string" />
<let name="cu_name" type="string" />
<let name="cui_idx" />
<op>
cui_idx = 0;
</op>
<function name="load_component" />
<print text="%d CUs found">num_cus</print>
<function name="calculate_do_index" />
<control name="list_comp_no_do_idx" xpos="8" ypos="80"
fieldtype="listbox" width="360" height="500" >
<property item_data="100" />
</control>
<op>
count = 0;
</op>
<while>
<condition>count &lt; 32 && address_idx_map[$count].comp_no != 0</
condition>
<op>
do_name= _T"";
</op>
<function name="read_do_name_fast" return="do_name">count</function>
<function name="read_cu_name_fast"
return="cu_name">address_idx_map[$count].cu_idx</function>
<print name="str" text="%3d %3d %3d %s
%s">address_idx_map[$count].cu_idx, address_idx_map[$count].comp_no,
address_idx_map[$count].do_idx, do_name, cu_name</print>
Generating user dialogs
1.9 Addressing components
Easy XML
90 Programming Manual, 12/2017, 6FC5397-1DP40-6BA1

Table of Contents

Other manuals for Siemens SINUMERIK 840DE SL

Related product manuals