<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Workflow Editor Archives - Convergent Information Technologies</title>
	<atom:link href="https://convergent-it.com/tag/workflow-editor/feed/" rel="self" type="application/rss+xml" />
	<link>https://convergent-it.com/tag/workflow-editor/</link>
	<description></description>
	<lastBuildDate>Thu, 26 Feb 2026 16:26:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://convergent-it.com/wp-content/uploads/2017/05/cropped-CITfavicon-3-32x32.jpg</url>
	<title>Workflow Editor Archives - Convergent Information Technologies</title>
	<link>https://convergent-it.com/tag/workflow-editor/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>FAQ Robot Exporter</title>
		<link>https://convergent-it.com/tutorial/faq-robot-offline-programming/faq-robot-exporter/</link>
					<comments>https://convergent-it.com/tutorial/faq-robot-offline-programming/faq-robot-exporter/#respond</comments>
		
		<dc:creator><![CDATA[Christof Eberst]]></dc:creator>
		<pubDate>Mon, 12 Jan 2026 03:56:17 +0000</pubDate>
				<guid isPermaLink="false">https://convergent-it.com/?post_type=docs&#038;p=8474</guid>

					<description><![CDATA[<p>Wrong format for external axis The exported robot program uses &#8220;mm&#8221; for the external rotation axis instead of &#8220;deg&#8221; degree. In case [&#8230;]</p>
<p>The post <a href="https://convergent-it.com/tutorial/faq-robot-offline-programming/faq-robot-exporter/">FAQ Robot Exporter</a> appeared first on <a href="https://convergent-it.com">Convergent Information Technologies</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Wrong format for external axis</h2>



<p><strong>The exported robot program uses &#8220;mm&#8221; for the external rotation axis instead of &#8220;deg&#8221; degree.</strong></p>



<p>In case of a FANUC &#8220;.ls&#8221; robot program it would look as follows for a linear motion point. The external axis E1 is however a rotation axis.</p>



<p>P[113]{<br>GP1:<br>UF : 1, UT : 1, CONFIG : &#8216;N U T, 0, 0, 0&#8217;,<br>X = 4402.896 mm, Y = -2677.32 mm, Z = 2690.996 mm,<br>W = -30.559 deg, P = 9.583 deg, R = -95.614 deg,<br>E1= -26.586 mm<br>};</p>



<p>If your exporter does not directly support switchting to deg for the given rotation axis you can have the exporter automatically modify the exported text also in the exporter setting.</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="576" src="https://convergent-it.com/wp-content/uploads/2026/01/Robot_Exporter_External_Axis-1024x576.jpg" alt="" class="wp-image-8475" srcset="https://convergent-it.com/wp-content/uploads/2026/01/Robot_Exporter_External_Axis-1024x576.jpg 1024w, https://convergent-it.com/wp-content/uploads/2026/01/Robot_Exporter_External_Axis-300x169.jpg 300w, https://convergent-it.com/wp-content/uploads/2026/01/Robot_Exporter_External_Axis-768x432.jpg 768w, https://convergent-it.com/wp-content/uploads/2026/01/Robot_Exporter_External_Axis-360x203.jpg 360w, https://convergent-it.com/wp-content/uploads/2026/01/Robot_Exporter_External_Axis-1000x563.jpg 1000w, https://convergent-it.com/wp-content/uploads/2026/01/Robot_Exporter_External_Axis-230x129.jpg 230w, https://convergent-it.com/wp-content/uploads/2026/01/Robot_Exporter_External_Axis-350x197.jpg 350w, https://convergent-it.com/wp-content/uploads/2026/01/Robot_Exporter_External_Axis-480x270.jpg 480w, https://convergent-it.com/wp-content/uploads/2026/01/Robot_Exporter_External_Axis.jpg 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Step 0: Open the &#8220;Workflow&#8221; Editor. Step 1: Select the robot &#8220;Parameters&#8221;. Step2: Add a &#8220;Text modifyier&#8221;. Step 3: Select &#8220;Regular Expression&#8221; and edit the &#8220;text to be replaced&#8221; and the &#8220;replace  with&#8221;. In our case of the FANUC program exporter: </p>



<p>Search for: &#8220;E1=(.*?)&nbsp; mm&#8221;</p>



<p>Replace with: &#8220;E1=$1 deg&#8221;</p>



<p>WARNING:</p>



<p>One warning though: If your rotation module is already supported and its values are correctly exported in degree, the text-replacement can have an unexpected side effect: It collects E1= and mm beyond several command lines of the robot program. This converts: </p>



<p>P[136]{<br>GP1:<br>UF : 1, UT : 1, CONFIG : &#8216;F U T, 0, 0, 0&#8217;,<br>X = 3714.904 mm, Y = -2037.529 mm, Z = 937.005 mm,<br>W = -0.085 deg, P = -86.669 deg, R = 150.35 deg,<br><strong>E1=</strong> -79.611 deg<br>};<br>P[137]{<br>GP1:<br>UF : 1, UT : 1, CONFIG : &#8216;F U T, 0, 0, 0&#8217;,<br>X = 3676.824 <strong>mm</strong>, Y = -2015.773 mm, Z = 959.199 mm,<br>W = -0.085 deg, P = -86.669 deg, R = 150.35 deg,<br>E1= -79.611 deg<br>};</p>



<p>into </p>



<p>P[136]{<br>GP1:<br>UF : 1, UT : 1, CONFIG : &#8216;F U T, 0, 0, 0&#8217;,<br>X = 3714.904 mm, Y = -2037.529 mm, Z = 937.005 mm,<br>W = -0.085 deg, P = -86.669 deg, R = 150.35 deg,<br>E1<strong>=</strong> -79.611 <strong>mm</strong><br>};<br>P[137]{<br>GP1:<br>UF : 1, UT : 1, CONFIG : &#8216;F U T, 0, 0, 0&#8217;,<br>X = 3676.824 mm, Y = -2015.773 mm, Z = 959.199 mm,<br>W = -0.085 deg, P = -86.669 deg, R = 150.35 deg,<br>E1= -79.611 deg<br>};</p>
<p>The post <a href="https://convergent-it.com/tutorial/faq-robot-offline-programming/faq-robot-exporter/">FAQ Robot Exporter</a> appeared first on <a href="https://convergent-it.com">Convergent Information Technologies</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://convergent-it.com/tutorial/faq-robot-offline-programming/faq-robot-exporter/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Expert tricks</title>
		<link>https://convergent-it.com/tutorial/robot-motions-and-programming/expert-tricks-2/</link>
					<comments>https://convergent-it.com/tutorial/robot-motions-and-programming/expert-tricks-2/#respond</comments>
		
		<dc:creator><![CDATA[Ruth Leska]]></dc:creator>
		<pubDate>Sat, 15 Nov 2025 16:07:38 +0000</pubDate>
				<guid isPermaLink="false">https://convergent-it.com/?post_type=docs&#038;p=7339</guid>

					<description><![CDATA[<p>How to transfer/copy settings from one robot or device to another? You can copy optimized settings, which may include from one robot [&#8230;]</p>
<p>The post <a href="https://convergent-it.com/tutorial/robot-motions-and-programming/expert-tricks-2/">Expert tricks</a> appeared first on <a href="https://convergent-it.com">Convergent Information Technologies</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p></p>



<h2 class="wp-block-heading">How to transfer/copy settings from one robot or device to another?</h2>



<p>You can copy optimized settings, which may include</p>



<ul class="wp-block-list">
<li>robot parameters (including exporter parameters and tex-tmodifyers)</li>



<li>Feasibility mal parameters</li>



<li>Specific planner parameters</li>



<li>Program importer parameters (for some robot manufacturers only)</li>



<li>Associated devices (external axes)</li>
</ul>



<p>from one robot (or other device) to several robots (or other devices) of your choice. This is especially helpful if you made some optimizations (late in the project) for one workflow or on robot of many in a  workflow and want the others to apply the same settings. If it is early in the project, you simply duplicate the workflow which includes the settings.</p>



<p>Select the device (her the FANUC robot) which was optimized and which settings shall be used by all other FANUC robots.</p>



<p>&#8220;Copy device specific parameters to&#8221;</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="608" src="https://convergent-it.com/wp-content/uploads/2025/11/Screenshot-1442-1024x608.png" alt="" class="wp-image-8834" srcset="https://convergent-it.com/wp-content/uploads/2025/11/Screenshot-1442-1024x608.png 1024w, https://convergent-it.com/wp-content/uploads/2025/11/Screenshot-1442-300x178.png 300w, https://convergent-it.com/wp-content/uploads/2025/11/Screenshot-1442-768x456.png 768w, https://convergent-it.com/wp-content/uploads/2025/11/Screenshot-1442-360x214.png 360w, https://convergent-it.com/wp-content/uploads/2025/11/Screenshot-1442-1000x594.png 1000w, https://convergent-it.com/wp-content/uploads/2025/11/Screenshot-1442-230x137.png 230w, https://convergent-it.com/wp-content/uploads/2025/11/Screenshot-1442-350x208.png 350w, https://convergent-it.com/wp-content/uploads/2025/11/Screenshot-1442-480x285.png 480w, https://convergent-it.com/wp-content/uploads/2025/11/Screenshot-1442.png 1081w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Image:</p>



<p>You can select the following parameter sets to be copied to other FANUC robots to be defined subsequently:</p>



<ul class="wp-block-list">
<li>Feasibilty Maps parameters:</li>



<li>Device Specific Planner parameters: </li>



<li>Program Exporter Parameters, such as Base frame, speed settings, linear or ptp, sampling a.s.o.</li>



<li>Program importer parameters:</li>



<li>associated devices, e.g. which external axis are connected </li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="739" height="720" src="https://convergent-it.com/wp-content/uploads/2025/11/Folie1-1.jpg" alt="" class="wp-image-8835" srcset="https://convergent-it.com/wp-content/uploads/2025/11/Folie1-1.jpg 739w, https://convergent-it.com/wp-content/uploads/2025/11/Folie1-1-300x292.jpg 300w, https://convergent-it.com/wp-content/uploads/2025/11/Folie1-1-360x351.jpg 360w, https://convergent-it.com/wp-content/uploads/2025/11/Folie1-1-230x224.jpg 230w, https://convergent-it.com/wp-content/uploads/2025/11/Folie1-1-350x341.jpg 350w, https://convergent-it.com/wp-content/uploads/2025/11/Folie1-1-480x468.jpg 480w" sizes="(max-width: 739px) 100vw, 739px" /></figure>



<p>Image:</p>



<p>Final steps:</p>



<ol class="wp-block-list">
<li>Select the devices parameters to copy / transfer</li>



<li>select the robots to copy them to. note: devices should be of same kind. Do not copy the settings of an external axis to a robot.</li>



<li>Press the transfer button in the  center and the target devices are shown</li>



<li>Add mode devices if wanted</li>



<li>Press OK</li>
</ol>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="734" height="720" src="https://convergent-it.com/wp-content/uploads/2025/11/Folie2-1.jpg" alt="" class="wp-image-8836" srcset="https://convergent-it.com/wp-content/uploads/2025/11/Folie2-1.jpg 734w, https://convergent-it.com/wp-content/uploads/2025/11/Folie2-1-300x294.jpg 300w, https://convergent-it.com/wp-content/uploads/2025/11/Folie2-1-360x353.jpg 360w, https://convergent-it.com/wp-content/uploads/2025/11/Folie2-1-230x226.jpg 230w, https://convergent-it.com/wp-content/uploads/2025/11/Folie2-1-350x343.jpg 350w, https://convergent-it.com/wp-content/uploads/2025/11/Folie2-1-480x471.jpg 480w" sizes="auto, (max-width: 734px) 100vw, 734px" /></figure>
<p>The post <a href="https://convergent-it.com/tutorial/robot-motions-and-programming/expert-tricks-2/">Expert tricks</a> appeared first on <a href="https://convergent-it.com">Convergent Information Technologies</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://convergent-it.com/tutorial/robot-motions-and-programming/expert-tricks-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Interact with the robot / tool</title>
		<link>https://convergent-it.com/tutorial/robot-motions-and-programming/interact-with-the-robot-tool/</link>
					<comments>https://convergent-it.com/tutorial/robot-motions-and-programming/interact-with-the-robot-tool/#respond</comments>
		
		<dc:creator><![CDATA[Ruth Leska]]></dc:creator>
		<pubDate>Sat, 15 Nov 2025 16:07:05 +0000</pubDate>
				<guid isPermaLink="false">https://convergent-it.com/?post_type=docs&#038;p=7337</guid>

					<description><![CDATA[<p>The post <a href="https://convergent-it.com/tutorial/robot-motions-and-programming/interact-with-the-robot-tool/">Interact with the robot / tool</a> appeared first on <a href="https://convergent-it.com">Convergent Information Technologies</a>.</p>
]]></description>
										<content:encoded><![CDATA[<figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><a href="https://convergent-it.com/tutorial/robot-motions-and-programming/interact-with-the-robot-tool/"><img decoding="async" src="https://convergent-it.com/wp-content/plugins/wp-youtube-lyte/lyteCache.php?origThumbUrl=%2F%2Fi.ytimg.com%2Fvi%2FcXaX_F5ORMY%2Fmaxresdefault.jpg" alt="YouTube Video"></a><br />The video is embedded by YouTube and only loaded and played from there when you click on the play button.  From then on, the <a href="https://policies.google.com/privacy?hl=en"> privacy policy of Google </a> applies.<br /><figcaption></figcaption></figure>
<p>The post <a href="https://convergent-it.com/tutorial/robot-motions-and-programming/interact-with-the-robot-tool/">Interact with the robot / tool</a> appeared first on <a href="https://convergent-it.com">Convergent Information Technologies</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://convergent-it.com/tutorial/robot-motions-and-programming/interact-with-the-robot-tool/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Modify the timing</title>
		<link>https://convergent-it.com/tutorial/robot-motions-and-programming/modify-the-timing/</link>
					<comments>https://convergent-it.com/tutorial/robot-motions-and-programming/modify-the-timing/#respond</comments>
		
		<dc:creator><![CDATA[Ruth Leska]]></dc:creator>
		<pubDate>Sat, 15 Nov 2025 16:06:20 +0000</pubDate>
				<guid isPermaLink="false">https://convergent-it.com/?post_type=docs&#038;p=7335</guid>

					<description><![CDATA[<p>coming soon&#8230;</p>
<p>The post <a href="https://convergent-it.com/tutorial/robot-motions-and-programming/modify-the-timing/">Modify the timing</a> appeared first on <a href="https://convergent-it.com">Convergent Information Technologies</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>coming soon&#8230;</p>



<p></p>
<p>The post <a href="https://convergent-it.com/tutorial/robot-motions-and-programming/modify-the-timing/">Modify the timing</a> appeared first on <a href="https://convergent-it.com">Convergent Information Technologies</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://convergent-it.com/tutorial/robot-motions-and-programming/modify-the-timing/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Assign actions to robots</title>
		<link>https://convergent-it.com/tutorial/robot-motions-and-programming/assign-actions-to-robots/</link>
					<comments>https://convergent-it.com/tutorial/robot-motions-and-programming/assign-actions-to-robots/#respond</comments>
		
		<dc:creator><![CDATA[Ruth Leska]]></dc:creator>
		<pubDate>Sat, 15 Nov 2025 16:05:39 +0000</pubDate>
				<guid isPermaLink="false">https://convergent-it.com/?post_type=docs&#038;p=7333</guid>

					<description><![CDATA[<p>The video describes (in 2 different examples with 1 and 2 robots and external axes) how to assign one or several tool [&#8230;]</p>
<p>The post <a href="https://convergent-it.com/tutorial/robot-motions-and-programming/assign-actions-to-robots/">Assign actions to robots</a> appeared first on <a href="https://convergent-it.com">Convergent Information Technologies</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>The video describes (in 2 different examples with 1 and 2 robots and external axes) how to assign one or several tool paths (including meanders etc.), which has been created in the setup, to a robot in a workflow. This specifies (initally) which robots are executing which tool-paths at which time. Assignment, order and timing can be changed later easily.</p>


<figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><a href="https://convergent-it.com/tutorial/robot-motions-and-programming/assign-actions-to-robots/"><img decoding="async" src="https://convergent-it.com/wp-content/plugins/wp-youtube-lyte/lyteCache.php?origThumbUrl=%2F%2Fi.ytimg.com%2Fvi%2FPo8uzYNokgo%2Fmaxresdefault.jpg" alt="YouTube Video"></a><br />The video is embedded by YouTube and only loaded and played from there when you click on the play button.  From then on, the <a href="https://policies.google.com/privacy?hl=en"> privacy policy of Google </a> applies.<br /><figcaption></figcaption></figure><p>The post <a href="https://convergent-it.com/tutorial/robot-motions-and-programming/assign-actions-to-robots/">Assign actions to robots</a> appeared first on <a href="https://convergent-it.com">Convergent Information Technologies</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://convergent-it.com/tutorial/robot-motions-and-programming/assign-actions-to-robots/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Concept of work-flow and robot motion planning</title>
		<link>https://convergent-it.com/tutorial/robot-motions-and-programming/gui/</link>
					<comments>https://convergent-it.com/tutorial/robot-motions-and-programming/gui/#respond</comments>
		
		<dc:creator><![CDATA[Ruth Leska]]></dc:creator>
		<pubDate>Sat, 15 Nov 2025 16:04:44 +0000</pubDate>
				<guid isPermaLink="false">https://convergent-it.com/?post_type=docs&#038;p=7331</guid>

					<description><![CDATA[<p>As described in the chapter for the setup-editor, in AUTOMAPPPS, we partially uncouple the process (defined by robot tool-paths) and the execution [&#8230;]</p>
<p>The post <a href="https://convergent-it.com/tutorial/robot-motions-and-programming/gui/">Concept of work-flow and robot motion planning</a> appeared first on <a href="https://convergent-it.com">Convergent Information Technologies</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>As described in the chapter for the setup-editor, in AUTOMAPPPS, we partially uncouple the process (defined by robot tool-paths) and the execution of those paths by the robots. This simplifies the programming and optimization. While the process result is of highest interest, and mostly defined by the tool-paths in the setup-editor, the robots need to execute them. To make the programming easier and faster, so far it was not necessary, to select the robot to execute a path, or the axis setting, or the timing (especially in conveyor-tracking). This is done in the workflow-editor.</p>



<p>At start, a short introduction to the GUI of the setup editor is provided as quick-start in the next video.</p>


<figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><a href="https://convergent-it.com/tutorial/robot-motions-and-programming/gui/"><img decoding="async" src="https://convergent-it.com/wp-content/plugins/wp-youtube-lyte/lyteCache.php?origThumbUrl=%2F%2Fi.ytimg.com%2Fvi%2FgK1EFd-XOfs%2Fmaxresdefault.jpg" alt="YouTube Video"></a><br />The video is embedded by YouTube and only loaded and played from there when you click on the play button.  From then on, the <a href="https://policies.google.com/privacy?hl=en"> privacy policy of Google </a> applies.<br /><figcaption></figcaption></figure><p>The post <a href="https://convergent-it.com/tutorial/robot-motions-and-programming/gui/">Concept of work-flow and robot motion planning</a> appeared first on <a href="https://convergent-it.com">Convergent Information Technologies</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://convergent-it.com/tutorial/robot-motions-and-programming/gui/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Creating a new workflow</title>
		<link>https://convergent-it.com/tutorial/robot-motions-and-programming/creating-a-new-workflow/</link>
					<comments>https://convergent-it.com/tutorial/robot-motions-and-programming/creating-a-new-workflow/#respond</comments>
		
		<dc:creator><![CDATA[Ruth Leska]]></dc:creator>
		<pubDate>Sat, 15 Nov 2025 16:04:00 +0000</pubDate>
				<guid isPermaLink="false">https://convergent-it.com/?post_type=docs&#038;p=7329</guid>

					<description><![CDATA[<p>The chapter describe how to create a workflow (including how to make use of the actions defined in the setup in the [&#8230;]</p>
<p>The post <a href="https://convergent-it.com/tutorial/robot-motions-and-programming/creating-a-new-workflow/">Creating a new workflow</a> appeared first on <a href="https://convergent-it.com">Convergent Information Technologies</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>The chapter describe how to create a workflow (including how to make use of the actions defined in the setup in the workflow &#8211; which is actually a preview to 2.2.2.)</p>


<figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><a href="https://convergent-it.com/tutorial/robot-motions-and-programming/creating-a-new-workflow/"><img decoding="async" src="https://convergent-it.com/wp-content/plugins/wp-youtube-lyte/lyteCache.php?origThumbUrl=%2F%2Fi.ytimg.com%2Fvi%2Fublbc_eRBw8%2Fmaxresdefault.jpg" alt="YouTube Video"></a><br />The video is embedded by YouTube and only loaded and played from there when you click on the play button.  From then on, the <a href="https://policies.google.com/privacy?hl=en"> privacy policy of Google </a> applies.<br /><figcaption></figcaption></figure>


<p>more examples how to create a new workflow &#8211; with increasing complexity.</p>



<p>Also shown:</p>



<ul class="wp-block-list">
<li>how to insert and split actions (which is actually already an outview to 2.2.2)</li>
</ul>



<ul class="wp-block-list">
<li>how to change priority of robot and external axes</li>
</ul>


<figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><a href="https://convergent-it.com/tutorial/robot-motions-and-programming/creating-a-new-workflow/"><img decoding="async" src="https://convergent-it.com/wp-content/plugins/wp-youtube-lyte/lyteCache.php?origThumbUrl=%2F%2Fi.ytimg.com%2Fvi%2FkZ2nVJs8_-w%2Fmaxresdefault.jpg" alt="YouTube Video"></a><br />The video is embedded by YouTube and only loaded and played from there when you click on the play button.  From then on, the <a href="https://policies.google.com/privacy?hl=en"> privacy policy of Google </a> applies.<br /><figcaption></figcaption></figure><p>The post <a href="https://convergent-it.com/tutorial/robot-motions-and-programming/creating-a-new-workflow/">Creating a new workflow</a> appeared first on <a href="https://convergent-it.com">Convergent Information Technologies</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://convergent-it.com/tutorial/robot-motions-and-programming/creating-a-new-workflow/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
