The error occurs because the address display mode is set to 'FLEX-PC,' but the address representation of the word device is not hexadecimal. For the addres... Show Detail
1) By the mechanism of program conversion, unused FBs are also registered. However, FBs not used in the program are not downloaded to the CPU, therefor... Show Detail
Is it possible to use the M/L area in the user FB with the Standard Loader (Type_ NP4H-SWN)?
Yes_ however, it is not recommended in terms of program reuse. It is better to use internal memory such as M and L by connecting them to the I/O terminals ... Show Detail
Set the number of timers according to the number actually used. By simply specifying 8192 or a larger value as the timer number, a global timer can be used. Show Detail
You can remove these warnings by deleting function blocks (FBs) that are not used in the program. Do either of the following methods: Method 1 1) After... Show Detail
To use the failure diagnosis function, you need to install '.NetFramework' on your computer. '.NET Framework2.0' is contained in the product CD. If your OS... Show Detail
Data with an address with the smaller number is arranged on the lower-order side. For example, DM0 consists of two words_ WM0 and WM1. WM0 is arranged on th... Show Detail
The set value of the timer must be a 32-bit (double-word) value. Specify DM (double-word), not WM (single-word). The memory to use may be DX or DL, as well a... Show Detail
How can I create a double-word counter with the Standard Loader (Type_ NP4H-SWN)?
Use an add instruction with the double-word operand to increment by 1 (+1). Show Detail
How can I use the present value of the timer (TON) with the Standard Loader (Type_ NP4H-SWN)?
You can set the present timer value by specifying the operand with identifier T. Example_ |--| |--[ MOVE T0 ? DM10 ]--| Show Detail
21-30 of Total 38