发布于 2005-04-06 15:56:38
0楼
//BEGIN TD200_BLOCK ----------------------------
VB0 'TD'
VB2 16#60 //Set Language to Chinese, set Update to as fast as possible
VB3 16#B0 //Set the display to 20 character mode; Up key V3.2; Down key V3.3;
VB4 8 //Set the number of messages
VB5 0 //Set the Function Keys notification bits to M0.0 - M0.7
VW6 34 //Set the starting address for messages to VW34
VW8 14 //Set the starting address for message enable bits to VW14
VW10 0 //Global Password (if enabled)
VW12 256 //Character Set = Simplified Chinese
//MESSAGE 1
//Message Enable Bit V14.7
VB34 '推进剂入库信息记录'
VB52 16#11 //Edit Notification V52.2; Acknowledgement Notification V52.1; No Password;
VB53 16#00 //No Data; 0 Digits to the right of the decimal;
//MESSAGE 2
//Message Enable Bit V14.6
VB54 '日期'
VB58 16#10 //Edit Notification V58.2; No Acknowledgement;No Password;
VB59 16#30 //Unsigned Word; 0 Digits to the right of the decimal;
VW60 16#0000 //Embedded Data Value: Move data for display here.
VB62 16#10 //Edit Notification V62.2; No Acknowledgement;No Password;
VB63 16#10 //Signed Word; 0 Digits to the right of the decimal;
VW64 16#0000 //Embedded Data Value: Move data for display here.
VB66 16#10 //Edit Notification V66.2; No Acknowledgement;No Password;
VB67 16#10 //Signed Word; 0 Digits to the right of the decimal;
VW68 16#0000 //Embedded Data Value: Move data for display here.
VB70 ' '
//MESSAGE 3
//Message Enable Bit V14.5
VB74 '时间 '
//MESSAGE 4
//Message Enable Bit V14.4
VB94 '罐号 '
//MESSAGE 5
//Message Enable Bit V14.3
VB114 '推进剂出库信息记录'
VB132 16#11 //Edit Notification V132.2; Acknowledgement Notification V132.1; No Password;
VB133 16#00 //No Data; 0 Digits to the right of the decimal;
//MESSAGE 6
//Message Enable Bit V14.2
VB134 '日期 '
//MESSAGE 7
//Message Enable Bit V14.1
VB154 '时间 '
//MESSAGE 8
//Message Enable Bit V14.0
VB174 '罐号 '
//END TD200_BLOCK ------------------------------
这是我在cpu224上做的,在td200上显示.
可是我做的两个大类总闪(必须确认进入小项,有不闪进入的吗?),
还有就是enter进入其中任意一个大类后,另一个大类还在???
i jiushi i