S
MART
AXIS P
RO
/L
ITE
U
SER
'
S
M
ANUAL
FT9Y-B1378
13-33
13: S
CRIPTS
Example 7.25
Bit-unit data copy
Script
Operation Description
Copies the third bit of 10 words from D0100 (up to D0109) to the bit state for 10 bits of devices from D0200 (up to D0209).
Note:
Even if the data type is set to D (double word), L (long), or F (float), the bits are copied from the starting device in bit units.
Example 7.26
Copy 1 word from bit devices to bit devices
Script
Operation Description
A value of 1 word length from I004 (I004 to I023) is copied to the bit states of a 1 word region from M0000 (M0000 to M0017).
Example 7.27
Copy 1 word from bit devices to a word device
Script
Operation Description
A value of 1 word length from I004 (to I023) is copied to the value of device D0000.
This is the same as BITS2BITS (I004, D0000.0);.
Example 7.28
Copy 1 word from a word device to bit devices
Script
Operation Description
The value of device D0100 is copied to the bit states of a value of 1 word length from M0000 (M0000 to M0017).
This is the same as BITS2BITS (D1000.0, M0000);.
MEMCPY([D0200.00], [D0100.02], 10);
Copy each
3rd bit of D0100
3rd bit of D0101
3rd bit of D0102
3rd bit of D0108
3rd bit of D0109
3rd bit of D0107
・・・
・・・
1st bit of D0200
1st bit of D0201
1st bit of D0202
1st bit of D0208
1st bit of D0209
1st bit of D0207
・・・
BITS2BITS(I004, M0000);
Copy each
I004
I005
・・・
M0000
M0001
・・・
・・・
I023
M0017
BITS2WORD(I004, D0000);
WORD2BITS(D0100, M0000);
Содержание FT1A-B12RA
Страница 1: ...FT9Y B1378 5 ...
Страница 2: ......
Страница 208: ...7 DEVICE ADDRESSES 7 16 SMARTAXIS PRO LITE USER S MANUAL FT9Y B1378 ...
Страница 226: ...8 INSTRUCTIONS FUNCTION BLOCKS REFERENCE 8 18 SMARTAXIS PRO LITE USER S MANUAL FT9Y B1378 ...
Страница 340: ...13 SCRIPTS 13 36 SMARTAXIS PRO LITE USER S MANUAL FT9Y B1378 ...
Страница 384: ...APPENDIX A 18 SMARTAXIS PRO LITE USER S MANUAL FT9Y B1378 European Font ISO 8859 1 Cyrillic Font ANSI 1251 ...
Страница 385: ...SMARTAXIS PRO LITE USER S MANUAL FT9Y B1378 A 19 APPENDIX Japanese Font JIS X0201 ...
Страница 386: ...APPENDIX A 20 SMARTAXIS PRO LITE USER S MANUAL FT9Y B1378 ...