zoukankan      html  css  js  c++  java
  • BW测试机学习1

    3月4日,开始进行测试机的学习。

    1,引入数据源。需要先建立RFC,终于明白了逻辑系统的含义。然后进行复制数据源工作。

    2,发现系统缓慢,顾问建议下班后运行SGEN代码,可以提高速度。于是马上运行,造成系统更慢,发现没有听从建议:下班后执行此程序。

    3,建立一个infoobject,发现有一个转换例程alpha,不清楚含义。搜索后明白了,就是在数字前面补0,字符不用补。

    the alpha conversion routine is only used for char type objects to fill the object with leading zeroes if you are posting numbers to it. If you are posting a number to a numc object the leading zeroes will be applied automatically.
    example:
    object type char, length 8
    you post a 1,
    with alpha routine you receive a '00000001'.
    without you receive '1'.
    you post 'abc'
    you receive 'abc' with or without alpha routine.

    object type numc, length 8
    you post a 1,
    you receive a '00000001'.

     转换例程还有242个,如果要详细了解,竟不知道如何下手。慢慢来吧。

  • 相关阅读:
    var_threshold
    一些动态绑定数据代码
    直线与圆的拟合测量
    圆的拟合__测量圆心距
    halcon骨架与xld的区分
    dyn_threshold
    模板匹配加测量Demo
    ToString 格式
    S7-200 运动控制
    环形图片识别
  • 原文地址:https://www.cnblogs.com/Beewolf/p/1403147.html
Copyright © 2011-2022 走看看