我看到其它人编写的mdfa能在里面加入生成的时间和日期。也就是在
mdfa dos 下可写入date 和time 那么文件名用什么样的呢?作者: coogur 时间: 2005-7-5 16:25
我的贴子真的没有人会吗?????而且附件没有人下载,我可以肯定,上面的mdfa文件,我们已经用过7年了,而且一点问题都没有出现,只是我现在
不想每次生成了tp文件(ptp)还改其中的后处理入麻烦!!请教!!!!!作者: coogur 时间: 2005-7-5 19:17
再没人帮我,我就急死了!~~~~~~~~~~~~~作者: 撒酒疯情 时间: 2005-7-5 21:40
能不能把HAAS加工中心的UG的后处里程序发给我吗谢谢
caoronghui99011@163.com这是我的油箱作者: coogur 时间: 2005-7-6 09:08
Initial Codes
The Initial Codes menu allows you to specify the content and order of machine tool specific codes at the beginning of the punch tape file.
You have the following options:
Partno - This option controls whether man-readable partno is output.
Rewind Stop Code - This option allows you to specify the codes that will be used for the rewind stop code. The rewind stop code for ISO is % and for EIA is #. GPM will replace the string <RWS> with one of the following in the header blocks. You have the following choices.
Rewind Stop with End-of-Block.
Rewind Stop without End-of-Block.
End-of-Block code only.
None.
Other (User-defined). You can use this option to specify a code other than % or #. You can also use this option to pass characters that the GPM cannot convert directly from the CLF into machine code (these characters are unprintable characters) through the GPM by using their EIA or ISO octal values. The octal values must be contained within angle brackets(<> to differentiate them from text. You must enter the character which represents the Initial Character String in ISO (or EIA) format and the number which represents the length of the Initial Character String in the ISO (or EIA) format. If you use angle brackets, they must be counted in the length of the code. Then indicate whether to output the End Of Block with the Initial Characters.
Program ID - The program ID is the character string that will be output preceding the program number or name. GPM will replace the variable <ROGID> in the header blocks with the string specified in the program ID specification menus. If you include the variable <ROGID> in your initial header blocks, you must specify the character string and number of characters for the program ID. For instance, the string (<ROGID>,<ARTNO,1,4> would generate (PGM,1234) in the NC tape file if the program ID was PGM and the first four characters of PARTNO was 1234. You have the option to specify the character and number of characters for ISO (or EIA) for the program ID.
Header Blocks - This option allows you to define up to ten initial blocks of the NC tape output file. These blocks can literals or variables. GPM will replace the variables at run time. The following variables are defined.
<DAY>
The current day.
<IMONTH>
The current month number (e.g. 09).
<MONTH>
The current month name (e.g. SEP).
<YEAR>
The current year.
<HOUR>
The current hour.
<MIN>
The current minute.
<ARTNO,c1,c2>
Range of text within the PARTNO statement. Will be ignored if not programmed.
<PPRINT,n,c1,c2>
Range of text within the nth PPRINT statement. Will be ignored if n PPRINT statements not programmed.
<RWS>
Rewind stop or user defined rewind stop.
<PROGID>
The current program ID code if defined.
<TOOLDEF>
The current tool definition blocks if defined.
<SEQNO>
The next sequential sequence number.
<TOOLNO>
The next tool (or turret) number in the current CLF. Used in tool definition blocks only.
You will have the option to enter data for any header block line, change the number of header block lines or move header block lines ahead or other header block lines.
The initial codes for a new MDF will be as follows:
1) <RWS>
The header blocks for a Deckel Dialog 11 control might look like the following:
The above header blocks would output the following NC tape file for a CLF with a PARTNO and three LOAD commands作者: coogur 时间: 2005-7-6 09:11
难到这里面真的没有高手吗?????
我找到上面的东西了,是在ug的doc里面,里面讲,Initial Codes 只能包含
<DAY>
<IMONTH>
<MONTH>
<YEAR>
<HOUR>
<MIN>
<ARTNO,c1,c2>
<PRINT,n,c1,c2>