{"id":616,"date":"2022-06-08T15:04:21","date_gmt":"2022-06-08T14:04:21","guid":{"rendered":"https:\/\/www.fastseal.eu\/blog\/?p=616"},"modified":"2025-05-22T10:47:49","modified_gmt":"2025-05-22T09:47:49","slug":"header-options-verschiebung-and-andrehlaenge","status":"publish","type":"post","link":"https:\/\/fastseal.eu\/blog\/header-options-verschiebung-and-andrehlaenge\/","title":{"rendered":"Header options &#8211; VERSCHIEBUNG and ANDREHLAENGE"},"content":{"rendered":"\n<p>On Siemens machine, mostly using old Economos software, the header needs to have the following, or similar format:<\/p>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code>%_N_PSTURN_MPF\n\n;$PATH=\/_N_MPF_DIR\nN10 G54\nN20 R50=4.77 ; <strong>VERSCHIEBUNG <\/strong>\nN30 R51=7.52 ; <strong>ANDREHLAENGE <\/strong>\nN40 R55=1\nN50 R56=0\nN60 R52=$P_UIFR&#91;1,Z,TR]\nN70 R52=-R52+2.0 ; -TOPFLAENGE \nN80 R53=0<\/code><\/pre>\n\n\n\n<p>In this case the values represent:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>VERSCHIEBUNG<\/strong>: Offset value<\/li>\n\n\n\n<li><strong>ANDREHLAENGE<\/strong>: Turning \/ needed length to machine the seal<\/li>\n<\/ul>\n\n\n\n<p>On the FastSeal creator software, those values can be obtained with the reserved words:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>CYCL_MINZ<\/strong>: That will result on the offset value<\/li>\n\n\n\n<li><strong>CYCL_TURNINGLENGTH<\/strong>: This value will output the length of the machined material<\/li>\n<\/ul>\n\n\n\n<p>Both can be parsed and used to make calculations. For the CYCL_MINZ is common to a small amount be added so that the next machined part has material to be totally faced. This value, depends greatly on the part being made, and in case of a chevron seal (produced with the chip less tools) the output will be exactly equal to needed offset. Basically, the use of the CYCL_MINZ with or without parsing values will output the correct value.<\/p>\n\n\n\n<p>As an example to achieve the previous header the following should be used:<\/p>\n\n\n\n<pre class=\"wp-block-code has-dark-gray-color has-text-color\" style=\"font-size:14px\"><code>%_N_PSTURN_MPF\n\n;$PATH=\/_N_MPF_DIR\nN10 G54\nN20 R50=<strong>&#91;{CYCL_MINZ}+0.1]<\/strong> ; VERSCHIEBUNG \nN30 R51=<strong>{CYCL_TURNINGLENGTH}<\/strong> ; ANDREHLAENGE \nN40 R55=1\nN50 R56=0\nN60 R52=$P_UIFR|&#91;1,Z,TR]|\nN70 R52=-R52+2.0 ; -TOPFLAENGE \nN80 R53=0<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Special cases<\/h3>\n\n\n\n<p>There are cases that the offset must be exact, without the extra amount added by the user. On those cases the software internally will parse the content between the [ ] as exact values. Examples:<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Example 1<\/h5>\n\n\n\n<pre class=\"wp-block-code\"><code>G10 P0 W&#91;{CYCL_MINZ}+0.3]<\/code><\/pre>\n\n\n\n<p>In this case, if the CYCL_MINZ is 10.00 for normal seals the output will be:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>G10 P0 W10.3<\/code><\/pre>\n\n\n\n<p>When the seal requires exact offset (this is handled internal by the software) the output will be:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>G10 P0 W10.0<\/code><\/pre>\n\n\n\n<p>Because all the content between the square brackets that contain the {CYCL_MINZ} will be transformed on the offset value.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Example 2<\/h5>\n\n\n\n<pre class=\"wp-block-code\"><code>G10 P0 W&#91;20+&#91;{CYCL_MINZ}+0.3]]<\/code><\/pre>\n\n\n\n<p>In this case, if the CYCL_MINZ is 10.00 for normal seals the output will be:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>G10 P0 W30.3<\/code><\/pre>\n\n\n\n<p>When the seal requires exact offset (this is handled internal by the software) the output will be:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>G10 P0 W30.0<\/code><\/pre>\n\n\n\n<p>Because all the content between the square brackets that contain the {CYCL_MINZ} will be transformed on the offset value. Since the value 20 is outside the squared brackets that contain the {CYCL_MINZ}, that value is calculated on a second step.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>On Siemens machine, mostly using old Economos software, the header needs to have the following, or similar format: In this case the values represent: On the FastSeal creator software, those values can be obtained with the reserved words: Both can be parsed and used to make calculations. For the CYCL_MINZ is common to a small &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/fastseal.eu\/blog\/header-options-verschiebung-and-andrehlaenge\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Header options &#8211; VERSCHIEBUNG and ANDREHLAENGE&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[135,134],"class_list":["post-616","post","type-post","status-publish","format-standard","hentry","category-features","tag-offset","tag-zero-point","entry"],"_links":{"self":[{"href":"https:\/\/fastseal.eu\/blog\/wp-json\/wp\/v2\/posts\/616","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fastseal.eu\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fastseal.eu\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fastseal.eu\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fastseal.eu\/blog\/wp-json\/wp\/v2\/comments?post=616"}],"version-history":[{"count":5,"href":"https:\/\/fastseal.eu\/blog\/wp-json\/wp\/v2\/posts\/616\/revisions"}],"predecessor-version":[{"id":1662,"href":"https:\/\/fastseal.eu\/blog\/wp-json\/wp\/v2\/posts\/616\/revisions\/1662"}],"wp:attachment":[{"href":"https:\/\/fastseal.eu\/blog\/wp-json\/wp\/v2\/media?parent=616"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fastseal.eu\/blog\/wp-json\/wp\/v2\/categories?post=616"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fastseal.eu\/blog\/wp-json\/wp\/v2\/tags?post=616"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}