zoukankan      html  css  js  c++  java
  • Simotion 凸轮同步,偏移凸轮起点

    将同步对象的 SyncingMotion.camReferenceBySlaveModeRelative 修改为 POSITION_AT_START_OF_CAMMING

    myRetDINT :=
        _enableCamming(
            followingObject := 
            // ,direction := USER_DEFAULT
            // ,masterMode := USER_DEFAULT
            // ,slaveMode := USER_DEFAULT
            // ,cammingMode := USER_DEFAULT
            ,cam := 
            // ,synchronizingMode := USER_DEFAULT
            // ,syncPositionReference := USER_DEFAULT
            // ,syncProfileReference := USER_DEFAULT
            // ,syncLengthType := USER_DEFAULT
            // ,syncLength := 0.0
            // ,camStartPositionMasterType := USER_DEFAULT
            // ,camStartPositionMaster := 0.0
            // ,syncPositionMasterType := USER_DEFAULT
            // ,syncPositionMaster := 0.0
            // ,syncPositionSlaveType := USER_DEFAULT
            // ,syncPositionSlave := 0.0
            // ,velocityType := USER_DEFAULT
            // ,velocity := 100.0
            // ,positiveAccelType := USER_DEFAULT
            // ,positiveAccel := 100.0
            // ,negativeAccelType := USER_DEFAULT
            // ,negativeAccel := 100.0
            // ,positiveAccelStartJerkType := USER_DEFAULT
            // ,positiveAccelStartJerk := 100.0
            // ,positiveAccelEndJerkType := USER_DEFAULT
            // ,positiveAccelEndJerk := 100.0
            // ,negativeAccelStartJerkType := USER_DEFAULT
            // ,negativeAccelStartJerk := 100.0
            // ,negativeAccelEndJerkType := USER_DEFAULT
            // ,negativeAccelEndJerk := 100.0
            // ,velocityProfile := USER_DEFAULT
            // ,mergeMode := SEQUENTIAL
            // ,nextCommand := IMMEDIATELY
            // ,commandId := (0,0)
            // ,synchronizingDirection := USER_DEFAULT
    );
    
    
  • 相关阅读:
    扑克牌顺子
    数组转 二叉树 ,并且输出二叉树的右视图
    数组中逆序对(归并排序思想)
    链表数字加和
    回文数字
    数组中 只出现一次的数
    判断是否有从根节点到叶子节点的节点值之和等于 sum
    双指针求 3个数和 为0的 数
    vue项目将css,js全部打包到html文件配置
    webpack4配置优化
  • 原文地址:https://www.cnblogs.com/lion-zheng/p/10267916.html
Copyright © 2011-2022 走看看