Kollmorgen PicoDAD-SN Drive
    
    
      For more information, please go to http://www.danahermotion.com 
      
        
           | 
          
              
                
                    CAUTION 
                The 16-pole rotary switch must be set to a non-zero value. Setting it to zero causes the SynqNet RESET to be bypassed, and the drive will not function correctly on the SynqNet network.  
                  | 
               
            | 
         
       
       
    Drive FPGA Table
    
      
        | Node Type  | 
        Option | 
        Valid FPGAs  | 
        Name | 
       
      
        0x00030020  | 
        0x00000000  | 
         | 
         | 
       
     
      
    Monitoring Real-time Data from Drive
    Some data from the drive is not part of the standard MEI I/O. Although, it can be monitored in real-time from the drive. For more information on how to monitor real-time data from the drive, see  Drive Monitor.  
    List of real-time monitor fields. This is a partial list of supported fields. Consult your drive manual for a complete list.  
    
      
        |   | 
        
            - U Phase Current
 
            - V Phase Current
 
            - W Phase Current
 
            - Actual Torque
 
            - Analog Input 0 
 
            - Analog Input 1
 
            - Analog Input 2 
 
            - Analog Input 3 
 
            - Bus Voltage 
 
            - Drive Temperature 
 
          | 
       
     
    Drive Monitor Table
    
      
          
         | 
        /* kollmorgen_picodad.h */
/* 
 *  Drive Monitor Table
 */
typedef enum PICODADMonitorIndex {    PICODADMonitorIndexU_PHASE_CURRENT    =  0,    PICODADMonitorIndexV_PHASE_CURRENT    =  1,    PICODADMonitorIndexW_PHASE_CURRENT    =  2,    PICODADMonitorIndexACTUAL_TORQUE      =  10,    PICODADMonitorIndexANALOG_IN0         =  30,    PICODADMonitorIndexANALOG_IN1         =  31,    PICODADMonitorIndexANALOG_IN2         =  32,    PICODADMonitorIndexANALOG_IN3         =  33,    PICODADMonitorIndexBUS_VOLTAGE        =  36,    PICODADMonitorIndexDRIVE_TEMP         =  37 } PICODADMonitorIndex;  | 
       
     
      
      
     |