找回密码 注册 QQ登录
一站式解决方案

iCAx开思网

CAD/CAM/CAE/设计/模具 高清视频【积分说明】如何快速获得积分?快速3D打印 手板模型CNC加工服务在线3D打印服务,上传模型,自动报价
打印 上一主题 下一主题

[原创] 这样的动作用OSD运动能实现吗?

[复制链接]
11
发表于 2009-3-18 23:13:03 | 只看该作者
谢谢老大!OSD能用程序语言实现顺序动作,挺强大的.那么除了IF语句,OSD还能实现那些语句呢?

本帖最后由 fjp0931 于 2009-3-18 23:36 编辑
12
发表于 2009-3-19 19:13:46 | 只看该作者
You can enter mathematical expressions in fields that require a numeric value, such as length, radius, or distance. You can also enter the expression in the user input line. These expressions can include:

+, -, *, /
sin, cos, tan, asin, acos, atan
sqrt (square root)
^ (power: x^y where y is an integer)
exp (e^x)
PI (or lower-case pi)
bracket terms
floor(n) (highest integer less than or equal to n; rounds n down to the next integer)
ceil(n) (smallest integer not less than n; rounds n up to the next integer)
Examples
3*(5.5+17.2) = 68.1
sin(45)+3*11.4 = 34.907106781186549
tan(45) = 1.0
1.5^3 = 3.375
floor(42.17) = 42
ceil(28.17) = 29
floor(-2.3) = -3
ceil(-2.7) = -2
13
发表于 2009-3-19 19:14:06 | 只看该作者
If/then/else statements can be entered in the form:

if condition
then expression
else expression

The expressions in the then/else clause should evaluate to a value that can be assigned to the value relation or variable.

The conditional operators are:

==

!=

<

<=

The following expression causes a hole to move to 25mm if the distance z=30, otherwise it remains at 5mm (where z=3*x):

if z==30
then 25
else 5
An if/then/else form may also be nested. For example:

if condition-1
then expression-1
else if condition-2
then expression-2
else expression-3
else expression-4
14
发表于 2009-3-19 19:14:17 | 只看该作者
就这些了.呵呵.
15
发表于 2009-3-20 09:26:11 | 只看该作者
学学了,进一步学习,运动.大家讨论的还不错嘛.呵呵
16
发表于 2009-3-27 21:26:17 | 只看该作者
谢谢老大!又有新问题了:两个方块,一个运行了一段距离停止后,等待若干时间,第二个方块才开始运行。这个等待能实现吗?
17
发表于 2009-3-27 22:28:32 | 只看该作者
一样的,就是设定驱动的关系大于一个数字后 ,不变,等超过一个指定数字后,再变,和前面的没有什么不同
18
发表于 2009-3-27 23:16:09 | 只看该作者
不太明白,能图示说明一下吗?谢谢!
19
发表于 2009-3-28 11:16:42 | 只看该作者
如下图,和前面将的没有什么区别.
你好好思考一下吧.

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
20
发表于 2009-3-28 17:20:39 | 只看该作者
谢谢老大!如果方块1向前移动100,等待5秒后,方块2再向前移动50,如何控制方块2的速度和方块1是一样的呢?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

3D打印手板模型快速制作服务,在线报价下单!

QQ 咨询|手机版|联系我们|iCAx开思网  

GMT+8, 2024-12-23 11:40 , Processed in 0.030549 second(s), 10 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

快速回复 返回顶部 返回列表