各位先生:
你们好!我想用TD200的F1和F2显示2条信息。编程如下:
NETWORK 1
LD M0.0
MOVB 16#80, VB14
R M0.1, 1
NETWORK 2
LD M0.1
MOVB 16#40, VB14
R M0.0, 1
TD200中的设置在 Data block 中显示如下:
VB0 'TD'
VB2 16#60 //Set Language to Chinese, set Update
to as fast as possible
VB3 16#B1 //Set the display to 40 character mode;
Up key V3.2; Down key V3.3;
VB4 2 //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
现在的问题是:按下F1键能够正常显示第一条信息,但是按下F2键却不能显示第二条信息。以上程序好像没有错误,但是为什么network2中的
R M0.0, 1 不能使M0.0复位?
请教各位先生,以上程序的错误在那里?应该怎么该/谢谢!