Jump to content

Recommended Posts

Posted
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...
Posted
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.
Posted
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

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...