<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://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="https://docs.pv-automation.com/feed.php">
        <title>myCNC Online Documentation - mycnc:mycnc_profiles</title>
        <description></description>
        <link>https://docs.pv-automation.com/</link>
        <image rdf:resource="https://docs.pv-automation.com/_media/wiki/logo.png" />
       <dc:date>2026-06-21T16:16:36+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://docs.pv-automation.com/mycnc/mycnc_profiles/plc-includes-x1366m?rev=1629142921&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.pv-automation.com/mycnc/mycnc_profiles/plc-includes-x1366p?rev=1635888416&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://docs.pv-automation.com/_media/wiki/logo.png">
        <title>myCNC Online Documentation</title>
        <link>https://docs.pv-automation.com/</link>
        <url>https://docs.pv-automation.com/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://docs.pv-automation.com/mycnc/mycnc_profiles/plc-includes-x1366m?rev=1629142921&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-08-16T19:42:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>plc-includes-x1366m</title>
        <link>https://docs.pv-automation.com/mycnc/mycnc_profiles/plc-includes-x1366m?rev=1629142921&amp;do=diff</link>
        <description>PLC Includes for X1366M/M4/M6 series profiles

mill_func.h

The mill_func.h features the lift_up as well as the coolant_motor_start code blocks.

lift_up

lift_up()
{

  if (proc==plc_proc_spindle) //Lift if spindle was ON
  {
    z1=gvarget(17003); //Use the absolute program coordinates
    timer=10; do{timer--;}while (timer&gt;0);

    z2=gvarget(7020); //Use the lift value
    z2=z2*100; //multiply lift value by 100, since PLC motion commands operate using 0.01 of chosen unit

    zmax=gvarget(1…</description>
    </item>
    <item rdf:about="https://docs.pv-automation.com/mycnc/mycnc_profiles/plc-includes-x1366p?rev=1635888416&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-11-02T21:26:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>plc-includes-x1366p</title>
        <link>https://docs.pv-automation.com/mycnc/mycnc_profiles/plc-includes-x1366p?rev=1635888416&amp;do=diff</link>
        <description>PLC Includes for X1366P

The PLC Includes files allow to systematize and share values and functions among the Hardware and Software PLC procedures within your profile. The below list includes information for the default version of the myCNC X1366P Plasma Cutting profile. The information may differ between profiles, as well as different versions of profiles, and should be used as a general reference only.</description>
    </item>
</rdf:RDF>
