当前位置:网站首页>RationalDMIS2022 高级编程宏程序
RationalDMIS2022 高级编程宏程序
2022-07-07 09:06:00 【山涧果子】

FNAME = OBTAIN/F(@FORMNAME), 1
SELECT/FNAME
CASE/'PLANE'
T(TFLAT_FORM) = TOL/FLAT, TOLFORM
OUTPUT/FA(FORMNAME), TA(TFLAT_FORM)
FORMDATA=value/TA(TFLAT_FORM),ACT
IF/(FORMDATA .GT. TOLFORM)
tempchar=assign/concat('当前平面度为: ',str(FORMDATA),'>',str(TOLFORM),'平面度超差警告!')
TEXT/OPER,tempchar
endif
ENDCAS
CASE/'CIRCLE'
T(TFLAT_FORM) = TOL/CIRLTY, TOLFORM
OUTPUT/FA(FORMNAME), TA(TFLAT_FORM)
FORMDATA=value/TA(TFLAT_FORM),ACT
IF/(FORMDATA .GT. TOLFORM)
tempchar=assign/concat('当前矢圆度为: ',str(FORMDATA),'>',str(TOLFORM),'矢圆度超差警告!')
TEXT/OPER,tempchar
endif
ENDCAS
CASE/'ARC'
T(TFLAT_FORM) = TOL/CIRLTY, TOLFORM
OUTPUT/FA(FORMNAME), TA(TFLAT_FORM)
FORMDATA=value/TA(TFLAT_FORM),ACT
IF/(FORMDATA .GT. TOLFORM)
tempchar=assign/concat('当前矢圆度为: ',str(FORMDATA),'>',str(TOLFORM),'矢圆度超差警告!')
TEXT/OPER,tempchar
endif
ENDCAS
CASE/'SPHERE'
T(TFLAT_FORM) = TOL/CIRLTY, TOLFORM
OUTPUT/FA(FORMNAME), TA(TFLAT_FORM)
FORMDATA=value/TA(TFLAT_FORM),ACT
IF/(FORMDATA .GT. TOLFORM)
tempchar=assign/concat('当前矢圆度为: ',str(FORMDATA),'>',str(TOLFORM),'矢圆度超差警告!')
TEXT/OPER,tempchar
endif
ENDCAS
DFTCAS
ENDSEL
endmac
CALL/M(FORM),(PLN3),0.01


边栏推荐
- [untitled]
- Unity downloads files through the server address
- Transaction rolled back because it has been marked as rollback only
- Realize ray detection, drag the mouse to move the object and use the pulley to scale the object
- Hash / (understanding, implementation and application)
- The concept, implementation and analysis of binary search tree (BST)
- Array object sorting
- 2022.7.6DAY598
- seata 1.3.0 四种模式解决分布式事务(AT、TCC、SAGA、XA)
- [STM32] actual combat 3.1 - drive 42 stepper motors with STM32 and tb6600 drivers (I)
猜你喜欢

Use load_ decathlon_ Datalist (Monai) fast loading JSON data
![[untitled]](/img/c2/d70d052b7e9587dc81c622f62f8566.jpg)
[untitled]

Deep understanding of Apache Hudi asynchronous indexing mechanism

Network engineer test questions and answers in May of the first half of 2022

What does intermediate software evaluator test
![[machine learning 03] Lagrange multiplier method](/img/14/7d4eb5679606e272f137ddbda4938c.png)
[machine learning 03] Lagrange multiplier method

"Dream Cup" 2017 Jiangsu information and future primary school summer camp it expert PK program design questions

Opencv installation and environment configuration - vs2017

90后,辞职创业,说要卷死云数据库

Différences entre les contraintes monotones et anti - monotones
随机推荐
The seventh training assignment
Deeply understand the characteristics of database transaction isolation
CSAPP bomb lab parsing
Simple and easy to modify spring frame components
[untitled]
從色情直播到直播電商
What is an intermediate network engineer? What is the main test and what is the use?
Some online academic report websites and machine learning videos
[untitled]
Go redis Middleware
PostgreSQL中的表复制
Is the gold content of intermediate e-commerce division in the soft exam high?
China Southern Airlines pa3.1
SQL Server knowledge collection 11: Constraints
Cmake learning manual
[untitled]
The sixth training assignment
Arduino board description
Deep understanding of Apache Hudi asynchronous indexing mechanism
Poj1821 fence problem solving Report