Changes for page 05 Objects

Last modified by Jett on 2025/07/04 09:41

From version 70.1
edited by Karen
on 2023/05/25 15:09
Change comment: There is no comment for this version
To version 66.1
edited by Karen
on 2023/05/25 14:51
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2796,6 +2796,8 @@
2796 2796  
2797 2797  The line segments are linked end-to-end to form a broken line, whose vertex coordinate can be modified by drafting, just like polygon.
2798 2798  
2799 +**Description**
2800 +
2799 2799  (% style="text-align:center" %)
2800 2800  [[image:6.Objects_html_c3b0de1d4c2fe745.gif||class="img-thumbnail"]]
2801 2801  
... ... @@ -2818,7 +2818,7 @@
2818 2818  
2819 2819  In basic display settings, the line width can't be changed, but user can change width by address.
2820 2820  
2821 -Read the numerical value of address to control the width of line. Display range of numerical value:1-10.
2823 +Read the numerical value of address to control the width of line.Display range of numerical value:1-10.
2822 2822  
2823 2823  **(4) View**
2824 2824  
... ... @@ -2828,6 +2828,8 @@
2828 2828  
2829 2829  The linear scale is a linear scale that draws the specified area with a bisector. The specific scale of the scale can be marked with static text.
2830 2830  
2833 +**Description**
2834 +
2831 2831  (% style="text-align:center" %)
2832 2832  [[image:6.Objects_html_b604bd83c8b8b6d1.gif||class="img-thumbnail"]]
2833 2833  
... ... @@ -2835,12 +2835,12 @@
2835 2835  
2836 2836  1. **Line color:** It sets all line in object (including main and sub scale).
2837 2837  1. **Display direction: **It provides four modes for display.
2838 -1. **Main scale: **It sets the cell of the main scale.
2842 +1. **Main scale:**It sets the cell of the main scale.
2839 2839  1. **Sub scale:** It sets the cell of sub scale for every main scale.
2840 2840  
2841 2841  **(2) View**
2842 2842  
2843 -It is for preview object.
2847 +It is for preview object;
2844 2844  
2845 2845  == **Arc scale** ==
2846 2846  
... ... @@ -2874,12 +2874,14 @@
2874 2874  
2875 2875  Customized object is provided for users to design the universal interface of object freely to meet customization requirements.
2876 2876  
2881 +**Description**
2882 +
2877 2877  (% style="text-align:center" %)
2878 2878  [[image:6.Objects_html_c8146ad79a9ce732.gif||class="img-thumbnail"]]
2879 2879  
2880 -1. **Function Address:** The numerical value in this address is used as the function code of object to handle the corresponding operation.
2881 -1. **DLL file name: **Select needed dll file. (i.e. dll files provided by users)
2882 -1. **Custom address:** Users can add some function address to cooperate with dll file to complete other operations.
2886 +1. **Function Address:** the numerical value in this address is used as the function code of object to handle the corresponding operation.
2887 +1. **DLL file name: **Select needed dll file (i.e. dll files provided by users)
2888 +1. **Custom address:** users can add some function address to cooperate with dll file to complete other operations
2883 2883  
2884 2884  **✎Note:**
2885 2885  
... ... @@ -2887,6 +2887,6 @@
2887 2887  
2888 2888  Required documents: two XXXXXX.dll files and an document.
2889 2889  
2890 -* One dll file is used on PC and should be put under the dll_pc folder in the software installation directory.
2896 +* One dll file is used in PC and should be put under the dll_pc folder in the software installation directory.
2891 2891  * One dll file is used in HMI and should be put under the dll_hmi folder in the software installation directory.
2892 2892  * A document for illustrating the dll files.