<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://docs.pv-automation.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://docs.pv-automation.com/feed.php">
        <title>myCNC Online Documentation - examples</title>
        <description></description>
        <link>http://docs.pv-automation.com/</link>
        <image rdf:resource="http://docs.pv-automation.com/_media/wiki/logo.png" />
       <dc:date>2026-04-16T09:12:11+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://docs.pv-automation.com/examples/plasma-1024p?rev=1648583675&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.pv-automation.com/examples/plasma-x1366l?rev=1599847017&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.pv-automation.com/examples/plasma-x1366p?rev=1758744501&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.pv-automation.com/examples/plasma?rev=1558449441&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://docs.pv-automation.com/_media/wiki/logo.png">
        <title>myCNC Online Documentation</title>
        <link>http://docs.pv-automation.com/</link>
        <url>http://docs.pv-automation.com/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="http://docs.pv-automation.com/examples/plasma-1024p?rev=1648583675&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-03-29T19:54:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>plasma-1024p</title>
        <link>http://docs.pv-automation.com/examples/plasma-1024p?rev=1648583675&amp;do=diff</link>
        <description>MyCNC Plasma Configuration Example based on profile 1024P-V2

NOTE: The myCNC team recommends utilizing the examples provided in this manual (as well as other manuals in this documentation) as a starting point for your machine setup. When possible (and applicable), it is recommended to keep changes to a mininum. In general, using these examples as the basis for your PLCs/macro commands allows for an easier setup process.</description>
    </item>
    <item rdf:about="http://docs.pv-automation.com/examples/plasma-x1366l?rev=1599847017&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-11T17:56:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>plasma-x1366l</title>
        <link>http://docs.pv-automation.com/examples/plasma-x1366l?rev=1599847017&amp;do=diff</link>
        <description>Lathe Profile developing blog



check_m5_encoder()
{

  count=200;
  do 
  {
    a=gvarget(9048+enumber);	//Encoder; 9048+enumber
    timer=5; do { timer--; } while (timer&gt;0);
    b=gvarget(9048+enumber);	//Encoder; 9048+enumber
    if (a==b) {  count=0;  };
  } while (count&gt;0);

};

m19_encoder_stop()
{
    timer=0;
    timeout=timer+3000; 
    do 
    { 
      timer++; 
      a=gvarget(9048+enumber);	//Enc Position relative to Z-label
      if (a&lt;0) {a+=emax;};

      delta=a-stop_position;
 …</description>
    </item>
    <item rdf:about="http://docs.pv-automation.com/examples/plasma-x1366p?rev=1758744501&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-09-24T20:08:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>plasma-x1366p</title>
        <link>http://docs.pv-automation.com/examples/plasma-x1366p?rev=1758744501&amp;do=diff</link>
        <description>MyCNC Plasma Setup Example (X1366P)

NOTE: The myCNC team recommends utilizing the examples provided in this manual (as well as other manuals in this documentation) as a starting point for your machine setup. When possible (and applicable), it is recommended to keep changes to a mininum. In general, using these examples as the basis for your PLCs/macro commands allows for an easier setup process.</description>
    </item>
    <item rdf:about="http://docs.pv-automation.com/examples/plasma?rev=1558449441&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-21T14:37:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>plasma</title>
        <link>http://docs.pv-automation.com/examples/plasma?rev=1558449441&amp;do=diff</link>
        <description>MyCNC Plasma Configuration Examples



Plasma configuration example for profile X1366P



Plasma configuration example for old-style profile 1024P-V2 (DEPRECATED)

Basic plasma theory</description>
    </item>
</rdf:RDF>
