Changes for page 05 Objects

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

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

Summary

Details

Page properties
Content
... ... @@ -2723,9 +2723,9 @@
2723 2723  
2724 2724  **1) Display settings**
2725 2725  
2726 -1. **Border:** It sets borderline color.
2727 -1. **Frame width: **It sets borderline type.
2728 -1. **Frame type: **It sets borderline width
2726 +1. **Border:** It sets border line color.
2727 +1. **Frame width: **It sets border line type.
2728 +1. **Frame type: **It sets border line width
2729 2729  1. **Pattern: **It sets background type, there are four types.
2730 2730  1. **Background: **It sets background color of object, invalid when selecting [No fill] in [Pattern]
2731 2731  1. **Transparence:** It sets the transparency of the object's background.
... ... @@ -2796,8 +2796,6 @@
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 -
2801 2801  (% style="text-align:center" %)
2802 2802  [[image:6.Objects_html_c3b0de1d4c2fe745.gif||class="img-thumbnail"]]
2803 2803  
... ... @@ -2820,7 +2820,7 @@
2820 2820  
2821 2821  In basic display settings, the line width can't be changed, but user can change width by address.
2822 2822  
2823 -Read the numerical value of address to control the width of line.Display range of numerical value:1-10.
2821 +Read the numerical value of address to control the width of line. Display range of numerical value:1-10.
2824 2824  
2825 2825  **(4) View**
2826 2826  
... ... @@ -2830,8 +2830,6 @@
2830 2830  
2831 2831  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.
2832 2832  
2833 -**Description**
2834 -
2835 2835  (% style="text-align:center" %)
2836 2836  [[image:6.Objects_html_b604bd83c8b8b6d1.gif||class="img-thumbnail"]]
2837 2837  
... ... @@ -2839,12 +2839,12 @@
2839 2839  
2840 2840  1. **Line color:** It sets all line in object (including main and sub scale).
2841 2841  1. **Display direction: **It provides four modes for display.
2842 -1. **Main scale:**It sets the cell of the main scale.
2838 +1. **Main scale: **It sets the cell of the main scale.
2843 2843  1. **Sub scale:** It sets the cell of sub scale for every main scale.
2844 2844  
2845 2845  **(2) View**
2846 2846  
2847 -It is for preview object;
2843 +It is for preview object.
2848 2848  
2849 2849  == **Arc scale** ==
2850 2850  
... ... @@ -2878,14 +2878,12 @@
2878 2878  
2879 2879  Customized object is provided for users to design the universal interface of object freely to meet customization requirements.
2880 2880  
2881 -**Description**
2882 -
2883 2883  (% style="text-align:center" %)
2884 2884  [[image:6.Objects_html_c8146ad79a9ce732.gif||class="img-thumbnail"]]
2885 2885  
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
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.
2889 2889  
2890 2890  **✎Note:**
2891 2891  
... ... @@ -2893,6 +2893,6 @@
2893 2893  
2894 2894  Required documents: two XXXXXX.dll files and an document.
2895 2895  
2896 -* One dll file is used in PC and should be put under the dll_pc folder in the software installation directory.
2890 +* One dll file is used on PC and should be put under the dll_pc folder in the software installation directory.
2897 2897  * One dll file is used in HMI and should be put under the dll_hmi folder in the software installation directory.
2898 2898  * A document for illustrating the dll files.