-
Is it possible to use a variable for the initial value, end value and incremental value by using a 'FOR statement' of the ST language?
Yes, it is possible. Note, however, that the values are of the INT data type.
Show Detail
- No:1337
- Displayed Date:2023/04/25 19:00
- Category:
Application
-
Is there any flag that turns on only once at system power-up or CPU start-up? There was a special relay 'F50' with MICREX-F.
Use the default task start flag of the system memory
For D300win_ %MX10.43.15
For Standard_ SM43F
Show Detail
- No:1325
- Displayed Date:2023/04/25 19:00
- Updated DTM:2023/06/13 15:30
- Category:
Application
-
With the LD/FBD editor of D300win V3, I printed a project and the column width was very narrow. Is there any way to adjust the column width?
Project printing is optimized printing. The column width of a print is fixed and cannot be adjusted.
Show Detail
-
In Standard loader (Type_NP4H-SWN), can I read the system configuration from an empty memory CPU and reflect it into the system definition?
Yes, you can. On the 'Load from PLC' dialog, check 'Reflect Real Structure,' and then connect the PLC online. If this option is checked, the loader internall...
Show Detail
-
Are there any sample programs of various expansion FBs such as general-purpose communication that can be used with D300win?
Yes, there are.
When you install an expansion FB, sample programs are installed as compressed projects (extension *.Zwt) in a folder named 'Zipped' under t...
Show Detail
-
I am going to replace the CPU. Is there any way to save the current data retained at one time and apply them to the new CPU?
The program memory, data memory and system definitions in the CPU can be saved to a PC as a data file by using the 'Backup' function included in the 'SX cont...
Show Detail
- No:1402
- Displayed Date:2023/04/25 19:00
- Category:
Support tool
-
Is it possible to use the SX control utility of D300win to back up a program written by using the Standard Loader (Type_ NP4H-SWN)?
Yes, it is possible.
Show Detail
-
I compiled a project of the SPH Series and came across a memory shortage error. Is there any way to deal with this problem?
With the SPH Series, the memory boundaries between the non-retain, retain, system FB and user FB memory areas can be changed to change the size of the respec...
Show Detail
-
Is it possible to use a project created with the Japanese version of D300win on an English OS?
It can be used without any problem as long as the text (file names, variable names, POU names, etc.) created in Japanese (double-byte codes) are all created ...
Show Detail
-
How are data of the BOOL type defined for an array assigned in the actual memory? (How about when an array of 32 data of the BOOL type is specified...
Of the array element Nos., [0] is assigned to the 0th bit and [31] to the 31st bit.
Show Detail
- No:1345
- Displayed Date:2023/04/25 19:00
- Category:
Application