cauchy Posted June 22, 2006 Report Posted June 22, 2006 I know I,Q,C,T,M but What are the memory area "L" , "D" and others in the programming applications? How can I find this terms in programming manuel? Icoldn't find... Quote
Groo Posted June 22, 2006 Report Posted June 22, 2006 L is local temp flags. They can be programmed directly, but don't expect to latch one they are used by numerous blocks. Also at the top of the block, where the input and output parameters are programmed, there's a TEMP field where you can assign tags to the temp flags you want to use in the block, the address field is the temp 'L' flag range used, i.e. if its a bit and 0.0 is in the address it will be L 0.0 that is used when you use that tag. D is data bits, ie DB50.DBX0.0. Quote
Jorji Posted July 26, 2006 Report Posted July 26, 2006 Hi, you can use L like local variables in subrutines or in interrupt programs in MicroWin software. You can implement variables from local stack in the table above the window. With D you can mark area with size double word : B-byte W - word D - double word For example: If you want to read "I" area I0.0 IB0 IW0 ID0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.