
5 Script Coding Examples
20-46
WindO/I-NV4 User’s Manual
●
Data type conversions
Script
Operation description
Converts the BCD value in LDR100 to a binary value and stores it in LDR200.
For example, if the BCD value 10 (16 as a binary value) is stored in LDR100, 10 (binary value) is stored in LDR200.
Script
Operation description
Converts the binary value in LDR100 to a BCD value and stores it in LDR200.
For example, if the binary value 16 (10 as a BCD value) is stored in LDR100, 16 (BCD value) is stored in LDR200.
Script
Operation description
Converts the floating point value in LDR100 to a binary value and stores it in LDR200.
For example, if the floating point value 1234 (0x449A4000 as a binary value) is stored in LDR100, 1234 (binary value)
is stored in LDR200. If the floating point value 1234.56 (0x449A51EC as a binary value) is stored in LDR100, the value
after the decimal point is discarded and 1234 (binary value) is stored in LDR200.
Script
Operation description
Converts the binary value in LDR100 to a floating point value and stores it in LDR200.
For example, if the binary value 1234 is stored in LDR100, the floating point value 1234 (0x449A4000 as a binary
value) is stored in LDR200.
■
Example 5.7.16
Convert BCD to binary
[LDR 200] = BCD2BIN([LDR 100]);
■
Example 5.7.17
Convert binary to BCD
[LDR 200] = BIN2BCD([LDR 100]);
■
Example 5.7.18
Convert floating point to binary
[LDR 200] = FLOAT2BIN([LDR 100]);
■
Example 5.7.19
Convert binary to floating point
[LDR 200] = BIN2FLOAT([LDR 100]);
Содержание MICRO/I HG4G-CJT22 F-B Series
Страница 1: ...B 1701 11 User s Manual ...
Страница 26: ...Preface 25 WindO I NV4 User s Manual ...
Страница 50: ...1 WindO I NV4 Specifications 2 18 WindO I NV4 User s Manual Baltic Font ANSI 1257 Cyrillic Font ANSI 1251 ...
Страница 106: ...5 WindO I NV4 Common Operations and Settings 2 74 WindO I NV4 User s Manual ...
Страница 254: ...7 BACnet Communication 3 148 WindO I NV4 User s Manual ...
Страница 362: ...5 Screen Restrictions 5 28 WindO I NV4 User s Manual ...
Страница 402: ...3 Text 7 30 WindO I NV4 User s Manual ...
Страница 574: ...9 Potentiometer 8 172 WindO I NV4 User s Manual ...
Страница 1052: ...4 Using the Data 15 22 WindO I NV4 User s Manual ...
Страница 1170: ...6 Important Notes 20 60 WindO I NV4 User s Manual ...
Страница 1200: ...5 Restrictions 22 18 WindO I NV4 User s Manual ...
Страница 1260: ...5 Editing User Accounts on the MICRO I 23 60 WindO I NV4 User s Manual ...
Страница 1286: ...4 Clear 24 26 WindO I NV4 User s Manual 4 Click Yes 5 Click Close This concludes clearing data ...
Страница 1288: ...4 Clear 24 28 WindO I NV4 User s Manual 6 Click Yes 7 Click Close This concludes clearing data on the external memory device ...
Страница 1322: ...2 Monitoring on the MICRO I 25 28 WindO I NV4 User s Manual ...
Страница 1414: ...4 E mail Function 28 66 WindO I NV4 User s Manual ...
Страница 1554: ...3 Settings 34 14 WindO I NV4 User s Manual ...
Страница 1642: ...2 Handling Problems 36 6 WindO I NV4 User s Manual ...
Страница 1652: ...5 Text Alignment A 10 WindO I NV4 User s Manual ...
Страница 1664: ...Index 12 WindO I NV4 User s Manual ...