Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Scroll Ignore


Banner title image
imagehttps://docs.myostat.ca/download/attachments/66881692/myostat-banner-image.png
Size40px
Height100px
backcolour#4EA453
Colourwhite

CM1-E DESIGN REFERENCES




Scroll Ignore

The intelligence and efficiency of the Cool Muscle servos, combined with EtherCAT and EtherNet/IP interfaces.

Cool Muscle Ethernet servos provide EtherCAT, EtherNet/IP, MODBUS TCP, and TCP/IP interface options.

The CM1-E motor is conformance tested as an EtherCAT slave device.

HTML
<div id="blankcard">
	<!-- Use it like any other HTML element --> 
	<model-viewer 	src="https://docs.myostat.ca/download/attachments/65143230/CM1E17L30webar.GLB"
					poster="https://docs.myostat.ca/download/attachments/66881692/CM1-T.png"
				  	auto-rotate
				  	camera-controls
					disable-zoom
				  	interaction-prompt="none"
				  	camera-orbit="45deg 55deg 100%"
				 	shadow-intensity="1"
					exposure="0.5"
					<!--style="background-color: #7DCEA0;"
					>
	</model-viewer>  
</div>


Section


USER GUIDE

Scroll Export Button
scopedescendants
template-idc295141e-42f2-461a-96e6-37d5e479f71c
captionExport To PDF
quick-starttrue
add-onScroll PDF Exporter
  Version:
Metadata from
1version


Metadata (Metadata Plugin)
0version
hiddentrue
2.00.00


Awesome panel
minwidth40em
width75%
backcolour#F4F5F7

Children Display
alltrue
depth20
excerpttrue
excerptTypesimple




Scroll Ignore

TECHNICAL SPECIFICATIONS

Section


DATASHEETS

Awesome panel
backcolour#F4F5F7

CAD FILES

Awesome panel
backcolour#F4F5F7

3D Models




Scroll Only

CM1-E Design References



Scroll Only

Technical Specifications

Section






Image Added DATASHEETS

Image Removed CAD Files

3D Models

Image Removed Datasheets

Scroll Only
Awesome panel
backcolour#F4F5F7
17S30D CAD17L30D CAD
  • CM1-T-23S30D CAD
  • CM1-T-23L20D CAD
  • Scroll Only

    Image Added CAD FILES

    Configuration Tool Configuration Tool

    EtherNet/IP Support Files

    Programming IDE

    Control Room
    Awesome panel
    backcolour#F4F5F7

    3D Models

    17X30D.PDF23XX0D.PDF
    Scroll Only

    Image Removed Software

    Awesome panel
    backcolour#F4F5F7








    Scroll Ignore


    HTML
    <style>
    
    body {
    margin: 0px;
    padding: 0;
    font-family: Google Sans, Noto, Roboto, Helvetica Neue, sans-serif;
    /*color: #244376;*/
    color: black
    }
    
    #blankcard {
    margin: 1em; 
    display: flex; 
    justify-content: flex-start; 
    max-width: 400px; 
    min-height: 300px;  
    overflow: hidden;
    }
    
    
    #card {
    margin: 1em;
    display: flex;
    /*flex-direction: column;*/
     justify-content: flex-start;
    max-width: 400px;
    min-height: 300px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    }
    
    model-viewer {
    width: 100%;
    height: 300px;
    /*background-color: #F4F5F7;*/
    /*background-color: #D0D6CE;*/
     --poster-color: #ffffff00;
    }
    
     .attribution {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 1em;
    }
    
    .attribution h1 {
    margin: 0 0 0.25em;
    }
    
    .attribution img {
    opacity: 0.5;
    height: 2em;
    }
    
    .attribution .cc {
    flex-shrink: 0;
    text-decoration: none;
    }
    
    /***** scroll export button ********/
    button[data-macro-name="scroll-exportbutton"] { 
    background: #D0D6CE;
    border-radius: 10px;
    }
    
    /******* panel *******/
    
    .panel, #content .panel {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    }  
    
    
    footer {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: auto;
    text-align: center;
    font-style: italic;
    line-height: 1.5em;
    }
    
    /* Tooltip container */
    .tooltip {
      position: relative;
      display: inline-block;
      /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
    }
    
    /* Tooltip text */
    .tooltip .tooltiptext {
      visibility: hidden;
      width: 120px;
      background-color: black;
      color: #fff;
      text-align: center;
      padding: 5px 0;
      border-radius: 6px;
     
      /* Position the tooltip text - see examples below! */
      position: absolute;
      z-index: 1;
      width: 120px;
      bottom: 100%;
      left: 50%;
      margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
    }
    
    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
      visibility: visible;
    }
    
    
    /* Generic Link effects for the entire page - includes sidebar */
    a:link {
      color: black;
      /*background-color: transparent;*/
      text-decoration: none;
    }
    
    a:visited {
      /*color: #172B4D;*/
      color: black;
      background-color: transparent;
      text-decoration: none;
    }
    
    a:hover {
      color: black;
      background-color: transparent;
      text-decoration: none;
    }
    
    
    
    </style>
    
    <!-- Import model-viewer -->
    <script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js"></script> 
    <script nomodule="" src="https://unpkg.com/@google/model-viewer/dist/model-viewer-legacy.js"></script>