evincent 发表于 2008-12-12 00:29

求助!地震波输入出现问题

命令流如下,用来读取地震波数据
/prep7
*dim,accex,array,4200,1
*dim,accey,array,4200,1
*dim,accez,array,4200,1

*create,temp1,mac
*vread,accex(1,1),'accex','txt','G:\',IJK,4200,,
(e17.6,e15.6,e15.6,e15.6,e15.6)
*end
/input,temp1
*create,temp2,mac
*vread,accey(1,1),'accey','txt','G:\',IJK,4200,,
(e17.6,e15.6,e15.6,e15.6,e15.6)
*end
/input,temp2
*create,temp3
*vread,accez(1,1),'accez','txt','G:\',IJK,4200,,
(e17.6,e15.6,e15.6,e15.6,e15.6)
*end
/input,temp3
finish
运行后出现提示:
*** WARNING ***
File temp1 does not exist.
The /INPUT command is ignored
*** WARNING ***
File temp2 does not exist.
The /INPUT command is ignored

我按照书上说的也把这三个宏文件放在各个指定路径下了,可运行后还是出现这种错误,不知道哪位前辈能指点一下,谢谢
页: [1]
查看完整版本: 求助!地震波输入出现问题