You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+40-8Lines changed: 40 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,6 @@ An [InterSystems ObjectScript](https://docs.intersystems.com/irislatest/csp/docb
44
44
*`currentToFile`: When enabled the current property contains an absolute path to the current file. When disabled the current property contains the current file as a string.
45
45
*`recievedLine`(optional): Holds a received string. (Used for *cleardata*)
46
46
*`className`(will be set): The complete class name of the generated class.
47
-
*`logClass`(will be set): The complete class name of the log class(will not be used!).
48
47
49
48
---
50
49
@@ -90,20 +89,51 @@ A Business Operation, that builts an ObjectScript class based on a MTConnect pro
90
89
91
90
*`Name`: The name of the datatype.
92
91
*`Unit`: The unit to display the datatype with.
93
-
*`DataType`: The underlying ObjectScript type (Currently only works with *%String* and *%Double*).
92
+
*`DataType`: The underlying ObjectScript type (Currently only works with *%String*, *%Integer* and *%Double*).
94
93
*`AllowedStringValues`: Comma separated list for the allowed values. If left empty all values will be allowed. (only used when `DataType` is *%String*)
95
-
*`AllowedNumericMaxValue`: The maximum value that is allowed. If left empty all values will be allowed. (only used when `DataType` is *%Double*)
96
-
*`AllowedNumericMinValue`: The minimum value that is allowed. If left empty all values will be allowed. (only used when `DataType` is *%Double*)
94
+
*`AllowedNumericMaxValue`: The maximum value that is allowed. If left empty all values will be allowed. (only used when `DataType` is *%Double* or *%Integer*)
95
+
*`AllowedNumericMinValue`: The minimum value that is allowed. If left empty all values will be allowed. (only used when `DataType` is *%Double* or *%Integer*)
0 commit comments