diff --git a/ReleaseFiles/App.config b/ReleaseFiles/App.config index f19af76..2a04d1c 100644 --- a/ReleaseFiles/App.config +++ b/ReleaseFiles/App.config @@ -1,4 +1,4 @@ - + @@ -11,11 +11,11 @@ - - - - - + + + + + @@ -36,8 +36,8 @@ - - + + @@ -71,6 +71,10 @@ + + + + @@ -128,6 +132,10 @@ + + + + @@ -171,6 +179,14 @@ + + + + + + + + @@ -197,7 +213,6 @@ - diff --git a/ReleaseFiles/Host/BR.AN.PviServices.dll b/ReleaseFiles/Host/BR.AN.PviServices.dll deleted file mode 100644 index 8742a64..0000000 Binary files a/ReleaseFiles/Host/BR.AN.PviServices.dll and /dev/null differ diff --git a/ReleaseFiles/Host/Newtonsoft.Json.dll b/ReleaseFiles/Host/Newtonsoft.Json.dll deleted file mode 100644 index 341d08f..0000000 Binary files a/ReleaseFiles/Host/Newtonsoft.Json.dll and /dev/null differ diff --git a/ReleaseFiles/Host/Newtonsoft.Json.xml b/ReleaseFiles/Host/Newtonsoft.Json.xml deleted file mode 100644 index 2c981ab..0000000 --- a/ReleaseFiles/Host/Newtonsoft.Json.xml +++ /dev/null @@ -1,11363 +0,0 @@ - - - - Newtonsoft.Json - - - - - Represents a BSON Oid (object id). - - - - - Gets or sets the value of the Oid. - - The value of the Oid. - - - - Initializes a new instance of the class. - - The Oid value. - - - - Represents a reader that provides fast, non-cached, forward-only access to serialized BSON data. - - - - - Gets or sets a value indicating whether binary data reading should be compatible with incorrect Json.NET 3.5 written binary. - - - true if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, false. - - - - - Gets or sets a value indicating whether the root object will be read as a JSON array. - - - true if the root object will be read as a JSON array; otherwise, false. - - - - - Gets or sets the used when reading values from BSON. - - The used when reading values from BSON. - - - - Initializes a new instance of the class. - - The containing the BSON data to read. - - - - Initializes a new instance of the class. - - The containing the BSON data to read. - - - - Initializes a new instance of the class. - - The containing the BSON data to read. - if set to true the root object will be read as a JSON array. - The used when reading values from BSON. - - - - Initializes a new instance of the class. - - The containing the BSON data to read. - if set to true the root object will be read as a JSON array. - The used when reading values from BSON. - - - - Reads the next JSON token from the underlying . - - - true if the next token was read successfully; false if there are no more tokens to read. - - - - - Changes the reader's state to . - If is set to true, the underlying is also closed. - - - - - Represents a writer that provides a fast, non-cached, forward-only way of generating BSON data. - - - - - Gets or sets the used when writing values to BSON. - When set to no conversion will occur. - - The used when writing values to BSON. - - - - Initializes a new instance of the class. - - The to write to. - - - - Initializes a new instance of the class. - - The to write to. - - - - Flushes whatever is in the buffer to the underlying and also flushes the underlying stream. - - - - - Writes the end. - - The token. - - - - Writes a comment /*...*/ containing the specified text. - - Text to place inside the comment. - - - - Writes the start of a constructor with the given name. - - The name of the constructor. - - - - Writes raw JSON. - - The raw JSON to write. - - - - Writes raw JSON where a value is expected and updates the writer's state. - - The raw JSON to write. - - - - Writes the beginning of a JSON array. - - - - - Writes the beginning of a JSON object. - - - - - Writes the property name of a name/value pair on a JSON object. - - The name of the property. - - - - Closes this writer. - If is set to true, the underlying is also closed. - If is set to true, the JSON is auto-completed. - - - - - Writes a value. - An error will raised if the value cannot be written as a single JSON token. - - The value to write. - - - - Writes a null value. - - - - - Writes an undefined value. - - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a [] value. - - The [] value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a [] value that represents a BSON object id. - - The Object ID value to write. - - - - Writes a BSON regex. - - The regex pattern. - The regex options. - - - - Specifies how constructors are used when initializing objects during deserialization by the . - - - - - First attempt to use the public default constructor, then fall back to a single parameterized constructor, then to the non-public default constructor. - - - - - Json.NET will use a non-public default constructor before falling back to a parameterized constructor. - - - - - Converts a binary value to and from a base 64 string value. - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified object type. - - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - - - - Converts a to and from JSON and BSON. - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified object type. - - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - - - - Creates a custom object. - - The object type to convert. - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Creates an object which will then be populated by the serializer. - - Type of the object. - The created object. - - - - Determines whether this instance can convert the specified object type. - - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - - - - Gets a value indicating whether this can write JSON. - - - true if this can write JSON; otherwise, false. - - - - - Converts a to and from JSON. - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified value type. - - Type of the value. - - true if this instance can convert the specified value type; otherwise, false. - - - - - Converts a to and from JSON. - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified value type. - - Type of the value. - - true if this instance can convert the specified value type; otherwise, false. - - - - - Provides a base class for converting a to and from JSON. - - - - - Determines whether this instance can convert the specified object type. - - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - - - - Converts a F# discriminated union type to and from JSON. - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified object type. - - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - - - - Converts an Entity Framework to and from JSON. - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified object type. - - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - - - - Converts an to and from JSON. - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified object type. - - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - - - - Gets a value indicating whether this can write JSON. - - - true if this can write JSON; otherwise, false. - - - - - Converts a to and from the ISO 8601 date format (e.g. "2008-04-12T12:53Z"). - - - - - Gets or sets the date time styles used when converting a date to and from JSON. - - The date time styles used when converting a date to and from JSON. - - - - Gets or sets the date time format used when converting a date to and from JSON. - - The date time format used when converting a date to and from JSON. - - - - Gets or sets the culture used when converting a date to and from JSON. - - The culture used when converting a date to and from JSON. - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Converts a to and from a JavaScript Date constructor (e.g. new Date(52231943)). - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing property value of the JSON that is being converted. - The calling serializer. - The object value. - - - - Converts a to and from JSON. - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified object type. - - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - - - - Converts a to and from JSON and BSON. - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified object type. - - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - - - - Converts an to and from its name string value. - - - - - Gets or sets a value indicating whether the written enum text should be camel case. - The default value is false. - - true if the written enum text will be camel case; otherwise, false. - - - - Gets or sets the naming strategy used to resolve how enum text is written. - - The naming strategy used to resolve how enum text is written. - - - - Gets or sets a value indicating whether integer values are allowed when serializing and deserializing. - The default value is true. - - true if integers are allowed when serializing and deserializing; otherwise, false. - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - true if the written enum text will be camel case; otherwise, false. - - - - Initializes a new instance of the class. - - The naming strategy used to resolve how enum text is written. - true if integers are allowed when serializing and deserializing; otherwise, false. - - - - Initializes a new instance of the class. - - The of the used to write enum text. - - - - Initializes a new instance of the class. - - The of the used to write enum text. - - The parameter list to use when constructing the described by . - If null, the default constructor is used. - When non-null, there must be a constructor defined in the that exactly matches the number, - order, and type of these parameters. - - - - - Initializes a new instance of the class. - - The of the used to write enum text. - - The parameter list to use when constructing the described by . - If null, the default constructor is used. - When non-null, there must be a constructor defined in the that exactly matches the number, - order, and type of these parameters. - - true if integers are allowed when serializing and deserializing; otherwise, false. - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified object type. - - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - - - - Converts a to and from Unix epoch time - - - - - Gets or sets a value indicating whether the dates before Unix epoch - should converted to and from JSON. - - - true to allow converting dates before Unix epoch to and from JSON; - false to throw an exception when a date being converted to or from JSON - occurred before Unix epoch. The default value is false. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - - true to allow converting dates before Unix epoch to and from JSON; - false to throw an exception when a date being converted to or from JSON - occurred before Unix epoch. The default value is false. - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing property value of the JSON that is being converted. - The calling serializer. - The object value. - - - - Converts a to and from a string (e.g. "1.2.3.4"). - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing property value of the JSON that is being converted. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified object type. - - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - - - - Converts XML to and from JSON. - - - - - Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produced multiple root elements. - - The name of the deserialized root element. - - - - Gets or sets a value to indicate whether to write the Json.NET array attribute. - This attribute helps preserve arrays when converting the written XML back to JSON. - - true if the array attribute is written to the XML; otherwise, false. - - - - Gets or sets a value indicating whether to write the root JSON object. - - true if the JSON root object is omitted; otherwise, false. - - - - Gets or sets a value indicating whether to encode special characters when converting JSON to XML. - If true, special characters like ':', '@', '?', '#' and '$' in JSON property names aren't used to specify - XML namespaces, attributes or processing directives. Instead special characters are encoded and written - as part of the XML element name. - - true if special characters are encoded; otherwise, false. - - - - Writes the JSON representation of the object. - - The to write to. - The calling serializer. - The value. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Checks if the is a namespace attribute. - - Attribute name to test. - The attribute name prefix if it has one, otherwise an empty string. - true if attribute name is for a namespace attribute, otherwise false. - - - - Determines whether this instance can convert the specified value type. - - Type of the value. - - true if this instance can convert the specified value type; otherwise, false. - - - - - Specifies how dates are formatted when writing JSON text. - - - - - Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z". - - - - - Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/". - - - - - Specifies how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text. - - - - - Date formatted strings are not parsed to a date type and are read as strings. - - - - - Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to . - - - - - Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to . - - - - - Specifies how to treat the time value when converting between string and . - - - - - Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time. - - - - - Treat as a UTC. If the object represents a local time, it is converted to a UTC. - - - - - Treat as a local time if a is being converted to a string. - If a string is being converted to , convert to a local time if a time zone is specified. - - - - - Time zone information should be preserved when converting. - - - - - The default JSON name table implementation. - - - - - Initializes a new instance of the class. - - - - - Gets a string containing the same characters as the specified range of characters in the given array. - - The character array containing the name to find. - The zero-based index into the array specifying the first character of the name. - The number of characters in the name. - A string containing the same characters as the specified range of characters in the given array. - - - - Adds the specified string into name table. - - The string to add. - This method is not thread-safe. - The resolved string. - - - - Specifies default value handling options for the . - - - - - - - - - Include members where the member value is the same as the member's default value when serializing objects. - Included members are written to JSON. Has no effect when deserializing. - - - - - Ignore members where the member value is the same as the member's default value when serializing objects - so that it is not written to JSON. - This option will ignore all default values (e.g. null for objects and nullable types; 0 for integers, - decimals and floating point numbers; and false for booleans). The default value ignored can be changed by - placing the on the property. - - - - - Members with a default value but no JSON will be set to their default value when deserializing. - - - - - Ignore members where the member value is the same as the member's default value when serializing objects - and set members to their default value when deserializing. - - - - - Specifies float format handling options when writing special floating point numbers, e.g. , - and with . - - - - - Write special floating point values as strings in JSON, e.g. "NaN", "Infinity", "-Infinity". - - - - - Write special floating point values as symbols in JSON, e.g. NaN, Infinity, -Infinity. - Note that this will produce non-valid JSON. - - - - - Write special floating point values as the property's default value in JSON, e.g. 0.0 for a property, null for a of property. - - - - - Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - - - - - Floating point numbers are parsed to . - - - - - Floating point numbers are parsed to . - - - - - Specifies formatting options for the . - - - - - No special formatting is applied. This is the default. - - - - - Causes child objects to be indented according to the and settings. - - - - - Provides an interface for using pooled arrays. - - The array type content. - - - - Rent an array from the pool. This array must be returned when it is no longer needed. - - The minimum required length of the array. The returned array may be longer. - The rented array from the pool. This array must be returned when it is no longer needed. - - - - Return an array to the pool. - - The array that is being returned. - - - - Provides an interface to enable a class to return line and position information. - - - - - Gets a value indicating whether the class can return line information. - - - true if and can be provided; otherwise, false. - - - - - Gets the current line number. - - The current line number or 0 if no line information is available (for example, when returns false). - - - - Gets the current line position. - - The current line position or 0 if no line information is available (for example, when returns false). - - - - Instructs the how to serialize the collection. - - - - - Gets or sets a value indicating whether null items are allowed in the collection. - - true if null items are allowed in the collection; otherwise, false. - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class with a flag indicating whether the array can contain null items. - - A flag indicating whether the array can contain null items. - - - - Initializes a new instance of the class with the specified container Id. - - The container Id. - - - - Instructs the to use the specified constructor when deserializing that object. - - - - - Instructs the how to serialize the object. - - - - - Gets or sets the id. - - The id. - - - - Gets or sets the title. - - The title. - - - - Gets or sets the description. - - The description. - - - - Gets or sets the collection's items converter. - - The collection's items converter. - - - - The parameter list to use when constructing the described by . - If null, the default constructor is used. - When non-null, there must be a constructor defined in the that exactly matches the number, - order, and type of these parameters. - - - - [JsonContainer(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })] - - - - - - Gets or sets the of the . - - The of the . - - - - The parameter list to use when constructing the described by . - If null, the default constructor is used. - When non-null, there must be a constructor defined in the that exactly matches the number, - order, and type of these parameters. - - - - [JsonContainer(NamingStrategyType = typeof(MyNamingStrategy), NamingStrategyParameters = new object[] { 123, "Four" })] - - - - - - Gets or sets a value that indicates whether to preserve object references. - - - true to keep object reference; otherwise, false. The default is false. - - - - - Gets or sets a value that indicates whether to preserve collection's items references. - - - true to keep collection's items object references; otherwise, false. The default is false. - - - - - Gets or sets the reference loop handling used when serializing the collection's items. - - The reference loop handling. - - - - Gets or sets the type name handling used when serializing the collection's items. - - The type name handling. - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class with the specified container Id. - - The container Id. - - - - Provides methods for converting between .NET types and JSON types. - - - - - - - - Gets or sets a function that creates default . - Default settings are automatically used by serialization methods on , - and and on . - To serialize without using any default settings create a with - . - - - - - Represents JavaScript's boolean value true as a string. This field is read-only. - - - - - Represents JavaScript's boolean value false as a string. This field is read-only. - - - - - Represents JavaScript's null as a string. This field is read-only. - - - - - Represents JavaScript's undefined as a string. This field is read-only. - - - - - Represents JavaScript's positive infinity as a string. This field is read-only. - - - - - Represents JavaScript's negative infinity as a string. This field is read-only. - - - - - Represents JavaScript's NaN as a string. This field is read-only. - - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation using the specified. - - The value to convert. - The format the date will be converted to. - The time zone handling when the date is converted to a string. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation using the specified. - - The value to convert. - The format the date will be converted to. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - The string delimiter character. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - The string delimiter character. - The string escape handling. - A JSON string representation of the . - - - - Converts the to its JSON string representation. - - The value to convert. - A JSON string representation of the . - - - - Serializes the specified object to a JSON string. - - The object to serialize. - A JSON string representation of the object. - - - - Serializes the specified object to a JSON string using formatting. - - The object to serialize. - Indicates how the output should be formatted. - - A JSON string representation of the object. - - - - - Serializes the specified object to a JSON string using a collection of . - - The object to serialize. - A collection of converters used while serializing. - A JSON string representation of the object. - - - - Serializes the specified object to a JSON string using formatting and a collection of . - - The object to serialize. - Indicates how the output should be formatted. - A collection of converters used while serializing. - A JSON string representation of the object. - - - - Serializes the specified object to a JSON string using . - - The object to serialize. - The used to serialize the object. - If this is null, default serialization settings will be used. - - A JSON string representation of the object. - - - - - Serializes the specified object to a JSON string using a type, formatting and . - - The object to serialize. - The used to serialize the object. - If this is null, default serialization settings will be used. - - The type of the value being serialized. - This parameter is used when is to write out the type name if the type of the value does not match. - Specifying the type is optional. - - - A JSON string representation of the object. - - - - - Serializes the specified object to a JSON string using formatting and . - - The object to serialize. - Indicates how the output should be formatted. - The used to serialize the object. - If this is null, default serialization settings will be used. - - A JSON string representation of the object. - - - - - Serializes the specified object to a JSON string using a type, formatting and . - - The object to serialize. - Indicates how the output should be formatted. - The used to serialize the object. - If this is null, default serialization settings will be used. - - The type of the value being serialized. - This parameter is used when is to write out the type name if the type of the value does not match. - Specifying the type is optional. - - - A JSON string representation of the object. - - - - - Deserializes the JSON to a .NET object. - - The JSON to deserialize. - The deserialized object from the JSON string. - - - - Deserializes the JSON to a .NET object using . - - The JSON to deserialize. - - The used to deserialize the object. - If this is null, default serialization settings will be used. - - The deserialized object from the JSON string. - - - - Deserializes the JSON to the specified .NET type. - - The JSON to deserialize. - The of object being deserialized. - The deserialized object from the JSON string. - - - - Deserializes the JSON to the specified .NET type. - - The type of the object to deserialize to. - The JSON to deserialize. - The deserialized object from the JSON string. - - - - Deserializes the JSON to the given anonymous type. - - - The anonymous type to deserialize to. This can't be specified - traditionally and must be inferred from the anonymous type passed - as a parameter. - - The JSON to deserialize. - The anonymous type object. - The deserialized anonymous type from the JSON string. - - - - Deserializes the JSON to the given anonymous type using . - - - The anonymous type to deserialize to. This can't be specified - traditionally and must be inferred from the anonymous type passed - as a parameter. - - The JSON to deserialize. - The anonymous type object. - - The used to deserialize the object. - If this is null, default serialization settings will be used. - - The deserialized anonymous type from the JSON string. - - - - Deserializes the JSON to the specified .NET type using a collection of . - - The type of the object to deserialize to. - The JSON to deserialize. - Converters to use while deserializing. - The deserialized object from the JSON string. - - - - Deserializes the JSON to the specified .NET type using . - - The type of the object to deserialize to. - The object to deserialize. - - The used to deserialize the object. - If this is null, default serialization settings will be used. - - The deserialized object from the JSON string. - - - - Deserializes the JSON to the specified .NET type using a collection of . - - The JSON to deserialize. - The type of the object to deserialize. - Converters to use while deserializing. - The deserialized object from the JSON string. - - - - Deserializes the JSON to the specified .NET type using . - - The JSON to deserialize. - The type of the object to deserialize to. - - The used to deserialize the object. - If this is null, default serialization settings will be used. - - The deserialized object from the JSON string. - - - - Populates the object with values from the JSON string. - - The JSON to populate values from. - The target object to populate values onto. - - - - Populates the object with values from the JSON string using . - - The JSON to populate values from. - The target object to populate values onto. - - The used to deserialize the object. - If this is null, default serialization settings will be used. - - - - - Serializes the to a JSON string. - - The node to serialize. - A JSON string of the . - - - - Serializes the to a JSON string using formatting. - - The node to serialize. - Indicates how the output should be formatted. - A JSON string of the . - - - - Serializes the to a JSON string using formatting and omits the root object if is true. - - The node to serialize. - Indicates how the output should be formatted. - Omits writing the root object. - A JSON string of the . - - - - Deserializes the from a JSON string. - - The JSON string. - The deserialized . - - - - Deserializes the from a JSON string nested in a root element specified by . - - The JSON string. - The name of the root element to append when deserializing. - The deserialized . - - - - Deserializes the from a JSON string nested in a root element specified by - and writes a Json.NET array attribute for collections. - - The JSON string. - The name of the root element to append when deserializing. - - A value to indicate whether to write the Json.NET array attribute. - This attribute helps preserve arrays when converting the written XML back to JSON. - - The deserialized . - - - - Deserializes the from a JSON string nested in a root element specified by , - writes a Json.NET array attribute for collections, and encodes special characters. - - The JSON string. - The name of the root element to append when deserializing. - - A value to indicate whether to write the Json.NET array attribute. - This attribute helps preserve arrays when converting the written XML back to JSON. - - - A value to indicate whether to encode special characters when converting JSON to XML. - If true, special characters like ':', '@', '?', '#' and '$' in JSON property names aren't used to specify - XML namespaces, attributes or processing directives. Instead special characters are encoded and written - as part of the XML element name. - - The deserialized . - - - - Serializes the to a JSON string. - - The node to convert to JSON. - A JSON string of the . - - - - Serializes the to a JSON string using formatting. - - The node to convert to JSON. - Indicates how the output should be formatted. - A JSON string of the . - - - - Serializes the to a JSON string using formatting and omits the root object if is true. - - The node to serialize. - Indicates how the output should be formatted. - Omits writing the root object. - A JSON string of the . - - - - Deserializes the from a JSON string. - - The JSON string. - The deserialized . - - - - Deserializes the from a JSON string nested in a root element specified by . - - The JSON string. - The name of the root element to append when deserializing. - The deserialized . - - - - Deserializes the from a JSON string nested in a root element specified by - and writes a Json.NET array attribute for collections. - - The JSON string. - The name of the root element to append when deserializing. - - A value to indicate whether to write the Json.NET array attribute. - This attribute helps preserve arrays when converting the written XML back to JSON. - - The deserialized . - - - - Deserializes the from a JSON string nested in a root element specified by , - writes a Json.NET array attribute for collections, and encodes special characters. - - The JSON string. - The name of the root element to append when deserializing. - - A value to indicate whether to write the Json.NET array attribute. - This attribute helps preserve arrays when converting the written XML back to JSON. - - - A value to indicate whether to encode special characters when converting JSON to XML. - If true, special characters like ':', '@', '?', '#' and '$' in JSON property names aren't used to specify - XML namespaces, attributes or processing directives. Instead special characters are encoded and written - as part of the XML element name. - - The deserialized . - - - - Converts an object to and from JSON. - - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified object type. - - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - - - - Gets a value indicating whether this can read JSON. - - true if this can read JSON; otherwise, false. - - - - Gets a value indicating whether this can write JSON. - - true if this can write JSON; otherwise, false. - - - - Converts an object to and from JSON. - - The object type to convert. - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Writes the JSON representation of the object. - - The to write to. - The value. - The calling serializer. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. - The calling serializer. - The object value. - - - - Reads the JSON representation of the object. - - The to read from. - Type of the object. - The existing value of object being read. If there is no existing value then null will be used. - The existing value has a value. - The calling serializer. - The object value. - - - - Determines whether this instance can convert the specified object type. - - Type of the object. - - true if this instance can convert the specified object type; otherwise, false. - - - - - Instructs the to use the specified when serializing the member or class. - - - - - Gets the of the . - - The of the . - - - - The parameter list to use when constructing the described by . - If null, the default constructor is used. - - - - - Initializes a new instance of the class. - - Type of the . - - - - Initializes a new instance of the class. - - Type of the . - Parameter list to use when constructing the . Can be null. - - - - Represents a collection of . - - - - - Instructs the how to serialize the collection. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class with the specified container Id. - - The container Id. - - - - The exception thrown when an error occurs during JSON serialization or deserialization. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class - with a specified error message. - - The error message that explains the reason for the exception. - - - - Initializes a new instance of the class - with a specified error message and a reference to the inner exception that is the cause of this exception. - - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or null if no inner exception is specified. - - - - Initializes a new instance of the class. - - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - The parameter is null. - The class name is null or is zero (0). - - - - Instructs the to deserialize properties with no matching class member into the specified collection - and write values during serialization. - - - - - Gets or sets a value that indicates whether to write extension data when serializing the object. - - - true to write extension data when serializing the object; otherwise, false. The default is true. - - - - - Gets or sets a value that indicates whether to read extension data when deserializing the object. - - - true to read extension data when deserializing the object; otherwise, false. The default is true. - - - - - Initializes a new instance of the class. - - - - - Instructs the not to serialize the public field or public read/write property value. - - - - - Base class for a table of atomized string objects. - - - - - Gets a string containing the same characters as the specified range of characters in the given array. - - The character array containing the name to find. - The zero-based index into the array specifying the first character of the name. - The number of characters in the name. - A string containing the same characters as the specified range of characters in the given array. - - - - Instructs the how to serialize the object. - - - - - Gets or sets the member serialization. - - The member serialization. - - - - Gets or sets the missing member handling used when deserializing this object. - - The missing member handling. - - - - Gets or sets how the object's properties with null values are handled during serialization and deserialization. - - How the object's properties with null values are handled during serialization and deserialization. - - - - Gets or sets a value that indicates whether the object's properties are required. - - - A value indicating whether the object's properties are required. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class with the specified member serialization. - - The member serialization. - - - - Initializes a new instance of the class with the specified container Id. - - The container Id. - - - - Instructs the to always serialize the member with the specified name. - - - - - Gets or sets the type used when serializing the property's collection items. - - The collection's items type. - - - - The parameter list to use when constructing the described by . - If null, the default constructor is used. - When non-null, there must be a constructor defined in the that exactly matches the number, - order, and type of these parameters. - - - - [JsonProperty(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })] - - - - - - Gets or sets the of the . - - The of the . - - - - The parameter list to use when constructing the described by . - If null, the default constructor is used. - When non-null, there must be a constructor defined in the that exactly matches the number, - order, and type of these parameters. - - - - [JsonProperty(NamingStrategyType = typeof(MyNamingStrategy), NamingStrategyParameters = new object[] { 123, "Four" })] - - - - - - Gets or sets the null value handling used when serializing this property. - - The null value handling. - - - - Gets or sets the default value handling used when serializing this property. - - The default value handling. - - - - Gets or sets the reference loop handling used when serializing this property. - - The reference loop handling. - - - - Gets or sets the object creation handling used when deserializing this property. - - The object creation handling. - - - - Gets or sets the type name handling used when serializing this property. - - The type name handling. - - - - Gets or sets whether this property's value is serialized as a reference. - - Whether this property's value is serialized as a reference. - - - - Gets or sets the order of serialization of a member. - - The numeric order of serialization. - - - - Gets or sets a value indicating whether this property is required. - - - A value indicating whether this property is required. - - - - - Gets or sets the name of the property. - - The name of the property. - - - - Gets or sets the reference loop handling used when serializing the property's collection items. - - The collection's items reference loop handling. - - - - Gets or sets the type name handling used when serializing the property's collection items. - - The collection's items type name handling. - - - - Gets or sets whether this property's collection items are serialized as a reference. - - Whether this property's collection items are serialized as a reference. - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class with the specified name. - - Name of the property. - - - - Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data. - - - - - Asynchronously reads the next JSON token from the source. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns true if the next token was read successfully; false if there are no more tokens to read. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously skips the children of the current token. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously reads the next JSON token from the source as a []. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the []. This result will be null at the end of an array. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously reads the next JSON token from the source as a . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the . This result will be null at the end of an array. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Specifies the state of the reader. - - - - - A read method has not been called. - - - - - The end of the file has been reached successfully. - - - - - Reader is at a property. - - - - - Reader is at the start of an object. - - - - - Reader is in an object. - - - - - Reader is at the start of an array. - - - - - Reader is in an array. - - - - - The method has been called. - - - - - Reader has just read a value. - - - - - Reader is at the start of a constructor. - - - - - Reader is in a constructor. - - - - - An error occurred that prevents the read operation from continuing. - - - - - The end of the file has been reached successfully. - - - - - Gets the current reader state. - - The current reader state. - - - - Gets or sets a value indicating whether the source should be closed when this reader is closed. - - - true to close the source when this reader is closed; otherwise false. The default is true. - - - - - Gets or sets a value indicating whether multiple pieces of JSON content can - be read from a continuous stream without erroring. - - - true to support reading multiple pieces of JSON content; otherwise false. - The default is false. - - - - - Gets the quotation mark character used to enclose the value of a string. - - - - - Gets or sets how time zones are handled when reading JSON. - - - - - Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. - - - - - Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - - - - - Gets or sets how custom date formatted strings are parsed when reading JSON. - - - - - Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . - A null value means there is no maximum. - The default value is 64. - - - - - Gets the type of the current JSON token. - - - - - Gets the text value of the current JSON token. - - - - - Gets the .NET type for the current JSON token. - - - - - Gets the depth of the current token in the JSON document. - - The depth of the current token in the JSON document. - - - - Gets the path of the current JSON token. - - - - - Gets or sets the culture used when reading JSON. Defaults to . - - - - - Initializes a new instance of the class. - - - - - Reads the next JSON token from the source. - - true if the next token was read successfully; false if there are no more tokens to read. - - - - Reads the next JSON token from the source as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the source as a . - - A . This method will return null at the end of an array. - - - - Reads the next JSON token from the source as a []. - - A [] or null if the next JSON token is null. This method will return null at the end of an array. - - - - Reads the next JSON token from the source as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the source as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the source as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the source as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the source as a of . - - A of . This method will return null at the end of an array. - - - - Skips the children of the current token. - - - - - Sets the current token. - - The new token. - - - - Sets the current token and value. - - The new token. - The value. - - - - Sets the current token and value. - - The new token. - The value. - A flag indicating whether the position index inside an array should be updated. - - - - Sets the state based on current token type. - - - - - Releases unmanaged and - optionally - managed resources. - - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - - Changes the reader's state to . - If is set to true, the source is also closed. - - - - - The exception thrown when an error occurs while reading JSON text. - - - - - Gets the line number indicating where the error occurred. - - The line number indicating where the error occurred. - - - - Gets the line position indicating where the error occurred. - - The line position indicating where the error occurred. - - - - Gets the path to the JSON where the error occurred. - - The path to the JSON where the error occurred. - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class - with a specified error message. - - The error message that explains the reason for the exception. - - - - Initializes a new instance of the class - with a specified error message and a reference to the inner exception that is the cause of this exception. - - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or null if no inner exception is specified. - - - - Initializes a new instance of the class. - - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - The parameter is null. - The class name is null or is zero (0). - - - - Initializes a new instance of the class - with a specified error message, JSON path, line number, line position, and a reference to the inner exception that is the cause of this exception. - - The error message that explains the reason for the exception. - The path to the JSON where the error occurred. - The line number indicating where the error occurred. - The line position indicating where the error occurred. - The exception that is the cause of the current exception, or null if no inner exception is specified. - - - - Instructs the to always serialize the member, and to require that the member has a value. - - - - - The exception thrown when an error occurs during JSON serialization or deserialization. - - - - - Gets the line number indicating where the error occurred. - - The line number indicating where the error occurred. - - - - Gets the line position indicating where the error occurred. - - The line position indicating where the error occurred. - - - - Gets the path to the JSON where the error occurred. - - The path to the JSON where the error occurred. - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class - with a specified error message. - - The error message that explains the reason for the exception. - - - - Initializes a new instance of the class - with a specified error message and a reference to the inner exception that is the cause of this exception. - - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or null if no inner exception is specified. - - - - Initializes a new instance of the class. - - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - The parameter is null. - The class name is null or is zero (0). - - - - Initializes a new instance of the class - with a specified error message, JSON path, line number, line position, and a reference to the inner exception that is the cause of this exception. - - The error message that explains the reason for the exception. - The path to the JSON where the error occurred. - The line number indicating where the error occurred. - The line position indicating where the error occurred. - The exception that is the cause of the current exception, or null if no inner exception is specified. - - - - Serializes and deserializes objects into and from the JSON format. - The enables you to control how objects are encoded into JSON. - - - - - Occurs when the errors during serialization and deserialization. - - - - - Gets or sets the used by the serializer when resolving references. - - - - - Gets or sets the used by the serializer when resolving type names. - - - - - Gets or sets the used by the serializer when resolving type names. - - - - - Gets or sets the used by the serializer when writing trace messages. - - The trace writer. - - - - Gets or sets the equality comparer used by the serializer when comparing references. - - The equality comparer. - - - - Gets or sets how type name writing and reading is handled by the serializer. - The default value is . - - - should be used with caution when your application deserializes JSON from an external source. - Incoming types should be validated with a custom - when deserializing with a value other than . - - - - - Gets or sets how a type name assembly is written and resolved by the serializer. - The default value is . - - The type name assembly format. - - - - Gets or sets how a type name assembly is written and resolved by the serializer. - The default value is . - - The type name assembly format. - - - - Gets or sets how object references are preserved by the serializer. - The default value is . - - - - - Gets or sets how reference loops (e.g. a class referencing itself) is handled. - The default value is . - - - - - Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. - The default value is . - - - - - Gets or sets how null values are handled during serialization and deserialization. - The default value is . - - - - - Gets or sets how default values are handled during serialization and deserialization. - The default value is . - - - - - Gets or sets how objects are created during deserialization. - The default value is . - - The object creation handling. - - - - Gets or sets how constructors are used during deserialization. - The default value is . - - The constructor handling. - - - - Gets or sets how metadata properties are used during deserialization. - The default value is . - - The metadata properties handling. - - - - Gets a collection that will be used during serialization. - - Collection that will be used during serialization. - - - - Gets or sets the contract resolver used by the serializer when - serializing .NET objects to JSON and vice versa. - - - - - Gets or sets the used by the serializer when invoking serialization callback methods. - - The context. - - - - Indicates how JSON text output is formatted. - The default value is . - - - - - Gets or sets how dates are written to JSON text. - The default value is . - - - - - Gets or sets how time zones are handled during serialization and deserialization. - The default value is . - - - - - Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. - The default value is . - - - - - Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - The default value is . - - - - - Gets or sets how special floating point numbers, e.g. , - and , - are written as JSON text. - The default value is . - - - - - Gets or sets how strings are escaped when writing JSON text. - The default value is . - - - - - Gets or sets how and values are formatted when writing JSON text, - and the expected date format when reading JSON text. - The default value is "yyyy'-'MM'-'dd'T'HH':'mm':'ss.FFFFFFFK". - - - - - Gets or sets the culture used when reading JSON. - The default value is . - - - - - Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . - A null value means there is no maximum. - The default value is 64. - - - - - Gets a value indicating whether there will be a check for additional JSON content after deserializing an object. - The default value is false. - - - true if there will be a check for additional JSON content after deserializing an object; otherwise, false. - - - - - Initializes a new instance of the class. - - - - - Creates a new instance. - The will not use default settings - from . - - - A new instance. - The will not use default settings - from . - - - - - Creates a new instance using the specified . - The will not use default settings - from . - - The settings to be applied to the . - - A new instance using the specified . - The will not use default settings - from . - - - - - Creates a new instance. - The will use default settings - from . - - - A new instance. - The will use default settings - from . - - - - - Creates a new instance using the specified . - The will use default settings - from as well as the specified . - - The settings to be applied to the . - - A new instance using the specified . - The will use default settings - from as well as the specified . - - - - - Populates the JSON values onto the target object. - - The that contains the JSON structure to read values from. - The target object to populate values onto. - - - - Populates the JSON values onto the target object. - - The that contains the JSON structure to read values from. - The target object to populate values onto. - - - - Deserializes the JSON structure contained by the specified . - - The that contains the JSON structure to deserialize. - The being deserialized. - - - - Deserializes the JSON structure contained by the specified - into an instance of the specified type. - - The containing the object. - The of object being deserialized. - The instance of being deserialized. - - - - Deserializes the JSON structure contained by the specified - into an instance of the specified type. - - The containing the object. - The type of the object to deserialize. - The instance of being deserialized. - - - - Deserializes the JSON structure contained by the specified - into an instance of the specified type. - - The containing the object. - The of object being deserialized. - The instance of being deserialized. - - - - Serializes the specified and writes the JSON structure - using the specified . - - The used to write the JSON structure. - The to serialize. - - - - Serializes the specified and writes the JSON structure - using the specified . - - The used to write the JSON structure. - The to serialize. - - The type of the value being serialized. - This parameter is used when is to write out the type name if the type of the value does not match. - Specifying the type is optional. - - - - - Serializes the specified and writes the JSON structure - using the specified . - - The used to write the JSON structure. - The to serialize. - - The type of the value being serialized. - This parameter is used when is Auto to write out the type name if the type of the value does not match. - Specifying the type is optional. - - - - - Serializes the specified and writes the JSON structure - using the specified . - - The used to write the JSON structure. - The to serialize. - - - - Specifies the settings on a object. - - - - - Gets or sets how reference loops (e.g. a class referencing itself) are handled. - The default value is . - - Reference loop handling. - - - - Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization. - The default value is . - - Missing member handling. - - - - Gets or sets how objects are created during deserialization. - The default value is . - - The object creation handling. - - - - Gets or sets how null values are handled during serialization and deserialization. - The default value is . - - Null value handling. - - - - Gets or sets how default values are handled during serialization and deserialization. - The default value is . - - The default value handling. - - - - Gets or sets a collection that will be used during serialization. - - The converters. - - - - Gets or sets how object references are preserved by the serializer. - The default value is . - - The preserve references handling. - - - - Gets or sets how type name writing and reading is handled by the serializer. - The default value is . - - - should be used with caution when your application deserializes JSON from an external source. - Incoming types should be validated with a custom - when deserializing with a value other than . - - The type name handling. - - - - Gets or sets how metadata properties are used during deserialization. - The default value is . - - The metadata properties handling. - - - - Gets or sets how a type name assembly is written and resolved by the serializer. - The default value is . - - The type name assembly format. - - - - Gets or sets how a type name assembly is written and resolved by the serializer. - The default value is . - - The type name assembly format. - - - - Gets or sets how constructors are used during deserialization. - The default value is . - - The constructor handling. - - - - Gets or sets the contract resolver used by the serializer when - serializing .NET objects to JSON and vice versa. - - The contract resolver. - - - - Gets or sets the equality comparer used by the serializer when comparing references. - - The equality comparer. - - - - Gets or sets the used by the serializer when resolving references. - - The reference resolver. - - - - Gets or sets a function that creates the used by the serializer when resolving references. - - A function that creates the used by the serializer when resolving references. - - - - Gets or sets the used by the serializer when writing trace messages. - - The trace writer. - - - - Gets or sets the used by the serializer when resolving type names. - - The binder. - - - - Gets or sets the used by the serializer when resolving type names. - - The binder. - - - - Gets or sets the error handler called during serialization and deserialization. - - The error handler called during serialization and deserialization. - - - - Gets or sets the used by the serializer when invoking serialization callback methods. - - The context. - - - - Gets or sets how and values are formatted when writing JSON text, - and the expected date format when reading JSON text. - The default value is "yyyy'-'MM'-'dd'T'HH':'mm':'ss.FFFFFFFK". - - - - - Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a . - A null value means there is no maximum. - The default value is 64. - - - - - Indicates how JSON text output is formatted. - The default value is . - - - - - Gets or sets how dates are written to JSON text. - The default value is . - - - - - Gets or sets how time zones are handled during serialization and deserialization. - The default value is . - - - - - Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. - The default value is . - - - - - Gets or sets how special floating point numbers, e.g. , - and , - are written as JSON. - The default value is . - - - - - Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. - The default value is . - - - - - Gets or sets how strings are escaped when writing JSON text. - The default value is . - - - - - Gets or sets the culture used when reading JSON. - The default value is . - - - - - Gets a value indicating whether there will be a check for additional content after deserializing an object. - The default value is false. - - - true if there will be a check for additional content after deserializing an object; otherwise, false. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class - using values copied from the passed in . - - - - - Represents a reader that provides fast, non-cached, forward-only access to JSON text data. - - - - - Asynchronously reads the next JSON token from the source. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns true if the next token was read successfully; false if there are no more tokens to read. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously reads the next JSON token from the source as a []. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the []. This result will be null at the end of an array. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously reads the next JSON token from the source as a of . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the of . This result will be null at the end of an array. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously reads the next JSON token from the source as a . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous read. The - property returns the . This result will be null at the end of an array. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Initializes a new instance of the class with the specified . - - The containing the JSON data to read. - - - - Gets or sets the reader's property name table. - - - - - Gets or sets the reader's character buffer pool. - - - - - Reads the next JSON token from the underlying . - - - true if the next token was read successfully; false if there are no more tokens to read. - - - - - Reads the next JSON token from the underlying as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the underlying as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the underlying as a . - - A . This method will return null at the end of an array. - - - - Reads the next JSON token from the underlying as a []. - - A [] or null if the next JSON token is null. This method will return null at the end of an array. - - - - Reads the next JSON token from the underlying as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the underlying as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the underlying as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the underlying as a of . - - A of . This method will return null at the end of an array. - - - - Changes the reader's state to . - If is set to true, the underlying is also closed. - - - - - Gets a value indicating whether the class can return line information. - - - true if and can be provided; otherwise, false. - - - - - Gets the current line number. - - - The current line number or 0 if no line information is available (for example, returns false). - - - - - Gets the current line position. - - - The current line position or 0 if no line information is available (for example, returns false). - - - - - Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. - - - - - Asynchronously flushes whatever is in the buffer to the destination and also flushes the destination. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes the JSON value delimiter. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes the specified end token. - - The end token to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously closes this writer. - If is set to true, the destination is also closed. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes the end of the current JSON object or array. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes indent characters. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes an indent space. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes raw JSON without changing the writer's state. - - The raw JSON to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a null value. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes the property name of a name/value pair of a JSON object. - - The name of the property. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes the property name of a name/value pair of a JSON object. - - The name of the property. - A flag to indicate whether the text should be escaped when it is written as a JSON property name. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes the beginning of a JSON array. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes the beginning of a JSON object. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes the start of a constructor with the given name. - - The name of the constructor. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes an undefined value. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes the given white space. - - The string of white space characters. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a [] value. - - The [] value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes a comment /*...*/ containing the specified text. - - Text to place inside the comment. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes the end of an array. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes the end of a constructor. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes the end of a JSON object. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Asynchronously writes raw JSON where a value is expected and updates the writer's state. - - The raw JSON to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - Derived classes must override this method to get asynchronous behaviour. Otherwise it will - execute synchronously, returning an already-completed task. - - - - Gets or sets the writer's character array pool. - - - - - Gets or sets how many s to write for each level in the hierarchy when is set to . - - - - - Gets or sets which character to use to quote attribute values. - - - - - Gets or sets which character to use for indenting when is set to . - - - - - Gets or sets a value indicating whether object names will be surrounded with quotes. - - - - - Initializes a new instance of the class using the specified . - - The to write to. - - - - Flushes whatever is in the buffer to the underlying and also flushes the underlying . - - - - - Closes this writer. - If is set to true, the underlying is also closed. - If is set to true, the JSON is auto-completed. - - - - - Writes the beginning of a JSON object. - - - - - Writes the beginning of a JSON array. - - - - - Writes the start of a constructor with the given name. - - The name of the constructor. - - - - Writes the specified end token. - - The end token to write. - - - - Writes the property name of a name/value pair on a JSON object. - - The name of the property. - - - - Writes the property name of a name/value pair on a JSON object. - - The name of the property. - A flag to indicate whether the text should be escaped when it is written as a JSON property name. - - - - Writes indent characters. - - - - - Writes the JSON value delimiter. - - - - - Writes an indent space. - - - - - Writes a value. - An error will raised if the value cannot be written as a single JSON token. - - The value to write. - - - - Writes a null value. - - - - - Writes an undefined value. - - - - - Writes raw JSON. - - The raw JSON to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a value. - - The value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a [] value. - - The [] value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a comment /*...*/ containing the specified text. - - Text to place inside the comment. - - - - Writes the given white space. - - The string of white space characters. - - - - Specifies the type of JSON token. - - - - - This is returned by the if a read method has not been called. - - - - - An object start token. - - - - - An array start token. - - - - - A constructor start token. - - - - - An object property name. - - - - - A comment. - - - - - Raw JSON. - - - - - An integer. - - - - - A float. - - - - - A string. - - - - - A boolean. - - - - - A null token. - - - - - An undefined token. - - - - - An object end token. - - - - - An array end token. - - - - - A constructor end token. - - - - - A Date. - - - - - Byte data. - - - - - - Represents a reader that provides validation. - - - JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. - - - - - - Sets an event handler for receiving schema validation errors. - - - - - Gets the text value of the current JSON token. - - - - - - Gets the depth of the current token in the JSON document. - - The depth of the current token in the JSON document. - - - - Gets the path of the current JSON token. - - - - - Gets the quotation mark character used to enclose the value of a string. - - - - - - Gets the type of the current JSON token. - - - - - - Gets the .NET type for the current JSON token. - - - - - - Initializes a new instance of the class that - validates the content returned from the given . - - The to read from while validating. - - - - Gets or sets the schema. - - The schema. - - - - Gets the used to construct this . - - The specified in the constructor. - - - - Changes the reader's state to . - If is set to true, the underlying is also closed. - - - - - Reads the next JSON token from the underlying as a of . - - A of . - - - - Reads the next JSON token from the underlying as a []. - - - A [] or null if the next JSON token is null. - - - - - Reads the next JSON token from the underlying as a of . - - A of . - - - - Reads the next JSON token from the underlying as a of . - - A of . - - - - Reads the next JSON token from the underlying as a of . - - A of . - - - - Reads the next JSON token from the underlying as a . - - A . This method will return null at the end of an array. - - - - Reads the next JSON token from the underlying as a of . - - A of . This method will return null at the end of an array. - - - - Reads the next JSON token from the underlying as a of . - - A of . - - - - Reads the next JSON token from the underlying . - - - true if the next token was read successfully; false if there are no more tokens to read. - - - - - Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. - - - - - Asynchronously closes this writer. - If is set to true, the destination is also closed. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously flushes whatever is in the buffer to the destination and also flushes the destination. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes the specified end token. - - The end token to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes indent characters. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes the JSON value delimiter. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes an indent space. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes raw JSON without changing the writer's state. - - The raw JSON to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes the end of the current JSON object or array. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes the end of an array. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes the end of a constructor. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes the end of a JSON object. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a null value. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes the property name of a name/value pair of a JSON object. - - The name of the property. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes the property name of a name/value pair of a JSON object. - - The name of the property. - A flag to indicate whether the text should be escaped when it is written as a JSON property name. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes the beginning of a JSON array. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a comment /*...*/ containing the specified text. - - Text to place inside the comment. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes raw JSON where a value is expected and updates the writer's state. - - The raw JSON to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes the start of a constructor with the given name. - - The name of the constructor. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes the beginning of a JSON object. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes the current token. - - The to read the token from. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes the current token. - - The to read the token from. - A flag indicating whether the current token's children should be written. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes the token and its value. - - The to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes the token and its value. - - The to write. - - The value to write. - A value is only required for tokens that have an associated value, e.g. the property name for . - null can be passed to the method for tokens that don't have a value, e.g. . - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a [] value. - - The [] value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a value. - - The value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes a of value. - - The of value to write. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes an undefined value. - - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously writes the given white space. - - The string of white space characters. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Asynchronously ets the state of the . - - The being written. - The value being written. - The token to monitor for cancellation requests. The default value is . - A that represents the asynchronous operation. - The default behaviour is to execute synchronously, returning an already-completed task. Derived - classes can override this behaviour for true asynchronicity. - - - - Gets or sets a value indicating whether the destination should be closed when this writer is closed. - - - true to close the destination when this writer is closed; otherwise false. The default is true. - - - - - Gets or sets a value indicating whether the JSON should be auto-completed when this writer is closed. - - - true to auto-complete the JSON when this writer is closed; otherwise false. The default is true. - - - - - Gets the top. - - The top. - - - - Gets the state of the writer. - - - - - Gets the path of the writer. - - - - - Gets or sets a value indicating how JSON text output should be formatted. - - - - - Gets or sets how dates are written to JSON text. - - - - - Gets or sets how time zones are handled when writing JSON text. - - - - - Gets or sets how strings are escaped when writing JSON text. - - - - - Gets or sets how special floating point numbers, e.g. , - and , - are written to JSON text. - - - - - Gets or sets how and values are formatted when writing JSON text. - - - - - Gets or sets the culture used when writing JSON. Defaults to . - - - - - Initializes a new instance of the class. - - - - - Flushes whatever is in the buffer to the destination and also flushes the destination. - - - - - Closes this writer. - If is set to true, the destination is also closed. - If is set to true, the JSON is auto-completed. - - - - - Writes the beginning of a JSON object. - - - - - Writes the end of a JSON object. - - - - - Writes the beginning of a JSON array. - - - - - Writes the end of an array. - - - - - Writes the start of a constructor with the given name. - - The name of the constructor. - - - - Writes the end constructor. - - - - - Writes the property name of a name/value pair of a JSON object. - - The name of the property. - - - - Writes the property name of a name/value pair of a JSON object. - - The name of the property. - A flag to indicate whether the text should be escaped when it is written as a JSON property name. - - - - Writes the end of the current JSON object or array. - - - - - Writes the current token and its children. - - The to read the token from. - - - - Writes the current token. - - The to read the token from. - A flag indicating whether the current token's children should be written. - - - - Writes the token and its value. - - The to write. - - The value to write. - A value is only required for tokens that have an associated value, e.g. the property name for . - null can be passed to the method for tokens that don't have a value, e.g. . - - - - - Writes the token. - - The to write. - - - - Writes the specified end token. - - The end token to write. - - - - Writes indent characters. - - - - - Writes the JSON value delimiter. - - - - - Writes an indent space. - - - - - Writes a null value. - - - - - Writes an undefined value. - - - - - Writes raw JSON without changing the writer's state. - - The raw JSON to write. - - - - Writes raw JSON where a value is expected and updates the writer's state. - - The raw JSON to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a of value. - - The of value to write. - - - - Writes a [] value. - - The [] value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - An error will raised if the value cannot be written as a single JSON token. - - The value to write. - - - - Writes a comment /*...*/ containing the specified text. - - Text to place inside the comment. - - - - Writes the given white space. - - The string of white space characters. - - - - Releases unmanaged and - optionally - managed resources. - - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - - Sets the state of the . - - The being written. - The value being written. - - - - The exception thrown when an error occurs while writing JSON text. - - - - - Gets the path to the JSON where the error occurred. - - The path to the JSON where the error occurred. - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class - with a specified error message. - - The error message that explains the reason for the exception. - - - - Initializes a new instance of the class - with a specified error message and a reference to the inner exception that is the cause of this exception. - - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or null if no inner exception is specified. - - - - Initializes a new instance of the class. - - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - The parameter is null. - The class name is null or is zero (0). - - - - Initializes a new instance of the class - with a specified error message, JSON path and a reference to the inner exception that is the cause of this exception. - - The error message that explains the reason for the exception. - The path to the JSON where the error occurred. - The exception that is the cause of the current exception, or null if no inner exception is specified. - - - - Specifies how JSON comments are handled when loading JSON. - - - - - Ignore comments. - - - - - Load comments as a with type . - - - - - Specifies how duplicate property names are handled when loading JSON. - - - - - Replace the existing value when there is a duplicate property. The value of the last property in the JSON object will be used. - - - - - Ignore the new value when there is a duplicate property. The value of the first property in the JSON object will be used. - - - - - Throw a when a duplicate property is encountered. - - - - - Contains the LINQ to JSON extension methods. - - - - - Returns a collection of tokens that contains the ancestors of every token in the source collection. - - The type of the objects in source, constrained to . - An of that contains the source collection. - An of that contains the ancestors of every token in the source collection. - - - - Returns a collection of tokens that contains every token in the source collection, and the ancestors of every token in the source collection. - - The type of the objects in source, constrained to . - An of that contains the source collection. - An of that contains every token in the source collection, the ancestors of every token in the source collection. - - - - Returns a collection of tokens that contains the descendants of every token in the source collection. - - The type of the objects in source, constrained to . - An of that contains the source collection. - An of that contains the descendants of every token in the source collection. - - - - Returns a collection of tokens that contains every token in the source collection, and the descendants of every token in the source collection. - - The type of the objects in source, constrained to . - An of that contains the source collection. - An of that contains every token in the source collection, and the descendants of every token in the source collection. - - - - Returns a collection of child properties of every object in the source collection. - - An of that contains the source collection. - An of that contains the properties of every object in the source collection. - - - - Returns a collection of child values of every object in the source collection with the given key. - - An of that contains the source collection. - The token key. - An of that contains the values of every token in the source collection with the given key. - - - - Returns a collection of child values of every object in the source collection. - - An of that contains the source collection. - An of that contains the values of every token in the source collection. - - - - Returns a collection of converted child values of every object in the source collection with the given key. - - The type to convert the values to. - An of that contains the source collection. - The token key. - An that contains the converted values of every token in the source collection with the given key. - - - - Returns a collection of converted child values of every object in the source collection. - - The type to convert the values to. - An of that contains the source collection. - An that contains the converted values of every token in the source collection. - - - - Converts the value. - - The type to convert the value to. - A cast as a of . - A converted value. - - - - Converts the value. - - The source collection type. - The type to convert the value to. - A cast as a of . - A converted value. - - - - Returns a collection of child tokens of every array in the source collection. - - The source collection type. - An of that contains the source collection. - An of that contains the values of every token in the source collection. - - - - Returns a collection of converted child tokens of every array in the source collection. - - An of that contains the source collection. - The type to convert the values to. - The source collection type. - An that contains the converted values of every token in the source collection. - - - - Returns the input typed as . - - An of that contains the source collection. - The input typed as . - - - - Returns the input typed as . - - The source collection type. - An of that contains the source collection. - The input typed as . - - - - Represents a collection of objects. - - The type of token. - - - - Gets the of with the specified key. - - - - - - Represents a JSON array. - - - - - - - - Writes this token to a asynchronously. - - A into which this method will write. - The token to monitor for cancellation requests. - A collection of which will be used when writing the token. - A that represents the asynchronous write operation. - - - - Asynchronously loads a from a . - - A that will be read for the content of the . - If this is null, default load settings will be used. - The token to monitor for cancellation requests. The default value is . - A representing the asynchronous load. The property contains the JSON that was read from the specified . - - - - Asynchronously loads a from a . - - A that will be read for the content of the . - The used to load the JSON. - If this is null, default load settings will be used. - The token to monitor for cancellation requests. The default value is . - A representing the asynchronous load. The property contains the JSON that was read from the specified . - - - - Gets the container's children tokens. - - The container's children tokens. - - - - Gets the node type for this . - - The type. - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class from another object. - - A object to copy from. - - - - Initializes a new instance of the class with the specified content. - - The contents of the array. - - - - Initializes a new instance of the class with the specified content. - - The contents of the array. - - - - Loads an from a . - - A that will be read for the content of the . - A that contains the JSON that was read from the specified . - - - - Loads an from a . - - A that will be read for the content of the . - The used to load the JSON. - If this is null, default load settings will be used. - A that contains the JSON that was read from the specified . - - - - Load a from a string that contains JSON. - - A that contains JSON. - A populated from the string that contains JSON. - - - - - - - Load a from a string that contains JSON. - - A that contains JSON. - The used to load the JSON. - If this is null, default load settings will be used. - A populated from the string that contains JSON. - - - - - - - Creates a from an object. - - The object that will be used to create . - A with the values of the specified object. - - - - Creates a from an object. - - The object that will be used to create . - The that will be used to read the object. - A with the values of the specified object. - - - - Writes this token to a . - - A into which this method will write. - A collection of which will be used when writing the token. - - - - Gets the with the specified key. - - The with the specified key. - - - - Gets or sets the at the specified index. - - - - - - Determines the index of a specific item in the . - - The object to locate in the . - - The index of if found in the list; otherwise, -1. - - - - - Inserts an item to the at the specified index. - - The zero-based index at which should be inserted. - The object to insert into the . - - is not a valid index in the . - - - - - Removes the item at the specified index. - - The zero-based index of the item to remove. - - is not a valid index in the . - - - - - Returns an enumerator that iterates through the collection. - - - A of that can be used to iterate through the collection. - - - - - Adds an item to the . - - The object to add to the . - - - - Removes all items from the . - - - - - Determines whether the contains a specific value. - - The object to locate in the . - - true if is found in the ; otherwise, false. - - - - - Copies the elements of the to an array, starting at a particular array index. - - The array. - Index of the array. - - - - Gets a value indicating whether the is read-only. - - true if the is read-only; otherwise, false. - - - - Removes the first occurrence of a specific object from the . - - The object to remove from the . - - true if was successfully removed from the ; otherwise, false. This method also returns false if is not found in the original . - - - - - Represents a JSON constructor. - - - - - Writes this token to a asynchronously. - - A into which this method will write. - The token to monitor for cancellation requests. - A collection of which will be used when writing the token. - A that represents the asynchronous write operation. - - - - Asynchronously loads a from a . - - A that will be read for the content of the . - The token to monitor for cancellation requests. The default value is . - - A that represents the asynchronous load. The - property returns a that contains the JSON that was read from the specified . - - - - Asynchronously loads a from a . - - A that will be read for the content of the . - The used to load the JSON. - If this is null, default load settings will be used. - The token to monitor for cancellation requests. The default value is . - - A that represents the asynchronous load. The - property returns a that contains the JSON that was read from the specified . - - - - Gets the container's children tokens. - - The container's children tokens. - - - - Gets or sets the name of this constructor. - - The constructor name. - - - - Gets the node type for this . - - The type. - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class from another object. - - A object to copy from. - - - - Initializes a new instance of the class with the specified name and content. - - The constructor name. - The contents of the constructor. - - - - Initializes a new instance of the class with the specified name and content. - - The constructor name. - The contents of the constructor. - - - - Initializes a new instance of the class with the specified name. - - The constructor name. - - - - Writes this token to a . - - A into which this method will write. - A collection of which will be used when writing the token. - - - - Gets the with the specified key. - - The with the specified key. - - - - Loads a from a . - - A that will be read for the content of the . - A that contains the JSON that was read from the specified . - - - - Loads a from a . - - A that will be read for the content of the . - The used to load the JSON. - If this is null, default load settings will be used. - A that contains the JSON that was read from the specified . - - - - Represents a token that can contain other tokens. - - - - - Occurs when the list changes or an item in the list changes. - - - - - Occurs before an item is added to the collection. - - - - - Occurs when the items list of the collection has changed, or the collection is reset. - - - - - Gets the container's children tokens. - - The container's children tokens. - - - - Raises the event. - - The instance containing the event data. - - - - Raises the event. - - The instance containing the event data. - - - - Raises the event. - - The instance containing the event data. - - - - Gets a value indicating whether this token has child tokens. - - - true if this token has child values; otherwise, false. - - - - - Get the first child token of this token. - - - A containing the first child token of the . - - - - - Get the last child token of this token. - - - A containing the last child token of the . - - - - - Returns a collection of the child tokens of this token, in document order. - - - An of containing the child tokens of this , in document order. - - - - - Returns a collection of the child values of this token, in document order. - - The type to convert the values to. - - A containing the child values of this , in document order. - - - - - Returns a collection of the descendant tokens for this token in document order. - - An of containing the descendant tokens of the . - - - - Returns a collection of the tokens that contain this token, and all descendant tokens of this token, in document order. - - An of containing this token, and all the descendant tokens of the . - - - - Adds the specified content as children of this . - - The content to be added. - - - - Adds the specified content as the first children of this . - - The content to be added. - - - - Creates a that can be used to add tokens to the . - - A that is ready to have content written to it. - - - - Replaces the child nodes of this token with the specified content. - - The content. - - - - Removes the child nodes from this token. - - - - - Merge the specified content into this . - - The content to be merged. - - - - Merge the specified content into this using . - - The content to be merged. - The used to merge the content. - - - - Gets the count of child JSON tokens. - - The count of child JSON tokens. - - - - Represents a collection of objects. - - The type of token. - - - - An empty collection of objects. - - - - - Initializes a new instance of the struct. - - The enumerable. - - - - Returns an enumerator that can be used to iterate through the collection. - - - A that can be used to iterate through the collection. - - - - - Gets the of with the specified key. - - - - - - Determines whether the specified is equal to this instance. - - The to compare with this instance. - - true if the specified is equal to this instance; otherwise, false. - - - - - Determines whether the specified is equal to this instance. - - The to compare with this instance. - - true if the specified is equal to this instance; otherwise, false. - - - - - Returns a hash code for this instance. - - - A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. - - - - - Represents a JSON object. - - - - - - - - Writes this token to a asynchronously. - - A into which this method will write. - The token to monitor for cancellation requests. - A collection of which will be used when writing the token. - A that represents the asynchronous write operation. - - - - Asynchronously loads a from a . - - A that will be read for the content of the . - The token to monitor for cancellation requests. The default value is . - - A that represents the asynchronous load. The - property returns a that contains the JSON that was read from the specified . - - - - Asynchronously loads a from a . - - A that will be read for the content of the . - The used to load the JSON. - If this is null, default load settings will be used. - The token to monitor for cancellation requests. The default value is . - - A that represents the asynchronous load. The - property returns a that contains the JSON that was read from the specified . - - - - Gets the container's children tokens. - - The container's children tokens. - - - - Occurs when a property value changes. - - - - - Occurs when a property value is changing. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class from another object. - - A object to copy from. - - - - Initializes a new instance of the class with the specified content. - - The contents of the object. - - - - Initializes a new instance of the class with the specified content. - - The contents of the object. - - - - Gets the node type for this . - - The type. - - - - Gets an of of this object's properties. - - An of of this object's properties. - - - - Gets a with the specified name. - - The property name. - A with the specified name or null. - - - - Gets the with the specified name. - The exact name will be searched for first and if no matching property is found then - the will be used to match a property. - - The property name. - One of the enumeration values that specifies how the strings will be compared. - A matched with the specified name or null. - - - - Gets a of of this object's property values. - - A of of this object's property values. - - - - Gets the with the specified key. - - The with the specified key. - - - - Gets or sets the with the specified property name. - - - - - - Loads a from a . - - A that will be read for the content of the . - A that contains the JSON that was read from the specified . - - is not valid JSON. - - - - - Loads a from a . - - A that will be read for the content of the . - The used to load the JSON. - If this is null, default load settings will be used. - A that contains the JSON that was read from the specified . - - is not valid JSON. - - - - - Load a from a string that contains JSON. - - A that contains JSON. - A populated from the string that contains JSON. - - is not valid JSON. - - - - - - - - Load a from a string that contains JSON. - - A that contains JSON. - The used to load the JSON. - If this is null, default load settings will be used. - A populated from the string that contains JSON. - - is not valid JSON. - - - - - - - - Creates a from an object. - - The object that will be used to create . - A with the values of the specified object. - - - - Creates a from an object. - - The object that will be used to create . - The that will be used to read the object. - A with the values of the specified object. - - - - Writes this token to a . - - A into which this method will write. - A collection of which will be used when writing the token. - - - - Gets the with the specified property name. - - Name of the property. - The with the specified property name. - - - - Gets the with the specified property name. - The exact property name will be searched for first and if no matching property is found then - the will be used to match a property. - - Name of the property. - One of the enumeration values that specifies how the strings will be compared. - The with the specified property name. - - - - Tries to get the with the specified property name. - The exact property name will be searched for first and if no matching property is found then - the will be used to match a property. - - Name of the property. - The value. - One of the enumeration values that specifies how the strings will be compared. - true if a value was successfully retrieved; otherwise, false. - - - - Adds the specified property name. - - Name of the property. - The value. - - - - Determines whether the JSON object has the specified property name. - - Name of the property. - true if the JSON object has the specified property name; otherwise, false. - - - - Removes the property with the specified name. - - Name of the property. - true if item was successfully removed; otherwise, false. - - - - Tries to get the with the specified property name. - - Name of the property. - The value. - true if a value was successfully retrieved; otherwise, false. - - - - Returns an enumerator that can be used to iterate through the collection. - - - A that can be used to iterate through the collection. - - - - - Raises the event with the provided arguments. - - Name of the property. - - - - Raises the event with the provided arguments. - - Name of the property. - - - - Returns the responsible for binding operations performed on this object. - - The expression tree representation of the runtime value. - - The to bind this object. - - - - - Represents a JSON property. - - - - - Writes this token to a asynchronously. - - A into which this method will write. - The token to monitor for cancellation requests. - A collection of which will be used when writing the token. - A that represents the asynchronous write operation. - - - - Asynchronously loads a from a . - - A that will be read for the content of the . - The token to monitor for cancellation requests. The default value is . - A representing the asynchronous creation. The - property returns a that contains the JSON that was read from the specified . - - - - Asynchronously loads a from a . - - A that will be read for the content of the . - The used to load the JSON. - If this is null, default load settings will be used. - The token to monitor for cancellation requests. The default value is . - A representing the asynchronous creation. The - property returns a that contains the JSON that was read from the specified . - - - - Gets the container's children tokens. - - The container's children tokens. - - - - Gets the property name. - - The property name. - - - - Gets or sets the property value. - - The property value. - - - - Initializes a new instance of the class from another object. - - A object to copy from. - - - - Gets the node type for this . - - The type. - - - - Initializes a new instance of the class. - - The property name. - The property content. - - - - Initializes a new instance of the class. - - The property name. - The property content. - - - - Writes this token to a . - - A into which this method will write. - A collection of which will be used when writing the token. - - - - Loads a from a . - - A that will be read for the content of the . - A that contains the JSON that was read from the specified . - - - - Loads a from a . - - A that will be read for the content of the . - The used to load the JSON. - If this is null, default load settings will be used. - A that contains the JSON that was read from the specified . - - - - Represents a view of a . - - - - - Initializes a new instance of the class. - - The name. - - - - When overridden in a derived class, returns whether resetting an object changes its value. - - - true if resetting the component changes its value; otherwise, false. - - The component to test for reset capability. - - - - When overridden in a derived class, gets the current value of the property on a component. - - - The value of a property for a given component. - - The component with the property for which to retrieve the value. - - - - When overridden in a derived class, resets the value for this property of the component to the default value. - - The component with the property value that is to be reset to the default value. - - - - When overridden in a derived class, sets the value of the component to a different value. - - The component with the property value that is to be set. - The new value. - - - - When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted. - - - true if the property should be persisted; otherwise, false. - - The component with the property to be examined for persistence. - - - - When overridden in a derived class, gets the type of the component this property is bound to. - - - A that represents the type of component this property is bound to. - When the or - - methods are invoked, the object specified might be an instance of this type. - - - - - When overridden in a derived class, gets a value indicating whether this property is read-only. - - - true if the property is read-only; otherwise, false. - - - - - When overridden in a derived class, gets the type of the property. - - - A that represents the type of the property. - - - - - Gets the hash code for the name of the member. - - - - The hash code for the name of the member. - - - - - Represents a raw JSON string. - - - - - Asynchronously creates an instance of with the content of the reader's current token. - - The reader. - The token to monitor for cancellation requests. The default value is . - A representing the asynchronous creation. The - property returns an instance of with the content of the reader's current token. - - - - Initializes a new instance of the class from another object. - - A object to copy from. - - - - Initializes a new instance of the class. - - The raw json. - - - - Creates an instance of with the content of the reader's current token. - - The reader. - An instance of with the content of the reader's current token. - - - - Specifies the settings used when cloning JSON. - - - - - Initializes a new instance of the class. - - - - - Gets or sets a flag that indicates whether to copy annotations when cloning a . - The default value is true. - - - A flag that indicates whether to copy annotations when cloning a . - - - - - Specifies the settings used when loading JSON. - - - - - Initializes a new instance of the class. - - - - - Gets or sets how JSON comments are handled when loading JSON. - The default value is . - - The JSON comment handling. - - - - Gets or sets how JSON line info is handled when loading JSON. - The default value is . - - The JSON line info handling. - - - - Gets or sets how duplicate property names in JSON objects are handled when loading JSON. - The default value is . - - The JSON duplicate property name handling. - - - - Specifies the settings used when merging JSON. - - - - - Initializes a new instance of the class. - - - - - Gets or sets the method used when merging JSON arrays. - - The method used when merging JSON arrays. - - - - Gets or sets how null value properties are merged. - - How null value properties are merged. - - - - Gets or sets the comparison used to match property names while merging. - The exact property name will be searched for first and if no matching property is found then - the will be used to match a property. - - The comparison used to match property names while merging. - - - - Specifies the settings used when selecting JSON. - - - - - Gets or sets a timeout that will be used when executing regular expressions. - - The timeout that will be used when executing regular expressions. - - - - Gets or sets a flag that indicates whether an error should be thrown if - no tokens are found when evaluating part of the expression. - - - A flag that indicates whether an error should be thrown if - no tokens are found when evaluating part of the expression. - - - - - Represents an abstract JSON token. - - - - - Writes this token to a asynchronously. - - A into which this method will write. - The token to monitor for cancellation requests. - A collection of which will be used when writing the token. - A that represents the asynchronous write operation. - - - - Writes this token to a asynchronously. - - A into which this method will write. - A collection of which will be used when writing the token. - A that represents the asynchronous write operation. - - - - Asynchronously creates a from a . - - An positioned at the token to read into this . - The token to monitor for cancellation requests. The default value is . - - A that represents the asynchronous creation. The - property returns a that contains - the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - - - - - Asynchronously creates a from a . - - An positioned at the token to read into this . - The used to load the JSON. - If this is null, default load settings will be used. - The token to monitor for cancellation requests. The default value is . - - A that represents the asynchronous creation. The - property returns a that contains - the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - - - - - Asynchronously creates a from a . - - A positioned at the token to read into this . - The token to monitor for cancellation requests. The default value is . - - A that represents the asynchronous creation. The - property returns a that contains the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - - - - - Asynchronously creates a from a . - - A positioned at the token to read into this . - The used to load the JSON. - If this is null, default load settings will be used. - The token to monitor for cancellation requests. The default value is . - - A that represents the asynchronous creation. The - property returns a that contains the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - - - - - Gets a comparer that can compare two tokens for value equality. - - A that can compare two nodes for value equality. - - - - Gets or sets the parent. - - The parent. - - - - Gets the root of this . - - The root of this . - - - - Gets the node type for this . - - The type. - - - - Gets a value indicating whether this token has child tokens. - - - true if this token has child values; otherwise, false. - - - - - Compares the values of two tokens, including the values of all descendant tokens. - - The first to compare. - The second to compare. - true if the tokens are equal; otherwise false. - - - - Gets the next sibling token of this node. - - The that contains the next sibling token. - - - - Gets the previous sibling token of this node. - - The that contains the previous sibling token. - - - - Gets the path of the JSON token. - - - - - Adds the specified content immediately after this token. - - A content object that contains simple content or a collection of content objects to be added after this token. - - - - Adds the specified content immediately before this token. - - A content object that contains simple content or a collection of content objects to be added before this token. - - - - Returns a collection of the ancestor tokens of this token. - - A collection of the ancestor tokens of this token. - - - - Returns a collection of tokens that contain this token, and the ancestors of this token. - - A collection of tokens that contain this token, and the ancestors of this token. - - - - Returns a collection of the sibling tokens after this token, in document order. - - A collection of the sibling tokens after this tokens, in document order. - - - - Returns a collection of the sibling tokens before this token, in document order. - - A collection of the sibling tokens before this token, in document order. - - - - Gets the with the specified key. - - The with the specified key. - - - - Gets the with the specified key converted to the specified type. - - The type to convert the token to. - The token key. - The converted token value. - - - - Get the first child token of this token. - - A containing the first child token of the . - - - - Get the last child token of this token. - - A containing the last child token of the . - - - - Returns a collection of the child tokens of this token, in document order. - - An of containing the child tokens of this , in document order. - - - - Returns a collection of the child tokens of this token, in document order, filtered by the specified type. - - The type to filter the child tokens on. - A containing the child tokens of this , in document order. - - - - Returns a collection of the child values of this token, in document order. - - The type to convert the values to. - A containing the child values of this , in document order. - - - - Removes this token from its parent. - - - - - Replaces this token with the specified token. - - The value. - - - - Writes this token to a . - - A into which this method will write. - A collection of which will be used when writing the token. - - - - Returns the indented JSON for this token. - - - ToString() returns a non-JSON string value for tokens with a type of . - If you want the JSON for all token types then you should use . - - - The indented JSON for this token. - - - - - Returns the JSON for this token using the given formatting and converters. - - Indicates how the output should be formatted. - A collection of s which will be used when writing the token. - The JSON for this token using the given formatting and converters. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to []. - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to of . - - The value. - The result of the conversion. - - - - Performs an explicit conversion from to . - - The value. - The result of the conversion. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from [] to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from to . - - The value to create a from. - The initialized with the specified value. - - - - Performs an implicit conversion from of to . - - The value to create a from. - The initialized with the specified value. - - - - Creates a for this token. - - A that can be used to read this token and its descendants. - - - - Creates a from an object. - - The object that will be used to create . - A with the value of the specified object. - - - - Creates a from an object using the specified . - - The object that will be used to create . - The that will be used when reading the object. - A with the value of the specified object. - - - - Creates an instance of the specified .NET type from the . - - The object type that the token will be deserialized to. - The new object created from the JSON value. - - - - Creates an instance of the specified .NET type from the . - - The object type that the token will be deserialized to. - The new object created from the JSON value. - - - - Creates an instance of the specified .NET type from the using the specified . - - The object type that the token will be deserialized to. - The that will be used when creating the object. - The new object created from the JSON value. - - - - Creates an instance of the specified .NET type from the using the specified . - - The object type that the token will be deserialized to. - The that will be used when creating the object. - The new object created from the JSON value. - - - - Creates a from a . - - A positioned at the token to read into this . - - A that contains the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - - - - - Creates a from a . - - An positioned at the token to read into this . - The used to load the JSON. - If this is null, default load settings will be used. - - A that contains the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - - - - - Load a from a string that contains JSON. - - A that contains JSON. - A populated from the string that contains JSON. - - - - Load a from a string that contains JSON. - - A that contains JSON. - The used to load the JSON. - If this is null, default load settings will be used. - A populated from the string that contains JSON. - - - - Creates a from a . - - A positioned at the token to read into this . - The used to load the JSON. - If this is null, default load settings will be used. - - A that contains the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - - - - - Creates a from a . - - A positioned at the token to read into this . - - A that contains the token and its descendant tokens - that were read from the reader. The runtime type of the token is determined - by the token type of the first token encountered in the reader. - - - - - Selects a using a JSONPath expression. Selects the token that matches the object path. - - - A that contains a JSONPath expression. - - A , or null. - - - - Selects a using a JSONPath expression. Selects the token that matches the object path. - - - A that contains a JSONPath expression. - - A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression. - A . - - - - Selects a using a JSONPath expression. Selects the token that matches the object path. - - - A that contains a JSONPath expression. - - The used to select tokens. - A . - - - - Selects a collection of elements using a JSONPath expression. - - - A that contains a JSONPath expression. - - An of that contains the selected elements. - - - - Selects a collection of elements using a JSONPath expression. - - - A that contains a JSONPath expression. - - A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression. - An of that contains the selected elements. - - - - Selects a collection of elements using a JSONPath expression. - - - A that contains a JSONPath expression. - - The used to select tokens. - An of that contains the selected elements. - - - - Returns the responsible for binding operations performed on this object. - - The expression tree representation of the runtime value. - - The to bind this object. - - - - - Returns the responsible for binding operations performed on this object. - - The expression tree representation of the runtime value. - - The to bind this object. - - - - - Creates a new instance of the . All child tokens are recursively cloned. - - A new instance of the . - - - - Creates a new instance of the . All child tokens are recursively cloned. - - A object to configure cloning settings. - A new instance of the . - - - - Adds an object to the annotation list of this . - - The annotation to add. - - - - Get the first annotation object of the specified type from this . - - The type of the annotation to retrieve. - The first annotation object that matches the specified type, or null if no annotation is of the specified type. - - - - Gets the first annotation object of the specified type from this . - - The of the annotation to retrieve. - The first annotation object that matches the specified type, or null if no annotation is of the specified type. - - - - Gets a collection of annotations of the specified type for this . - - The type of the annotations to retrieve. - An that contains the annotations for this . - - - - Gets a collection of annotations of the specified type for this . - - The of the annotations to retrieve. - An of that contains the annotations that match the specified type for this . - - - - Removes the annotations of the specified type from this . - - The type of annotations to remove. - - - - Removes the annotations of the specified type from this . - - The of annotations to remove. - - - - Compares tokens to determine whether they are equal. - - - - - Determines whether the specified objects are equal. - - The first object of type to compare. - The second object of type to compare. - - true if the specified objects are equal; otherwise, false. - - - - - Returns a hash code for the specified object. - - The for which a hash code is to be returned. - A hash code for the specified object. - The type of is a reference type and is null. - - - - Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data. - - - - - Gets the at the reader's current position. - - - - - Initializes a new instance of the class. - - The token to read from. - - - - Initializes a new instance of the class. - - The token to read from. - The initial path of the token. It is prepended to the returned . - - - - Reads the next JSON token from the underlying . - - - true if the next token was read successfully; false if there are no more tokens to read. - - - - - Gets the path of the current JSON token. - - - - - Specifies the type of token. - - - - - No token type has been set. - - - - - A JSON object. - - - - - A JSON array. - - - - - A JSON constructor. - - - - - A JSON object property. - - - - - A comment. - - - - - An integer value. - - - - - A float value. - - - - - A string value. - - - - - A boolean value. - - - - - A null value. - - - - - An undefined value. - - - - - A date value. - - - - - A raw JSON value. - - - - - A collection of bytes value. - - - - - A Guid value. - - - - - A Uri value. - - - - - A TimeSpan value. - - - - - Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. - - - - - Gets the at the writer's current position. - - - - - Gets the token being written. - - The token being written. - - - - Initializes a new instance of the class writing to the given . - - The container being written to. - - - - Initializes a new instance of the class. - - - - - Flushes whatever is in the buffer to the underlying . - - - - - Closes this writer. - If is set to true, the JSON is auto-completed. - - - Setting to true has no additional effect, since the underlying is a type that cannot be closed. - - - - - Writes the beginning of a JSON object. - - - - - Writes the beginning of a JSON array. - - - - - Writes the start of a constructor with the given name. - - The name of the constructor. - - - - Writes the end. - - The token. - - - - Writes the property name of a name/value pair on a JSON object. - - The name of the property. - - - - Writes a value. - An error will be raised if the value cannot be written as a single JSON token. - - The value to write. - - - - Writes a null value. - - - - - Writes an undefined value. - - - - - Writes raw JSON. - - The raw JSON to write. - - - - Writes a comment /*...*/ containing the specified text. - - Text to place inside the comment. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a [] value. - - The [] value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Writes a value. - - The value to write. - - - - Represents a value in JSON (string, integer, date, etc). - - - - - Writes this token to a asynchronously. - - A into which this method will write. - The token to monitor for cancellation requests. - A collection of which will be used when writing the token. - A that represents the asynchronous write operation. - - - - Initializes a new instance of the class from another object. - - A object to copy from. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Initializes a new instance of the class with the given value. - - The value. - - - - Gets a value indicating whether this token has child tokens. - - - true if this token has child values; otherwise, false. - - - - - Creates a comment with the given value. - - The value. - A comment with the given value. - - - - Creates a string with the given value. - - The value. - A string with the given value. - - - - Creates a null value. - - A null value. - - - - Creates a undefined value. - - A undefined value. - - - - Gets the node type for this . - - The type. - - - - Gets or sets the underlying token value. - - The underlying token value. - - - - Writes this token to a . - - A into which this method will write. - A collection of s which will be used when writing the token. - - - - Indicates whether the current object is equal to another object of the same type. - - - true if the current object is equal to the parameter; otherwise, false. - - An object to compare with this object. - - - - Determines whether the specified is equal to the current . - - The to compare with the current . - - true if the specified is equal to the current ; otherwise, false. - - - - - Serves as a hash function for a particular type. - - - A hash code for the current . - - - - - Returns a that represents this instance. - - - ToString() returns a non-JSON string value for tokens with a type of . - If you want the JSON for all token types then you should use . - - - A that represents this instance. - - - - - Returns a that represents this instance. - - The format. - - A that represents this instance. - - - - - Returns a that represents this instance. - - The format provider. - - A that represents this instance. - - - - - Returns a that represents this instance. - - The format. - The format provider. - - A that represents this instance. - - - - - Returns the responsible for binding operations performed on this object. - - The expression tree representation of the runtime value. - - The to bind this object. - - - - - Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. - - An object to compare with this instance. - - A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings: - Value - Meaning - Less than zero - This instance is less than . - Zero - This instance is equal to . - Greater than zero - This instance is greater than . - - - is not of the same type as this instance. - - - - - Specifies how line information is handled when loading JSON. - - - - - Ignore line information. - - - - - Load line information. - - - - - Specifies how JSON arrays are merged together. - - - - Concatenate arrays. - - - Union arrays, skipping items that already exist. - - - Replace all array items. - - - Merge array items together, matched by index. - - - - Specifies how null value properties are merged. - - - - - The content's null value properties will be ignored during merging. - - - - - The content's null value properties will be merged. - - - - - Specifies the member serialization options for the . - - - - - All public members are serialized by default. Members can be excluded using or . - This is the default member serialization mode. - - - - - Only members marked with or are serialized. - This member serialization mode can also be set by marking the class with . - - - - - All public and private fields are serialized. Members can be excluded using or . - This member serialization mode can also be set by marking the class with - and setting IgnoreSerializableAttribute on to false. - - - - - Specifies metadata property handling options for the . - - - - - Read metadata properties located at the start of a JSON object. - - - - - Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance. - - - - - Do not try to read metadata properties. - - - - - Specifies missing member handling options for the . - - - - - Ignore a missing member and do not attempt to deserialize it. - - - - - Throw a when a missing member is encountered during deserialization. - - - - - Specifies null value handling options for the . - - - - - - - - - Include null values when serializing and deserializing objects. - - - - - Ignore null values when serializing and deserializing objects. - - - - - Specifies how object creation is handled by the . - - - - - Reuse existing objects, create new objects when needed. - - - - - Only reuse existing objects. - - - - - Always create new objects. - - - - - Specifies reference handling options for the . - Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement . - - - - - - - - Do not preserve references when serializing types. - - - - - Preserve references when serializing into a JSON object structure. - - - - - Preserve references when serializing into a JSON array structure. - - - - - Preserve references when serializing. - - - - - Specifies reference loop handling options for the . - - - - - Throw a when a loop is encountered. - - - - - Ignore loop references and do not serialize. - - - - - Serialize loop references. - - - - - Indicating whether a property is required. - - - - - The property is not required. The default state. - - - - - The property must be defined in JSON but can be a null value. - - - - - The property must be defined in JSON and cannot be a null value. - - - - - The property is not required but it cannot be a null value. - - - - - - Contains the JSON schema extension methods. - - - JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. - - - - - - - Determines whether the is valid. - - - JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. - - - The source to test. - The schema to test with. - - true if the specified is valid; otherwise, false. - - - - - - Determines whether the is valid. - - - JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. - - - The source to test. - The schema to test with. - When this method returns, contains any error messages generated while validating. - - true if the specified is valid; otherwise, false. - - - - - - Validates the specified . - - - JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. - - - The source to test. - The schema to test with. - - - - - Validates the specified . - - - JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. - - - The source to test. - The schema to test with. - The validation event handler. - - - - - An in-memory representation of a JSON Schema. - - - JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. - - - - - - Gets or sets the id. - - - - - Gets or sets the title. - - - - - Gets or sets whether the object is required. - - - - - Gets or sets whether the object is read-only. - - - - - Gets or sets whether the object is visible to users. - - - - - Gets or sets whether the object is transient. - - - - - Gets or sets the description of the object. - - - - - Gets or sets the types of values allowed by the object. - - The type. - - - - Gets or sets the pattern. - - The pattern. - - - - Gets or sets the minimum length. - - The minimum length. - - - - Gets or sets the maximum length. - - The maximum length. - - - - Gets or sets a number that the value should be divisible by. - - A number that the value should be divisible by. - - - - Gets or sets the minimum. - - The minimum. - - - - Gets or sets the maximum. - - The maximum. - - - - Gets or sets a flag indicating whether the value can not equal the number defined by the minimum attribute (). - - A flag indicating whether the value can not equal the number defined by the minimum attribute (). - - - - Gets or sets a flag indicating whether the value can not equal the number defined by the maximum attribute (). - - A flag indicating whether the value can not equal the number defined by the maximum attribute (). - - - - Gets or sets the minimum number of items. - - The minimum number of items. - - - - Gets or sets the maximum number of items. - - The maximum number of items. - - - - Gets or sets the of items. - - The of items. - - - - Gets or sets a value indicating whether items in an array are validated using the instance at their array position from . - - - true if items are validated using their array position; otherwise, false. - - - - - Gets or sets the of additional items. - - The of additional items. - - - - Gets or sets a value indicating whether additional items are allowed. - - - true if additional items are allowed; otherwise, false. - - - - - Gets or sets whether the array items must be unique. - - - - - Gets or sets the of properties. - - The of properties. - - - - Gets or sets the of additional properties. - - The of additional properties. - - - - Gets or sets the pattern properties. - - The pattern properties. - - - - Gets or sets a value indicating whether additional properties are allowed. - - - true if additional properties are allowed; otherwise, false. - - - - - Gets or sets the required property if this property is present. - - The required property if this property is present. - - - - Gets or sets the a collection of valid enum values allowed. - - A collection of valid enum values allowed. - - - - Gets or sets disallowed types. - - The disallowed types. - - - - Gets or sets the default value. - - The default value. - - - - Gets or sets the collection of that this schema extends. - - The collection of that this schema extends. - - - - Gets or sets the format. - - The format. - - - - Initializes a new instance of the class. - - - - - Reads a from the specified . - - The containing the JSON Schema to read. - The object representing the JSON Schema. - - - - Reads a from the specified . - - The containing the JSON Schema to read. - The to use when resolving schema references. - The object representing the JSON Schema. - - - - Load a from a string that contains JSON Schema. - - A that contains JSON Schema. - A populated from the string that contains JSON Schema. - - - - Load a from a string that contains JSON Schema using the specified . - - A that contains JSON Schema. - The resolver. - A populated from the string that contains JSON Schema. - - - - Writes this schema to a . - - A into which this method will write. - - - - Writes this schema to a using the specified . - - A into which this method will write. - The resolver used. - - - - Returns a that represents the current . - - - A that represents the current . - - - - - - Returns detailed information about the schema exception. - - - JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. - - - - - - Gets the line number indicating where the error occurred. - - The line number indicating where the error occurred. - - - - Gets the line position indicating where the error occurred. - - The line position indicating where the error occurred. - - - - Gets the path to the JSON where the error occurred. - - The path to the JSON where the error occurred. - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class - with a specified error message. - - The error message that explains the reason for the exception. - - - - Initializes a new instance of the class - with a specified error message and a reference to the inner exception that is the cause of this exception. - - The error message that explains the reason for the exception. - The exception that is the cause of the current exception, or null if no inner exception is specified. - - - - Initializes a new instance of the class. - - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - The parameter is null. - The class name is null or is zero (0). - - - - - Generates a from a specified . - - - JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. - - - - - - Gets or sets how undefined schemas are handled by the serializer. - - - - - Gets or sets the contract resolver. - - The contract resolver. - - - - Generate a from the specified type. - - The type to generate a from. - A generated from the specified type. - - - - Generate a from the specified type. - - The type to generate a from. - The used to resolve schema references. - A generated from the specified type. - - - - Generate a from the specified type. - - The type to generate a from. - Specify whether the generated root will be nullable. - A generated from the specified type. - - - - Generate a from the specified type. - - The type to generate a from. - The used to resolve schema references. - Specify whether the generated root will be nullable. - A generated from the specified type. - - - - - Resolves from an id. - - - JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. - - - - - - Gets or sets the loaded schemas. - - The loaded schemas. - - - - Initializes a new instance of the class. - - - - - Gets a for the specified reference. - - The id. - A for the specified reference. - - - - - The value types allowed by the . - - - JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. - - - - - - No type specified. - - - - - String type. - - - - - Float type. - - - - - Integer type. - - - - - Boolean type. - - - - - Object type. - - - - - Array type. - - - - - Null type. - - - - - Any type. - - - - - - Specifies undefined schema Id handling options for the . - - - JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. - - - - - - Do not infer a schema Id. - - - - - Use the .NET type name as the schema Id. - - - - - Use the assembly qualified .NET type name as the schema Id. - - - - - - Returns detailed information related to the . - - - JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. - - - - - - Gets the associated with the validation error. - - The JsonSchemaException associated with the validation error. - - - - Gets the path of the JSON location where the validation error occurred. - - The path of the JSON location where the validation error occurred. - - - - Gets the text description corresponding to the validation error. - - The text description. - - - - - Represents the callback method that will handle JSON schema validation events and the . - - - JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. - - - - - - A camel case naming strategy. - - - - - Initializes a new instance of the class. - - - A flag indicating whether dictionary keys should be processed. - - - A flag indicating whether explicitly specified property names should be processed, - e.g. a property name customized with a . - - - - - Initializes a new instance of the class. - - - A flag indicating whether dictionary keys should be processed. - - - A flag indicating whether explicitly specified property names should be processed, - e.g. a property name customized with a . - - - A flag indicating whether extension data names should be processed. - - - - - Initializes a new instance of the class. - - - - - Resolves the specified property name. - - The property name to resolve. - The resolved property name. - - - - Resolves member mappings for a type, camel casing property names. - - - - - Initializes a new instance of the class. - - - - - Resolves the contract for a given type. - - The type to resolve a contract for. - The contract for a given type. - - - - Used by to resolve a for a given . - - - - - Gets a value indicating whether members are being get and set using dynamic code generation. - This value is determined by the runtime permissions available. - - - true if using dynamic code generation; otherwise, false. - - - - - Gets or sets the default members search flags. - - The default members search flags. - - - - Gets or sets a value indicating whether compiler generated members should be serialized. - - - true if serialized compiler generated members; otherwise, false. - - - - - Gets or sets a value indicating whether to ignore the interface when serializing and deserializing types. - - - true if the interface will be ignored when serializing and deserializing types; otherwise, false. - - - - - Gets or sets a value indicating whether to ignore the attribute when serializing and deserializing types. - - - true if the attribute will be ignored when serializing and deserializing types; otherwise, false. - - - - - Gets or sets a value indicating whether to ignore IsSpecified members when serializing and deserializing types. - - - true if the IsSpecified members will be ignored when serializing and deserializing types; otherwise, false. - - - - - Gets or sets a value indicating whether to ignore ShouldSerialize members when serializing and deserializing types. - - - true if the ShouldSerialize members will be ignored when serializing and deserializing types; otherwise, false. - - - - - Gets or sets the naming strategy used to resolve how property names and dictionary keys are serialized. - - The naming strategy used to resolve how property names and dictionary keys are serialized. - - - - Initializes a new instance of the class. - - - - - Resolves the contract for a given type. - - The type to resolve a contract for. - The contract for a given type. - - - - Gets the serializable members for the type. - - The type to get serializable members for. - The serializable members for the type. - - - - Creates a for the given type. - - Type of the object. - A for the given type. - - - - Creates the constructor parameters. - - The constructor to create properties for. - The type's member properties. - Properties for the given . - - - - Creates a for the given . - - The matching member property. - The constructor parameter. - A created for the given . - - - - Resolves the default for the contract. - - Type of the object. - The contract's default . - - - - Creates a for the given type. - - Type of the object. - A for the given type. - - - - Creates a for the given type. - - Type of the object. - A for the given type. - - - - Creates a for the given type. - - Type of the object. - A for the given type. - - - - Creates a for the given type. - - Type of the object. - A for the given type. - - - - Creates a for the given type. - - Type of the object. - A for the given type. - - - - Creates a for the given type. - - Type of the object. - A for the given type. - - - - Creates a for the given type. - - Type of the object. - A for the given type. - - - - Determines which contract type is created for the given type. - - Type of the object. - A for the given type. - - - - Creates properties for the given . - - The type to create properties for. - /// The member serialization mode for the type. - Properties for the given . - - - - Creates the used by the serializer to get and set values from a member. - - The member. - The used by the serializer to get and set values from a member. - - - - Creates a for the given . - - The member's parent . - The member to create a for. - A created for the given . - - - - Resolves the name of the property. - - Name of the property. - Resolved name of the property. - - - - Resolves the name of the extension data. By default no changes are made to extension data names. - - Name of the extension data. - Resolved name of the extension data. - - - - Resolves the key of the dictionary. By default is used to resolve dictionary keys. - - Key of the dictionary. - Resolved key of the dictionary. - - - - Gets the resolved name of the property. - - Name of the property. - Name of the property. - - - - The default naming strategy. Property names and dictionary keys are unchanged. - - - - - Resolves the specified property name. - - The property name to resolve. - The resolved property name. - - - - The default serialization binder used when resolving and loading classes from type names. - - - - - Initializes a new instance of the class. - - - - - When overridden in a derived class, controls the binding of a serialized object to a type. - - Specifies the name of the serialized object. - Specifies the name of the serialized object. - - The type of the object the formatter creates a new instance of. - - - - - When overridden in a derived class, controls the binding of a serialized object to a type. - - The type of the object the formatter creates a new instance of. - Specifies the name of the serialized object. - Specifies the name of the serialized object. - - - - Represents a trace writer that writes to the application's instances. - - - - - Gets the that will be used to filter the trace messages passed to the writer. - For example a filter level of will exclude messages and include , - and messages. - - - The that will be used to filter the trace messages passed to the writer. - - - - - Writes the specified trace level, message and optional exception. - - The at which to write this trace. - The trace message. - The trace exception. This parameter is optional. - - - - Get and set values for a using dynamic methods. - - - - - Initializes a new instance of the class. - - The member info. - - - - Sets the value. - - The target to set the value on. - The value to set on the target. - - - - Gets the value. - - The target to get the value from. - The value. - - - - Provides information surrounding an error. - - - - - Gets the error. - - The error. - - - - Gets the original object that caused the error. - - The original object that caused the error. - - - - Gets the member that caused the error. - - The member that caused the error. - - - - Gets the path of the JSON location where the error occurred. - - The path of the JSON location where the error occurred. - - - - Gets or sets a value indicating whether this is handled. - - true if handled; otherwise, false. - - - - Provides data for the Error event. - - - - - Gets the current object the error event is being raised against. - - The current object the error event is being raised against. - - - - Gets the error context. - - The error context. - - - - Initializes a new instance of the class. - - The current object. - The error context. - - - - Get and set values for a using dynamic methods. - - - - - Initializes a new instance of the class. - - The member info. - - - - Sets the value. - - The target to set the value on. - The value to set on the target. - - - - Gets the value. - - The target to get the value from. - The value. - - - - Provides methods to get attributes. - - - - - Returns a collection of all of the attributes, or an empty collection if there are no attributes. - - When true, look up the hierarchy chain for the inherited custom attribute. - A collection of s, or an empty collection. - - - - Returns a collection of attributes, identified by type, or an empty collection if there are no attributes. - - The type of the attributes. - When true, look up the hierarchy chain for the inherited custom attribute. - A collection of s, or an empty collection. - - - - Used by to resolve a for a given . - - - - - - - - - Resolves the contract for a given type. - - The type to resolve a contract for. - The contract for a given type. - - - - Used to resolve references when serializing and deserializing JSON by the . - - - - - Resolves a reference to its object. - - The serialization context. - The reference to resolve. - The object that was resolved from the reference. - - - - Gets the reference for the specified object. - - The serialization context. - The object to get a reference for. - The reference to the object. - - - - Determines whether the specified object is referenced. - - The serialization context. - The object to test for a reference. - - true if the specified object is referenced; otherwise, false. - - - - - Adds a reference to the specified object. - - The serialization context. - The reference. - The object to reference. - - - - Allows users to control class loading and mandate what class to load. - - - - - When implemented, controls the binding of a serialized object to a type. - - Specifies the name of the serialized object. - Specifies the name of the serialized object - The type of the object the formatter creates a new instance of. - - - - When implemented, controls the binding of a serialized object to a type. - - The type of the object the formatter creates a new instance of. - Specifies the name of the serialized object. - Specifies the name of the serialized object. - - - - Represents a trace writer. - - - - - Gets the that will be used to filter the trace messages passed to the writer. - For example a filter level of will exclude messages and include , - and messages. - - The that will be used to filter the trace messages passed to the writer. - - - - Writes the specified trace level, message and optional exception. - - The at which to write this trace. - The trace message. - The trace exception. This parameter is optional. - - - - Provides methods to get and set values. - - - - - Sets the value. - - The target to set the value on. - The value to set on the target. - - - - Gets the value. - - The target to get the value from. - The value. - - - - Contract details for a used by the . - - - - - Gets the of the collection items. - - The of the collection items. - - - - Gets a value indicating whether the collection type is a multidimensional array. - - true if the collection type is a multidimensional array; otherwise, false. - - - - Gets or sets the function used to create the object. When set this function will override . - - The function used to create the object. - - - - Gets a value indicating whether the creator has a parameter with the collection values. - - true if the creator has a parameter with the collection values; otherwise, false. - - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Contract details for a used by the . - - - - - Gets or sets the default collection items . - - The converter. - - - - Gets or sets a value indicating whether the collection items preserve object references. - - true if collection items preserve object references; otherwise, false. - - - - Gets or sets the collection item reference loop handling. - - The reference loop handling. - - - - Gets or sets the collection item type name handling. - - The type name handling. - - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Handles serialization callback events. - - The object that raised the callback event. - The streaming context. - - - - Handles serialization error callback events. - - The object that raised the callback event. - The streaming context. - The error context. - - - - Sets extension data for an object during deserialization. - - The object to set extension data on. - The extension data key. - The extension data value. - - - - Gets extension data for an object during serialization. - - The object to set extension data on. - - - - Contract details for a used by the . - - - - - Gets the underlying type for the contract. - - The underlying type for the contract. - - - - Gets or sets the type created during deserialization. - - The type created during deserialization. - - - - Gets or sets whether this type contract is serialized as a reference. - - Whether this type contract is serialized as a reference. - - - - Gets or sets the default for this contract. - - The converter. - - - - Gets the internally resolved for the contract's type. - This converter is used as a fallback converter when no other converter is resolved. - Setting will always override this converter. - - - - - Gets or sets all methods called immediately after deserialization of the object. - - The methods called immediately after deserialization of the object. - - - - Gets or sets all methods called during deserialization of the object. - - The methods called during deserialization of the object. - - - - Gets or sets all methods called after serialization of the object graph. - - The methods called after serialization of the object graph. - - - - Gets or sets all methods called before serialization of the object. - - The methods called before serialization of the object. - - - - Gets or sets all method called when an error is thrown during the serialization of the object. - - The methods called when an error is thrown during the serialization of the object. - - - - Gets or sets the default creator method used to create the object. - - The default creator method used to create the object. - - - - Gets or sets a value indicating whether the default creator is non-public. - - true if the default object creator is non-public; otherwise, false. - - - - Contract details for a used by the . - - - - - Gets or sets the dictionary key resolver. - - The dictionary key resolver. - - - - Gets the of the dictionary keys. - - The of the dictionary keys. - - - - Gets the of the dictionary values. - - The of the dictionary values. - - - - Gets or sets the function used to create the object. When set this function will override . - - The function used to create the object. - - - - Gets a value indicating whether the creator has a parameter with the dictionary values. - - true if the creator has a parameter with the dictionary values; otherwise, false. - - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Contract details for a used by the . - - - - - Gets the object's properties. - - The object's properties. - - - - Gets or sets the property name resolver. - - The property name resolver. - - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Contract details for a used by the . - - - - - Gets or sets the object constructor. - - The object constructor. - - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Contract details for a used by the . - - - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Contract details for a used by the . - - - - - Gets or sets the object member serialization. - - The member object serialization. - - - - Gets or sets the missing member handling used when deserializing this object. - - The missing member handling. - - - - Gets or sets a value that indicates whether the object's properties are required. - - - A value indicating whether the object's properties are required. - - - - - Gets or sets how the object's properties with null values are handled during serialization and deserialization. - - How the object's properties with null values are handled during serialization and deserialization. - - - - Gets the object's properties. - - The object's properties. - - - - Gets a collection of instances that define the parameters used with . - - - - - Gets or sets the function used to create the object. When set this function will override . - This function is called with a collection of arguments which are defined by the collection. - - The function used to create the object. - - - - Gets or sets the extension data setter. - - - - - Gets or sets the extension data getter. - - - - - Gets or sets the extension data value type. - - - - - Gets or sets the extension data name resolver. - - The extension data name resolver. - - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Contract details for a used by the . - - - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Maps a JSON property to a .NET member or constructor parameter. - - - - - Gets or sets the name of the property. - - The name of the property. - - - - Gets or sets the type that declared this property. - - The type that declared this property. - - - - Gets or sets the order of serialization of a member. - - The numeric order of serialization. - - - - Gets or sets the name of the underlying member or parameter. - - The name of the underlying member or parameter. - - - - Gets the that will get and set the during serialization. - - The that will get and set the during serialization. - - - - Gets or sets the for this property. - - The for this property. - - - - Gets or sets the type of the property. - - The type of the property. - - - - Gets or sets the for the property. - If set this converter takes precedence over the contract converter for the property type. - - The converter. - - - - Gets or sets the member converter. - - The member converter. - - - - Gets or sets a value indicating whether this is ignored. - - true if ignored; otherwise, false. - - - - Gets or sets a value indicating whether this is readable. - - true if readable; otherwise, false. - - - - Gets or sets a value indicating whether this is writable. - - true if writable; otherwise, false. - - - - Gets or sets a value indicating whether this has a member attribute. - - true if has a member attribute; otherwise, false. - - - - Gets the default value. - - The default value. - - - - Gets or sets a value indicating whether this is required. - - A value indicating whether this is required. - - - - Gets a value indicating whether has a value specified. - - - - - Gets or sets a value indicating whether this property preserves object references. - - - true if this instance is reference; otherwise, false. - - - - - Gets or sets the property null value handling. - - The null value handling. - - - - Gets or sets the property default value handling. - - The default value handling. - - - - Gets or sets the property reference loop handling. - - The reference loop handling. - - - - Gets or sets the property object creation handling. - - The object creation handling. - - - - Gets or sets or sets the type name handling. - - The type name handling. - - - - Gets or sets a predicate used to determine whether the property should be serialized. - - A predicate used to determine whether the property should be serialized. - - - - Gets or sets a predicate used to determine whether the property should be deserialized. - - A predicate used to determine whether the property should be deserialized. - - - - Gets or sets a predicate used to determine whether the property should be serialized. - - A predicate used to determine whether the property should be serialized. - - - - Gets or sets an action used to set whether the property has been deserialized. - - An action used to set whether the property has been deserialized. - - - - Returns a that represents this instance. - - - A that represents this instance. - - - - - Gets or sets the converter used when serializing the property's collection items. - - The collection's items converter. - - - - Gets or sets whether this property's collection items are serialized as a reference. - - Whether this property's collection items are serialized as a reference. - - - - Gets or sets the type name handling used when serializing the property's collection items. - - The collection's items type name handling. - - - - Gets or sets the reference loop handling used when serializing the property's collection items. - - The collection's items reference loop handling. - - - - A collection of objects. - - - - - Initializes a new instance of the class. - - The type. - - - - When implemented in a derived class, extracts the key from the specified element. - - The element from which to extract the key. - The key for the specified element. - - - - Adds a object. - - The property to add to the collection. - - - - Gets the closest matching object. - First attempts to get an exact case match of and then - a case insensitive match. - - Name of the property. - A matching property if found. - - - - Gets a property by property name. - - The name of the property to get. - Type property name string comparison. - A matching property if found. - - - - Contract details for a used by the . - - - - - Initializes a new instance of the class. - - The underlying type for the contract. - - - - Lookup and create an instance of the type described by the argument. - - The type to create. - Optional arguments to pass to an initializing constructor of the JsonConverter. - If null, the default constructor is used. - - - - A kebab case naming strategy. - - - - - Initializes a new instance of the class. - - - A flag indicating whether dictionary keys should be processed. - - - A flag indicating whether explicitly specified property names should be processed, - e.g. a property name customized with a . - - - - - Initializes a new instance of the class. - - - A flag indicating whether dictionary keys should be processed. - - - A flag indicating whether explicitly specified property names should be processed, - e.g. a property name customized with a . - - - A flag indicating whether extension data names should be processed. - - - - - Initializes a new instance of the class. - - - - - Resolves the specified property name. - - The property name to resolve. - The resolved property name. - - - - Represents a trace writer that writes to memory. When the trace message limit is - reached then old trace messages will be removed as new messages are added. - - - - - Gets the that will be used to filter the trace messages passed to the writer. - For example a filter level of will exclude messages and include , - and messages. - - - The that will be used to filter the trace messages passed to the writer. - - - - - Initializes a new instance of the class. - - - - - Writes the specified trace level, message and optional exception. - - The at which to write this trace. - The trace message. - The trace exception. This parameter is optional. - - - - Returns an enumeration of the most recent trace messages. - - An enumeration of the most recent trace messages. - - - - Returns a of the most recent trace messages. - - - A of the most recent trace messages. - - - - - A base class for resolving how property names and dictionary keys are serialized. - - - - - A flag indicating whether dictionary keys should be processed. - Defaults to false. - - - - - A flag indicating whether extension data names should be processed. - Defaults to false. - - - - - A flag indicating whether explicitly specified property names, - e.g. a property name customized with a , should be processed. - Defaults to false. - - - - - Gets the serialized name for a given property name. - - The initial property name. - A flag indicating whether the property has had a name explicitly specified. - The serialized property name. - - - - Gets the serialized name for a given extension data name. - - The initial extension data name. - The serialized extension data name. - - - - Gets the serialized key for a given dictionary key. - - The initial dictionary key. - The serialized dictionary key. - - - - Resolves the specified property name. - - The property name to resolve. - The resolved property name. - - - - Hash code calculation - - - - - - Object equality implementation - - - - - - - Compare to another NamingStrategy - - - - - - - Represents a method that constructs an object. - - The object type to create. - - - - When applied to a method, specifies that the method is called when an error occurs serializing an object. - - - - - Provides methods to get attributes from a , , or . - - - - - Initializes a new instance of the class. - - The instance to get attributes for. This parameter should be a , , or . - - - - Returns a collection of all of the attributes, or an empty collection if there are no attributes. - - When true, look up the hierarchy chain for the inherited custom attribute. - A collection of s, or an empty collection. - - - - Returns a collection of attributes, identified by type, or an empty collection if there are no attributes. - - The type of the attributes. - When true, look up the hierarchy chain for the inherited custom attribute. - A collection of s, or an empty collection. - - - - Get and set values for a using reflection. - - - - - Initializes a new instance of the class. - - The member info. - - - - Sets the value. - - The target to set the value on. - The value to set on the target. - - - - Gets the value. - - The target to get the value from. - The value. - - - - A snake case naming strategy. - - - - - Initializes a new instance of the class. - - - A flag indicating whether dictionary keys should be processed. - - - A flag indicating whether explicitly specified property names should be processed, - e.g. a property name customized with a . - - - - - Initializes a new instance of the class. - - - A flag indicating whether dictionary keys should be processed. - - - A flag indicating whether explicitly specified property names should be processed, - e.g. a property name customized with a . - - - A flag indicating whether extension data names should be processed. - - - - - Initializes a new instance of the class. - - - - - Resolves the specified property name. - - The property name to resolve. - The resolved property name. - - - - Specifies how strings are escaped when writing JSON text. - - - - - Only control characters (e.g. newline) are escaped. - - - - - All non-ASCII and control characters (e.g. newline) are escaped. - - - - - HTML (<, >, &, ', ") and control characters (e.g. newline) are escaped. - - - - - Indicates the method that will be used during deserialization for locating and loading assemblies. - - - - - In simple mode, the assembly used during deserialization need not match exactly the assembly used during serialization. Specifically, the version numbers need not match as the LoadWithPartialName method of the class is used to load the assembly. - - - - - In full mode, the assembly used during deserialization must match exactly the assembly used during serialization. The Load method of the class is used to load the assembly. - - - - - Specifies type name handling options for the . - - - should be used with caution when your application deserializes JSON from an external source. - Incoming types should be validated with a custom - when deserializing with a value other than . - - - - - Do not include the .NET type name when serializing types. - - - - - Include the .NET type name when serializing into a JSON object structure. - - - - - Include the .NET type name when serializing into a JSON array structure. - - - - - Always include the .NET type name when serializing. - - - - - Include the .NET type name when the type of the object being serialized is not the same as its declared type. - Note that this doesn't include the root serialized object by default. To include the root object's type name in JSON - you must specify a root type object with - or . - - - - - Determines whether the collection is null or empty. - - The collection. - - true if the collection is null or empty; otherwise, false. - - - - - Adds the elements of the specified collection to the specified generic . - - The list to add to. - The collection of elements to add. - - - - Converts the value to the specified type. If the value is unable to be converted, the - value is checked whether it assignable to the specified type. - - The value to convert. - The culture to use when converting. - The type to convert or cast the value to. - - The converted type. If conversion was unsuccessful, the initial value - is returned if assignable to the target type. - - - - - Helper method for generating a MetaObject which calls a - specific method on Dynamic that returns a result - - - - - Helper method for generating a MetaObject which calls a - specific method on Dynamic, but uses one of the arguments for - the result. - - - - - Helper method for generating a MetaObject which calls a - specific method on Dynamic, but uses one of the arguments for - the result. - - - - - Returns a Restrictions object which includes our current restrictions merged - with a restriction limiting our type - - - - - Helper class for serializing immutable collections. - Note that this is used by all builds, even those that don't support immutable collections, in case the DLL is GACed - https://github.com/JamesNK/Newtonsoft.Json/issues/652 - - - - - Gets the type of the typed collection's items. - - The type. - The type of the typed collection's items. - - - - Gets the member's underlying type. - - The member. - The underlying type of the member. - - - - Determines whether the property is an indexed property. - - The property. - - true if the property is an indexed property; otherwise, false. - - - - - Gets the member's value on the object. - - The member. - The target object. - The member's value on the object. - - - - Sets the member's value on the target object. - - The member. - The target. - The value. - - - - Determines whether the specified MemberInfo can be read. - - The MemberInfo to determine whether can be read. - /// if set to true then allow the member to be gotten non-publicly. - - true if the specified MemberInfo can be read; otherwise, false. - - - - - Determines whether the specified MemberInfo can be set. - - The MemberInfo to determine whether can be set. - if set to true then allow the member to be set non-publicly. - if set to true then allow the member to be set if read-only. - - true if the specified MemberInfo can be set; otherwise, false. - - - - - Builds a string. Unlike this class lets you reuse its internal buffer. - - - - - Determines whether the string is all white space. Empty string will return false. - - The string to test whether it is all white space. - - true if the string is all white space; otherwise, false. - - - - - Specifies the state of the . - - - - - An exception has been thrown, which has left the in an invalid state. - You may call the method to put the in the Closed state. - Any other method calls result in an being thrown. - - - - - The method has been called. - - - - - An object is being written. - - - - - An array is being written. - - - - - A constructor is being written. - - - - - A property is being written. - - - - - A write method has not been called. - - - - Specifies that an output will not be null even if the corresponding type allows it. - - - Specifies that when a method returns , the parameter will not be null even if the corresponding type allows it. - - - Initializes the attribute with the specified return value condition. - - The return value condition. If the method returns this value, the associated parameter will not be null. - - - - Gets the return value condition. - - - Specifies that an output may be null even if the corresponding type disallows it. - - - Specifies that null is allowed as an input even if the corresponding type disallows it. - - - - Specifies that the method will not return if the associated Boolean parameter is passed the specified value. - - - - - Initializes a new instance of the class. - - - The condition parameter value. Code after the method will be considered unreachable by diagnostics if the argument to - the associated parameter matches this value. - - - - Gets the condition parameter value. - - - diff --git a/ReleaseFiles/Host/XP.Hardware.RaySource.Comet.Host.exe b/ReleaseFiles/Host/XP.Hardware.RaySource.Comet.Host.exe deleted file mode 100644 index dee81ce..0000000 Binary files a/ReleaseFiles/Host/XP.Hardware.RaySource.Comet.Host.exe and /dev/null differ diff --git a/ReleaseFiles/Host/XP.Hardware.RaySource.Comet.Host.exe.config b/ReleaseFiles/Host/XP.Hardware.RaySource.Comet.Host.exe.config deleted file mode 100644 index c4d2f1f..0000000 --- a/ReleaseFiles/Host/XP.Hardware.RaySource.Comet.Host.exe.config +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/ReleaseFiles/Host/XP.Hardware.RaySource.Comet.Host.pdb b/ReleaseFiles/Host/XP.Hardware.RaySource.Comet.Host.pdb deleted file mode 100644 index fa83151..0000000 Binary files a/ReleaseFiles/Host/XP.Hardware.RaySource.Comet.Host.pdb and /dev/null differ diff --git a/ReleaseFiles/Host/XP.Hardware.RaySource.Comet.Messages.dll b/ReleaseFiles/Host/XP.Hardware.RaySource.Comet.Messages.dll deleted file mode 100644 index 66887b7..0000000 Binary files a/ReleaseFiles/Host/XP.Hardware.RaySource.Comet.Messages.dll and /dev/null differ diff --git a/ReleaseFiles/Host/XP.Hardware.RaySource.Comet.Messages.pdb b/ReleaseFiles/Host/XP.Hardware.RaySource.Comet.Messages.pdb deleted file mode 100644 index 6998920..0000000 Binary files a/ReleaseFiles/Host/XP.Hardware.RaySource.Comet.Messages.pdb and /dev/null differ diff --git a/ReleaseFiles/Host/XP.Hardware.RaySource.Comet.dll b/ReleaseFiles/Host/XP.Hardware.RaySource.Comet.dll deleted file mode 100644 index 325a7e3..0000000 Binary files a/ReleaseFiles/Host/XP.Hardware.RaySource.Comet.dll and /dev/null differ diff --git a/ReleaseFiles/Host/XP.Hardware.RaySource.Comet.pdb b/ReleaseFiles/Host/XP.Hardware.RaySource.Comet.pdb deleted file mode 100644 index 452d2e1..0000000 Binary files a/ReleaseFiles/Host/XP.Hardware.RaySource.Comet.pdb and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.BootstrapIcons.dll b/ReleaseFiles/MahApps.Metro.IconPacks.BootstrapIcons.dll deleted file mode 100644 index dfb26cc..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.BootstrapIcons.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.BoxIcons.dll b/ReleaseFiles/MahApps.Metro.IconPacks.BoxIcons.dll deleted file mode 100644 index ff75e01..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.BoxIcons.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.BoxIcons2.dll b/ReleaseFiles/MahApps.Metro.IconPacks.BoxIcons2.dll deleted file mode 100644 index 8b7b0c2..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.BoxIcons2.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.CircumIcons.dll b/ReleaseFiles/MahApps.Metro.IconPacks.CircumIcons.dll deleted file mode 100644 index 9873f90..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.CircumIcons.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.Codicons.dll b/ReleaseFiles/MahApps.Metro.IconPacks.Codicons.dll deleted file mode 100644 index c24d3bf..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.Codicons.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.Coolicons.dll b/ReleaseFiles/MahApps.Metro.IconPacks.Coolicons.dll deleted file mode 100644 index 94dbcf1..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.Coolicons.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.Core.dll b/ReleaseFiles/MahApps.Metro.IconPacks.Core.dll deleted file mode 100644 index 82bdd68..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.Core.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.Entypo.dll b/ReleaseFiles/MahApps.Metro.IconPacks.Entypo.dll deleted file mode 100644 index eb61d6f..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.Entypo.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.EvaIcons.dll b/ReleaseFiles/MahApps.Metro.IconPacks.EvaIcons.dll deleted file mode 100644 index c6a44eb..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.EvaIcons.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.FeatherIcons.dll b/ReleaseFiles/MahApps.Metro.IconPacks.FeatherIcons.dll deleted file mode 100644 index aab3371..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.FeatherIcons.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.FileIcons.dll b/ReleaseFiles/MahApps.Metro.IconPacks.FileIcons.dll deleted file mode 100644 index 2b88b21..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.FileIcons.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.FontAwesome.dll b/ReleaseFiles/MahApps.Metro.IconPacks.FontAwesome.dll deleted file mode 100644 index ae5796b..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.FontAwesome.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.FontAwesome5.dll b/ReleaseFiles/MahApps.Metro.IconPacks.FontAwesome5.dll deleted file mode 100644 index 23f6abf..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.FontAwesome5.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.FontAwesome6.dll b/ReleaseFiles/MahApps.Metro.IconPacks.FontAwesome6.dll deleted file mode 100644 index 0d5dc55..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.FontAwesome6.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.Fontaudio.dll b/ReleaseFiles/MahApps.Metro.IconPacks.Fontaudio.dll deleted file mode 100644 index b6bb539..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.Fontaudio.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.Fontisto.dll b/ReleaseFiles/MahApps.Metro.IconPacks.Fontisto.dll deleted file mode 100644 index a1b9a90..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.Fontisto.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.ForkAwesome.dll b/ReleaseFiles/MahApps.Metro.IconPacks.ForkAwesome.dll deleted file mode 100644 index 7278073..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.ForkAwesome.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.GameIcons.dll b/ReleaseFiles/MahApps.Metro.IconPacks.GameIcons.dll deleted file mode 100644 index a4fa0b7..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.GameIcons.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.Ionicons.dll b/ReleaseFiles/MahApps.Metro.IconPacks.Ionicons.dll deleted file mode 100644 index 8377155..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.Ionicons.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.JamIcons.dll b/ReleaseFiles/MahApps.Metro.IconPacks.JamIcons.dll deleted file mode 100644 index b496dbf..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.JamIcons.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.KeyruneIcons.dll b/ReleaseFiles/MahApps.Metro.IconPacks.KeyruneIcons.dll deleted file mode 100644 index 5fa63f5..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.KeyruneIcons.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.Lucide.dll b/ReleaseFiles/MahApps.Metro.IconPacks.Lucide.dll deleted file mode 100644 index 34e1dbf..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.Lucide.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.Material.dll b/ReleaseFiles/MahApps.Metro.IconPacks.Material.dll deleted file mode 100644 index 244f093..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.Material.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.MaterialDesign.dll b/ReleaseFiles/MahApps.Metro.IconPacks.MaterialDesign.dll deleted file mode 100644 index 706ddc7..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.MaterialDesign.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.MaterialLight.dll b/ReleaseFiles/MahApps.Metro.IconPacks.MaterialLight.dll deleted file mode 100644 index a7884fc..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.MaterialLight.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.MemoryIcons.dll b/ReleaseFiles/MahApps.Metro.IconPacks.MemoryIcons.dll deleted file mode 100644 index cfd3011..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.MemoryIcons.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.Microns.dll b/ReleaseFiles/MahApps.Metro.IconPacks.Microns.dll deleted file mode 100644 index 55fe96f..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.Microns.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.MingCuteIcons.dll b/ReleaseFiles/MahApps.Metro.IconPacks.MingCuteIcons.dll deleted file mode 100644 index 0be936f..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.MingCuteIcons.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.Modern.dll b/ReleaseFiles/MahApps.Metro.IconPacks.Modern.dll deleted file mode 100644 index d0f6b6c..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.Modern.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.MynaUIIcons.dll b/ReleaseFiles/MahApps.Metro.IconPacks.MynaUIIcons.dll deleted file mode 100644 index 98fae30..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.MynaUIIcons.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.Octicons.dll b/ReleaseFiles/MahApps.Metro.IconPacks.Octicons.dll deleted file mode 100644 index 1145d26..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.Octicons.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.PhosphorIcons.dll b/ReleaseFiles/MahApps.Metro.IconPacks.PhosphorIcons.dll deleted file mode 100644 index 83dd20c..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.PhosphorIcons.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.PicolIcons.dll b/ReleaseFiles/MahApps.Metro.IconPacks.PicolIcons.dll deleted file mode 100644 index a156f72..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.PicolIcons.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.PixelartIcons.dll b/ReleaseFiles/MahApps.Metro.IconPacks.PixelartIcons.dll deleted file mode 100644 index 764b2d5..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.PixelartIcons.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.RPGAwesome.dll b/ReleaseFiles/MahApps.Metro.IconPacks.RPGAwesome.dll deleted file mode 100644 index 7e4ceee..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.RPGAwesome.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.RadixIcons.dll b/ReleaseFiles/MahApps.Metro.IconPacks.RadixIcons.dll deleted file mode 100644 index 7d641d2..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.RadixIcons.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.RemixIcon.dll b/ReleaseFiles/MahApps.Metro.IconPacks.RemixIcon.dll deleted file mode 100644 index a29e823..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.RemixIcon.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.SimpleIcons.dll b/ReleaseFiles/MahApps.Metro.IconPacks.SimpleIcons.dll deleted file mode 100644 index a600123..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.SimpleIcons.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.Typicons.dll b/ReleaseFiles/MahApps.Metro.IconPacks.Typicons.dll deleted file mode 100644 index 950c13e..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.Typicons.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.Unicons.dll b/ReleaseFiles/MahApps.Metro.IconPacks.Unicons.dll deleted file mode 100644 index 4ba58e2..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.Unicons.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.VaadinIcons.dll b/ReleaseFiles/MahApps.Metro.IconPacks.VaadinIcons.dll deleted file mode 100644 index 8d8fe15..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.VaadinIcons.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.WeatherIcons.dll b/ReleaseFiles/MahApps.Metro.IconPacks.WeatherIcons.dll deleted file mode 100644 index 40da3b8..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.WeatherIcons.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.Zondicons.dll b/ReleaseFiles/MahApps.Metro.IconPacks.Zondicons.dll deleted file mode 100644 index d90e8b4..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.Zondicons.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.IconPacks.dll b/ReleaseFiles/MahApps.Metro.IconPacks.dll deleted file mode 100644 index 7403287..0000000 Binary files a/ReleaseFiles/MahApps.Metro.IconPacks.dll and /dev/null differ diff --git a/ReleaseFiles/MahApps.Metro.dll b/ReleaseFiles/MahApps.Metro.dll deleted file mode 100644 index 6823c53..0000000 Binary files a/ReleaseFiles/MahApps.Metro.dll and /dev/null differ diff --git a/ReleaseFiles/MediaFoundation.dll b/ReleaseFiles/MediaFoundation.dll deleted file mode 100644 index ef5d41c..0000000 Binary files a/ReleaseFiles/MediaFoundation.dll and /dev/null differ diff --git a/ReleaseFiles/Microsoft.Bcl.AsyncInterfaces.dll b/ReleaseFiles/Microsoft.Bcl.AsyncInterfaces.dll deleted file mode 100644 index a5b7ff9..0000000 Binary files a/ReleaseFiles/Microsoft.Bcl.AsyncInterfaces.dll and /dev/null differ diff --git a/ReleaseFiles/Microsoft.Bcl.HashCode.dll b/ReleaseFiles/Microsoft.Bcl.HashCode.dll deleted file mode 100644 index 6d749da..0000000 Binary files a/ReleaseFiles/Microsoft.Bcl.HashCode.dll and /dev/null differ diff --git a/ReleaseFiles/Microsoft.EntityFrameworkCore.Abstractions.dll b/ReleaseFiles/Microsoft.EntityFrameworkCore.Abstractions.dll deleted file mode 100644 index 4752ecd..0000000 Binary files a/ReleaseFiles/Microsoft.EntityFrameworkCore.Abstractions.dll and /dev/null differ diff --git a/ReleaseFiles/Microsoft.EntityFrameworkCore.dll b/ReleaseFiles/Microsoft.EntityFrameworkCore.dll deleted file mode 100644 index dce513b..0000000 Binary files a/ReleaseFiles/Microsoft.EntityFrameworkCore.dll and /dev/null differ diff --git a/ReleaseFiles/Microsoft.Extensions.Caching.Abstractions.dll b/ReleaseFiles/Microsoft.Extensions.Caching.Abstractions.dll deleted file mode 100644 index 84a8b8d..0000000 Binary files a/ReleaseFiles/Microsoft.Extensions.Caching.Abstractions.dll and /dev/null differ diff --git a/ReleaseFiles/Microsoft.Extensions.Caching.Memory.dll b/ReleaseFiles/Microsoft.Extensions.Caching.Memory.dll deleted file mode 100644 index ce1f0d5..0000000 Binary files a/ReleaseFiles/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ diff --git a/ReleaseFiles/Microsoft.OData.Client.dll b/ReleaseFiles/Microsoft.OData.Client.dll deleted file mode 100644 index d4d7872..0000000 Binary files a/ReleaseFiles/Microsoft.OData.Client.dll and /dev/null differ diff --git a/ReleaseFiles/Microsoft.OData.Core.dll b/ReleaseFiles/Microsoft.OData.Core.dll deleted file mode 100644 index 2dc0eb4..0000000 Binary files a/ReleaseFiles/Microsoft.OData.Core.dll and /dev/null differ diff --git a/ReleaseFiles/Microsoft.OData.Edm.dll b/ReleaseFiles/Microsoft.OData.Edm.dll deleted file mode 100644 index aa9446f..0000000 Binary files a/ReleaseFiles/Microsoft.OData.Edm.dll and /dev/null differ diff --git a/ReleaseFiles/Microsoft.Spatial.dll b/ReleaseFiles/Microsoft.Spatial.dll deleted file mode 100644 index 7b10a87..0000000 Binary files a/ReleaseFiles/Microsoft.Spatial.dll and /dev/null differ diff --git a/ReleaseFiles/MvCameraControl.Net.dll b/ReleaseFiles/MvCameraControl.Net.dll new file mode 100644 index 0000000..a2e4c8b Binary files /dev/null and b/ReleaseFiles/MvCameraControl.Net.dll differ diff --git a/ReleaseFiles/MvCameraControl.Net.xml b/ReleaseFiles/MvCameraControl.Net.xml new file mode 100644 index 0000000..e79ec14 --- /dev/null +++ b/ReleaseFiles/MvCameraControl.Net.xml @@ -0,0 +1,18755 @@ + + + + MvCameraControl.Net + + + + + 排序方式 + + + + + 按序列号排序 + + + + + 按用户自定义名字排序 + + + + + 按当前IP地址排序(升序) + + + + + 按当前IP地址排序(降序) + + + + + 动作命令信息 + + + + + 设备密钥 + + + + + 组键 + + + + + 组掩码 + + + + + 只有设置成1时Action Time才有效,非1时无效 + + + + + 预定的时间,和主频有关 + + + + + 广播包地址 + + + + + 等待ACK的超时时间,如果为0表示不需要ACK + + + + + 只有设置成1时指定的网卡IP才有效,非1时无效 + + + + + 指定的网卡IP + + + + + 动作命令返回信息 + + + + + 设备IP + + + + + 状态码 + + + + + 设备枚举类,支持枚举GigE Vision、USB3 Vision相机,及采集卡上的相机(GigE Vision、CameraLink、CoaXPress、XoFlink) + + + + + 枚举设备 + + 设备接口类型 + 设备列表 + 成功,返回MV_OK;失败,返回错误码 + + 设备接口类型为MV_GIGE_DEVICE时,枚举所有GigE设备,包含虚拟GigE设备和采集卡上的GigE设备。 + 设备接口类型为MV_USB_DEVICE时,枚举所有USB设备,包含虚拟USB设备。 + + 设备列表的内存是在SDK内部分配的,调用该接口时会进行设备列表内存的释放和申请,避免多线程枚举操作。 + + 枚举到设备后,通过创建设备实例。 + + + + + 枚举设备,支持枚举指定厂商的设备 + + 设备接口类型 + 厂商名称 + 设备列表 + 成功,返回MV_OK;失败,返回错误码 + + 设备接口类型为MV_GIGE_DEVICE时,枚举所有GigE设备,包含虚拟GigE设备和采集卡上的GigE设备。 + 设备接口类型为MV_USB_DEVICE时,枚举所有USB设备,包含虚拟USB设备。 + + 设备列表的内存是在SDK内部分配的,调用该接口时会进行设备列表内存的释放和申请,避免多线程枚举操作。 + + 枚举到设备后,通过创建设备实例。 + + + + + 枚举设备, 可指定排序方式枚举、根据厂商名字过滤 + + 设备接口类型 + 排序方式 + 厂商名称 + 设备列表 + 成功,返回MV_OK;失败,返回错误码 + + 设备接口类型为MV_GIGE_DEVICE时,仅枚举网络上的网口相机,不包含虚拟GigE相机和采集卡上的相机 + 设备接口类型为MV_USB_DEVICE时,枚举普通USB设备,不包含虚拟USB设备。 + + 设备列表的内存是在SDK内部分配的,调用该接口时会进行设备列表内存的释放和申请,避免多线程枚举操作。 + + 枚举到设备后,通过创建设备实例。 + + + + + 判断设备是否可达 + + 设备信息 + 访问权限 + 可达,返回true;不可达,返回false + + + + 设置GigE设备枚举超时时间,范围 1-UINT_MAX(包括1,不包括UINT_MAX) + + 超时时间 + 成功,返回MV_OK;失败,返回错误码 + + + + 设置枚举命令的回复包类型 + + 回复包类型(默认广播),0-单播,1-广播 + 成功,返回MV_OK;失败,返回错误码 + + + + 获取主机串口列表 + + 串口列表 + 成功,返回MV_OK;失败,返回错误码 + + + + 设置在指定的串口上枚举设备 + + 串口列表 + 成功,返回MV_OK;失败,返回错误码 + + + + 发出动作命令 + + 动作命令信息 + 动作命令返回信息列表 + 成功,返回MV_OK;失败,返回错误码 + + 仅GigEVision相机支持 + + + + + 获取GigE设备组播状态 + + 设备信息 + 组播状态(true:组播状态;false:非组播) + 成功,返回MV_OK;失败,返回错误码 + + 仅GigEVision相机支持 + + + + + 将用户的设备信息格式转换为SDK的内部设备信息格式 + + + + + + + + 设备工厂类,用于创建设备实例 + + + + + 创建设备对象 + + 设备信息 + 成功-返回设备实例,失败-抛出异常 + + + + 通过设备IP地址创建设备,适用于GigE设备,不包含虚拟设备与采集卡设备 + + 设备IP地址 + 网口IP地址 + 成功-返回设备实例,失败-抛出异常 + + + + 通过GenTL设备信息创建设备句柄 + + 设备信息 + 成功-返回设备实例,失败-抛出异常 + + + + 设备接口类型 + + + + GigE Vision 设备 + + + USB3 Vision 设备 + + + Camera Link 设备(串口) + + + 虚拟 GigE Vision 设备 + + + 虚拟 USB3 Vision 设备 + + + 网口采集卡下GigE Vision设备 + + + Camera Link 设备 + + + CoaXPress设备 + + + XoFLink设备 + + + + 设备基本信息 + + + + + 设备接口类型 + + + + + 制造商信息 + + + + + 设备型号 + + + + + 设备版本 + + + + + 设备序列号 + + + + + 用户自定义名称 + + + + + 设备类型信息,7 - 0 bit: 预留,15 - 8 bit:产品子类别,23 - 16 bit:产品类型,31 - 24bit:产品线(如: 0x01 标准产品;0x02 3D产品;0x03 智能ID产品) + + + + + GigE相机信息 + + + + + GigE Vision协议主要版本 + + + + + GigE Vision协议次要版本 + + + + + 高MAC地址 + + + + + 低MAC地址 + + + + + IP配置选项 + + + + + 当前IP配置 + + + + + 当前IP地址 + + + + + 当前子网掩码 + + + + + 当前网关 + + + + + 网口IP地址 + + + + + 是否虚拟相机 + + + + + 是否采集卡上的相机 + + + + + USB相机信息 + + + + + 控制输入端点 + + + + + 控制输出端点 + + + + + 流端点 + + + + + 事件端点 + + + + + 供应商ID号 + + + + + 产品ID号 + + + + + 设备索引号 + + + + + 设备GUID号 + + + + + 家族名字 + + + + + 支持的USB协议 + + + + + 设备地址 + + + + + 是否虚拟相机 + + + + + Camera Link串口设备信息 + + + + + 端口号 + + + + + 名称 + + + + + CoaXPress设备信息 + + + + + 相机ID + + + + + 采集卡ID + + + + + Camera Link设备信息 + + + + + 相机ID + + + + + 采集卡ID + + + + + XoFLink设备信息 + + + + + 相机ID + + + + + 采集卡ID + + + + + 设备访问权限,只支持GigE设备 + + + + + 独占权限,其他APP只允许读CCP寄存器 + + + + + 可以从5模式下抢占权限,然后以独占权限打开 + + + + + 控制权限,其他APP允许读所有寄存器 + + + + + 可以从5模式下抢占权限,然后以控制权限打开 + + + + + 以可被抢占的控制权限打开 + + + + + 可以从5模式下抢占权限,然后以可被抢占的控制权限打开 + + + + + 读模式打开设备,适用于控制权限下 + + + + + IP配置类型 + + + + + 静态IP + + + + + DHCP自动获取IP + + + + + LLA(Link-local address),链路本地地址 + + + + + GigE设备传输模式 + + + + + 驱动模式 + + + + + Socket模式 + + + + + GigE设备网络传输的相关信息 + + + + + 已接收数据大小 [统计StartGrabbing和StopGrabbing之间的数据量] + + + + + 丢失的包数量 + + + + + 丢帧数量 + + + + + 已接收的帧数 + + + + + 请求重发包数 + + + + + 重发包数 + + + + + USB传输信息 + + + + + 已接收数据大小 [Open和Close之间] + + + + + 已收到的帧数 + + + + + 错误帧数 + + + + + GigE传输类型 + + + + + 单播 + + + + + 组播 + + + + + 局域网内广播 + + + + + 子网内广播 + + + + + 从相机获取 + + + + + 用户自定义应用端接收图像数据Port号 + + + + + 设置了单播,但本实例不接收图像数据 + + + + + 组播模式,但本实例不接收图像数据 + + + + + 设备异常类型 + + + + + 设备断开连接 + + + + + 设备异常消息 + + + + + 消息类型 + + + + + 提供设备通用的属性和接口 + + + + + 打开设备,默认以独占权限打开 + + 成功,返回MV_OK;失败,返回错误码 + + + + 以指定访问权限打开设备,只支持GigE设备 + + 访问权限 + 切换访问权限时的密钥 + 成功,返回MV_OK;失败,返回错误码 + + 目前设备暂不支持MV_ACCESS_ExclusiveWithSwitch、MV_ACCESS_ControlWithSwitch、MV_ACCESS_ControlSwitchEnable、MV_ACCESS_ControlSwitchEnableWithKey这四种抢占模式。 + + + + + 关闭设备 + + 成功,返回MV_OK;失败,返回错误码 + + + + 设备本地升级 + + 升级文件路径 + 成功,返回MV_OK;失败,返回错误码 + + 通过该接口可以将升级固件文件发送给设备进行升级。该接口需要等待升级固件文件成功传给设备端之后再返回,响应时间可能较长。 + + + + + 获取升级进度 + + 升级进度 + 成功,返回MV_OK;失败,返回错误码 + + + + 开启设备指定事件 + + 事件名称 + 成功,返回MV_OK;失败,返回错误码 + + + + 关闭设备指定事件 + + 事件名称 + 成功,返回MV_OK;失败,返回错误码 + + + + 设备异常事件 + + + + + 判断设备是否处于连接状态 + + + + + 获取设备对应的图像采集对象 + + + + + 获取设备对应的事件采集对象 + + + + + 获取设备信息 + + + + + 获取设备对应的参数配置对象 + + + + + 获取格式转换对象 + + + + + 获取用于图像处理的对象 + + + + + 获取用于图像保存的对象 + + + + + 获取用于解码图像的的对象 + + + + + 获取录像对象 + + + + + 获取图像和图形渲染对象 + + + + + GigE设备专用接口 + + + + + 获取最佳包大小 + + 最佳包大小 + 成功,返回MV_OK;失败,返回错误码 + + + + 强制设备IP + + IP地址 + 子网掩码 + 默认网关 + 成功,返回MV_OK;失败,返回错误码 + + 强制设置设备网络参数(包括IP、子网掩码、默认网关),强制设置之后将需要重新创建设备句柄,仅GigE设备支持。 + 如果设备为DHCP的状态,调用该接口强制设置设备网络参数之后设备将会重启。 + + + + + 配置IP方式 + + IP配置类型 + 成功,返回MV_OK;失败,返回错误码 + + + + 设置传输模式,默认为Driver模式 + + 网络传输模式 + 成功,返回MV_OK;失败,返回错误码 + + + + 获取网络传输信息 + + 网络传输信息 + 成功,返回MV_OK;失败,返回错误码 + + + + 设置GVSP取流超时时间 + + 超时时间(MS),默认300ms,范围:>10ms + 成功,返回MV_OK;失败,返回错误码 + + + + 获取GVSP取流超时时间 + + 超时时间(MS) + 成功,返回MV_OK;失败,返回错误码 + + + + 设置GVCP命令超时时间 + + 超时时间(MS),默认500ms,范围:0-10000ms + 成功,返回MV_OK;失败,返回错误码 + + + + 获取GVCP命令超时时间 + + 超时时间(MS) + 成功,返回MV_OK;失败,返回错误码 + + + + 设置重传GVCP命令次数 + + 重传次数,范围:0-100 + 成功,返回MV_OK;失败,返回错误码 + + + + 获取重传GVCP命令次数 + + 重传次数 + 成功,返回MV_OK;失败,返回错误码 + + + + 设置是否打开重发包,及重发包参数 + + 是否支持重发包 + 最大重发比 + 重发超时时间 + 成功,返回MV_OK;失败,返回错误码 + + + + 设置重传命令最大尝试次数 + + 重传命令最大尝试次数,默认值20 + 成功,返回MV_OK;失败,返回错误码 + + 该接口必须在调用开启重传包功能之后调用,否则失败且返回MV_E_CALLORDER。 + + + + + 获取重传命令最大尝试次数 + + 传命令最大尝试次数 + 成功,返回MV_OK;失败,返回错误码 + + 该接口必须在调用开启重传包功能之后调用,否则失败且返回MV_E_CALLORDER。 + + + + + 设置同一重传包多次请求之间的时间间隔 + + 同一重传包多次请求之间的时间间隔,默认10ms + 成功,返回MV_OK;失败,返回错误码 + + + + 获取同一重传包多次请求之间的时间间隔 + + 同一重传包多次请求之间的时间间隔(以毫秒为单位) + 成功,返回MV_OK;失败,返回错误码 + + + + 设置传输模式,可以为单播模式、组播模式等 + + 传输模式 + 组播地址,组播模式下有意义 + 组播端口,组播模式下有意义 + 成功,返回MV_OK;失败,返回错误码 + + + + USB设备专用接口 + + + + + 设置U3V的传输包大小 + + 传输的包大小,单位:Byte,默认为1M,范围:Windows[0x400, 0x400000], Linux[0x400, 0x200000] + 成功,返回MV_OK;失败,返回错误码 + + 增加传输包大小可以适当降低取流时的CPU占用率。但不同的PC和不同USB扩展卡存在不同的兼容性,如果该参数设置过大可能会出现取不到图像的风险。 + + + + + 获取U3V的传输包大小 + + 传输的包大小, 单位:Byte + 成功,返回MV_OK;失败,返回错误码 + + + + 设置U3V的传输通道个数 + + 传输通道个数,范围:1-10 + 成功,返回MV_OK;失败,返回错误码 + + 可根据PC的性能、设备出图帧率、图像大小和内存使用率等因素对该参数进行调节。但不同的PC和不同的USB扩展卡存在不同的兼容性。 + + + + + 获取U3V的传输通道个数 + + 传输通道个数 + 成功,返回MV_OK;失败,返回错误码 + + 该接口用于获取当前的U3V异步取流节点个数,2000W设备的MONO8默认为3个,YUV为默认2个,RGB为默认1个,其它情况默认8个节点。 + + + + + 设置U3V的事件缓存节点个数 + + 事件缓存节点个数,范围:1-64 + 成功,返回MV_OK;失败,返回错误码 + + 该接口用于设置当前的U3V事件缓存节点个数,默认情况下为5个。 + + + + + 设置U3V相机同步读写超时时间,范围为1000~UINT,默认1000 ms + + 同步读写超时时间 + 成功,返回MV_OK;失败,返回错误码 + + + + 获取U3V相机同步读写超时时间 + + 同步读写超时时间 + 成功,返回MV_OK;失败,返回错误码 + + + + 获取主机从USB设备接收的数据统计信息,如已接收字节数、帧数 + + USB传输信息 + 成功,返回MV_OK;失败,返回错误码 + + + + Camera Link波特率 + + + + + 9600 + + + + + 19200 + + + + + 38400 + + + + + 57600 + + + + + 115200 + + + + + 230400 + + + + + 460800 + + + + + 921600 + + + + + 最大值 + + + + + Camera Link串口设备专用接口 + + + + + 设置设备波特率 + + 波特率 + 成功,返回MV_OK;失败,返回错误码 + + + + 获取设备波特率 + + 波特率 + 成功,返回MV_OK;失败,返回错误码 + + + + 获取设备与主机间连接支持的波特率 + + 所支持波特率的或运算结果,单个波特率参考 + 成功,返回MV_OK;失败,返回错误码 + + + + 设置串口操作等待时长 + + 串口操作的等待时长,单位为ms + 成功,返回MV_OK;失败,返回错误码 + + + + 错误码定义 + + + + 成功,无错误 + + + 错误或无效的句柄 + + + 不支持的功能 + + + 缓存已满 + + + 函数调用顺序错误 + + + 错误的参数 + + + 资源申请失败 + + + 无数据 + + + 前置条件有误,或运行环境已发生变化 + + + 版本不匹配 + + + 传入的内存空间不足 + + + 异常图像,可能是丢包导致图像不完整 + + + 动态导入DLL失败 + + + 没有可输出的缓存 + + + 加密错误 + + + 未知的错误 + + + 通用错误 + + + 参数非法 + + + 值超出范围 + + + 属性 + + + 运行环境有问题 + + + 逻辑错误 + + + 节点访问条件有误 + + + 超时 + + + 转换异常 + + + GenICam未知错误 + + + 命令不被设备支持 + + + 访问的目标地址不存在 + + + 目标地址不可写 + + + 设备无访问权限 + + + 设备忙,或网络断开 + + + 网络包数据错误 + + + 网络相关错误 + + + 设备IP冲突 + + + 读usb出错 + + + 写usb出错 + + + 设备异常 + + + GenICam相关错误 + + + 带宽不足 + + + 驱动不匹配或者未装驱动 + + + USB未知的错误 + + + 升级固件不匹配 + + + 升级固件语言不匹配 + + + 升级冲突(设备已经在升级了再次请求升级即返回此错误) + + + 升级时设备内部出现错误 + + + 升级时未知错误 + + + 处理正确 + + + 不确定类型错误 + + + 能力集中存在无效参数 + + + 内存地址为空 + + + 内存对齐不满足要求 + + + 内存空间大小不够 + + + 内存空间大小不满足对齐要求 + + + 内存地址不满足对齐要求 + + + 图像格式不正确或者不支持 + + + 图像宽高不正确或者超出范围 + + + 图像宽高与step参数不匹配 + + + 图像数据存储地址为空 + + + 设置或者获取参数类型不正确 + + + 设置或者获取参数的输入、输出结构体大小不正确 + + + 处理类型不正确 + + + 处理时输入、输出参数大小不正确 + + + 子处理类型不正确 + + + 子处理时输入、输出参数大小不正确 + + + index参数不正确 + + + value参数不正确或者超出范围 + + + param_num参数不正确 + + + 函数参数指针为空 + + + 超过限定的最大内存 + + + 回调函数出错 + + + 加密错误 + + + 算法库使用期限错误 + + + 参数范围不正确 + + + 数据大小不正确 + + + 数据step不正确 + + + cpu不支持优化代码中的指令集 + + + 警告 + + + 算法库超时 + + + 算法版本号出错 + + + 模型版本号出错 + + + GPU内存分配错误 + + + 文件不存在 + + + 字符串为空 + + + 图像解码器错误 + + + 打开文件错误 + + + 文件读取错误 + + + 文件写错误 + + + 文件读取大小错误 + + + 文件类型错误 + + + 模型类型错误 + + + 分配内存错误 + + + 线程绑核失败 + + + 噪声特性图像格式错误 + + + 噪声特性类型错误 + + + 噪声特性个数错误 + + + 噪声特性增益个数错误 + + + 噪声曲线增益值输入错误 + + + 噪声曲线柱数错误 + + + 噪声估计初始化增益设置错误 + + + 噪声估计未初始化 + + + 颜色空间模式错误 + + + 图像ROI个数错误 + + + 图像ROI原点错误 + + + 图像ROI大小错误 + + + 输入的相机增益不存在(增益个数已达上限) + + + 输入的相机增益不在范围内 + + + 输入的噪声特性内存大小错误 + + + + 设备event信息 + + + + + Event名称 + + + + + EventID + + + + + 流通道序号 + + + + + 帧号 (暂无固件支持) + + + + + 时间戳 + + + + + Event数据长度 (暂无固件支持) + + + + + Event数据,内部会进行一次拷贝,将非托管内存拷贝到托管内存 (暂无固件支持) + + + + + 设备事件 + + + + + 事件信息 + + + + + 提供设备事件订阅相关接口 + + + + + 订阅事件 + + 事件名称 + 成功,返回MV_OK;失败,返回错误码 + + + + 取消事件订阅 + + 事件名称 + 成功,返回MV_OK;失败,返回错误码 + + + + 订阅所有事件 + + 成功,返回MV_OK;失败,返回错误码 + + + + 取消订阅所有事件 + + 成功,返回MV_OK;失败,返回错误码 + + + + 设备事件 + + + + + 通过GenTL枚举到的接口信息 + + + + + GenTL接口ID + + + + + 传输层类型 + + + + + 显示名称 + + + + + GenTL的cti文件索引 + + + + + 通过GenTL枚举到的设备信息 + + + + + GenTL接口ID + + + + + 设备ID + + + + + 供应商名字 + + + + + 型号名字 + + + + + 传输层类型 + + + + + 设备显示名称 + + + + + 用户自定义名字 + + + + + 序列号 + + + + + 设备版本号 + + + + + GenTL的cti文件索引 + + + + + 提供GenTL相关接口 + + + + + 通过GenTL枚举Interfaces + + GenTL的cti文件路径 + Interfaces列表 + 成功,返回MV_OK;失败,返回错误码 + + + + 通过GenTL Interface枚举设备 + + Interface信息 + 设备列表 + 成功,返回MV_OK;失败,返回错误码 + + 枚举到设备后,通过创建设备实例。 + + + + + 卸载cti库 + + 枚举卡时加载的cti文件路径 + 成功,返回MV_OK;失败,返回错误码 + 卸载前需要保证通过该cti枚举出的相机已全部关闭,否则报错前置条件错误。 + + + + 提供获取图像缓存、图像属性的接口 + + + + + 转换为Bitmap + + Bitmap对象,失败返回null + + + + 图像数据指针(非托管内存) + + + + + 图像数据,内部会进行一次拷贝,将非托管内存拷贝到托管内存 + + + + + 图像宽度 + + + + + 图像高度 + + + + + 像素格式 + + + + + 图像大小 + + + + + 图像解码 + + + + + 无损解码 + + 输入图像及帧信息 + 输出图像及帧信息。图像使用完之后需调用Dispose方法及时释放内存,防止内存快速上涨。 + 成功,返回MV_OK;失败,返回错误码 + + 将从相机中取到的无损压缩码流解码成裸数据,同时支持解析当前相机实时图像的水印信息(如果输入的无损码流不是当前相机或者不是实时取流的,则水印解析可能异常)。 + 若解码失败,请检查以下情况:(1)需要CPU支持 SSE AVX指令集(2)若当前帧异常(丢包等),可能导致解码异常(3)相机出图异常,即使不丢包也会异常。 + + + + + 图像渲染模式 + + + + + 默认模式,Windows:GDI,Linux:OpenGL + + + + + Direct3D,只支持Windows + + + + + OPENGL,只支持Windows + + + + + 颜色 + + + + + 构造函数 + + 红色,根据像素颜色的相对深度,范围为[0.0 , 1.0],代表着[0, 255]的颜色深度 + 绿色,根据像素颜色的相对深度,范围为[0.0 , 1.0],代表着[0, 255]的颜色深度 + 蓝色,根据像素颜色的相对深度,范围为[0.0 , 1.0],代表着[0, 255]的颜色深度 + 透明度,根据像素颜色的相对透明度,范围为[0.0 , 1.0] (此参数功能暂不支持) + + + + 红色,根据像素颜色的相对深度,范围为[0.0 , 1.0],代表着[0, 255]的颜色深度 + + + + + 绿色,根据像素颜色的相对深度,范围为[0.0 , 1.0],代表着[0, 255]的颜色深度 + + + + + 蓝色,根据像素颜色的相对深度,范围为[0.0 , 1.0],代表着[0, 255]的颜色深度 + + + + + 透明度,根据像素颜色的相对透明度,范围为[0.0 , 1.0] (此参数功能暂不支持) + + + + + 矩形 + + + + + 构造函数 + + 矩形上边缘距离图像上边缘的距离,根据图像的相对位置,范围为[0.0 , 1.0] + 矩形下边缘距离图像下边缘的距离,根据图像的相对位置,范围为[0.0 , 1.0] + 矩形左边缘距离图像左边缘的距离,根据图像的相对位置,范围为[0.0 , 1.0] + 矩形右边缘距离图像右边缘的距离,根据图像的相对位置,范围为[0.0 , 1.0] + + + + 矩形上边缘距离图像上边缘的距离,根据图像的相对位置,范围为[0.0 , 1.0] + + + + + 矩形下边缘距离图像下边缘的距离,根据图像的相对位置,范围为[0.0 , 1.0] + + + + + 矩形左边缘距离图像左边缘的距离,根据图像的相对位置,范围为[0.0 , 1.0] + + + + + 矩形右边缘距离图像右边缘的距离,根据图像的相对位置,范围为[0.0 , 1.0] + + + + + 点 + + + + + 构造函数 + + 该点距离图像左边缘距离,根据图像的相对位置,范围为[0.0 , 1.0] + 该点距离图像上边缘距离,根据图像的相对位置,范围为[0.0 , 1.0] + + + + 该点距离图像左边缘距离,根据图像的相对位置,范围为[0.0 , 1.0] + + + + + 该点距离图像上边缘距离,根据图像的相对位置,范围为[0.0 , 1.0] + + + + + 圆形 + + + + + 构造函数 + + 圆心 + 宽向半径,根据图像的相对位置[0, 1.0],半径与圆心的位置有关,需保证画出的圆在显示框范围之内,否则报错 + 高向半径,根据图像的相对位置[0, 1.0],半径与圆心的位置有关,需保证画出的圆在显示框范围之内,否则报错 + + + + 圆心 + + + + + 宽向半径,根据图像的相对位置[0, 1.0],半径与圆心的位置有关,需保证画出的圆在显示框范围之内,否则报错 + + + + + 高向半径,根据图像的相对位置[0, 1.0],半径与圆心的位置有关,需保证画出的圆在显示框范围之内,否则报错 + + + + + 线条 + + + + + 线条的起始点坐标 + + + + + 线条的终点坐标 + + + + + 提供图像渲染、图形绘制接口 + + + + + 显示一帧图像 + + 窗口句柄 + 图像信息 + 渲染模式 + 成功,返回MV_OK;失败,返回错误码 + + 渲染方式可选择GDI或D3D,默认选择为GDI模式。渲染引擎仅在客户端不连接相机的情况下可以进行设置。GDI模式对电脑的显卡性能没有要求,适用于所有电脑。 D3D模式适用于安装显卡驱动且显卡内存大于1GB的电脑,该模式下客户端预览的图像效果会优于GDI模式下的图像效果。 + 渲染模式为RenderMode.OPENGL时支持4G以上超大图渲染 + + + + + 显示一帧图像 + + 窗口句柄 + 图像数据指针 + 图像数据长度 + 图像宽 + 图像高 + 像素格式 + 渲染模式 + 成功,返回MV_OK;失败,返回错误码 + + 渲染方式可选择GDI或D3D,默认选择为GDI模式。渲染引擎仅在客户端不连接相机的情况下可以进行设置。GDI模式对电脑的显卡性能没有要求,适用于所有电脑。 D3D模式适用于安装显卡驱动且显卡内存大于1GB的电脑,该模式下客户端预览的图像效果会优于GDI模式下的图像效果。 + + + + + 在图像上绘制矩形 + + 矩形框 + 线条颜色 + 线条宽度,只能是1或2 + 成功,返回MV_OK;失败,返回错误码 + + + + 在图像上绘制圆形 + + 圆形信息 + 线条颜色 + 线条宽度,只能是1或2 + 成功,返回MV_OK;失败,返回错误码 + + + + 在图像上绘制线条 + + 线条信息 + 线条颜色 + 线条宽度,只能是1或2 + 成功,返回MV_OK;失败,返回错误码 + + + + 图像格式 + + + + + BMP图像格式 + + + + + JPEG图像格式 + + + + + PNG图像格式 + + + + + TIFF图像格式 + + + + + 图像格式信息 + + + + + 图像格式 + + + + + JPEG编码质量(50-99],其他格式无效 + + + + + 提供保存图像数据到文件的接口,支持BMP、JPG、PNG、TIFF格式图像 + + + + + 保存图像到文件,支持BMP、JPG、PNG、TIFF格式图像 + + 文件路径 + 图像数据 + 图像格式信息 + 图像插值方法 + 成功,返回MV_OK;失败,返回错误码 + + + + 保存图像到缓存,支持BMP、JPG格式图像 + + 图像缓存 + 转换后的图像数据长度 + 图像数据 + 图像格式信息 + 图像插值方法 + 成功,返回MV_OK;失败,返回错误码 + + + + 提供采集卡属性和接口 + + + + + 打开采集卡 + + 成功,返回MV_OK;失败,返回错误码 + + + + 关闭采集卡 + + 成功,返回MV_OK;失败,返回错误码 + + + + 设备本地升级 + + 升级文件路径 + 成功,返回MV_OK;失败,返回错误码 + + 通过该接口可以将升级固件文件发送给设备进行升级。该接口需要等待升级固件文件成功传给设备端之后再返回,响应时间可能较长。 + + + + + 获取升级进度 + + 升级进度 + 成功,返回MV_OK;失败,返回错误码 + + + + 枚举采集卡上的相机 + + 相机列表 + 成功,返回MV_OK;失败,返回错误码 + + + + 开启设备指定事件 + + 事件名称 + 成功,返回MV_OK;失败,返回错误码 + + + + 关闭设备指定事件 + + 事件名称 + 成功,返回MV_OK;失败,返回错误码 + + + + 获取采集卡对应的参数配置对象 + + + + + 获取采集卡对应的事件采集对象 + + + + + 提供枚举采集卡接口 + + + + + 枚举采集卡 + + 采集卡接口类型 + 采集卡列表 + 成功,返回MV_OK;失败,返回错误码 + + 枚举到采集卡后,通过创建采集卡实例。 + + + + + 采集卡工厂类,创建采集卡实例 + + + + + 根据采集卡信息创建采集卡实例 + + 采集卡信息 + 成功-返回采集卡实例,失败-抛出异常 + + + + 根据采集卡ID创建采集卡实例 + + 采集卡ID + 成功-返回采集卡实例,失败-抛出异常 + + + + 采集卡接口类型定义 + + + + + GigE Vision采集卡 + + + + + Camera Link采集卡 + + + + + CoaXPress采集卡 + + + + + XoFLink采集卡 + + + + + 采集卡信息 + + + + + 采集卡接口类型, + + + + + 采集卡的PCIE插槽信息 + + + + + 采集卡ID + + + + + 显示名称 + + + + + 序列号 + + + + + 型号 + + + + + 厂商 + + + + + 版本号 + + + + + 自定义名称 + + + + + 图像旋转角度 + + + + + 90度 + + + + + 180度 + + + + + 270度 + + + + + 图像翻转类型 + + + + + 垂直翻转 + + + + + 水平翻转 + + + + + 图像重构方式 + + + + + 源图像按行拆分成多张图像 + + + + + 图像拼接方式 + + + + + 垂直方向拼接 + + + + + 提供图像处理相关接口,比如旋转、翻转、对比度、饱和度等 + + + + + 图像旋转 + + 输入图像 + 输出图像。图像使用完之后需调用Dispose方法及时释放内存,防止内存快速上涨。 + 旋转角度 + 成功,返回MV_OK;失败,返回错误码 + + 该接口只支持MONO8/RGB24/BGR24格式数据的90/180/270度旋转。 + + + + + 图像翻转 + + 输入图像 + 输出图像。图像使用完之后需调用Dispose方法及时释放内存,防止内存快速上涨。 + 翻转类型 + 成功,返回MV_OK;失败,返回错误码 + + 该接口只支持MONO8/RGB24/BGR24格式数据的垂直和水平翻转。 + + + + + 图像对比度调节 + + 输入图像 + 输出图像。图像使用完之后需调用Dispose方法及时释放内存,防止内存快速上涨。 + 对比度值,[1, 10000] + 成功,返回MV_OK;失败,返回错误码 + + + + 重构图像(用于分时曝光功能) + + 输入图像 + 曝光个数(1-8] + 图像重构方式 + 输出图像列表。图像使用完之后需调用Dispose方法及时释放内存,防止内存快速上涨。 + 成功,返回MV_OK;失败,返回错误码 + + + + 重构图像(用于分时曝光功能,图像拆分后再拼接) + + 输入图像 + 曝光个数(1-8] + 图像重构的方式 + 图像拼接的方式 + 输出图像。图像使用完之后需调用Dispose方法及时释放内存,防止内存快速上涨。 + 成功,返回MV_OK;失败,返回错误码 + + + + 内存块 + + + + + 内存池 + + + + + 关闭内存池,清空内部缓存 + + + + + 归还内存块到内存池 + + 内存块 + 是否手动释放 + + + + 更新内存块列表,释放过期内存。方法内部不加锁 + + + + + + 更新内存块的空闲时间并删除过期内存块。 方法内部不加锁 + + + + + + + 打印统计信息 + + + + + 初始化属性值,在构造函数中使用 + + + + + 创建相机句柄 + + + 错误码 + + + + 判断设备是否处于连接状态 + + + + + 获取设备对应的图像采集对象 + + + + + 获取设备信息 + + + + + 获取设备对应的参数配置对象 + + + + + 设置设备波特率 + + 波特率 + 成功,返回MV_OK;失败,返回错误码 + + + + 获取设备波特率 + + 波特率 + 成功,返回MV_OK;失败,返回错误码 + + + + 获取设备与主机间连接支持的波特率 + + 所支持波特率的或运算结果,单个波特率参考 + 成功,返回MV_OK;失败,返回错误码 + + + + 设置串口操作等待时长 + + 串口操作的等待时长,单位为ms + 成功,返回MV_OK;失败,返回错误码 + + + + Chunk数据 + + + + + Chunk数据指针(非托管内存) + + + + + Chunk数据,内部会进行一次拷贝,将非托管内存拷贝到托管内存 + + + + + ChunkID + + + + + Chunk数据长度 + + + + + 图像帧里面的chunk信息 + + + + + 通过ChunkID获取对应的ChunkData + + + + + + + 创建设备对象 + + + + + 创建设备对象 + + 设备信息 + 设备实例 + + + + 通过设备IP地址创建设备,适用于GigE设备 + + 设备IP地址 + 网口IP地址 + 设备实例 + + + + 通过GenTL设备信息创建设备句柄 + + 设备信息 + 成功,返回MV_OK;失败,返回错误码 + + + + 采集卡类型 + + + + + 未知采集卡 + + + + + 虚拟采集卡 + + + + + 自研采集卡 + + + + + gige设备信息实现 + + + + + 占用设备的主机ip + + + + + 组播ip + + + + + 组播port + + + + + 设备接口类型 + + + + + 制造商信息 + + + + + 制造商特殊信息 + + + + + 设备型号 + + + + + 设备版本 + + + + + 设备序列号 + + + + + 用户自定义名称 + + + + + 设备类型信息,7 - 0 bit: 预留,15 - 8 bit:产品子类别,23 - 16 bit:产品类型,31 - 24bit:产品线(如: 0x01 标准产品;0x02 3D产品;0x03 智能ID产品) + + + + + GigE Vision协议主要版本 + + + + + GigE Vision协议次要版本 + + + + + 高MAC地址 + + + + + 低MAC地址 + + + + + IP配置选项 + + + + + 当前IP配置 + + + + + 当前IP地址 + + + + + 当前子网掩码 + + + + + 当前网关 + + + + + 网口IP地址 + + + + + 是否虚拟相机 + + + + + 是否采集卡上的相机 + + + + + USB设备信息类 + + + + + 设备接口类型 + + + + + 制造商信息 + + + + + 设备型号 + + + + + 设备版本 + + + + + 设备序列号 + + + + + 用户自定义名称 + + + + + 设备类型信息,7 - 0 bit: 预留,15 - 8 bit:产品子类别,23 - 16 bit:产品类型,31 - 24bit:产品线(如: 0x01 标准产品;0x02 3D产品;0x03 智能ID产品) + + + + + 控制输入端点 + + + + + 控制输出端点 + + + + + 流端点 + + + + + 事件端点 + + + + + 供应商ID号 + + + + + 产品ID号 + + + + + 设备索引号 + + + + + 设备GUID号 + + + + + 家族名字 + + + + + 供应商名称 + + + + + 支持的USB协议 + + + + + 设备地址 + + + + + 是否虚拟相机 + + + + + Camera Link串口设备信息 + + + + + 设备接口类型 + + + + + 制造商信息 + + + + + 设备型号 + + + + + 设备版本 + + + + + 设备序列号 + + + + + 用户自定义名称 + + + + + 设备类型信息,7 - 0 bit: 预留,15 - 8 bit:产品子类别,23 - 16 bit:产品类型,31 - 24bit:产品线(如: 0x01 标准产品;0x02 3D产品;0x03 智能ID产品) + + + + + 端口号 + + + + + 名称 + + + + + CoaXPress设备信息 + + + + + 设备接口类型 + + + + + 制造商信息 + + + + + 设备型号 + + + + + 设备版本 + + + + + 设备序列号 + + + + + 用户自定义名称 + + + + + 设备类型信息,7 - 0 bit: 预留,15 - 8 bit:产品子类别,23 - 16 bit:产品类型,31 - 24bit:产品线(如: 0x01 标准产品;0x02 3D产品;0x03 智能ID产品) + + + + + 相机ID + + + + + 采集卡ID + + + + + Camera Link设备信息 + + + + + 设备接口类型 + + + + + 制造商信息 + + + + + 设备型号 + + + + + 设备版本 + + + + + 设备序列号 + + + + + 用户自定义名称 + + + + + 设备类型信息,7 - 0 bit: 预留,15 - 8 bit:产品子类别,23 - 16 bit:产品类型,31 - 24bit:产品线(如: 0x01 标准产品;0x02 3D产品;0x03 智能ID产品) + + + + + 相机ID + + + + + 采集卡ID + + + + + XoFLink设备信息 + + + + + 设备接口类型 + + + + + 制造商信息 + + + + + 设备型号 + + + + + 设备版本 + + + + + 设备序列号 + + + + + 用户自定义名称 + + + + + 设备类型信息,7 - 0 bit: 预留,15 - 8 bit:产品子类别,23 - 16 bit:产品类型,31 - 24bit:产品线(如: 0x01 标准产品;0x02 3D产品;0x03 智能ID产品) + + + + + 相机ID + + + + + 采集卡ID + + + + + Event名称 + + + + + EventID + + + + + 流通道序号 + + + + + 帧号 + + + + + 时间戳 + + + + + Event数据长度 + + + + + Event数据 + + + + + GenTL接口ID + + + + + 传输层类型 + + + + + 显示名称 + + + + + GenTL的cti文件索引 + + + + + GenTL接口ID + + + + + 设备ID + + + + + 供应商名字 + + + + + 型号名字 + + + + + 传输层类型 + + + + + 设备显示名称 + + + + + 用户自定义名字 + + + + + 序列号 + + + + + 设备版本号 + + + + + GenTL的cti文件索引 + + + + + 获取最佳包大小 + + + + + + + 强制配置ip + + + + + + + + + 设置ip方式 + + + + + + + 设置传输模式,默认为Driver模式 + + 网络传输模式 + 成功,返回MV_OK;失败,返回错误码 + + + + 获取网络传输信息 + + 网络传输信息 + 成功,返回MV_OK;失败,返回错误码 + + + + 设置GVSP取流超时时间 + + 超时时间(MS),默认300ms,范围:>10ms + 成功,返回MV_OK;失败,返回错误码 + + + + 获取GVSP取流超时时间 + + 超时时间(MS) + 成功,返回MV_OK;失败,返回错误码 + + + + 设置GVCP命令超时时间 + + 超时时间(MS),默认500ms,范围:0-10000ms + 成功,返回MV_OK;失败,返回错误码 + + + + 获取GVCP命令超时时间 + + 超时时间(MS) + 成功,返回MV_OK;失败,返回错误码 + + + + 设置重传GVCP命令次数 + + 重传次数,范围:0-100 + 成功,返回MV_OK;失败,返回错误码 + + + + 获取重传GVCP命令次数 + + 重传次数 + 成功,返回MV_OK;失败,返回错误码 + + + + 设置是否打开重发包,及重发包参数 + + 是否支持重发包 + 最大重发比 + 重发超时时间 + 成功,返回MV_OK;失败,返回错误码 + + + + 设置重传命令最大尝试次数 + + 重传命令最大尝试次数,默认值20 + 成功,返回MV_OK;失败,返回错误码 + + 该接口必须在调用开启重传包功能之后调用,否则失败且返回MV_E_CALLORDER。 + + + + + 获取重传命令最大尝试次数 + + 传命令最大尝试次数 + 成功,返回MV_OK;失败,返回错误码 + + 该接口必须在调用开启重传包功能之后调用,否则失败且返回MV_E_CALLORDER。 + + + + + 设置同一重传包多次请求之间的时间间隔 + + 同一重传包多次请求之间的时间间隔,默认10ms + 成功,返回MV_OK;失败,返回错误码 + + + + 获取同一重传包多次请求之间的时间间隔 + + + 成功,返回MV_OK;失败,返回错误码 + + + + 设置传输模式,可以为单播模式、组播模式等 + + + 组播地址,组播模式下有意义 + 组播端口,组播模式下有意义 + 成功,返回MV_OK;失败,返回错误码 + + + + 解码功能实现类 + + + + + 判断像素是否为Mono格式 + + + + + + + 判断图像格式是否为彩色格式 + + + + + + + 获取图像大小 + + 图像宽度 + 图像高度 + 像素格式 + + + + + 内存拷贝 + + 目标缓存 + 源缓存 + 拷贝大小 + + + + 将FrameOut转成MvCCDll的帧结构体 + + + + + + + + 将Byte数组转为String,使用UTF-8编码,并去掉结尾的'\0' + + + + + + + String字符串拷贝到byte[] + + + + + + + 判断字符数组是否为utf-8 + + 字符数组 + + + + + 将枚举出来的设备信息转化为输出格式 + + + + + + + + 打开采集卡 + + 成功,返回MV_OK;失败,返回错误码 + + + + 关闭采集卡 + + 成功,返回MV_OK;失败,返回错误码 + + + + 设备本地升级 + + 升级文件路径 + 成功,返回MV_OK;失败,返回错误码 + + 通过该接口可以将升级固件文件发送给设备进行升级。该接口需要等待升级固件文件成功传给设备端之后再返回,响应时间可能较长。 + + + + + 获取升级进度 + + 升级进度 + 成功,返回MV_OK;失败,返回错误码 + + + + 枚举采集卡上的相机 + + 相机列表 + 成功,返回MV_OK;失败,返回错误码 + + + + 获取采集卡对应的参数配置对象 + + + + + 采集卡接口类型, + + + + + 采集卡的PCIE插槽信息 + + + + + 采集卡ID + + + + + 显示名称 + + + + + 序列号 + + + + + 型号 + + + + + 厂商 + + + + + 版本号 + + + + + 自定义名称 + + + + + MyCamera + + + + ch GigE Vision采集卡 |en GigE Vision interface + + + ch Camera Link采集卡 |en Camera Link interface + + + ch CoaXPress采集卡 |en CoaXPress interface + + + ch XoFLink采集卡 |en XoFLink interface + + + Unknown Device Type, Reserved + + + GigE Device + + + 1394-a/b Device + + + USB3.0 Device + + + CameraLink Device + + + Virtual GigE Device + + + Virtual USB Device + + + GenTL GigE Device + + + GenTL CML Device + + + GenTL CXP Device + + + GenTL XOF Device + + + + ch:信息结构体的最大缓存 | en: Max buffer size of information structs + + + + + 最大的相机数量 + + + + + ch:最大Interface数量 | en:Max num of interfaces + + + + + ch:最大GenTL设备数量 | en:Max num of GenTL devices + + + + + XML节点描述最大长度 + + + + + XML节点最大长度 + + + + + XML节点最大数量 + + + + + XML节点显示名最大数量 + + + + + 枚举类型最大的EnumEntry个数 + + + + + string类型节点值的最大长度 + + + + + 最大父节点数 + + + + + 最大节点描述长度 + + + + + 参数导出允许配置的最大节点个数 + + + + + 参数导入时节点导入失败的最大错误个数 + + + + + 设备断开连接 + + + + + SDK与驱动版本不匹配 + + + + + 相机Event事件名称最大长度 + + + + 最大枚举条目对应的符号长度 + + + 分时曝光时最多将源图像拆分的个数 + + + 最大支持的串口数量 + + + + ch:最大支持的采集卡数量 | en:The maximum number of Frame Grabber interface supported + + + + + ch 静态 |en Static + + + + + ch DHCP |en DHCP + + + + + ch LLA |en LLA + + + + + 9600 + + + + + 19200 + + + + + 38400 + + + + + 57600 + + + + + 115200 + + + + + 230400 + + + + + 460800 + + + + + 921600 + + + + + ch 最大值 |en Auto Max + + + + + ch 网络流量和丢包信息 |en Network traffic and packet loss information + + + + + ch host接收到来自U3V设备的字节总数 |en The total number of bytes host received from U3V device + + + + + ch独占权限,其他APP只允许读CCP寄存器 |en Exclusive authority, other APP is only allowed to read the CCP register + + + + + ch 可以从5模式下抢占权限,然后以独占权限打开 |en You can seize the authority from the 5 mode, and then open with exclusive authority + + + + + ch 控制权限,其他APP允许读所有寄存器 |en Control authority, allows other APP reading all registers + + + + + ch 可以从5的模式下抢占权限,然后以控制权限打开 |en You can seize the authority from the 5 mode, and then open with control authority + + + + + ch 以可被抢占的控制权限打开 |en Open with seized control authority + + + + + ch 可以从5的模式下抢占权限,然后以可被抢占的控制权限打开 |en You can seize the authority from the 5 mode, and then open with seized control authority + + + + + ch 读模式打开设备,适用于控制权限下 |en Open with read mode and is available under control authority + + + + 成功,无错误 + + + 错误或无效的句柄 + + + 不支持的功能 + + + 缓存已满 + + + 函数调用顺序错误 + + + 错误的参数 + + + 资源申请失败 + + + 无数据 + + + 前置条件有误,或运行环境已发生变化 + + + 版本不匹配 + + + 传入的内存空间不足 + + + 异常图像,可能是丢包导致图像不完整 + + + 动态导入DLL失败 + + + 没有可输出的缓存 + + + 加密错误 + + + 打开文件出现错误 + + + 未知的错误 + + + 通用错误 + + + 参数非法 + + + 值超出范围 + + + 属性 + + + 运行环境有问题 + + + 逻辑错误 + + + 节点访问条件有误 + + + 超时 + + + 转换异常 + + + GenICam未知错误 + + + 命令不被设备支持 + + + 访问的目标地址不存在 + + + 目标地址不可写 + + + 设备无访问权限 + + + 设备忙,或网络断开 + + + 网络包数据错误 + + + 网络相关错误 + + + 设备IP冲突 + + + 读usb出错 + + + 写usb出错 + + + 设备异常 + + + GenICam相关错误 + + + 带宽不足 + + + 驱动不匹配或者未装驱动 + + + USB未知的错误 + + + 升级固件不匹配 + + + 升级固件语言不匹配 + + + 升级冲突(设备已经在升级了再次请求升级即返回此错误) + + + 升级时设备内部出现错误 + + + 升级时未知错误 + + + 处理正确 + + + 不确定类型错误 + + + 能力集中存在无效参数 + + + 内存地址为空 + + + 内存对齐不满足要求 + + + 内存空间大小不够 + + + 内存空间大小不满足对齐要求 + + + 内存地址不满足对齐要求 + + + 图像格式不正确或者不支持 + + + 图像宽高不正确或者超出范围 + + + 图像宽高与step参数不匹配 + + + 图像数据存储地址为空 + + + 设置或者获取参数类型不正确 + + + 设置或者获取参数的输入、输出结构体大小不正确 + + + 处理类型不正确 + + + 处理时输入、输出参数大小不正确 + + + 子处理类型不正确 + + + 子处理时输入、输出参数大小不正确 + + + index参数不正确 + + + value参数不正确或者超出范围 + + + param_num参数不正确 + + + 函数参数指针为空 + + + 超过限定的最大内存 + + + 回调函数出错 + + + 加密错误 + + + 算法库使用期限错误 + + + 参数范围不正确 + + + 数据大小不正确 + + + 数据step不正确 + + + cpu不支持优化代码中的指令集 + + + 警告 + + + 算法库超时 + + + 算法版本号出错 + + + 模型版本号出错 + + + GPU内存分配错误 + + + 文件不存在 + + + 字符串为空 + + + 图像解码器错误 + + + 打开文件错误 + + + 文件读取错误 + + + 文件写错误 + + + 文件读取大小错误 + + + 文件类型错误 + + + 模型类型错误 + + + 分配内存错误 + + + 线程绑核失败 + + + 噪声特性图像格式错误 + + + 噪声特性类型错误 + + + 噪声特性个数错误 + + + 噪声特性增益个数错误 + + + 噪声曲线增益值输入错误 + + + 噪声曲线柱数错误 + + + 噪声估计初始化增益设置错误 + + + 噪声估计未初始化 + + + 颜色空间模式错误 + + + 图像ROI个数错误 + + + 图像ROI原点错误 + + + 图像ROI大小错误 + + + 输入的相机增益不存在(增益个数已达上限) + + + 输入的相机增益不在范围内 + + + 输入的噪声特性内存大小错误 + + + + Byte array to struct + + Byte array + Struct type + Struct object + + + + Struct to Byte array + + Struct object + Byte + Bytes + + + + 判断字符数组是否为utf-8 + + 字符数组 + + + + + Write Error Message + + Message + ErrorNum + + + + 获取枚举类型节点(支持的枚举个数扩展到256) V4.4.1新增 + + + + + Grab callback + + Image data + Frame info + User defined variable + + + + Grab callback + + Image data + Frame info + User defined variable + + + + Xml Update callback(Interfaces not recommended) + + Node type + Current node feature structure + Nodes list + User defined variable + + + + Exception callback + + Msg type + User defined variable + + + + Event callback (Interfaces not recommended) + + User defined ID + User defined variable + + + + Event callback + + Event Info + User defined variable + + + + Stream Exception callback + + Msg type + User defined variable + + + + ch:采集卡信息列表 | en: Interface Information List + + + + + ch:在线设备数量 | en:Online Interface Number + + + + + ch:支持最多64个设备 | en:Support up to 64 Interfaces + + + + + ch:采集卡信息 | en: Interface information + + + + + ch: 采集卡类型; 低16位有效: bits(0~2)代表功能, bits(3~7)代表相机, bits(8-15)代表总线| en: Interface type + + + + + ch: 采集卡的PCIE插槽信息 | en: PCIe slot information of interface + + + + + ch: 采集卡ID | en: Interface ID + + + + + ch 显示名称 | en: Display name + + + + + ch 序列号 |en: Serial number + + + + + ch 型号 | en: model name + + + + + ch: 厂商 |en: manufacturer name + + + + + ch: 版本号| en: device version + + + + + ch: 自定义名称 |en: user defined name + + + + + ch 保留字段 | en Reserved + + + + + 排序方式 + + + + + 按序列号排序 + + + + + 按用户自定义名字排序 + + + + + 按当前IP地址排序(升序) + + + + + 按当前IP地址排序(降序) + + + + + ch: GigE设备信息 | en: GigE device information + + + + + IP 配置选项 + + + + + IP configuration:bit31-static bit30-dhcp bit29-lla + + + + + curtent ip + + + + + curtent subnet mask + + + + + current gateway + + + + + 制造商名 + + + + + 型号名 + + + + + 设备版本信息 + + + + + 制造商特殊信息 + + + + + 序列号 + + + + + 用户自定义名 + + + + + 网口IP地址 + + + + + 预留 + + + + + ch: GigE设备信息 | en: GigE device information + + + + + IP 配置选项 + + + + + IP configuration:bit31-static bit30-dhcp bit29-lla + + + + + curtent ip + + + + + curtent subnet mask + + + + + current gateway + + + + + 制造商名 + + + + + 型号名 + + + + + 设备版本信息 + + + + + 制造商特殊信息 + + + + + 序列号 + + + + + 用户自定义名 + + + + + 网口IP地址 + + + + + 预留 + + + + + ch:USB3 设备信息 | en:USB3 device information + + + + + 控制输入端点 + + + + + 控制输出端点 + + + + + 流端点 + + + + + 事件端点 + + + + + 供应商ID号 + + + + + 产品ID号 + + + + + 设备索引号 + + + + + 设备GUID号 + + + + + 供应商名字 + + + + + 型号名字 + + + + + 家族名字 + + + + + 设备版本号 + + + + + 制造商名字 + + + + + 序列号 + + + + + 用户自定义名字 + + + + + 支持的USB协议 + + + + + 设备地址 + + + + + 保留字节 + + + + + ch:USB3 设备信息 | en:USB3 device information + + + + + 控制输入端点 + + + + + 控制输出端点 + + + + + 流端点 + + + + + 事件端点 + + + + + 供应商ID号 + + + + + 产品ID号 + + + + + 设备索引号 + + + + + 设备GUID号 + + + + + 供应商名字 + + + + + 型号名字 + + + + + 家族名字 + + + + + 设备版本号 + + + + + 制造商名字 + + + + + 序列号 + + + + + 用户自定义名字 + + + + + 支持的USB协议 + + + + + 设备地址 + + + + + 保留字节 + + + + + ch:CamLink设备信息 | en:CamLink device information + + + + + 端口号ID + + + + + 模型名 + + + + + 家族名 + + + + + 设备版本信息 + + + + + 制造商名字 + + + + + 序列号 + + + + + 保留字节 + + + + + ch:采集卡Camera Link相机信息 | en:Camera Link device information on frame grabber + + + + + ch 采集卡ID |en Interface ID of Frame Grabber + + + + + ch 供应商名字 |en Vendor name + + + + + ch 型号名字 |en Model name + + + + + ch 厂商信息 |en Manufacturer information + + + + + ch 相机版本 |en Device version + + + + + ch 序列号 |en Serial number + + + + + ch 用户自定义名字 |en User defined name + + + + + ch 相机ID |en Device ID + + + + + ch 保留字段 |en Reserved + + + + + ch:CoaXPress相机信息 | en:CoaXPress device information + + + + + ch 采集卡ID |en Interface ID of Frame Grabber + + + + + ch 供应商名字 |en Vendor name + + + + + ch 型号名字 |en Model name + + + + + ch 厂商信息 |en Manufacturer information + + + + + ch 相机版本 |en Device version + + + + + ch 序列号 |en Serial number + + + + + ch 用户自定义名字 |en User defined name + + + + + ch 相机ID |en Device ID + + + + + ch 保留字段 |en Reserved + + + + + ch:XoFLink相机信息 | en:XoFLink device information + + + + + ch 采集卡ID |en Interface ID of Frame Grabber + + + + + ch 供应商名字 |en Vendor name + + + + + ch 型号名字 |en Model name + + + + + ch 厂商信息 |en Manufacturer information + + + + + ch 相机版本 |en Device version + + + + + ch 序列号 |en Serial number + + + + + ch 用户自定义名字 |en User defined name + + + + + ch 相机ID |en Device ID + + + + + ch 保留字段 |en Reserved + + + + + ch:设备信息 | en:Device information + + + + + 主版本号 + + + + + 次版本号 + + + + + MAC高地址 + + + + + MAC低地址 + + + + + 设备传输层协议类型,e.g. MV_GIGE_DEVICE + + + + + ch 设备类型信息 | en Device Type Info + + + + + 保留字节 + + + + + 设备类型 + + + + + 构造函数 + + 输入任意数,因为不接受无参构造函数 + + + + ch:特定类型的设备信息 | en:Special devcie information + + + + + GigE + + + + + Camera Link + + + + + Usb + + + + + CML + + + + + CXP + + + + + XOF + + + + + 相机列表 + + + + + 在线设备数量 + + + + + 支持最多256个设备 + + + + + ch:通过GenTL枚举到的Interface信息 | en:Interface Information with GenTL + + + + + GenTL接口ID + + + + + 传输层类型 + + + + + 设备显示名称 + + + + + GenTL的cti文件索引 + + + + + 保留字节 + + + + + ch:通过GenTL枚举到的设备信息列表 | en:Interface Information List with GenTL + + + + + ch:在线设备数量 | en:Online Interface Number + + + + + ch:支持最多256个设备 | en:Support up to 256 Interfaces + + + + + ch:通过GenTL枚举到的设备信息 | en:Device Information discovered by with GenTL + + + + + 采集卡ID + + + + + 设备ID + + + + + 供应商名字 + + + + + 模型名 + + + + + 传输类型 + + + + + 显示名 + + + + + 用户自定义名 + + + + + 序列号 + + + + + 设备版本信息 + + + + + cti文件序号 + + + + + 保留字节 + + + + + ch:通过GenTL枚举到的设备信息 | en:Device Information discovered by with GenTL + + + + + 采集卡ID + + + + + 设备ID + + + + + 供应商名字 + + + + + 模型名 + + + + + 传输类型 + + + + + 显示名 + + + + + 用户自定义名 + + + + + 序列号 + + + + + 设备版本信息 + + + + + cti文件序号 + + + + + 保留字节 + + + + + ch:GenTL设备列表 | en:GenTL devices list + + + + + 在线设备数量 + + + + + 支持最多256个设备 + + + + + Net Trans Info + + + + + 已接收数据大小 [统计StartGrabbing和StopGrabbing之间的数据量] + + + + + 丢帧数量 + + + + + 接收帧数 + + + + + 请求重发包数 + + + + + 重发包数 + + + + + Frame Out Info + + + + + 图像宽 + + + + + 图像高 + + + + + 像素格式 + + + + + 帧号 + + + + + 时间戳高32位 + + + + + 时间戳低32位 + + + + + 保留,8字节对齐 + + + + + 主机生成的时间戳 + + + + + 帧数据大小 + + + + + 丢包数量 + + + + + 保留字节 + + + + + Chunk数据信息 + + + + + Chunk数据 + + + + + ChunkID + + + + + Chunk大小 + + + + + 保留字节 + + + + + Frame Out Info Ex + + + + + 图像宽 + + + + + 图像高 + + + + + 像素格式 + + + + + 帧号 + + + + + 时间戳高32位 + + + + + 时间戳低32位 + + + + + 保留,8字节对齐 + + + + + 主机生成的时间戳 + + + + + Frame大小 + + + + + 秒数 + + + + + 周期数 + + + + + 周期偏移量 + + + + + 增益 + + + + + 曝光时间 + + + + + 平均亮度 + + + + + Red + + + + + Green + + + + + Blue + + + + + 帧计数器 + + + + + 触发计数 + + + + + 输入 + + + + + 输出 + + + + + 水平偏移量 + + + + + 垂直偏移量 + + + + + Chunk宽度 + + + + + Chunk高度 + + + + + 丢包数 + + + + + 为解析的Chunk数量 + + + + + 为解析的Chunk列表 + + + + + 图像宽扩展 + + + + + 图像高扩展 + + + + + 帧长度扩展 + + + + + 保留字节 + + + + + 为解析的Chunk列表 + + + + + 为解析的Chunk内容 + + + + + 对齐结构体,无实际用途 + + + + + 输出帧信息 + + + + + 帧数据地址 + + + + + 帧信息 + + + + + 保留字节 + + + + + 取流策略 + + + + + 从旧到新一帧一帧的获取图像(默认为该策略) + + + + + 获取列表中最新的一帧图像(同时清除列表中的其余图像) + + + + + 获取列表中最新的图像,个数由OutputQueueSize决定,范围为1-ImageNodeNum,设置成1等同于LatestImagesOnly,设置成ImageNodeNum等同于OneByOne + + + + + 等待下一帧图像 + + + + + 显示帧信息 + + + + + 显示窗口的句柄 + + + + + 显示的帧数据 + + + + + 显示的帧数据大小 + + + + + 图像宽 + + + + + 图像高 + + + + + 像素格式 + + + + + 保留字节 + + + + + 显示帧信息 + + + + + 图像宽 + + + + + 图像高 + + + + + 像素格式 + + + + + 显示的帧数据 + + + + + 显示的帧数据大小 + + + + + 图像渲染方式 0-默认模式(Windows GDI/Linux OPENGL), 1-D3D模式(Windows有效) + + + + + 保留字节 + + + + + 图像信息 + + + + + 图像宽 + + + + + 图像高 + + + + + 像素格式 + + + + + 图像缓存 + + + + + 图像缓存大小 + + + + + 图像长度 + + + + + 保留字节 + + + + + ch:保存3D数据格式 | en:Save 3D file + + + + + 未定义数据格式 + + + + + PLY数据格式 + + + + + CSV数据格式 + + + + + OBJ数据格式 + + + + + 保存的点阵参数 + + + + + [IN] 每一行点的数量 + + + + + [IN] 行数 + + + + + [IN] 输入数据的像素格式 + + + + + [IN] 输入数据缓存 + + + + + [IN] 输入数据大小 + + + + + [OUT] 输出像素数据缓存 + + + + + [IN] 提供的输出缓冲区大小(nLinePntNum * nLineNum * (16*3 + 4) + 2048) + + + + + [OUT] 输出像素数据缓存长度 + + + + + 保存的点阵文件类型 + + + + + 保留字节 + + + + + 保存的图像格式 + + + + + 未定义类型 + + + + + Bmp图像格式 + + + + + Jpeg图像格式 + + + + + Png图像格式 + + + + + Tif图像格式 + + + + + 保存的图像参数 + + + + + [IN] 输入数据缓存 + + + + + [IN] 输入数据大小 + + + + + [IN] 输入数据的像素格式 + + + + + [IN] 图像宽 + + + + + [IN] 图像高 + + + + + [OUT] 输出图片缓存 + + + + + [OUT] 输出图片大小 + + + + + [IN] 提供的输出缓冲区大小 + + + + + [IN] 输出图片格式 + + + + + 保存的图像参数 + + + + + [IN] 输入数据缓存 + + + + + [IN] 输入数据大小 + + + + + [IN] 输入数据的像素格式 + + + + + [IN] 图像宽 + + + + + [IN] 图像高 + + + + + [OUT] 输出图片缓存 + + + + + [OUT] 输出图片大小 + + + + + [IN] 提供的输出缓冲区大小 + + + + + [IN] 输出图片格式 + + + + + [IN] 编码质量, (50-99] + + + + + [IN] Bayer的插值方法 0-快速 1-均衡 2-最优(如果传入其它值则默认为最优) + + + + + 保留字节 + + + + + 保存的图像信息扩展 + + + + + [IN] 输入数据缓存 + + + + + [IN] 输入数据大小 + + + + + [IN] 输入数据的像素格式 + + + + + [IN] 图像宽 + + + + + [IN] 图像高 + + + + + [OUT] 输出图片缓存 + + + + + [OUT] 输出图片大小 + + + + + [IN] 提供的输出缓冲区大小 + + + + + [IN] 输出图片格式 + + + + + [IN] 编码质量, (50-99] + + + + + [IN] Bayer的插值方法 0-快速 1-均衡 2-最优(如果传入其它值则默认为最优) + + + + + 保留字节 + + + + + 保存图像到文件的参数 + + + + + [IN] 输入数据的像素格式 + + + + + [IN] 输入数据缓存 + + + + + [IN] 输入数据大小 + + + + + [IN] 图像宽 + + + + + [IN] 图像高 + + + + + [IN] 输入图片格式 + + + + + [IN] 编码质量, (0-100] + + + + + [IN] 输入文件路径 + + + + + [IN] Bayer的插值方法 0-快速 1-均衡 2-最优(如果传入其它值则默认为最优) + + + + + 保留字节 + + + + + 保存图像到文件信息扩展 + + + + + [IN] 图像宽 + + + + + [IN] 图像高 + + + + + [IN] 输入数据的像素格式 + + + + + [IN] 输入数据缓存 + + + + + [IN] 输入数据大小 + + + + + [IN] 输入图片格式 + + + + + [IN] 输入文件路径 + + + + + [IN] 编码质量, (0-100] + + + + + [IN] Bayer的插值方法 0-快速 1-均衡 2-最优(如果传入其它值则默认为最优) + + + + + 保留字节 + + + + + 保存图片所需参数 + + + + + [IN] 输入图片格式 + + + + + [IN] 编码质量, (0-100] + + + + + [IN] Bayer的插值方法 0-快速 1-均衡 2-最优(如果传入其它值则默认为最优) + + + + + 保留字节 + + + + + 旋转角度 + + + + + 旋转90度 + + + + + 旋转180度 + + + + + 旋转270度 + + + + + 旋转图像参数 + + + + + [IN] 像素格式(仅支持Mono8/RGB24/BGR24) + + + + + [IN][OUT] 图像宽 + + + + + [IN][OUT] 图像高 + + + + + [IN] 输入数据缓存 + + + + + [IN] 输入数据大小 + + + + + [OUT] 输出图片缓存 + + + + + [OUT] 输出图片大小 + + + + + [IN] 提供的输出缓冲区大小 + + + + + [IN] 旋转角度 + + + + + 保留字节 + + + + + 图像翻转类型 + + + + + 垂直方向翻转 + + + + + 水平方向翻转 + + + + + 翻转图像参数 + + + + + [IN] 像素格式(仅支持Mono8/RGB24/BGR24) + + + + + [IN] 图像宽 + + + + + [IN] 图像高 + + + + + [IN] 输入数据缓存 + + + + + [IN] 输入数据大小 + + + + + [OUT] 输出图片缓存 + + + + + [OUT] 输出图片大小 + + + + + [IN] 提供的输出缓冲区大小 + + + + + [IN] 翻转类型 + + + + + 保留字节 + + + + + 像素转换参数 + + + + + [IN] 图像宽 + + + + + [IN] 图像高 + + + + + [IN] 源像素格式 + + + + + [IN] 输入数据缓存 + + + + + [IN] 输入数据大小 + + + + + [IN] 目标像素格式 + + + + + [OUT] 输出数据缓存 + + + + + [OUT] 输出数据大小 + + + + + [IN] 提供的输出缓冲区大小 + + + + + 保留字节 + + + + + 图像像素转换信息扩展 + + + + + [IN] 图像宽 + + + + + [IN] 图像高 + + + + + [IN] 源像素格式 + + + + + [IN] 输入数据缓存 + + + + + [IN] 输入数据大小 + + + + + [IN] 目标像素格式 + + + + + [OUT] 输出数据缓存 + + + + + [OUT] 输出数据大小 + + + + + [IN] 提供的输出缓冲区大小 + + + + + 保留字节 + + + + + Gamma类型 + + + + + 不启用 + + + + + GAMMA值 + + + + + GAMMA曲线,8位需要的长度:256*sizeof(unsigned char) + 10位需要的长度:1024*sizeof(unsigned short) + 12位需要的长度:4096*sizeof(unsigned short) + 16位需要的长度:65536*sizeof(unsigned short) + + + + + 线性RGB转非线性RGB + + + + + 非线性RGB转线性RGB + + + + + Gamma参数 + + + + + [IN] Gamma类型 + + + + + [IN] Gamma值 + + + + + [IN] Gamma曲线缓存 + + + + + [IN] Gamma曲线长度 + + + + + 保留字节 + + + + + CCM参数 + + + + + [IN] 是否启用CCM + + + + + [IN] CCM矩阵(-8192~8192) + + + + + 保留字节 + + + + + CCM参数 + + + + + [IN] 是否启用CCM + + + + + [IN] 量化3x3矩阵 + + + + + [IN] 量化系数(2的整数幂) + + + + + 保留字节 + + + + + CLUT参数 + + + + + [IN] 是否启用CLUT + + + + + [IN] 量化系数(2的整数幂) + + + + + [IN] CLUT大小,建议值17 + + + + + [OUT] 量化CLUT + + + + + [IN] 量化CLUT缓存大小(nCLUTSize*nCLUTSize*nCLUTSize*sizeof(int)*3) + + + + + 保留字节 + + + + + 对比度调节参数 + + + + + [IN] 图像宽度(最小8) + + + + + [IN] 图像高度(最小8) + + + + + [IN] 输入图像缓存 + + + + + [IN] 输入图像缓存长度 + + + + + [IN] 输入的像素格式 + + + + + [OUT] 输出像素数据缓存 + + + + + [IN] 提供的输出缓冲区大小 + + + + + [OUT] 输出像素数据缓存长度 + + + + + [IN] 对比度值,范围:[1, 10000] + + + + + 保留字节 + + + + + 锐化参数 + + + + + [IN] 图像宽度(最小8) + + + + + [IN] 图像高度(最小8) + + + + + [IN] 输入图像缓存 + + + + + [IN] 输入图像缓存长度 + + + + + [IN] 输入的像素格式 + + + + + [OUT] 输出像素数据缓存 + + + + + [IN] 提供的输出缓冲区大小 + + + + + [OUT] 输出像素数据缓存长度 + + + + + [IN] 锐度调节强度,范围:[0, 500] + + + + + [IN] 锐度调节半径(半径越大,耗时越长),范围:[1, 21] + + + + + [IN] 锐度调节阈值,范围:[0, 255] + + + + + 保留字节 + + + + + 色彩校正参数(包括CCM和CLUT) + + + + + [IN] 图像宽度 + + + + + [IN] 图像高度 + + + + + [IN] 输入图像缓存 + + + + + [IN] 输入图像缓存长度 + + + + + [IN] 输入的像素格式 + + + + + [OUT] 输出像素数据缓存 + + + + + [IN] 提供的输出缓冲区大小 + + + + + [OUT] 输出像素数据缓存长度 + + + + + [IN] 输入有效图像位数,8 or 10 or 12 or 16 + + + + + [IN] 输入Gamma信息 + + + + + [IN] 输入CCM信息 + + + + + [IN] 输入CLUT信息 + + + + + 保留字节 + + + + + 矩形ROI参数 + + + + + [IN] 矩形左上角X轴坐标 + + + + + [IN] 矩形左上角Y轴坐标 + + + + + [IN] 矩形宽度 + + + + + [IN] 矩形高度 + + + + + 噪声估计参数 + + + + + [IN] 图像宽度 + + + + + [IN] 图像高度 + + + + + [IN] 输入的像素格式 + + + + + [IN] 输入图像缓存 + + + + + [IN] 输入图像缓存长度 + + + + + [IN] 图像ROI + + + + + [IN] ROI个数 + + + + + [IN] 噪声阈值[0-4095] + + + + + [OUT] 输出噪声特性 + + + + + [IN] 提供的输出缓冲区大小 + + + + + [OUT] 输出噪声特性长度 + + + + + 保留字节 + + + + + 空域降噪参数 + + + + + [IN] 图像宽度 + + + + + [IN] 图像高度 + + + + + [IN] 输入的像素格式 + + + + + [IN] 输入图像缓存 + + + + + [IN] 输入图像缓存长度 + + + + + [OUT] 输出降噪后的数据 + + + + + [IN] 提供的输出缓冲区大小 + + + + + [OUT] 输出降噪后的数据长度 + + + + + [IN] 输入噪声特性 + + + + + [IN] 输入噪声特性长度 + + + + + [IN] 降噪强度(0-100) + + + + + [IN] 锐化强度(0-32) + + + + + [IN] 噪声校正系数(0-1280) + + + + + [IN] 亮度校正系数(1-2000) + + + + + [IN] 色调校正系数(1-2000) + + + + + [IN] 亮度降噪强度(0-100) + + + + + [IN] 色调降噪强度(0-100) + + + + + [IN] 锐化强度(1-1000) + + + + + 保留字节 + + + + + LSC标定参数 + + + + + [IN] 图像宽度(16~65536) + + + + + [IN] 图像高度(16~65536) + + + + + [IN] 输入的像素格式 + + + + + [IN] 输入图像缓存 + + + + + [IN] 输入图像缓存长度 + + + + + [OUT] 输出标定表缓存 + + + + + [IN] 提供的标定表缓冲大小(nWidth*nHeight*sizeof(unsigned short)) + + + + + [OUT] 输出标定表缓存长度 + + + + + [IN] 宽度分块数 + + + + + [IN] 高度分块数 + + + + + [IN] 边缘填充系数,范围1~5 + + + + + [IN] 标定方式,0-中心为基准 + 1-最亮区域为基准 + 2-目标亮度 + + + + + [IN] 目标亮度(8bits,[0,255]) + (10bits,[0,1023]) + (12bits,[0,4095]) + (16bits,[0,65535]) + + + + + 保留字节 + + + + + LSC校正参数 + + + + + [IN] 图像宽度(16~65536) + + + + + [IN] 图像高度(16~65536) + + + + + [IN] 输入的像素格式 + + + + + [IN] 输入图像缓存 + + + + + [IN] 输入图像缓存长度 + + + + + [OUT] 输出像素数据缓存 + + + + + [IN] 提供的输出缓冲区大小 + + + + + [OUT] 输出像素数据缓存长度 + + + + + [IN] 输入校正表缓存 + + + + + [IN] 输入校正表缓存长度 + + + + + 保留字节 + + + + + 噪声特性类型 + + + + + 无效 + + + + + 噪声曲线 + + + + + 噪声水平 + + + + + 默认值 + + + + + 噪声基本信息 + + + + + 版本 + + + + + 噪声特性类型 + + + + + 图像格式 + + + + + 平均噪声水平 + + + + + 曲线点数 + + + + + 噪声曲线 + + + + + 亮度曲线 + + + + + 保留字节 + + + + + 噪声估计参数 + + + + + [IN] 图像宽(大于等于8) + + + + + [IN] 图像高(大于等于8) + + + + + [IN] 像素格式 + + + + + [IN] 输入数据缓存 + + + + + [IN] 输入数据大小 + + + + + [IN] 噪声阈值(0-4095) + + + + + [IN] 用于存储噪声曲线和亮度曲线(需要外部分配,缓存大小:4096 * sizeof(int) * 2) + + + + + [OUT] 降噪特性信息 + + + + + [IN] 线程数量,0表示算法库根据硬件自适应;1表示单线程(默认);大于1表示线程数目 + + + + + 保留字节 + + + + + 降噪参数 + + + + + [IN] 图像宽(大于等于8) + + + + + [IN] 图像高(大于等于8) + + + + + [IN] 像素格式 + + + + + [IN] 输入数据缓存 + + + + + [IN] 输入数据大小 + + + + + [OUT] 输出降噪后的数据 + + + + + [IN] 提供的输出缓冲区大小 + + + + + [OUT] 输出降噪后的数据长度 + + + + + [IN] 降噪特性信息(来源于噪声估计) + + + + + [IN] 降噪强度(0-100) + + + + + [IN] 锐化强度(0-32) + + + + + [IN] 噪声校正系数(0-1280) + + + + + [IN] 线程数量,0表示算法库根据硬件自适应;1表示单线程(默认);大于1表示线程数目 + + + + + 保留字节 + + + + + 帧特殊信息 + + + + + [OUT] 秒数 + + + + + [OUT] 周期数 + + + + + [OUT] 周期偏移量 + + + + + [OUT] 增益 + + + + + [OUT] 曝光时间 + + + + + [OUT] 平均亮度 + + + + + [OUT] 红色 + + + + + [OUT] 绿色 + + + + + [OUT] 蓝色 + + + + + [OUT] 总帧数 + + + + + [OUT] 触发计数 + + + + + [OUT] 输入 + + + + + [OUT] 输出 + + + + + [OUT] 水平偏移量 + + + + + [OUT] 垂直偏移量 + + + + + [OUT] 水印宽 + + + + + [OUT] 水印高 + + + + + 保留字节 + + + + + HB解码参数 + + + + + [IN] 输入数据缓存 + + + + + [IN] 输入数据大小 + + + + + [OUT] 图像宽 + + + + + [OUT] 图像高 + + + + + [OUT] 输出数据缓存 + + + + + [IN] 提供的输出缓冲区大小 + + + + + [OUT] 输出数据大小 + + + + + [OUT] 输出的像素格式 + + + + + [OUT] 水印信息 + + + + + 保留字节 + + + + + 录像格式定义 + + + + + 未定义格式 + + + + + AVI格式 + + + + + 录像参数 + + + + + [IN] 输入数据的像素格式 + + + + + [IN] 图像宽(指定目标参数时需为8的倍数) + + + + + [IN] 图像高(指定目标参数时需为8的倍数) + + + + + [IN] 帧率fps(大于1/16) + + + + + [IN] 码率kbps(128kbps-16Mbps) + + + + + [IN] 录像格式 + + + + + [IN] 录像文件存放路径 + + + + + 保留字节 + + + + + 输入帧信息 + + + + + [IN] 图像数据指针 + + + + + [IN] 图像大小 + + + + + 保留字节 + + + + + 采集模式 + + + + + 单帧模式 + + + + + 多帧模式 + + + + + 持续采集模式 + + + + + 增益模式 + + + + + 关闭 + + + + + 一次 + + + + + 连续 + + + + + 曝光模式 + + + + + Timed + + + + + TriggerWidth + + + + + 自动曝光模式 + + + + + 关闭 + + + + + 一次 + + + + + 连续 + + + + + 相机触发模式 + + + + + 关闭 + + + + + 打开 + + + + + Gamma选择器 + + + + + USER + + + + + SRGB + + + + + 自动白平衡 + + + + + 关闭自动白平衡 + + + + + 一次自动白平衡 + + + + + 连续自动白平衡 + + + + + 触发源 + + + + + LINE0 + + + + + LINE1 + + + + + LINE2 + + + + + LINE3 + + + + + COUNTER0 + + + + + SOFTWARE + + + + + FrequencyConverter + + + + + ALL MATHCH INFO + + + + + 需要输出的信息类型,e.g. MV_MATCH_TYPE_NET_DETECT + + + + + 输出的信息缓存,由调用者分配 + + + + + 信息缓存的大小 + + + + + + + + + + 已接收数据大小 [统计StartGrabbing和StopGrabbing之间的数据量] + + + + + 丢失的包数量 + + + + + 丢帧数量 + + + + + 帧数 + + + + + 请求重发包数 + + + + + 重发包数 + + + + + USB + + + + + 已接收数据大小 [统计OpenDevicce和CloseDevice之间的数据量] + + + + + 已收到的帧数 + + + + + 错误帧数 + + + + + 保留字节 + + + + + 图像的基本信息 + + + + + 宽度值 + + + + + 宽度最小值 + + + + + 宽度最大值 + + + + + Width Inc + + + + + 高度值 + + + + + 高度最小值 + + + + + 高度最大值 + + + + + Height Inc + + + + + 帧率 + + + + + 最小帧率 + + + + + 最大帧率 + + + + + 当前的像素格式 + + + + + 支持的像素格式种类 + + + + + 像素列表 + + + + + 保留字节 + + + + + 节点是否可见的权限等级 + + + + + Always visible + + + + + Visible for experts or Gurus + + + + + Visible for Gurus + + + + + Not Visible + + + + + Object is not yet initialized + + + + + 事件信息 + + + + + 事件名 + + + + + Event号 + + + + + 流通到序号 + + + + + 帧号高位 + + + + + 帧号低位 + + + + + 时间戳高位 + + + + + 时间戳低位 + + + + + Event数据 + + + + + Event数据长度 + + + + + 保留字节 + + + + + 节点错误类型 + + + + + 节点不存在 + + + + + 访问条件错误,通常是节点不可读写 + + + + + 写入越界,超出该节点支持的范围 + + + + + 校验失败,通常是写入的值与文件中的值不匹配 + + + + + 其它错误,可查阅日志 + + + + + 节点错误信息 + + + + + 节点名称 + + + + + 错误类型 + + + + + 保留字节 + + + + + 错误信息列表 + + + + + 错误个数 + + + + + 错误信息 + + + + + 保留字节 + + + + + 节点名称 + + + + + 节点名称 + + + + + 保留字节 + + + + + 节点列表 + + + + + 错误信息 + + + + + 节点个数 + + + + + 保留字节 + + + + + 文件存取 + + + + + 用户文件名 + + + + + 设备文件名 + + + + + 保留字节 + + + + + 文件存取 + + + + + 用户文件数据缓存空间 + + + + + 用户数据缓存大小 + + + + + 文件实际缓存大小 + + + + + 设备文件名 + + + + + 保留字节 + + + + + 文件存取进度 + + + + + 已完成的长度 + + + + + 总长度 + + + + + 保留字节 + + + + + GigE传输类型 + + + + + 表示单播(默认) + + + + + 表示组播 + + + + + 表示局域网内广播,暂不支持 + + + + + 表示子网内广播,暂不支持 + + + + + 表示从相机获取,暂不支持 + + + + + 表示用户自定义应用端接收图像数据Port号 + + + + + 表示设置了单播,但本实例不接收图像数据 + + + + + 表示组播模式,但本实例不接收图像数据 + + + + + 传输模式,可以为单播模式、组播模式等 + + + + + 传输模式 + + + + + 目标IP,组播模式下有意义 + + + + + 目标Port,组播模式下有意义 + + + + + 保留字节 + + + + + 动作命令信息 + + + + + 设备密钥 + + + + + 组键 + + + + + 组掩码 + + + + + 只有设置成1时Action Time才有效,非1时无效 + + + + + 预定的时间,和主频有关 + + + + + 广播包地址 + + + + + 等待ACK的超时时间,如果为0表示不需要ACK + + + + + 只有设置成1时指定的网卡IP才有效,非1时无效 + + + + + 指定的网卡IP + + + + + 保留字节 + + + + + 动作命令结果 + + + + + IP address of the device + + + + + status code returned by the device + + + + + 保留字节 + + + + + 动作命令结果列表 + + + + + 返回值个数 + + + + + 返回的结果 + + + + + 每个节点对应的接口类型 + + + + + IValue接口类型 + + + + + IBase接口类型 + + + + + IInteger接口类型 + + + + + IBoolean接口类型 + + + + + ICommand接口类型 + + + + + IFloat接口类型 + + + + + IString接口类型 + + + + + IRegister接口类型 + + + + + ICategory接口类型 + + + + + IEnumeration接口类型 + + + + + IEnumEntry接口类型 + + + + + IPort接口类型 + + + + + XML节点特点 + + + + + 节点类型 + + + + + 是否可见 + + + + + 节点描述 + + + + + 显示名称 + + + + + 节点名 + + + + + 提示 + + + + + 保留字节 + + + + + XML节点列表 + + + + + 节点个数 + + + + + 节点列表 + + + + + 整型节点值 + + + + + 当前值 + + + + + 最大值 + + + + + 最小值 + + + + + Inc + + + + + 保留字节 + + + + + 整型节点值 + + + + + 当前值 + + + + + 最大值 + + + + + 最小值 + + + + + Inc + + + + + 保留字节 + + + + + 浮点型节点值 + + + + + 当前值 + + + + + 最大值 + + + + + 最小值 + + + + + 保留字节 + + + + + 枚举型节点值 + + + + + 当前值 + + + + + 有效数据个数 + + + + + 保留字节 + + + + + 保留字节 + + + + + 枚举型节点值 + + + + + 当前值 + + + + + 有效数据个数 + + + + + 保留字节 + + + + + 保留字节 + + + + + 字符串型节点值 + + + + + 当前值 + + + + + 节点值的最大长度 + + + + + 保留字节 + + + + + 节点的读写性 + + + + + 未实现 + + + + + 不可获取 + + + + + 只写 + + + + + 只读 + + + + + 可读可写 + + + + + 未定义 + + + + + 内部用于AccessMode循环检测 + + + + + 整型节点 + + + + + 节点名 + + + + + 显示名称 + + + + + 节点描述 + + + + + 提示 + + + + + 是否可见 + + + + + 访问模式 + + + + + 是否锁定。0-否;1-是 + + + + + 当前值 + + + + + 最小值 + + + + + 最大值 + + + + + 增量 + + + + + 保留字节 + + + + + 布尔型节点 + + + + + 节点名 + + + + + 显示名称 + + + + + 节点描述 + + + + + 提示 + + + + + 是否可见 + + + + + 访问模式 + + + + + 是否锁定。0-否;1-是 + + + + + 当前值 + + + + + 保留字节 + + + + + 命令型节点 + + + + + 节点名 + + + + + 显示名称 + + + + + 节点描述 + + + + + 提示 + + + + + 是否可见 + + + + + 访问模式 + + + + + 是否锁定。0-否;1-是 + + + + + 保留字节 + + + + + 浮点型节点 + + + + + 节点名 + + + + + 显示名称 + + + + + 节点描述 + + + + + 提示 + + + + + 是否可见 + + + + + 访问模式 + + + + + 是否锁定。0-否;1-是 + + + + + 当前值 + + + + + 最小值 + + + + + 最大值 + + + + + 增量 + + + + + 保留字节 + + + + + 字符串类型节点 + + + + + 节点名 + + + + + 显示名称 + + + + + 节点描述 + + + + + 提示 + + + + + 是否可见 + + + + + 访问模式 + + + + + 是否锁定。0-否;1-是 + + + + + 当前值 + + + + + 保留字节 + + + + + 寄存器型节点 + + + + + 节点名 + + + + + 显示名称 + + + + + 节点描述 + + + + + 提示 + + + + + 是否可见 + + + + + 访问模式 + + + + + 是否锁定。0-否;1-是 + + + + + 当前值 + + + + + 保留字节 + + + + + 类别属性 + + + + + 节点描述 + + + + + 显示名称 + + + + + 节点名 + + + + + 提示 + + + + + 是否可见 + + + + + 保留字节 + + + + + EnumEntry属性节点 + + + + + 节点名 + + + + + 显示名称 + + + + + 节点描述 + + + + + 提示 + + + + + + + + + + 父节点数 + + + + + 父节点列表 + + + + + 是否可见 + + + + + 当前值 + + + + + 访问模式 + + + + + 是否锁定。0-否;1-是 + + + + + 保留字节 + + + + + 节点描述 + + + + + 节点描述 + + + + + Enumeration属性节点 + + + + + 是否可见 + + + + + 节点描述 + + + + + 显示名称 + + + + + 节点名 + + + + + 提示 + + + + + Symbolic数 + + + + + 当前Symbolic索引 + + + + + Symbolic索引 + + + + + 访问模式 + + + + + 是否锁定。0-否;1-是 + + + + + 当前值 + + + + + 保留字节 + + + + + Port属性节点 + + + + + 是否可见 + + + + + 节点描述 + + + + + 显示名称 + + + + + 节点名 + + + + + 提示 + + + + + 访问模式 + + + + + 是否锁定。0-否;1-是 + + + + + 保留字节 + + + + 辅助线颜色 + + + [0.0 , 1.0] + + + [0.0 , 1.0] + + + [0.0 , 1.0] + + + [0.0 , 1.0] + + + 预留字节 + + + 自定义点坐标 + + + [0.0 , 1.0] + + + [0.0 , 1.0] + + + 预留字节 + + + 矩形框区域信息 + + + [0.0 , 1.0] + + + [0.0 , 1.0] + + + [0.0 , 1.0] + + + [0.0 , 1.0] + + + 辅助线颜色 + + + 辅助线宽度 + + + 预留字节 + + + 圆形框区域信息 + + + 圆心信息 + + + 宽向半径,根据图像的相对位置[0, 1.0] + + + 高向半径,根据图像的相对位置[0, 1.0] + + + 辅助线颜色信息 + + + 辅助线宽度 + + + 预留字节 + + + 线条辅助线信息 + + + 线条辅助线的起始点坐标 + + + 线条辅助线的终点坐标 + + + 辅助线颜色信息 + + + 辅助线宽度 + + + 预留字节 + + + 枚举类型指定条目信息 + + + 指定值 + + + 指定值对应的符号 + + + 预留字节 + + + U3V流异常类型 + + + 异常的图像,该帧被丢弃 + + + 缓存列表溢出,清除最旧的一帧 + + + 缓存列表为空,该帧被丢弃 + + + 断流恢复 + + + 断流,恢复失败,取流被中止 + + + 设备异常,取流被中止 + + + 重构后的图像列表 + + + 源图像宽 + + + 源图像高 + + + 像素格式 + + + 输出数据缓存 + + + 输出数据长度 + + + 提供的输出缓冲区大小 + + + 预留字节 + + + + 分时曝光的图像处理方式 + + + + + 源图像按行拆分成多张图像 + + + + + 源图像两行拆分成多张图像 + + + + 重构图像参数信息 + + + 源图像宽 + + + 源图像高 + + + 像素格式 + + + 输入数据缓存 + + + 输入数据长度 + + + 曝光个数(1-8] + + + 图像重构方式 + + + + 输出数据缓存信息 + + + + 预留字节 + + + 串口信息 + + + + 串口号 + + + + + 保留字节 + + + + 串口列表 + + + + 串口数量 + + + + + 串口信息 + + + + + 保留字节 + + + + + 像素格式定义 + + + + + 未定义像素格式 + + + + + Mono1p + + + + + Mono2p + + + + + Mono4p + + + + + Mono8 + + + + + Mono8_Signed + + + + + Mono10 + + + + + Mono10_Packed + + + + + Mono12 + + + + + Mono12_Packed + + + + + Mono14 + + + + + Mono16 + + + + + BayerGR8 + + + + + BayerRG8 + + + + + BayerGB8 + + + + + BayerBG8 + + + + + BayerRBGG8 + + + + + BayerGR10 + + + + + BayerRG10 + + + + + BayerGB10 + + + + + BayerBG10 + + + + + BayerGR12 + + + + + BayerRG12 + + + + + BayerGB12 + + + + + BayerBG12 + + + + + BayerGR10_Packed + + + + + BayerRG10_Packed + + + + + BayerGB10_Packed + + + + + BayerBG10_Packed + + + + + BayerGR12_Packed + + + + BayerRG12_Packed + + + BayerGB12_Packed + + + BayerBG12_Packed + + + BayerGR16 + + + BayerRG16 + + + BayerGB16 + + + BayerBG16 + + + RGB8_Packed + + + BGR8_Packed + + + RGBA8_Packed + + + BGRA8_Packed + + + RGB10_Packed + + + BGR10_Packed + + + RGB12_Packed + + + BGR12_Packed + + + RGB16_Packed + + + BGR16_Packed/// + + + RGBA16_Packed + + + BGRA16_Packed + + + RGB10V1_Packe + + + RGB10V2_Packed + + + RGB12V1_Packed + + + RGB565_Packed + + + BGR565_Packed + + + YUV411_Packed + + + YUV422_Packed + + + YUV422_YUYV_Packed + + + YUV444_Packed + + + YCBCR8_CBYCR + + + YCBCR422_8 + + + YCBCR422_8_CBYCRY + + + YCBCR411_8_CBYYCRYY + + + YCBCR601_8_CBYCR + + + YCBCR601_422_8 + + + YCBCR601_422_8_CBYCRY + + + YCBCR601_411_8_CBYYCRYY + + + YCBCR709_8_CBYCR + + + YCBCR709_422_8 + + + YCBCR709_422_8_CBYCRY + + + YCBCR709_411_8_CBYYCRYY + + + YUV420SP_NV12 + + + YUV420SP_NV21 + + + RGB8_Planar + + + RGB10_Planar + + + RGB12_Planar + + + RGB16_Planar + + + Jpeg + + + Coord3D_ABC32f + + + Coord3D_ABC32f_Planar + + + Coord3D_AC32f + + + COORD3D_DEPTH_PLUS_MASK + + + Coord3D_ABC32 + + + Coord3D_AB32f + + + Coord3D_AB32 + + + Coord3D_AC32f_64 + + + Coord3D_AC32f_Planar + + + Coord3D_AC32 + + + Coord3D_A32f + + + Coord3D_A32 + + + Coord3D_C32f + + + Coord3D_C32 + + + Coord3D_ABC16 + + + Coord3D_C16 + + + Float32 + + + HB_Mono8 + + + HB_Mono10 + + + HB_Mono10_Packed + + + HB_Mono12 + + + HB_Mono12_Packed + + + HB_Mono16 + + + HB_BayerGR8 + + + HB_BayerRG8 + + + HB_BayerGB8 + + + HB_BayerBG8 + + + HB_BayerRBGG8 + + + HB_BayerGR10 + + + HB_BayerRG10 + + + HB_BayerGB10 + + + HB_BayerBG10 + + + HB_BayerGR12 + + + HB_BayerRG12 + + + HB_BayerGB12 + + + HB_BayerBG12 + + + HB_BayerGR10_Packed + + + HB_BayerRG10_Packed + + + HB_BayerGB10_Packed + + + HB_BayerBG10_Packed + + + HB_BayerGR12_Packed + + + HB_BayerRG12_Packed + + + HB_BayerGB12_Packed + + + HB_BayerBG12_Packed + + + HB_YUV422_Packed + + + HB_YUV422_YUYV_Packed + + + HB_RGB8_Packed + + + HB_BGR8_Packed + + + HB_RGBA8_Packed + + + HB_BGRA8_Packed + + + HB_RGB16_Packed + + + HB_BGR16_Packed + + + HB_RGBA16_Packed + + + HB_BGRA16_Packed + + + + 图像类,实现基本的图像属性和接口,实现图像克隆、ToBitmap。作为其他图像类的基类 + + + + + 根据图像宽、高和像素格式创建对象,内部申请内存 + + 图像宽度 + 图像高度 + 像素格式 + 相机句柄,用于ToBitmap时像素格式转换 + + + + 根据图像宽、高、像素格式、图像大小创建对象,内部申请内存 + + 图像宽度 + 图像高度 + 像素格式 + 图像大小 + 相机句柄,用于ToBitmap时像素格式转换 + + + + 根据图像宽、高、像素格式、图像大小创建对象,外部传入内存 + + + + + + + + + + + 用于克隆 + + + + + + 构造空对象,内部变量由由子类初始化 + + + + + 相机句柄,用于内部做格式转换等图像处理 + + + + + 非托管内存指针 + + + + + 图像数据,内部会进行一次拷贝,将非托管内存拷贝到托管内存 + + + + + 从C库获取图像地址(GetImageBuffer或者回调),包装成Image,图像数据存放在非托管内存中 + + + + + 使用传入的非托管内存创建新的对象 + + + + + + + 设备句柄 + + + + 非托管内存指针 + + + + + 图像数据,内部会进行一次拷贝,将非托管内存拷贝到托管内存 + + + + + 基于内存池的Image对象,用于图像处理相关接口 + + + + + 根据图像宽、高和像素格式创建对象,内部申请内存 + + 图像宽度 + 图像高度 + 像素格式 + 相机句柄,用于ToBitmap时像素格式转换 + 内存池 + + + + 根据图像宽、高、像素格式、图像大小创建对象,内部申请内存 + + 图像宽度 + 图像高度 + 像素格式 + 相机句柄,用于ToBitmap时像素格式转换 + 图像大小 + 内存池 + + + + 根据图像宽、高、像素格式、图像大小创建对象,外部传入内存池内存 + + + + + + + + + + + + 整型参数实现类 + + + + + 整形参数 + + + + + 当前值 + + + + + 最大值 + + + + + 最小值 + + + + + Increment + + + + + 枚举项参数 + + + + + 枚举值 + + + + + 枚举符号 + + + + + 枚举类型实现类 + + + + + 枚举类型参数 + + + + + 当前枚举项 + + + + + 支持的枚举类型个数 + + + + + 支持的枚举项列表 + + + + + float类型实现类 + + + + + 浮点型参数 + + + + + 当前值 + + + + + 最大值 + + + + + 最小值 + + + + + String类型参数实现类 + + + + + 字符串类型参数 + + + + + 当前值 + + + + + 最大长度 + + + + + 参数导入时出错的节点信息 + + + + + 参数导入导出时的节点错误信息 + + + + + 节点名称 + + + + + 错误类型 + + + + + 节点名称 + + + + + 错误信息 + + + + + 参数实现类 + + + + + 提供设备参数配置相关接口 + + + + + 清除GenICam节点缓存 + + 成功,返回MV_OK;失败,返回错误码 + + 在加载工业相机节点时需要读取GenICam配置文件,该接口可以起到清除GenICam缓存的功能。 + + + + + 获取Integer属性值 + + 属性键值,如获取宽度信息则为"Width" + 属性值 + 成功,返回MV_OK;失败,返回错误码 + + + + 设置Integer型属性值 + + 属性键值,如设置宽度信息则为"Width" + 属性值 + 成功,返回MV_OK;失败,返回错误码 + + + + 获取Enumeration属性值 + + 属性键值,如获取像素格式信息则为"PixelFormat" + 属性值 + 成功,返回MV_OK;失败,返回错误码 + + + + 设置Enumeration属性值 + + 属性键值,如设置像素格式信息则为"PixelFormat" + Enum型节点的值 + 成功,返回MV_OK;失败,返回错误码 + + + + 设置Enumeration属性 + + 属性键值,如设置像素格式信息则为"PixelFormat" + EnumEntry的名称 + 成功,返回MV_OK;失败,返回错误码 + + + + 获取Float属性值 + + 属性键值 + 属性值 + 成功,返回MV_OK;失败,返回错误码 + + + + 设置Float型属性值 + + 属性键值 + 属性值 + 成功,返回MV_OK;失败,返回错误码 + + + + 获取Boolean属性值 + + 属性键值 + 属性值 + 成功,返回MV_OK;失败,返回错误码 + + + + 设置Boolean型属性值 + + 属性键值 + 属性值 + 成功,返回MV_OK;失败,返回错误码 + + + + 获取String属性值 + + 属性键值 + 属性值 + 成功,返回MV_OK;失败,返回错误码 + + + + 设置String型属性值 + + 属性键值 + 属性值 + 成功,返回MV_OK;失败,返回错误码 + + + + 设置Command型属性值 + + 属性键值 + 成功,返回MV_OK;失败,返回错误码 + + + + 导入设备属性文件 + + 文件路径 + 成功,返回MV_OK;失败,返回错误码 + + + + 导入设备属性文件并保存错误信息列表 + + 文件路径 + 导入失败的节点信息 + 成功,返回MV_OK;失败,返回错误码 + 部分节点导入失败时也会返回MV_OK,通过nodeErrors返回导入失败的节点及错误原因 + + + + 保存设备属性到文件 + + 文件路径 + 成功,返回MV_OK;失败,返回错误码 + + + + 通过设备寄存器地址读取寄存器 + + 待读取的内存地址,该地址可以从设备的Camera.xml文件中获取,形如xxx_RegAddr的xml节点值 + 待读取的内存长度 + 存放读到的内存值(GEV设备内存值是按照大端模式存储的,其它协议设备按照小端存储) + 成功,返回MV_OK;失败,返回错误码 + + 访问设备,读取某段寄存器的数据。 + + + + + 通过设备寄存器地址写寄存器 + + 待写入的内存地址,该地址可以从设备的Camera.xml文件中获取,形如xxx_RegAddr的xml节点值 + 待写入的内存长度 + 待写入的内存值(注意GEV设备内存值要按照大端模式存储,其它协议设备按照小端存储) + 成功,返回MV_OK;失败,返回错误码 + + 访问设备,把一段数据写入某段寄存器。 + + + + + 获取设备属性树XML + + 设备xml + 成功,返回MV_OK;失败,返回错误码 + + + + 获得当前节点的访问模式 + + 节点名称 + 节点的访问模式 + 成功,返回MV_OK;失败,返回错误码 + + + + 获得当前节点的类型 + + 节点名称 + 节点类型 + 成功,返回MV_OK;失败,返回错误码 + + + + 从设备读取文件,保存为本地文件 + + 设备文件名 + 本地文件路径 + 成功,返回MV_OK;失败,返回错误码 + + + + 从设备读取文件,保存在内存 + + 设备文件名 + 缓存 + 成功,返回MV_OK;失败,返回错误码 + + + + 将文件写入设备 + + 设备文件名 + 本地文件路径 + 成功,返回MV_OK;失败,返回错误码 + + + + 将内存中的文件写入设备 + + 设备文件名 + 缓存 + 成功,返回MV_OK;失败,返回错误码 + + + + 获取文件存取的进度 + + 已完成的长度 + 总长度 + 成功,返回MV_OK;失败,返回错误码 + + + + 设备句柄 + + + + + FileAccessRead到Byte数组时的默认文件大小 + + + + + 构造函数 + + + + + + 提供像素格式转换相关接口 + + + + + 设置图像插值算法类型 + + 图像插值算法 + 成功,返回MV_OK;失败,返回错误码 + + 设置内部图像转换接口的Bayer插值算法类型参数,使用的插值算法是该接口所设定的 + + + + + 插值算法平滑使能设置 + + 平滑使能(默认关闭) + 成功,返回MV_OK;失败,返回错误码 + + 设置内部图像转换接口的Bayer插值平滑使能参数,使用的插值算法是该接口所设定的。 + + + + + 设置Bayer格式的Gamma值 + + Gamma值:0.1 ~ 4.0 + 成功,返回MV_OK;失败,返回错误码 + + 设置该值后,将Bayer8/10/12/16格式转成RGB24/48, RGBA32/64,BGR24/48,BGRA32/64时起效。 + + + + + 设置Mono8/Bayer8/10/12/16格式的Gamma值 + + 像素格式 + Gamma值:0.1 ~ 4.0 + 成功,返回MV_OK;失败,返回错误码 + + 设置Mono8的gamma值后,再调用将Mono8转成Mono8时gamma值起效。 + 设置Bayer8/10/12/16的gamma值后,将Bayer8/10/12/16格式转成RGB24/48, RGBA32/64,BGR24/48,BGRA32/64时起效。 + 该接口兼容接口,新增支持Mono8像素格式 + + + + + 设置Bayer格式的Gamma信息 + + Gamma参数 + 成功,返回MV_OK;失败,返回错误码 + + 设置该信息后,在将Bayer8/10/12/16格式转成RGB24/48, RGBA32/64,BGR24/48,BGRA32/64时起效。 + + + + + 设置Bayer格式的CCM使能和矩阵,量化系数默认1024 + + CCM参数 + 成功,返回MV_OK;失败,返回错误码 + + 开启CCM并设置CCM矩阵后,在将Bayer8/10/12/16格式转成RGB24/48, RGBA32/64,BGR24/48,BGRA32/64时起效。 + + + + + 像素格式转换 + + 输入图像 + 输出图像。图像使用完之后需调用Dispose方法及时释放内存,防止内存快速上涨。 + 目标像素格式 + 成功,返回MV_OK;失败,返回错误码 + + + + 像素格式转换 + + 输入图像 + 输出图像缓存 + 输出图像长度 + 目标像素格式 + 成功,返回MV_OK;失败,返回错误码 + + + + 获取像素格式转换所需的缓存大小 + + 目标像素格式 + 图像宽 + 图像高 + 缓存大小 + + + + 设备句柄, 用于内部做格式转换 + + + + + 构造函数,内部创建内存池,只在ToBitmap中使用 + + 设备句柄 + + + + 构造函数 + + 设备句柄 + + + + + 设置图像插值算法类型 + + 图像插值算法 + 成功,返回MV_OK;失败,返回错误码 + + + + 插值算法平滑使能设置 + + 平滑使能(默认关闭) + 成功,返回MV_OK;失败,返回错误码 + + + + 设置Bayer格式的Gamma值 + + Gamma值:0.1 ~ 4.0 + 成功,返回MV_OK;失败,返回错误码 + + + + 设置Mono8/Bayer8/10/12/16格式的Gamma值 + + 像素格式 + Gamma值:0.1 ~ 4.0 + 成功,返回MV_OK;失败,返回错误码 + + + + 设置Bayer格式的Gamma信息 + + Gamma参数 + 成功,返回MV_OK;失败,返回错误码 + + + + 设置Bayer格式的CCM使能和矩阵,量化系数默认1024 + + CCM参数 + 成功,返回MV_OK;失败,返回错误码 + + + + 将图像转换为指定格式,输出IImage图像 + + 输入图像 + 输出图像 + 目的像素格式 + 成功,返回MV_OK;失败,返回错误码 + + + + 将图像转换为指定格式,输出Byte数组 + + 输入图像 + 输出图像缓存 + 输出图像长度 + 目的像素格式 + 成功,返回MV_OK;失败,返回错误码 + + outBuffer设置为null时, outDataLen会给出结果图像需要的缓存长度 + + + + + 获取像素格式转换所需的缓存大小 + + 目标像素格式 + 图像宽 + 图像高 + 缓存大小 + + + + SDk全局信息及操作接口 + + + + + 获取SDK版本信息 + + SDK版本号,格式x.y.z.a + + + + 初始化SDK + + 成功,返回MV_OK;失败,返回错误码 + + + + 反初始化SDK,释放资源 + + 成功,返回MV_OK;失败,返回错误码 + + + + 图像数据和帧信息 + + + + + 图像数据 + + + + + 帧号 + + + + + 设备时间戳 + + + + + 主机时间戳 + + + + + 帧长度 + + + + + 设备水印时标 + + + + + 周期数 + + + + + 周期偏移量 + + + + + 增益 + + + + + 曝光时间 + + + + + 平均亮度 + + + + + 白平衡红色通道 + + + + + 白平衡绿色通道 + + + + + 白平衡蓝色通道 + + + + + 总帧数 + + + + + 触发计数 + + + + + 输入 + + + + + 输出 + + + + + ROI区域,水平偏移量 + + + + + ROI区域,垂直偏移量 + + + + + 本帧丢包数 + + + + + Chunk数据 + + + + + 深拷贝 + + + + + + 相机句柄 + + + + + 图像类 + + + + + 提供取流相关接口 + + + + + 设置SDK内部图像缓存节点个数,大于等于1 + + 缓存节点个数 + 成功,返回MV_OK;失败,返回错误码 + + 调用该接口可以设置SDK内部图像缓存节点个数,在 IStreamGrabber.StartGrabbing() 前调用。 + 不同相机因为取流方式不同,不调用SetImageNodeNum方法的情况下,不同相机默认缓存节点的个数不同:比如 双U内部分配默认3个节点。 + SDK实际分配的节点个数 = SDK内部预分配的个数 + 用户分配的节点(SetImageNodeNum); + + + + + 获取当前图像缓存区的有效图像个数 + + 有效图像个数 + 成功,返回MV_OK;失败,返回错误码 + + + + 开始取流 + + 成功,返回MV_OK;失败,返回错误码 + + + + 开始取流,支持设置取流策略 + + 策略枚举值 + 成功,返回MV_OK;失败,返回错误码 + + + + 设置输出缓存个数(只有在 StreamGrabStrategy.LatestImages 策略下才有效,范围:1-ImageNodeNum) + + 输出缓存个数 + 成功,返回MV_OK;失败,返回错误码 + + + + 停止取流 + + 成功,返回MV_OK;失败,返回错误码 + + + + 获取一帧图像 + + 等待超时时间 + 图像数据和图像信息 + 成功,返回MV_OK;失败,返回错误码 + + + + 释放图像缓存(此接口用于释放不再使用的图像缓存,与 IStreamGrabber.FreeImageBuffer() 配套使用) + + 图像数据和图像数据 + 成功,返回MV_OK;失败,返回错误码 + + + + 清除取流数据缓存 + + 成功,返回MV_OK;失败,返回错误码 + + 该接口允许用户在不停止取流的时候,就能清除缓存中不需要的图像。 + 该接口在连续模式切触发模式后,可以清除历史数据。 + + + + + 设备流异常事件,只有USB设备支持 + + + 在StartGrabbing前调用 + + + + + 采集一帧图像的事件,获取图像数据 + + + 在StartGrabbing前调用 + + + + + 内部回调图像回调函数 + + + + + + + + 内部流异常回调函数 + + + + + + + 将MvCCDll中的帧结构体转为FrameOut类 + + + + + + + + USB流异常回调 + + + + + 设置U3V的传输包大小 + + 传输的包大小,单位:Byte,默认为1M,范围:Windows[0x400, 0x400000], Linux[0x400, 0x200000] + 成功,返回MV_OK;失败,返回错误码 + + 增加传输包大小可以适当降低取流时的CPU占用率。但不同的PC和不同USB扩展卡存在不同的兼容性,如果该参数设置过大可能会出现取不到图像的风险。 + + + + + 获取U3V的传输包大小 + + 传输的包大小, 单位:Byte + 成功,返回MV_OK;失败,返回错误码 + + + + 设置U3V的传输通道个数 + + 传输通道个数,范围:1-10 + 成功,返回MV_OK;失败,返回错误码 + + 可根据PC的性能、设备出图帧率、图像大小和内存使用率等因素对该参数进行调节。但不同的PC和不同的USB扩展卡存在不同的兼容性。 + + + + + 获取U3V的传输通道个数 + + 传输通道个数 + 成功,返回MV_OK;失败,返回错误码 + + 该接口用于获取当前的U3V异步取流节点个数,2000W设备的MONO8默认为3个,YUV为默认2个,RGB为默认1个,其它情况默认8个节点。 + + + + + 设置U3V的事件缓存节点个数 + + 事件缓存节点个数,范围:1-64 + 成功,返回MV_OK;失败,返回错误码 + + 该接口用于设置当前的U3V事件缓存节点个数,默认情况下为5个。 + + + + + 设置U3V相机同步读写超时时间,范围为1000~UINT,默认1000 ms + + 同步读写超时时间 + 成功,返回MV_OK;失败,返回错误码 + + + + 获取U3V相机同步读写超时时间 + + 同步读写超时时间 + 成功,返回MV_OK;失败,返回错误码 + + + + 获取主机从USB设备接收的数据统计信息,如已接收字节数、帧数 + + USB传输信息 + 成功,返回MV_OK;失败,返回错误码 + + + + 录像功能实现类 + + + + + 录像,将图片录制成AVI格式视频 + + + + + 开始录像 + + 录像文件存放路径 + 录像参数 + 成功,返回MV_OK;失败,返回错误码 + + + + 输入录像数据 + + 图像数据 + 成功,返回MV_OK;失败,返回错误码 + + + + 停止录像 + + 成功,返回MV_OK;失败,返回错误码 + + + + 异常信息 + + + + + 错误码 + + + + + Xml节点访问模式 + + + + + 不可实现 + + + + + 不可用 + + + + + 只写 + + + + + 只读 + + + + + 读写 + + + + + 未定义 + + + + + 内部用于AccessMode循环检测 + + + + + 每个节点对应的接口类型 + + + + + Value + + + + + Base + + + + + Integer + + + + + Boolean + + + + + Command + + + + + Float + + + + + String + + + + + Register + + + + + Category + + + + + Enumeration + + + + + EnumEntry + + + + + Port + + + + + 节点错误信息的类型 + + + + + 节点不存在 + + + + + 访问条件错误,通常是节点不可读写 + + + + + 写入越界,超出该节点支持的范围 + + + + + 校验失败,通常是写入的值与文件中的值不匹配 + + + + + 其它错误,可查阅日志 + + + + + 图像插值算法类型 + + + + + 快速 + + + + + 均衡 + + + + + 最优 + + + + + 最优+ + + + + + Gamma类型 + + + + + 不启用 + + + + + Gamma值 + + + + + Gamma曲线 + 8位,长度:256*sizeof(unsigned char) + 10位,长度:1024*sizeof(unsigned short) + 12位,长度:4096*sizeof(unsigned short) + 16位,长度:65536*sizeof(unsigned short) + + + + + linear RGB to sRGB + + + + + sRGB to linear RGB(仅色彩插值时支持,色彩校正时无效) + + + + + Gamma参数 + + + + + Gamma类型 + + + + + Gamma值[0.1, 4.0] + + + + + Gamma曲线缓存 + + + + + Gamma曲线长度 + + + + + CCM参数 + + + + + 是否启用CCM + + + + + CCM矩阵[-65536~65536],必须是Int32[9] + + + + + 量化系数(2的整数幂,最大65536) + + + + + 流异常类型 + + + + + 异常的图像,该帧被丢弃 + + + + + 缓存列表溢出,清除最旧的一帧 + + + + + 缓存列表为空,该帧被丢弃 + + + + + 断流恢复 + + + + + 断流,恢复失败,取流被中止 + + + + + 设备异常,取流被中止 + + + + + 流异常事件 + + + + + 流异常类型 + + + + + 取流策略 + + + + + 从旧到新一帧一帧的获取图像(默认为该策略) + + + + + 获取列表中最新的一帧图像,同时清除列表中的其余图像 + + + + + 从输出缓存列表中获取最新的OutputQueueSize帧图像,其中OutputQueueSize范围为1-ImageNodeNum,可用 SetOutputQueueSize()接口设置。ImageNodeNum默认为1,可调用SetImageNodeNum()接口设置。 OutputQueueSize设置成1等同于LatestImagesOnly策略,OutputQueueSize设置成ImageNodeNum等同于OneByOne策略。 + + + + + 在调用取流接口时忽略输出缓存列表中所有图像,并等待设备即将生成的一帧图像。该策略只支持GigE设备,不支持U3V设备 + + + + + 采集一帧图像的事件,用于获取图像数据和帧信息 + + + + + 图像帧信息 + + + + + 视频格式 + + + + + AVI格式 + + + + + 录像参数 + + + + + 输入数据的像素格式 + + + + + 图像宽(指定目标参数时需为2的倍数) + + + + + 图像高(指定目标参数时需为2的倍数) + + + + + 帧率fps(大于1/16) + + + + + 码率kbps(128-16*1024) + + + + + 录像格式 + + + + + MyCamera + + + + ch GigE Vision采集卡 |en GigE Vision interface + + + ch Camera Link采集卡 |en Camera Link interface + + + ch CoaXPress采集卡 |en CoaXPress interface + + + ch XoFLink采集卡 |en XoFLink interface + + + Unknown Device Type, Reserved + + + GigE Device + + + 1394-a/b Device + + + USB3.0 Device + + + CameraLink Device + + + Virtual GigE Device + + + Virtual USB Device + + + GenTL GigE Device + + + GenTL CML Device + + + GenTL CXP Device + + + GenTL XOF Device + + + + ch:信息结构体的最大缓存 | en: Max buffer size of information structs + + + + + 最大的相机数量 + + + + + ch:最大Interface数量 | en:Max num of interfaces + + + + + ch:最大GenTL设备数量 | en:Max num of GenTL devices + + + + + XML节点描述最大长度 + + + + + XML节点最大长度 + + + + + XML节点最大数量 + + + + + XML节点显示名最大数量 + + + + + string类型节点值的最大长度 + + + + + 最大父节点数 + + + + + 最大节点描述长度 + + + + + 设备断开连接 + + + + + SDK与驱动版本不匹配 + + + + + 相机Event事件名称最大长度 + + + + 最大枚举条目对应的符号长度 + + + 分时曝光时最多将源图像拆分的个数 + + + + ch:最大支持的采集卡数量 | en:The maximum number of Frame Grabber interface supported + + + + + ch 静态 |en Static + + + + + ch DHCP |en DHCP + + + + + ch LLA |en LLA + + + + + 9600 + + + + + 19200 + + + + + 38400 + + + + + 57600 + + + + + 115200 + + + + + 230400 + + + + + 460800 + + + + + 921600 + + + + + ch 最大值 |en Auto Max + + + + + ch 网络流量和丢包信息 |en Network traffic and packet loss information + + + + + ch host接收到来自U3V设备的字节总数 |en The total number of bytes host received from U3V device + + + + + ch独占权限,其他APP只允许读CCP寄存器 |en Exclusive authority, other APP is only allowed to read the CCP register + + + + + ch 可以从5模式下抢占权限,然后以独占权限打开 |en You can seize the authority from the 5 mode, and then open with exclusive authority + + + + + ch 控制权限,其他APP允许读所有寄存器 |en Control authority, allows other APP reading all registers + + + + + ch 可以从5的模式下抢占权限,然后以控制权限打开 |en You can seize the authority from the 5 mode, and then open with control authority + + + + + ch 以可被抢占的控制权限打开 |en Open with seized control authority + + + + + ch 可以从5的模式下抢占权限,然后以可被抢占的控制权限打开 |en You can seize the authority from the 5 mode, and then open with seized control authority + + + + + ch 读模式打开设备,适用于控制权限下 |en Open with read mode and is available under control authority + + + + 成功,无错误 + + + 错误或无效的句柄 + + + 不支持的功能 + + + 缓存已满 + + + 函数调用顺序错误 + + + 错误的参数 + + + 资源申请失败 + + + 无数据 + + + 前置条件有误,或运行环境已发生变化 + + + 版本不匹配 + + + 传入的内存空间不足 + + + 异常图像,可能是丢包导致图像不完整 + + + 动态导入DLL失败 + + + 没有可输出的缓存 + + + 加密错误 + + + 打开文件出现错误 + + + 未知的错误 + + + 通用错误 + + + 参数非法 + + + 值超出范围 + + + 属性 + + + 运行环境有问题 + + + 逻辑错误 + + + 节点访问条件有误 + + + 超时 + + + 转换异常 + + + GenICam未知错误 + + + 命令不被设备支持 + + + 访问的目标地址不存在 + + + 目标地址不可写 + + + 设备无访问权限 + + + 设备忙,或网络断开 + + + 网络包数据错误 + + + 网络相关错误 + + + 设备IP冲突 + + + 读usb出错 + + + 写usb出错 + + + 设备异常 + + + GenICam相关错误 + + + 带宽不足 + + + 驱动不匹配或者未装驱动 + + + USB未知的错误 + + + 升级固件不匹配 + + + 升级固件语言不匹配 + + + 升级冲突(设备已经在升级了再次请求升级即返回此错误) + + + 升级时设备内部出现错误 + + + 升级时未知错误 + + + 处理正确 + + + 不确定类型错误 + + + 能力集中存在无效参数 + + + 内存地址为空 + + + 内存对齐不满足要求 + + + 内存空间大小不够 + + + 内存空间大小不满足对齐要求 + + + 内存地址不满足对齐要求 + + + 图像格式不正确或者不支持 + + + 图像宽高不正确或者超出范围 + + + 图像宽高与step参数不匹配 + + + 图像数据存储地址为空 + + + 设置或者获取参数类型不正确 + + + 设置或者获取参数的输入、输出结构体大小不正确 + + + 处理类型不正确 + + + 处理时输入、输出参数大小不正确 + + + 子处理类型不正确 + + + 子处理时输入、输出参数大小不正确 + + + index参数不正确 + + + value参数不正确或者超出范围 + + + param_num参数不正确 + + + 函数参数指针为空 + + + 超过限定的最大内存 + + + 回调函数出错 + + + 加密错误 + + + 算法库使用期限错误 + + + 参数范围不正确 + + + 数据大小不正确 + + + 数据step不正确 + + + cpu不支持优化代码中的指令集 + + + 警告 + + + 算法库超时 + + + 算法版本号出错 + + + 模型版本号出错 + + + GPU内存分配错误 + + + 文件不存在 + + + 字符串为空 + + + 图像解码器错误 + + + 打开文件错误 + + + 文件读取错误 + + + 文件写错误 + + + 文件读取大小错误 + + + 文件类型错误 + + + 模型类型错误 + + + 分配内存错误 + + + 线程绑核失败 + + + 噪声特性图像格式错误 + + + 噪声特性类型错误 + + + 噪声特性个数错误 + + + 噪声特性增益个数错误 + + + 噪声曲线增益值输入错误 + + + 噪声曲线柱数错误 + + + 噪声估计初始化增益设置错误 + + + 噪声估计未初始化 + + + 颜色空间模式错误 + + + 图像ROI个数错误 + + + 图像ROI原点错误 + + + 图像ROI大小错误 + + + 输入的相机增益不存在(增益个数已达上限) + + + 输入的相机增益不在范围内 + + + 输入的噪声特性内存大小错误 + + + + Constructor + + + + + Destructor + + + + + 设备句柄 + + + + + Initialize + + Success, return MV_OK. Failure, return error code + + + + Finalize + + Success, return MV_OK. Failure, return error code + + + + 枚举采集卡设备信息 + + 采集卡类型 + 设备信息 + Success, return MV_OK. Failure, return error code + + + + 创建采集卡设备句柄 + + 采集卡设备信息 + Success, return MV_OK. Failure, return error code + + + + 通过采集卡ID创建设备句柄 + + 采集卡ID + Success, return MV_OK. Failure, return error code + + + + 打开采集卡设备 + + 采集卡信息配置文件(目前不支持传配置文件) + + + + + 关闭采集卡 + + Success, return MV_OK. Failure, return error code + + + + 销毁采集卡句柄 + + Success, return MV_OK. Failure, return error code + + + + Get Camera Handle + + + + + + Get SDK Version + + Always return 4 Bytes of version number |Main |Sub |Rev |Test| + 8bits 8bits 8bits 8bits + + + + + Get supported Transport Layer + + Supported Transport Layer number + + + + Enumerate Device + + Enumerate TLs + Device List + Success, return MV_OK. Failure, return error code + + + + Enumerate device according to manufacture name + + Enumerate TLs + Device List + Manufacture Name + Success, return MV_OK. Failure, return error code + + + + Enumerate device according to the specified ordering + + Transmission layer of enumeration(All layer protocol type can input) + Device list + Manufacture Name + Sorting Method + Success, return MV_OK. Failure, return error code + + + + Is the device accessible + + Device Information + Access Right + Access, return true. Not access, return false + + + + Set SDK log path (Interfaces not recommended) + If the logging service MvLogServer is enabled, the interface is invalid and The logging service is enabled by default + + + + + + + Create Device + + Device Information + Success, return MV_OK. Failure, return error code + + + + Create Device without log + + Device Information + Success, return MV_OK. Failure, return error code + + + + Destroy Device + + Success, return MV_OK. Failure, return error code + + + + Open Device + + Success, return MV_OK. Failure, return error code + + + + Open Device + + Access Right + Switch key of access right + Success, return MV_OK. Failure, return error code + + + + Close Device + + Success, return MV_OK. Failure, return error code + + + + Is the device connected + + Connected, return true. Not Connected or DIsconnected, return false + + + + Register the image callback function + + Callback function pointer + User defined variable + Success, return MV_OK. Failure, return error code + + + + Register the RGB image callback function + + Callback function pointer + User defined variable + Success, return MV_OK. Failure, return error code + + + + Register the BGR image callback function + + Callback function pointer + User defined variable + Success, return MV_OK. Failure, return error code + + + + Start Grabbing + + Success, return MV_OK. Failure, return error code + + + + Stop Grabbing + + Success, return MV_OK. Failure, return error code + + + + Get one frame of RGB image, this function is using query to get data + query whether the internal cache has data, get data if there has, return error code if no data + + Image data receiving buffer + Buffer size + Image information + Waiting timeout + Success, return MV_OK. Failure, return error code + + + + Get one frame of BGR image, this function is using query to get data + query whether the internal cache has data, get data if there has, return error code if no data + + Image data receiving buffer + Buffer size + Image information + Waiting timeout + Success, return MV_OK. Failure, return error cod + + + + Get a frame of an image using an internal cache + + Image data and image information + Waiting timeout + Success, return MV_OK. Failure, return error code + + + + Free image buffer(used with MV_CC_GetImageBuffer) + + Image data and image information + Success, return MV_OK. Failure, return error code + + + + Get a frame of an image + + Image data receiving buffer + Buffer size + Image information + Waiting timeout + Success, return MV_OK. Failure, return error code + + + + Clear image Buffers to clear old data + + Success, return MV_OK. Failure, return error code + + + + Get the number of valid images in the current image buffer + + The number of valid images in the current image buffer + Success, return MV_OK. Failure, return error code + + + + Display one frame image + + Image information + Success, return MV_OK. Failure, return error code + + + + Display one frame image Ex + + dispaly Handle + Image information + Success, return MV_OK. Failure, return error code + + + + Set the number of the internal image cache nodes in SDK(Greater than or equal to 1, to be called before the capture) + + Number of cache nodes + Success, return MV_OK. Failure, return error code + + + + Set Grab Strategy + + The value of grab strategy + Success, return MV_OK. Failure, return error code + + + + Set The Size of Output Queue(Only work under the strategy of MV_GrabStrategy_LatestImages,rang:1-ImageNodeNum) + + The Size of Output Queue + Success, return MV_OK. Failure, return error code + + + + Get device information(Called before start grabbing) + + device information + Success, return MV_OK. Failure, return error code + + + + Get various type of information + + Various type of information + Success, return MV_OK. Failure, return error code + + + + Get Integer value + + Key value, for example, using "Width" to get width + Value of device features + Success, return MV_OK. Failure, return error code + + + + Set Integer value + + Key value, for example, using "Width" to set width + Feature value to set + Success, return MV_OK. Failure, return error code + + + + Get Enum value + + Key value, for example, using "PixelFormat" to get pixel format + Value of device features + Success, return MV_OK. Failure, return error code + + + + Set Enum value + + Key value, for example, using "PixelFormat" to set pixel format + Feature value to set + Success, return MV_OK. Failure, return error code + + + + Get the symbolic of the specified value of the Enum type node + + Key value, for example, using "PixelFormat" to set pixel format + Symbolic to get + Success, return MV_OK. Failure, return error code + + + + Set Enum value + + Key value, for example, using "PixelFormat" to set pixel format + Feature String to set + Success, return MV_OK. Failure, return error code + + + + Get Float value + + Key value + Value of device features + Success, return MV_OK. Failure, return error code + + + + Set float value + + Key value + Feature value to set + Success, return MV_OK. Failure, return error code + + + + Get Boolean value + + Key value + Value of device features + Success, return MV_OK. Failure, return error code + + + + Set Boolean value + + Key value + Feature value to set + Success, return MV_OK. Failure, return error code + + + + Get String value + + Key value + Value of device features + Success, return MV_OK. Failure, return error code + + + + Set String value + + Key value + Feature value to set + Success, return MV_OK. Failure, return error code + + + + Send Command + + Key value + Success, return MV_OK. Failure, return error code + + + + Read Memory + + Used as a return value, save the read-in memory value(Memory value is stored in accordance with the big end model) + Memory address to be read, which can be obtained from the Camera.xml file of the device, the form xml node value of xxx_RegAddr + Length of the memory to be read + Success, return MV_OK. Failure, return error code + + + + Write Memory + + Memory value to be written ( Note the memory value to be stored in accordance with the big end model) + Memory address to be written, which can be obtained from the Camera.xml file of the device, the form xml node value of xxx_RegAddr + Length of the memory to be written + Success, return MV_OK. Failure, return error code + + + + Invalidate GenICam Nodes + + Success, return MV_OK. Failure, return error code + + + + Get camera feature tree XML + + XML data receiving buffer + Buffer size + Actual data length + Success, return MV_OK. Failure, return error code + + + + Get Access mode of cur node + + Name of node + Access mode of the node + Success, return MV_OK. Failure, return error code + + + + Get Interface Type of cur node + + Name of node + Interface Type of the node + Success, return MV_OK. Failure, return error code + + + + Save camera feature + + File name + Success, return MV_OK. Failure, return error code + + + + Load camera feature + + File name + Success, return MV_OK. Failure, return error code + + + + Read the file from the camera + + File access structure + Success, return MV_OK. Failure, return error code + + + + Read the file from the camera + + File access structure + Success, return MV_OK. Failure, return error code + + + + Write the file to camera + + File access structure + Success, return MV_OK. Failure, return error code + + + + Write the file to camera + + File access structure + Success, return MV_OK. Failure, return error code + + + + Get File Access Progress + + File access Progress + Success, return MV_OK. Failure, return error code + + + + Device Local Upgrade + + File path and name + Success, return MV_OK. Failure, return error code + + + + Get Upgrade Progress + + Value of Progress + Success, return MV_OK. Failure, return error code + + + + Register Exception Message CallBack, call after open device + + Exception Message CallBack Function + User defined variable + Success, return MV_OK. Failure, return error code + + + + Register event callback, which is called after the device is opened + + Event CallBack Function + User defined variable + Success, return MV_OK. Failure, return error code + + + + Register single event callback, which is called after the device is opened + + Event name + Event CallBack Function + User defined variable + Success, return MV_OK. Failure, return error code + + + + Set enumerate device timeout + + time out,default 100ms + Success, return MV_OK. Failure, return error code + + + + Force IP + + IP to set + Subnet mask + Default gateway + Success, return MV_OK. Failure, return error code + + + + IP configuration method + + IP type, refer to MV_IP_CFG_x + Success, return MV_OK. Failure, return error code + + + + Set to use only one mode,type: MV_NET_TRANS_x. When do not set, priority is to use driver by default + + Net transmission mode, refer to MV_NET_TRANS_x + Success, return MV_OK. Failure, return error code + + + + Get net transmission information + + Transmission information + Success, return MV_OK. Failure, return error code + + + + Setting the ACK mode of devices Discovery + + ACK mode(Default-Broadcast),0-Unicast,1-Broadcast + Success, return MV_OK. Failure, return error code + + + + Set GVSP streaming timeout + + Timeout, default 300ms, range: >10ms + Success, return MV_OK. Failure, return error code + + + + Get GVSP streaming timeout + + Timeout, ms as unit + Success, return MV_OK. Failure, return error code + + + + Set GVCP cammand timeout + + Timeout, ms as unit, range: 0-10000 + Success, return MV_OK. Failure, return error code + + + + Get GVCP cammand timeout + + Timeout, ms as unit + Success, return MV_OK. Failure, return error code + + + + Set the number of retry GVCP cammand + + The number of retries,rang:0-100 + Success, return MV_OK. Failure, return error code + + + + Get the number of retry GVCP cammand + + The number of retries + Success, return MV_OK. Failure, return error code + + + + Get the optimal Packet Size, Only support GigE Camera + + Optimal packet size + + + + Set whethe to enable resend, and set resend + + Enable resend + Max resend persent + Resend timeout + Success, return MV_OK. Failure, return error code + + + + Set the max resend retry times + + The max times to retry resending lost packets,default 20 + Success, return MV_OK. Failure, return error code + + + + Get the max resend retry times + + the max times to retry resending lost packets + Success, return MV_OK. Failure, return error code + + + + Set time interval between same resend requests + + The time interval between same resend requests,default 10ms + Success, return MV_OK. Failure, return error code + + + + Get time interval between same resend requests + + The time interval between same resend requests + Success, return MV_OK. Failure, return error code + + + + Set transmission type,Unicast or Multicast + + Struct of transmission type + Success, return MV_OK. Failure, return error code + + + + Issue Action Command + + Action Command info + Action Command Result List + Success, return MV_OK. Failure, return error code + + + + Get Multicast Status + + Device Information + Status of Multicast + Success, return MV_OK. Failure, return error code + + + + Set device baudrate using one of the CL_BAUDRATE_XXXX value + + Baudrate to set. Refer to the 'CameraParams.h' for parameter definitions, for example, #define MV_CAML_BAUDRATE_9600 0x00000001 + Success, return MV_OK. Failure, return error code + + + + Get device baudrate, using one of the CL_BAUDRATE_XXXX value + + Return pointer of baud rate to user. + Refer to the 'CameraParams.h' for parameter definitions, for example, #define MV_CAML_BAUDRATE_9600 0x00000001 + Success, return MV_OK. Failure, return error code + + + + Get supported baudrates of the combined device and host interface + + Return pointer of the supported baudrates to user. 'OR' operation results of the supported baudrates. + Refer to the 'CameraParams.h' for single value definitions, for example, #define MV_CAML_BAUDRATE_9600 0x00000001 + Success, return MV_OK. Failure, return error code + + + + Sets the timeout for operations on the serial port + + Timeout in [ms] for operations on the serial port. + Success, return MV_OK. Failure, return error code + + + + Set transfer size of U3V device + + Transfer size,Byte,default:1M,rang:>=0x10000 + Success, return MV_OK. Failure, return error code + + + + Get transfer size of U3V device + + Transfer size,Byte + Success, return MV_OK. Failure, return error code + + + + Set transfer ways of U3V device + + Transfer ways,rang:1-10 + Success, return MV_OK. Failure, return error code + + + + Get transfer ways of U3V device + + Transfer ways + Success, return MV_OK. Failure, return error code + + + + Register Stream Exception Message CallBack + + Stream Exception Message CallBack Function + User defined variable + Success, return MV_OK. Failure, return error code + + + + Set the number of U3V device event cache nodes + + Event Node Number + Success, return MV_OK. Failure, return error code + + + + Set U3V Camera Synchronisation timeout + + Synchronisation time(ms), default 1000ms + Success, return MV_OK. Failure, return error code + + + + Get U3V Camera Synchronisation timeout + + Synchronisation time(ms), default 1000ms + Success, return MV_OK. Failure, return error code + + + + Enumerate interfaces by GenTL + + Interface information list + Path of GenTL's cti file + + + + + Unload cti library + + GenTL cti file path + Success, return MV_OK. Failure, return error code + + + + Enumerate Device Based On GenTL + + Interface information + Device List + Success, return MV_OK. Failure, return error code + + + + Create Device Handle Based On GenTL Device Info + + Device Information Structure + Success, return MV_OK. Failure, return error code + + + + Save image, support Bmp and Jpeg. + + Save image parameters structure + Success, return MV_OK. Failure, return error code + + + + Save the image file, support Bmp、 Jpeg、Png and Tiff. Encoding quality(50-99] + + Save the image file parameter structure + Success, return MV_OK. Failure, return error code + + + + Save 3D point data, support PLY、CSV and OBJ + + Save 3D point data parameters structure + Success, return MV_OK. Failure, return error code + + + + Rotate Image + + Rotate image parameter structure + Success, return MV_OK. Failure, return error code + + + + Flip Image + + Flip image parameter structure + Success, return MV_OK. Failure, return error code + + + + Pixel format conversion + + Convert Pixel Type parameter structure + Success, return MV_OK. Failure, return error code + + + + Interpolation algorithm type setting + + Bayer interpolation method 0-Fast 1-Equilibrium 2-Optimal + Success, return MV_OK. Failure, return error code + + + + Filter type of the bell interpolation quality algorithm setting + + Filter type enable + Success, return MV_OK. Failure, return error code + + + + Set Bayer Gamma value + + Gamma value[0.1,4.0] + Success, return MV_OK. Failure, return error code + + + + Set Mono8/Bayer Gamma value + + PixelType + Gamma value[0.1,4.0] + Success, return MV_OK. Failure, return error code + + + + Set Gamma param + + Gamma parameter structure + Success, return MV_OK. Failure, return error code + + + + Set CCM param + + CCM parameter structure + Success, return MV_OK. Failure, return error code + + + + Set CCM param + + CCM parameter structure + Success, return MV_OK. Failure, return error code + + + + Adjust image contrast + + Contrast parameter structure + Success, return MV_OK. Failure, return error code + + + + High Bandwidth Decode + + High Bandwidth Decode parameter structure + Success, return MV_OK. Failure, return error code + + + + Draw Rect Auxiliary Line + + Rect Auxiliary Line Info + Success, return MV_OK. Failure, return error code + + + + Draw Circle Auxiliary Line + + Circle Auxiliary Line Info + Success, return MV_OK. Failure, return error code + + + + Draw Line Auxiliary Line + + Linear Auxiliary Line Info + Success, return MV_OK. Failure, return error code + + + + Start Record + + Record param structure + Success, return MV_OK. Failure, return error code + + + + Input RAW data to Record + + Record data structure + Success, return MV_OK. Failure, return error code + + + + Stop Record + + Success, return MV_OK. Failure, return error code + + + + Open the GUI interface for getting or setting camera parameters + + Success, return MV_OK. Failure, return error code + + + + Reconstruct Image(For time-division exposure function) + + Reconstruct image parameters + Success, return MV_OK. Failure, return error code + + + + Byte array to struct + + Byte array + Struct type + Struct object + + + + 判断字符数组是否为utf-8 + + 字符数组 + + + + + Write Error Message + + Message + ErrorNum + + + + Save image, support Bmp and Jpeg. + + Save image parameters structure + Success, return MV_OK. Failure, return error code + + + + Save the image file, support Bmp、 Jpeg、Png and Tiff. Encoding quality(50-99] + + Save the image file parameter structure + Success, return MV_OK. Failure, return error code + + + + Pixel format conversion + + Convert Pixel Type parameter structure + Success, return MV_OK. Failure, return error code + + + + Get basic information of image (Interfaces not recommended) + + + + + + + Get GenICam proxy (Interfaces not recommended) + + + + + + Get root node (Interfaces not recommended) + + + + + + + Get all children node of specific node from xml, root node is Root (Interfaces not recommended) + + + + + + + + Get all children node of specific node from xml, root node is Root (Interfaces not recommended) + + + + + + + + Get current node feature (Interfaces not recommended) + + + + + + + + Update node (Interfaces not recommended) + + + + + + + + Register update callback (Interfaces not recommended) + + + + + + + + Noise estimate of Bayer format + + Noise estimate parameter structure + Success, return MV_OK. Failure, return error code + + + + Spatial Denoise of Bayer format + + Spatial Denoise parameter structure + Success, return MV_OK. Failure, return error code + + + + This interface is abandoned, it is recommended to use the MV_CC_DisplayOneFrame + + + + + + + This interface is abandoned, it is recommended to use the MV_CC_GetOneFrameTimeOut + + + + + + + + + This interface is abandoned, it is recommended to use the MV_CC_GetOneFrameTimeOut + + + + + + + + + This interface is abandoned, it is recommended to use the MV_CC_SaveImageEx + + + + + + + This interface is abandoned, it is recommended to use the MV_GIGE_ForceIpEx + + + + + + + This interface is abandoned, it is recommended to use the MV_CC_RegisterEventCallBackEx + + + + + + + + This interface is abandoned, it is recommended to use the MV_CC_GetIntValueEx + + + + + + + + This interface is abandoned, it is recommended to use the MV_CC_SetIntValueEx + + + + + + + + Set CLUT param + + CLUT parameter structure + Success, return MV_OK. Failure, return error code + + + + Image sharpen + + Sharpen parameter structure + Success, return MV_OK. Failure, return error code + + + + Color Correct(include CCM and CLUT) + + Color Correct parameter structure + Success, return MV_OK. Failure, return error code + + + + Noise Estimate + + Noise Estimate parameter structure + Success, return MV_OK. Failure, return error code + + + + Spatial Denoise + + Spatial Denoise parameter structure + Success, return MV_OK. Failure, return error code + + + + LSC Calib + + LSC Calib parameter structure + Success, return MV_OK. Failure, return error code + + + + LSC Correct + + LSC Correct parameter structure + Success, return MV_OK. Failure, return error code + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + Set PixelFormat + + PixelFormat + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + Get Trigger Source + + Trigger Source + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is replaced by general interface + + + + + + + This interface is abandoned, it is recommended to use the MV_CC_RegisterImageCallBackEx + + + + + + + + Grab callback + + Image data + Frame info + User defined variable + + + + Grab callback + + Image data + Frame info + User defined variable + + + + Xml Update callback(Interfaces not recommended) + + Node type + Current node feature structure + Nodes list + User defined variable + + + + Exception callback + + Msg type + User defined variable + + + + Event callback (Interfaces not recommended) + + User defined ID + User defined variable + + + + Event callback + + Event Info + User defined variable + + + + Stream Exception callback + + Msg type + User defined variable + + + + ch:采集卡信息列表 | en: Interface Information List + + + + + ch:在线设备数量 | en:Online Interface Number + + + + + ch:支持最多64个设备 | en:Support up to 64 Interfaces + + + + + ch:采集卡信息 | en: Interface information + + + + + ch: 采集卡类型; 低16位有效: bits(0~2)代表功能, bits(3~7)代表相机, bits(8-15)代表总线| en: Interface type + + + + + ch: 采集卡的PCIE插槽信息 | en: PCIe slot information of interface + + + + + ch: 采集卡ID | en: Interface ID + + + + + ch 显示名称 | en: Display name + + + + + ch 序列号 |en: Serial number + + + + + ch 型号 | en: model name + + + + + ch: 厂商 |en: manufacturer name + + + + + ch: 版本号| en: device version + + + + + ch: 自定义名称 |en: user defined name + + + + + ch 保留字段 | en Reserved + + + + + 排序方式 + + + + + 按序列号排序 + + + + + 按用户自定义名字排序 + + + + + 按当前IP地址排序(升序) + + + + + 按当前IP地址排序(降序) + + + + + ch: GigE设备信息 | en: GigE device information + + + + + IP 配置选项 + + + + + IP configuration:bit31-static bit30-dhcp bit29-lla + + + + + curtent ip + + + + + curtent subnet mask + + + + + current gateway + + + + + 制造商名 + + + + + 型号名 + + + + + 设备版本信息 + + + + + 制造商特殊信息 + + + + + 序列号 + + + + + 用户自定义名 + + + + + 网口IP地址 + + + + + 预留 + + + + + ch: GigE设备信息 | en: GigE device information + + + + + IP 配置选项 + + + + + IP configuration:bit31-static bit30-dhcp bit29-lla + + + + + curtent ip + + + + + curtent subnet mask + + + + + current gateway + + + + + 制造商名 + + + + + 型号名 + + + + + 设备版本信息 + + + + + 制造商特殊信息 + + + + + 序列号 + + + + + 用户自定义名 + + + + + 网口IP地址 + + + + + 预留 + + + + + ch:USB3 设备信息 | en:USB3 device information + + + + + 控制输入端点 + + + + + 控制输出端点 + + + + + 流端点 + + + + + 事件端点 + + + + + 供应商ID号 + + + + + 产品ID号 + + + + + 设备索引号 + + + + + 设备GUID号 + + + + + 供应商名字 + + + + + 型号名字 + + + + + 家族名字 + + + + + 设备版本号 + + + + + 制造商名字 + + + + + 序列号 + + + + + 用户自定义名字 + + + + + 支持的USB协议 + + + + + 保留字节 + + + + + ch:USB3 设备信息 | en:USB3 device information + + + + + 控制输入端点 + + + + + 控制输出端点 + + + + + 流端点 + + + + + 事件端点 + + + + + 供应商ID号 + + + + + 产品ID号 + + + + + 设备索引号 + + + + + 设备GUID号 + + + + + 供应商名字 + + + + + 型号名字 + + + + + 家族名字 + + + + + 设备版本号 + + + + + 制造商名字 + + + + + 序列号 + + + + + 用户自定义名字 + + + + + 支持的USB协议 + + + + + 保留字节 + + + + + ch:CamLink设备信息 | en:CamLink device information + + + + + 端口号ID + + + + + 模型名 + + + + + 家族名 + + + + + 设备版本信息 + + + + + 制造商名字 + + + + + 序列号 + + + + + 保留字节 + + + + + ch:采集卡Camera Link相机信息 | en:Camera Link device information on frame grabber + + + + + ch 采集卡ID |en Interface ID of Frame Grabber + + + + + ch 供应商名字 |en Vendor name + + + + + ch 型号名字 |en Model name + + + + + ch 厂商信息 |en Manufacturer information + + + + + ch 相机版本 |en Device version + + + + + ch 序列号 |en Serial number + + + + + ch 用户自定义名字 |en User defined name + + + + + ch 相机ID |en Device ID + + + + + ch 保留字段 |en Reserved + + + + + ch:CoaXPress相机信息 | en:CoaXPress device information + + + + + ch 采集卡ID |en Interface ID of Frame Grabber + + + + + ch 供应商名字 |en Vendor name + + + + + ch 型号名字 |en Model name + + + + + ch 厂商信息 |en Manufacturer information + + + + + ch 相机版本 |en Device version + + + + + ch 序列号 |en Serial number + + + + + ch 用户自定义名字 |en User defined name + + + + + ch 相机ID |en Device ID + + + + + ch 保留字段 |en Reserved + + + + + ch:XoFLink相机信息 | en:XoFLink device information + + + + + ch 采集卡ID |en Interface ID of Frame Grabber + + + + + ch 供应商名字 |en Vendor name + + + + + ch 型号名字 |en Model name + + + + + ch 厂商信息 |en Manufacturer information + + + + + ch 相机版本 |en Device version + + + + + ch 序列号 |en Serial number + + + + + ch 用户自定义名字 |en User defined name + + + + + ch 相机ID |en Device ID + + + + + ch 保留字段 |en Reserved + + + + + ch:设备信息 | en:Device information + + + + + 主版本号 + + + + + 次版本号 + + + + + MAC高地址 + + + + + MAC低地址 + + + + + 设备传输层协议类型,e.g. MV_GIGE_DEVICE + + + + + ch 设备类型信息 | en Device Type Info + + + + + 保留字节 + + + + + 设备类型 + + + + + 构造函数 + + 输入任意数,因为不接受无参构造函数 + + + + ch:特定类型的设备信息 | en:Special devcie information + + + + + GigE + + + + + Camera Link + + + + + Usb + + + + + CML + + + + + CXP + + + + + XOF + + + + + 相机列表 + + + + + 在线设备数量 + + + + + 支持最多256个设备 + + + + + ch:通过GenTL枚举到的Interface信息 | en:Interface Information with GenTL + + + + + GenTL接口ID + + + + + 传输层类型 + + + + + 设备显示名称 + + + + + GenTL的cti文件索引 + + + + + 保留字节 + + + + + ch:通过GenTL枚举到的设备信息列表 | en:Interface Information List with GenTL + + + + + ch:在线设备数量 | en:Online Interface Number + + + + + ch:支持最多256个设备 | en:Support up to 256 Interfaces + + + + + ch:通过GenTL枚举到的设备信息 | en:Device Information discovered by with GenTL + + + + + 采集卡ID + + + + + 设备ID + + + + + 供应商名字 + + + + + 模型名 + + + + + 传输类型 + + + + + 显示名 + + + + + 用户自定义名 + + + + + 序列号 + + + + + 设备版本信息 + + + + + cti文件序号 + + + + + 保留字节 + + + + + ch:通过GenTL枚举到的设备信息 | en:Device Information discovered by with GenTL + + + + + 采集卡ID + + + + + 设备ID + + + + + 供应商名字 + + + + + 模型名 + + + + + 传输类型 + + + + + 显示名 + + + + + 用户自定义名 + + + + + 序列号 + + + + + 设备版本信息 + + + + + cti文件序号 + + + + + 保留字节 + + + + + ch:GenTL设备列表 | en:GenTL devices list + + + + + 在线设备数量 + + + + + 支持最多256个设备 + + + + + Net Trans Info + + + + + 已接收数据大小 [统计StartGrabbing和StopGrabbing之间的数据量] + + + + + 丢帧数量 + + + + + 接收帧数 + + + + + 请求重发包数 + + + + + 重发包数 + + + + + Frame Out Info + + + + + 图像宽 + + + + + 图像高 + + + + + 像素格式 + + + + + 帧号 + + + + + 时间戳高32位 + + + + + 时间戳低32位 + + + + + 保留,8字节对齐 + + + + + 主机生成的时间戳 + + + + + 帧数据大小 + + + + + 丢包数量 + + + + + 保留字节 + + + + + Chunk数据信息 + + + + + Chunk数据 + + + + + ChunkID + + + + + Chunk大小 + + + + + 保留字节 + + + + + Frame Out Info Ex + + + + + 图像宽 + + + + + 图像高 + + + + + 像素格式 + + + + + 帧号 + + + + + 时间戳高32位 + + + + + 时间戳低32位 + + + + + 保留,8字节对齐 + + + + + 主机生成的时间戳 + + + + + Frame大小 + + + + + 秒数 + + + + + 周期数 + + + + + 周期偏移量 + + + + + 增益 + + + + + 曝光时间 + + + + + 平均亮度 + + + + + Red + + + + + Green + + + + + Blue + + + + + 帧计数器 + + + + + 触发计数 + + + + + 输入 + + + + + 输出 + + + + + 水平偏移量 + + + + + 垂直偏移量 + + + + + Chunk宽度 + + + + + Chunk高度 + + + + + 丢包数 + + + + + 为解析的Chunk数量 + + + + + 为解析的Chunk列表 + + + + + 图像宽扩展 + + + + + 图像高扩展 + + + + + 保留字节 + + + + + 为解析的Chunk列表 + + + + + 为解析的Chunk内容 + + + + + 对齐结构体,无实际用途 + + + + + 输出帧信息 + + + + + 帧数据地址 + + + + + 帧信息 + + + + + 保留字节 + + + + + 取流策略 + + + + + 从旧到新一帧一帧的获取图像(默认为该策略) + + + + + 获取列表中最新的一帧图像(同时清除列表中的其余图像) + + + + + 获取列表中最新的图像,个数由OutputQueueSize决定,范围为1-ImageNodeNum,设置成1等同于LatestImagesOnly,设置成ImageNodeNum等同于OneByOne + + + + + 等待下一帧图像 + + + + + 显示帧信息 + + + + + 显示窗口的句柄 + + + + + 显示的帧数据 + + + + + 显示的帧数据大小 + + + + + 图像宽 + + + + + 图像高 + + + + + 像素格式 + + + + + 保留字节 + + + + + 显示帧信息 + + + + + 图像宽 + + + + + 图像高 + + + + + 像素格式 + + + + + 显示的帧数据 + + + + + 显示的帧数据大小 + + + + + 保留字节 + + + + + ch:保存3D数据格式 | en:Save 3D file + + + + + 未定义数据格式 + + + + + PLY数据格式 + + + + + CSV数据格式 + + + + + OBJ数据格式 + + + + + 保存的点阵参数 + + + + + [IN] 每一行点的数量 + + + + + [IN] 行数 + + + + + [IN] 输入数据的像素格式 + + + + + [IN] 输入数据缓存 + + + + + [IN] 输入数据大小 + + + + + [OUT] 输出像素数据缓存 + + + + + [IN] 提供的输出缓冲区大小(nLinePntNum * nLineNum * (16*3 + 4) + 2048) + + + + + [OUT] 输出像素数据缓存长度 + + + + + 保存的点阵文件类型 + + + + + 保留字节 + + + + + 保存的图像格式 + + + + + 未定义类型 + + + + + Bmp图像格式 + + + + + Jpeg图像格式 + + + + + Png图像格式 + + + + + Tif图像格式 + + + + + 保存的图像参数 + + + + + [IN] 输入数据缓存 + + + + + [IN] 输入数据大小 + + + + + [IN] 输入数据的像素格式 + + + + + [IN] 图像宽 + + + + + [IN] 图像高 + + + + + [OUT] 输出图片缓存 + + + + + [OUT] 输出图片大小 + + + + + [IN] 提供的输出缓冲区大小 + + + + + [IN] 输出图片格式 + + + + + 保存的图像参数 + + + + + [IN] 输入数据缓存 + + + + + [IN] 输入数据大小 + + + + + [IN] 输入数据的像素格式 + + + + + [IN] 图像宽 + + + + + [IN] 图像高 + + + + + [OUT] 输出图片缓存 + + + + + [OUT] 输出图片大小 + + + + + [IN] 提供的输出缓冲区大小 + + + + + [IN] 输出图片格式 + + + + + [IN] 编码质量, (50-99] + + + + + [IN] Bayer的插值方法 0-快速 1-均衡 2-最优(如果传入其它值则默认为最优) + + + + + 保留字节 + + + + + 保存的图像信息扩展 + + + + + [IN] 输入数据缓存 + + + + + [IN] 输入数据大小 + + + + + [IN] 输入数据的像素格式 + + + + + [IN] 图像宽 + + + + + [IN] 图像高 + + + + + [OUT] 输出图片缓存 + + + + + [OUT] 输出图片大小 + + + + + [IN] 提供的输出缓冲区大小 + + + + + [IN] 输出图片格式 + + + + + [IN] 编码质量, (50-99] + + + + + [IN] Bayer的插值方法 0-快速 1-均衡 2-最优(如果传入其它值则默认为最优) + + + + + 保留字节 + + + + + 保存图像到文件的参数 + + + + + [IN] 输入数据的像素格式 + + + + + [IN] 输入数据缓存 + + + + + [IN] 输入数据大小 + + + + + [IN] 图像宽 + + + + + [IN] 图像高 + + + + + [IN] 输入图片格式 + + + + + [IN] 编码质量, (0-100] + + + + + [IN] 输入文件路径 + + + + + [IN] Bayer的插值方法 0-快速 1-均衡 2-最优(如果传入其它值则默认为最优) + + + + + 保留字节 + + + + + 保存图像到文件信息扩展 + + + + + [IN] 图像宽 + + + + + [IN] 图像高 + + + + + [IN] 输入数据的像素格式 + + + + + [IN] 输入数据缓存 + + + + + [IN] 输入数据大小 + + + + + [IN] 输入图片格式 + + + + + [IN] 输入文件路径 + + + + + [IN] 编码质量, (0-100] + + + + + [IN] Bayer的插值方法 0-快速 1-均衡 2-最优(如果传入其它值则默认为最优) + + + + + 保留字节 + + + + + 旋转角度 + + + + + 旋转90度 + + + + + 旋转180度 + + + + + 旋转270度 + + + + + 旋转图像参数 + + + + + [IN] 像素格式(仅支持Mono8/RGB24/BGR24) + + + + + [IN][OUT] 图像宽 + + + + + [IN][OUT] 图像高 + + + + + [IN] 输入数据缓存 + + + + + [IN] 输入数据大小 + + + + + [OUT] 输出图片缓存 + + + + + [OUT] 输出图片大小 + + + + + [IN] 提供的输出缓冲区大小 + + + + + [IN] 旋转角度 + + + + + 保留字节 + + + + + 图像翻转类型 + + + + + 垂直方向翻转 + + + + + 水平方向翻转 + + + + + 翻转图像参数 + + + + + [IN] 像素格式(仅支持Mono8/RGB24/BGR24) + + + + + [IN] 图像宽 + + + + + [IN] 图像高 + + + + + [IN] 输入数据缓存 + + + + + [IN] 输入数据大小 + + + + + [OUT] 输出图片缓存 + + + + + [OUT] 输出图片大小 + + + + + [IN] 提供的输出缓冲区大小 + + + + + [IN] 翻转类型 + + + + + 保留字节 + + + + + 像素转换参数 + + + + + [IN] 图像宽 + + + + + [IN] 图像高 + + + + + [IN] 源像素格式 + + + + + [IN] 输入数据缓存 + + + + + [IN] 输入数据大小 + + + + + [IN] 目标像素格式 + + + + + [OUT] 输出数据缓存 + + + + + [OUT] 输出数据大小 + + + + + [IN] 提供的输出缓冲区大小 + + + + + 保留字节 + + + + + 图像像素转换信息扩展 + + + + + [IN] 图像宽 + + + + + [IN] 图像高 + + + + + [IN] 源像素格式 + + + + + [IN] 输入数据缓存 + + + + + [IN] 输入数据大小 + + + + + [IN] 目标像素格式 + + + + + [OUT] 输出数据缓存 + + + + + [OUT] 输出数据大小 + + + + + [IN] 提供的输出缓冲区大小 + + + + + 保留字节 + + + + + Gamma类型 + + + + + 不启用 + + + + + GAMMA值 + + + + + GAMMA曲线,8位需要的长度:256*sizeof(unsigned char) + 10位需要的长度:1024*sizeof(unsigned short) + 12位需要的长度:4096*sizeof(unsigned short) + 16位需要的长度:65536*sizeof(unsigned short) + + + + + 线性RGB转非线性RGB + + + + + 非线性RGB转线性RGB + + + + + Gamma参数 + + + + + [IN] Gamma类型 + + + + + [IN] Gamma值 + + + + + [IN] Gamma曲线缓存 + + + + + [IN] Gamma曲线长度 + + + + + 保留字节 + + + + + CCM参数 + + + + + [IN] 是否启用CCM + + + + + [IN] CCM矩阵(-8192~8192) + + + + + 保留字节 + + + + + CCM参数 + + + + + [IN] 是否启用CCM + + + + + [IN] 量化3x3矩阵 + + + + + [IN] 量化系数(2的整数幂) + + + + + 保留字节 + + + + + CLUT参数 + + + + + [IN] 是否启用CLUT + + + + + [IN] 量化系数(2的整数幂) + + + + + [IN] CLUT大小,建议值17 + + + + + [OUT] 量化CLUT + + + + + [IN] 量化CLUT缓存大小(nCLUTSize*nCLUTSize*nCLUTSize*sizeof(int)*3) + + + + + 保留字节 + + + + + 对比度调节参数 + + + + + [IN] 图像宽度(最小8) + + + + + [IN] 图像高度(最小8) + + + + + [IN] 输入图像缓存 + + + + + [IN] 输入图像缓存长度 + + + + + [IN] 输入的像素格式 + + + + + [OUT] 输出像素数据缓存 + + + + + [IN] 提供的输出缓冲区大小 + + + + + [OUT] 输出像素数据缓存长度 + + + + + [IN] 对比度值,范围:[1, 10000] + + + + + 保留字节 + + + + + 锐化参数 + + + + + [IN] 图像宽度(最小8) + + + + + [IN] 图像高度(最小8) + + + + + [IN] 输入图像缓存 + + + + + [IN] 输入图像缓存长度 + + + + + [IN] 输入的像素格式 + + + + + [OUT] 输出像素数据缓存 + + + + + [IN] 提供的输出缓冲区大小 + + + + + [OUT] 输出像素数据缓存长度 + + + + + [IN] 锐度调节强度,范围:[0, 500] + + + + + [IN] 锐度调节半径(半径越大,耗时越长),范围:[1, 21] + + + + + [IN] 锐度调节阈值,范围:[0, 255] + + + + + 保留字节 + + + + + 色彩校正参数(包括CCM和CLUT) + + + + + [IN] 图像宽度 + + + + + [IN] 图像高度 + + + + + [IN] 输入图像缓存 + + + + + [IN] 输入图像缓存长度 + + + + + [IN] 输入的像素格式 + + + + + [OUT] 输出像素数据缓存 + + + + + [IN] 提供的输出缓冲区大小 + + + + + [OUT] 输出像素数据缓存长度 + + + + + [IN] 输入有效图像位数,8 or 10 or 12 or 16 + + + + + [IN] 输入Gamma信息 + + + + + [IN] 输入CCM信息 + + + + + [IN] 输入CLUT信息 + + + + + 保留字节 + + + + + 矩形ROI参数 + + + + + [IN] 矩形左上角X轴坐标 + + + + + [IN] 矩形左上角Y轴坐标 + + + + + [IN] 矩形宽度 + + + + + [IN] 矩形高度 + + + + + 噪声估计参数 + + + + + [IN] 图像宽度 + + + + + [IN] 图像高度 + + + + + [IN] 输入的像素格式 + + + + + [IN] 输入图像缓存 + + + + + [IN] 输入图像缓存长度 + + + + + [IN] 图像ROI + + + + + [IN] ROI个数 + + + + + [IN] 噪声阈值[0-4095] + + + + + [OUT] 输出噪声特性 + + + + + [IN] 提供的输出缓冲区大小 + + + + + [OUT] 输出噪声特性长度 + + + + + 保留字节 + + + + + 空域降噪参数 + + + + + [IN] 图像宽度 + + + + + [IN] 图像高度 + + + + + [IN] 输入的像素格式 + + + + + [IN] 输入图像缓存 + + + + + [IN] 输入图像缓存长度 + + + + + [OUT] 输出降噪后的数据 + + + + + [IN] 提供的输出缓冲区大小 + + + + + [OUT] 输出降噪后的数据长度 + + + + + [IN] 输入噪声特性 + + + + + [IN] 输入噪声特性长度 + + + + + [IN] 降噪强度(0-100) + + + + + [IN] 锐化强度(0-32) + + + + + [IN] 噪声校正系数(0-1280) + + + + + [IN] 亮度校正系数(1-2000) + + + + + [IN] 色调校正系数(1-2000) + + + + + [IN] 亮度降噪强度(0-100) + + + + + [IN] 色调降噪强度(0-100) + + + + + [IN] 锐化强度(1-1000) + + + + + 保留字节 + + + + + LSC标定参数 + + + + + [IN] 图像宽度(16~65536) + + + + + [IN] 图像高度(16~65536) + + + + + [IN] 输入的像素格式 + + + + + [IN] 输入图像缓存 + + + + + [IN] 输入图像缓存长度 + + + + + [OUT] 输出标定表缓存 + + + + + [IN] 提供的标定表缓冲大小(nWidth*nHeight*sizeof(unsigned short)) + + + + + [OUT] 输出标定表缓存长度 + + + + + [IN] 宽度分块数 + + + + + [IN] 高度分块数 + + + + + [IN] 边缘填充系数,范围1~5 + + + + + [IN] 标定方式,0-中心为基准 + 1-最亮区域为基准 + 2-目标亮度 + + + + + [IN] 目标亮度(8bits,[0,255]) + (10bits,[0,1023]) + (12bits,[0,4095]) + (16bits,[0,65535]) + + + + + 保留字节 + + + + + LSC校正参数 + + + + + [IN] 图像宽度(16~65536) + + + + + [IN] 图像高度(16~65536) + + + + + [IN] 输入的像素格式 + + + + + [IN] 输入图像缓存 + + + + + [IN] 输入图像缓存长度 + + + + + [OUT] 输出像素数据缓存 + + + + + [IN] 提供的输出缓冲区大小 + + + + + [OUT] 输出像素数据缓存长度 + + + + + [IN] 输入校正表缓存 + + + + + [IN] 输入校正表缓存长度 + + + + + 保留字节 + + + + + 噪声特性类型 + + + + + 无效 + + + + + 噪声曲线 + + + + + 噪声水平 + + + + + 默认值 + + + + + 噪声基本信息 + + + + + 版本 + + + + + 噪声特性类型 + + + + + 图像格式 + + + + + 平均噪声水平 + + + + + 曲线点数 + + + + + 噪声曲线 + + + + + 亮度曲线 + + + + + 保留字节 + + + + + 噪声估计参数 + + + + + [IN] 图像宽(大于等于8) + + + + + [IN] 图像高(大于等于8) + + + + + [IN] 像素格式 + + + + + [IN] 输入数据缓存 + + + + + [IN] 输入数据大小 + + + + + [IN] 噪声阈值(0-4095) + + + + + [IN] 用于存储噪声曲线和亮度曲线(需要外部分配,缓存大小:4096 * sizeof(int) * 2) + + + + + [OUT] 降噪特性信息 + + + + + [IN] 线程数量,0表示算法库根据硬件自适应;1表示单线程(默认);大于1表示线程数目 + + + + + 保留字节 + + + + + 降噪参数 + + + + + [IN] 图像宽(大于等于8) + + + + + [IN] 图像高(大于等于8) + + + + + [IN] 像素格式 + + + + + [IN] 输入数据缓存 + + + + + [IN] 输入数据大小 + + + + + [OUT] 输出降噪后的数据 + + + + + [IN] 提供的输出缓冲区大小 + + + + + [OUT] 输出降噪后的数据长度 + + + + + [IN] 降噪特性信息(来源于噪声估计) + + + + + [IN] 降噪强度(0-100) + + + + + [IN] 锐化强度(0-32) + + + + + [IN] 噪声校正系数(0-1280) + + + + + [IN] 线程数量,0表示算法库根据硬件自适应;1表示单线程(默认);大于1表示线程数目 + + + + + 保留字节 + + + + + 帧特殊信息 + + + + + [OUT] 秒数 + + + + + [OUT] 周期数 + + + + + [OUT] 周期偏移量 + + + + + [OUT] 增益 + + + + + [OUT] 曝光时间 + + + + + [OUT] 平均亮度 + + + + + [OUT] 红色 + + + + + [OUT] 绿色 + + + + + [OUT] 蓝色 + + + + + [OUT] 总帧数 + + + + + [OUT] 触发计数 + + + + + [OUT] 输入 + + + + + [OUT] 输出 + + + + + [OUT] 水平偏移量 + + + + + [OUT] 垂直偏移量 + + + + + [OUT] 水印宽 + + + + + [OUT] 水印高 + + + + + 保留字节 + + + + + HB解码参数 + + + + + [IN] 输入数据缓存 + + + + + [IN] 输入数据大小 + + + + + [OUT] 图像宽 + + + + + [OUT] 图像高 + + + + + [OUT] 输出数据缓存 + + + + + [IN] 提供的输出缓冲区大小 + + + + + [OUT] 输出数据大小 + + + + + [OUT] 输出的像素格式 + + + + + [OUT] 水印信息 + + + + + 保留字节 + + + + + 录像格式定义 + + + + + 未定义格式 + + + + + AVI格式 + + + + + 录像参数 + + + + + [IN] 输入数据的像素格式 + + + + + [IN] 图像宽(指定目标参数时需为8的倍数) + + + + + [IN] 图像高(指定目标参数时需为8的倍数) + + + + + [IN] 帧率fps(大于1/16) + + + + + [IN] 码率kbps(128kbps-16Mbps) + + + + + [IN] 录像格式 + + + + + [IN] 录像文件存放路径 + + + + + 保留字节 + + + + + 输入帧信息 + + + + + [IN] 图像数据指针 + + + + + [IN] 图像大小 + + + + + 保留字节 + + + + + 采集模式 + + + + + 单帧模式 + + + + + 多帧模式 + + + + + 持续采集模式 + + + + + 增益模式 + + + + + 关闭 + + + + + 一次 + + + + + 连续 + + + + + 曝光模式 + + + + + Timed + + + + + TriggerWidth + + + + + 自动曝光模式 + + + + + 关闭 + + + + + 一次 + + + + + 连续 + + + + + 相机触发模式 + + + + + 关闭 + + + + + 打开 + + + + + Gamma选择器 + + + + + USER + + + + + SRGB + + + + + 自动白平衡 + + + + + 关闭自动白平衡 + + + + + 一次自动白平衡 + + + + + 连续自动白平衡 + + + + + 触发源 + + + + + LINE0 + + + + + LINE1 + + + + + LINE2 + + + + + LINE3 + + + + + COUNTER0 + + + + + SOFTWARE + + + + + FrequencyConverter + + + + + ALL MATHCH INFO + + + + + 需要输出的信息类型,e.g. MV_MATCH_TYPE_NET_DETECT + + + + + 输出的信息缓存,由调用者分配 + + + + + 信息缓存的大小 + + + + + + + + + + 已接收数据大小 [统计StartGrabbing和StopGrabbing之间的数据量] + + + + + 丢失的包数量 + + + + + 丢帧数量 + + + + + 帧数 + + + + + 请求重发包数 + + + + + 重发包数 + + + + + USB + + + + + 已接收数据大小 [统计OpenDevicce和CloseDevice之间的数据量] + + + + + 已收到的帧数 + + + + + 错误帧数 + + + + + 保留字节 + + + + + 图像的基本信息 + + + + + 宽度值 + + + + + 宽度最小值 + + + + + 宽度最大值 + + + + + Width Inc + + + + + 高度值 + + + + + 高度最小值 + + + + + 高度最大值 + + + + + Height Inc + + + + + 帧率 + + + + + 最小帧率 + + + + + 最大帧率 + + + + + 当前的像素格式 + + + + + 支持的像素格式种类 + + + + + 像素列表 + + + + + 保留字节 + + + + + 节点是否可见的权限等级 + + + + + Always visible + + + + + Visible for experts or Gurus + + + + + Visible for Gurus + + + + + Not Visible + + + + + Object is not yet initialized + + + + + 事件信息 + + + + + 事件名 + + + + + Event号 + + + + + 流通到序号 + + + + + 帧号高位 + + + + + 帧号低位 + + + + + 时间戳高位 + + + + + 时间戳低位 + + + + + Event数据 + + + + + Event数据长度 + + + + + 保留字节 + + + + + 文件存取 + + + + + 用户文件名 + + + + + 设备文件名 + + + + + 保留字节 + + + + + 文件存取 + + + + + 用户文件数据缓存空间 + + + + + 用户数据缓存大小 + + + + + 文件实际缓存大小 + + + + + 设备文件名 + + + + + 保留字节 + + + + + 文件存取进度 + + + + + 已完成的长度 + + + + + 总长度 + + + + + 保留字节 + + + + + GigE传输类型 + + + + + 表示单播(默认) + + + + + 表示组播 + + + + + 表示局域网内广播,暂不支持 + + + + + 表示子网内广播,暂不支持 + + + + + 表示从相机获取,暂不支持 + + + + + 表示用户自定义应用端接收图像数据Port号 + + + + + 表示设置了单播,但本实例不接收图像数据 + + + + + 表示组播模式,但本实例不接收图像数据 + + + + + 传输模式,可以为单播模式、组播模式等 + + + + + 传输模式 + + + + + 目标IP,组播模式下有意义 + + + + + 目标Port,组播模式下有意义 + + + + + 保留字节 + + + + + 动作命令信息 + + + + + 设备密钥 + + + + + 组键 + + + + + 组掩码 + + + + + 只有设置成1时Action Time才有效,非1时无效 + + + + + 预定的时间,和主频有关 + + + + + 广播包地址 + + + + + 等待ACK的超时时间,如果为0表示不需要ACK + + + + + 保留字节 + + + + + 动作命令结果 + + + + + IP address of the device + + + + + status code returned by the device + + + + + 保留字节 + + + + + 动作命令结果列表 + + + + + 返回值个数 + + + + + 返回的结果 + + + + + 每个节点对应的接口类型 + + + + + IValue接口类型 + + + + + IBase接口类型 + + + + + IInteger接口类型 + + + + + IBoolean接口类型 + + + + + ICommand接口类型 + + + + + IFloat接口类型 + + + + + IString接口类型 + + + + + IRegister接口类型 + + + + + ICategory接口类型 + + + + + IEnumeration接口类型 + + + + + IEnumEntry接口类型 + + + + + IPort接口类型 + + + + + XML节点特点 + + + + + 节点类型 + + + + + 是否可见 + + + + + 节点描述 + + + + + 显示名称 + + + + + 节点名 + + + + + 提示 + + + + + 保留字节 + + + + + XML节点列表 + + + + + 节点个数 + + + + + 节点列表 + + + + + 整型节点值 + + + + + 当前值 + + + + + 最大值 + + + + + 最小值 + + + + + Inc + + + + + 保留字节 + + + + + 整型节点值 + + + + + 当前值 + + + + + 最大值 + + + + + 最小值 + + + + + Inc + + + + + 保留字节 + + + + + 浮点型节点值 + + + + + 当前值 + + + + + 最大值 + + + + + 最小值 + + + + + 保留字节 + + + + + 枚举型节点值 + + + + + 当前值 + + + + + 有效数据个数 + + + + + 保留字节 + + + + + 保留字节 + + + + + 字符串型节点值 + + + + + 当前值 + + + + + 节点值的最大长度 + + + + + 保留字节 + + + + + 节点的读写性 + + + + + 未实现 + + + + + 不可获取 + + + + + 只写 + + + + + 只读 + + + + + 可读可写 + + + + + 未定义 + + + + + 内部用于AccessMode循环检测 + + + + + 整型节点 + + + + + 节点名 + + + + + 显示名称 + + + + + 节点描述 + + + + + 提示 + + + + + 是否可见 + + + + + 访问模式 + + + + + 是否锁定。0-否;1-是 + + + + + 当前值 + + + + + 最小值 + + + + + 最大值 + + + + + 增量 + + + + + 保留字节 + + + + + 布尔型节点 + + + + + 节点名 + + + + + 显示名称 + + + + + 节点描述 + + + + + 提示 + + + + + 是否可见 + + + + + 访问模式 + + + + + 是否锁定。0-否;1-是 + + + + + 当前值 + + + + + 保留字节 + + + + + 命令型节点 + + + + + 节点名 + + + + + 显示名称 + + + + + 节点描述 + + + + + 提示 + + + + + 是否可见 + + + + + 访问模式 + + + + + 是否锁定。0-否;1-是 + + + + + 保留字节 + + + + + 浮点型节点 + + + + + 节点名 + + + + + 显示名称 + + + + + 节点描述 + + + + + 提示 + + + + + 是否可见 + + + + + 访问模式 + + + + + 是否锁定。0-否;1-是 + + + + + 当前值 + + + + + 最小值 + + + + + 最大值 + + + + + 增量 + + + + + 保留字节 + + + + + 字符串类型节点 + + + + + 节点名 + + + + + 显示名称 + + + + + 节点描述 + + + + + 提示 + + + + + 是否可见 + + + + + 访问模式 + + + + + 是否锁定。0-否;1-是 + + + + + 当前值 + + + + + 保留字节 + + + + + 寄存器型节点 + + + + + 节点名 + + + + + 显示名称 + + + + + 节点描述 + + + + + 提示 + + + + + 是否可见 + + + + + 访问模式 + + + + + 是否锁定。0-否;1-是 + + + + + 当前值 + + + + + 保留字节 + + + + + 类别属性 + + + + + 节点描述 + + + + + 显示名称 + + + + + 节点名 + + + + + 提示 + + + + + 是否可见 + + + + + 保留字节 + + + + + EnumEntry属性节点 + + + + + 节点名 + + + + + 显示名称 + + + + + 节点描述 + + + + + 提示 + + + + + + + + + + 父节点数 + + + + + 父节点列表 + + + + + 是否可见 + + + + + 当前值 + + + + + 访问模式 + + + + + 是否锁定。0-否;1-是 + + + + + 保留字节 + + + + + 节点描述 + + + + + 节点描述 + + + + + Enumeration属性节点 + + + + + 是否可见 + + + + + 节点描述 + + + + + 显示名称 + + + + + 节点名 + + + + + 提示 + + + + + Symbolic数 + + + + + 当前Symbolic索引 + + + + + Symbolic索引 + + + + + 访问模式 + + + + + 是否锁定。0-否;1-是 + + + + + 当前值 + + + + + 保留字节 + + + + + Port属性节点 + + + + + 是否可见 + + + + + 节点描述 + + + + + 显示名称 + + + + + 节点名 + + + + + 提示 + + + + + 访问模式 + + + + + 是否锁定。0-否;1-是 + + + + + 保留字节 + + + + 辅助线颜色 + + + [0.0 , 1.0] + + + [0.0 , 1.0] + + + [0.0 , 1.0] + + + [0.0 , 1.0] + + + 预留字节 + + + 自定义点坐标 + + + [0.0 , 1.0] + + + [0.0 , 1.0] + + + 预留字节 + + + 矩形框区域信息 + + + [0.0 , 1.0] + + + [0.0 , 1.0] + + + [0.0 , 1.0] + + + [0.0 , 1.0] + + + 辅助线颜色 + + + 辅助线宽度 + + + 预留字节 + + + 圆形框区域信息 + + + 圆心信息 + + + 宽向半径,根据图像的相对位置[0, 1.0] + + + 高向半径,根据图像的相对位置[0, 1.0] + + + 辅助线颜色信息 + + + 辅助线宽度 + + + 预留字节 + + + 线条辅助线信息 + + + 线条辅助线的起始点坐标 + + + 线条辅助线的终点坐标 + + + 辅助线颜色信息 + + + 辅助线宽度 + + + 预留字节 + + + 枚举类型指定条目信息 + + + 指定值 + + + 指定值对应的符号 + + + 预留字节 + + + U3V流异常类型 + + + 异常的图像,该帧被丢弃 + + + 缓存列表溢出,清除最旧的一帧 + + + 缓存列表为空,该帧被丢弃 + + + 断流恢复 + + + 断流,恢复失败,取流被中止 + + + 设备异常,取流被中止 + + + 重构后的图像列表 + + + 源图像宽 + + + 源图像高 + + + 像素格式 + + + 输出数据缓存 + + + 输出数据长度 + + + 提供的输出缓冲区大小 + + + 预留字节 + + + + 分时曝光的图像处理方式 + + + + + 源图像按行拆分成多张图像 + + + + 重构图像参数信息 + + + 源图像宽 + + + 源图像高 + + + 像素格式 + + + 输入数据缓存 + + + 输入数据长度 + + + 曝光个数(1-8] + + + 图像重构方式 + + + + 输出数据缓存信息 + + + + 预留字节 + + + + 像素格式定义 + + + + + 未定义像素格式 + + + + + Mono1p + + + + + Mono2p + + + + + Mono4p + + + + + Mono8 + + + + + Mono8_Signed + + + + + Mono10 + + + + + Mono10_Packed + + + + + Mono12 + + + + + Mono12_Packed + + + + + Mono14 + + + + + Mono16 + + + + + BayerGR8 + + + + + BayerRG8 + + + + + BayerGB8 + + + + + BayerBG8 + + + + + BayerRBGG8 + + + + + BayerGR10 + + + + + BayerRG10 + + + + + BayerGB10 + + + + + BayerBG10 + + + + + BayerGR12 + + + + + BayerRG12 + + + + + BayerGB12 + + + + + BayerBG12 + + + + + BayerGR10_Packed + + + + + BayerRG10_Packed + + + + + BayerGB10_Packed + + + + + BayerBG10_Packed + + + + + BayerGR12_Packed + + + + BayerRG12_Packed + + + BayerGB12_Packed + + + BayerBG12_Packed + + + BayerGR16 + + + BayerRG16 + + + BayerGB16 + + + BayerBG16 + + + RGB8_Packed + + + BGR8_Packed + + + RGBA8_Packed + + + BGRA8_Packed + + + RGB10_Packed + + + BGR10_Packed + + + RGB12_Packed + + + BGR12_Packed + + + RGB16_Packed + + + BGR16_Packed/// + + + RGBA16_Packed + + + BGRA16_Packed + + + RGB10V1_Packe + + + RGB10V2_Packed + + + RGB12V1_Packed + + + RGB565_Packed + + + BGR565_Packed + + + YUV411_Packed + + + YUV422_Packed + + + YUV422_YUYV_Packed + + + YUV444_Packed + + + YCBCR8_CBYCR + + + YCBCR422_8 + + + YCBCR422_8_CBYCRY + + + YCBCR411_8_CBYYCRYY + + + YCBCR601_8_CBYCR + + + YCBCR601_422_8 + + + YCBCR601_422_8_CBYCRY + + + YCBCR601_411_8_CBYYCRYY + + + YCBCR709_8_CBYCR + + + YCBCR709_422_8 + + + YCBCR709_422_8_CBYCRY + + + YCBCR709_411_8_CBYYCRYY + + + YUV420SP_NV12 + + + YUV420SP_NV21 + + + RGB8_Planar + + + RGB10_Planar + + + RGB12_Planar + + + RGB16_Planar + + + Jpeg + + + Coord3D_ABC32f + + + Coord3D_ABC32f_Planar + + + Coord3D_AC32f + + + COORD3D_DEPTH_PLUS_MASK + + + Coord3D_ABC32 + + + Coord3D_AB32f + + + Coord3D_AB32 + + + Coord3D_AC32f_64 + + + Coord3D_AC32f_Planar + + + Coord3D_AC32 + + + Coord3D_A32f + + + Coord3D_A32 + + + Coord3D_C32f + + + Coord3D_C32 + + + Coord3D_ABC16 + + + Coord3D_C16 + + + Float32 + + + HB_Mono8 + + + HB_Mono10 + + + HB_Mono10_Packed + + + HB_Mono12 + + + HB_Mono12_Packed + + + HB_Mono16 + + + HB_BayerGR8 + + + HB_BayerRG8 + + + HB_BayerGB8 + + + HB_BayerBG8 + + + HB_BayerRBGG8 + + + HB_BayerGR10 + + + HB_BayerRG10 + + + HB_BayerGB10 + + + HB_BayerBG10 + + + HB_BayerGR12 + + + HB_BayerRG12 + + + HB_BayerGB12 + + + HB_BayerBG12 + + + HB_BayerGR10_Packed + + + HB_BayerRG10_Packed + + + HB_BayerGB10_Packed + + + HB_BayerBG10_Packed + + + HB_BayerGR12_Packed + + + HB_BayerRG12_Packed + + + HB_BayerGB12_Packed + + + HB_BayerBG12_Packed + + + HB_YUV422_Packed + + + HB_YUV422_YUYV_Packed + + + HB_RGB8_Packed + + + HB_BGR8_Packed + + + HB_RGBA8_Packed + + + HB_BGRA8_Packed + + + HB_RGB16_Packed + + + HB_BGR16_Packed + + + HB_RGBA16_Packed + + + HB_BGRA16_Packed + + + + 像素格式 + + + + + 未定义像素格式 + + + + + Mono1p + + + + + Mono2p + + + + + Mono4p + + + + + Mono8 + + + + + Mono8_Signed + + + + + Mono10 + + + + + Mono10_Packed + + + + + Mono12 + + + + + Mono12_Packed + + + + + Mono14 + + + + + Mono16 + + + + + BayerGR8 + + + + + BayerRG8 + + + + + BayerGB8 + + + + + BayerBG8 + + + + + BayerRBGG8 + + + + + BayerGR10 + + + + + BayerRG10 + + + + + BayerGB10 + + + + + BayerBG10 + + + + + BayerGR12 + + + + + BayerRG12 + + + + + BayerGB12 + + + + + BayerBG12 + + + + + BayerGR10_Packed + + + + + BayerRG10_Packed + + + + + BayerGB10_Packed + + + + + BayerBG10_Packed + + + + + BayerGR12_Packed + + + + BayerRG12_Packed + + + BayerGB12_Packed + + + BayerBG12_Packed + + + BayerGR16 + + + BayerRG16 + + + BayerGB16 + + + BayerBG16 + + + RGB8_Packed + + + BGR8_Packed + + + RGBA8_Packed + + + BGRA8_Packed + + + RGB10_Packed + + + BGR10_Packed + + + RGB12_Packed + + + BGR12_Packed + + + RGB16_Packed + + + BGR16_Packed/// + + + RGBA16_Packed + + + BGRA16_Packed + + + RGB10V1_Packe + + + RGB10V2_Packed + + + RGB12V1_Packed + + + RGB565_Packed + + + BGR565_Packed + + + YUV411_Packed + + + YUV422_Packed + + + YUV422_YUYV_Packed + + + YUV444_Packed + + + YCBCR8_CBYCR + + + YCBCR422_8 + + + YCBCR422_8_CBYCRY + + + YCBCR411_8_CBYYCRYY + + + YCBCR601_8_CBYCR + + + YCBCR601_422_8 + + + YCBCR601_422_8_CBYCRY + + + YCBCR601_411_8_CBYYCRYY + + + YCBCR709_8_CBYCR + + + YCBCR709_422_8 + + + YCBCR709_422_8_CBYCRY + + + YCBCR709_411_8_CBYYCRYY + + + YUV420SP_NV12 + + + YUV420SP_NV21 + + + RGB8_Planar + + + RGB10_Planar + + + RGB12_Planar + + + RGB16_Planar + + + Jpeg + + + Coord3D_ABC32f + + + Coord3D_ABC32f_Planar + + + Coord3D_AC32f + + + COORD3D_DEPTH_PLUS_MASK + + + Coord3D_ABC32 + + + Coord3D_AB32f + + + Coord3D_AB32 + + + Coord3D_AC32f_64 + + + Coord3D_AC32f_Planar + + + Coord3D_AC32 + + + Coord3D_A32f + + + Coord3D_A32 + + + Coord3D_C32f + + + Coord3D_C32 + + + Coord3D_ABC16 + + + Coord3D_C16 + + + Float32 + + + HB_Mono8 + + + HB_Mono10 + + + HB_Mono10_Packed + + + HB_Mono12 + + + HB_Mono12_Packed + + + HB_Mono16 + + + HB_BayerGR8 + + + HB_BayerRG8 + + + HB_BayerGB8 + + + HB_BayerBG8 + + + HB_BayerRBGG8 + + + HB_BayerGR10 + + + HB_BayerRG10 + + + HB_BayerGB10 + + + HB_BayerBG10 + + + HB_BayerGR12 + + + HB_BayerRG12 + + + HB_BayerGB12 + + + HB_BayerBG12 + + + HB_BayerGR10_Packed + + + HB_BayerRG10_Packed + + + HB_BayerGB10_Packed + + + HB_BayerBG10_Packed + + + HB_BayerGR12_Packed + + + HB_BayerRG12_Packed + + + HB_BayerGB12_Packed + + + HB_BayerBG12_Packed + + + HB_YUV422_Packed + + + HB_YUV422_YUYV_Packed + + + HB_RGB8_Packed + + + HB_BGR8_Packed + + + HB_RGBA8_Packed + + + HB_BGRA8_Packed + + + HB_RGB16_Packed + + + HB_BGR16_Packed + + + HB_RGBA16_Packed + + + HB_BGRA16_Packed + + + diff --git a/ReleaseFiles/SharpDX.D3DCompiler.dll b/ReleaseFiles/SharpDX.D3DCompiler.dll deleted file mode 100644 index 2243135..0000000 Binary files a/ReleaseFiles/SharpDX.D3DCompiler.dll and /dev/null differ diff --git a/ReleaseFiles/SharpDX.DXGI.dll b/ReleaseFiles/SharpDX.DXGI.dll deleted file mode 100644 index d209e85..0000000 Binary files a/ReleaseFiles/SharpDX.DXGI.dll and /dev/null differ diff --git a/ReleaseFiles/SharpDX.Direct2D1.dll b/ReleaseFiles/SharpDX.Direct2D1.dll deleted file mode 100644 index a034027..0000000 Binary files a/ReleaseFiles/SharpDX.Direct2D1.dll and /dev/null differ diff --git a/ReleaseFiles/SharpDX.Direct3D10.dll b/ReleaseFiles/SharpDX.Direct3D10.dll deleted file mode 100644 index a7252a5..0000000 Binary files a/ReleaseFiles/SharpDX.Direct3D10.dll and /dev/null differ diff --git a/ReleaseFiles/SharpDX.Direct3D9.dll b/ReleaseFiles/SharpDX.Direct3D9.dll deleted file mode 100644 index 6b74ac4..0000000 Binary files a/ReleaseFiles/SharpDX.Direct3D9.dll and /dev/null differ diff --git a/ReleaseFiles/SharpDX.Mathematics.dll b/ReleaseFiles/SharpDX.Mathematics.dll deleted file mode 100644 index 53067f3..0000000 Binary files a/ReleaseFiles/SharpDX.Mathematics.dll and /dev/null differ diff --git a/ReleaseFiles/SharpDX.dll b/ReleaseFiles/SharpDX.dll deleted file mode 100644 index 0344605..0000000 Binary files a/ReleaseFiles/SharpDX.dll and /dev/null differ diff --git a/ReleaseFiles/SixLabors.ImageSharp.dll b/ReleaseFiles/SixLabors.ImageSharp.dll new file mode 100644 index 0000000..7302493 Binary files /dev/null and b/ReleaseFiles/SixLabors.ImageSharp.dll differ diff --git a/ReleaseFiles/System.Configuration.ConfigurationManager.dll b/ReleaseFiles/System.Configuration.ConfigurationManager.dll deleted file mode 100644 index accdffe..0000000 Binary files a/ReleaseFiles/System.Configuration.ConfigurationManager.dll and /dev/null differ diff --git a/ReleaseFiles/System.Data.OleDb.dll b/ReleaseFiles/System.Data.OleDb.dll deleted file mode 100644 index 95d3e71..0000000 Binary files a/ReleaseFiles/System.Data.OleDb.dll and /dev/null differ diff --git a/ReleaseFiles/System.Diagnostics.EventLog.dll b/ReleaseFiles/System.Diagnostics.EventLog.dll deleted file mode 100644 index f293ce4..0000000 Binary files a/ReleaseFiles/System.Diagnostics.EventLog.dll and /dev/null differ diff --git a/ReleaseFiles/System.Private.ServiceModel.dll b/ReleaseFiles/System.Private.ServiceModel.dll deleted file mode 100644 index 3f9f84e..0000000 Binary files a/ReleaseFiles/System.Private.ServiceModel.dll and /dev/null differ diff --git a/ReleaseFiles/System.Security.Cryptography.ProtectedData.dll b/ReleaseFiles/System.Security.Cryptography.ProtectedData.dll deleted file mode 100644 index 40f1b5a..0000000 Binary files a/ReleaseFiles/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/ReleaseFiles/System.ServiceModel.Http.dll b/ReleaseFiles/System.ServiceModel.Http.dll deleted file mode 100644 index 34f6704..0000000 Binary files a/ReleaseFiles/System.ServiceModel.Http.dll and /dev/null differ diff --git a/ReleaseFiles/System.ServiceModel.Primitives.dll b/ReleaseFiles/System.ServiceModel.Primitives.dll deleted file mode 100644 index b3ab384..0000000 Binary files a/ReleaseFiles/System.ServiceModel.Primitives.dll and /dev/null differ diff --git a/ReleaseFiles/System.ServiceModel.dll b/ReleaseFiles/System.ServiceModel.dll deleted file mode 100644 index 58f664e..0000000 Binary files a/ReleaseFiles/System.ServiceModel.dll and /dev/null differ diff --git a/ReleaseFiles/Telerik.Windows.Controls.Chart.dll b/ReleaseFiles/Telerik.Windows.Controls.Chart.dll index 8a5ace4..f9d235d 100644 Binary files a/ReleaseFiles/Telerik.Windows.Controls.Chart.dll and b/ReleaseFiles/Telerik.Windows.Controls.Chart.dll differ diff --git a/ReleaseFiles/Telerik.Windows.Controls.Data.dll b/ReleaseFiles/Telerik.Windows.Controls.Data.dll index 3cbaac6..93c0fc1 100644 Binary files a/ReleaseFiles/Telerik.Windows.Controls.Data.dll and b/ReleaseFiles/Telerik.Windows.Controls.Data.dll differ diff --git a/ReleaseFiles/Telerik.Windows.Controls.Expressions.dll b/ReleaseFiles/Telerik.Windows.Controls.Expressions.dll deleted file mode 100644 index 4ad880a..0000000 Binary files a/ReleaseFiles/Telerik.Windows.Controls.Expressions.dll and /dev/null differ diff --git a/ReleaseFiles/Telerik.Windows.Controls.FixedDocumentViewers.dll b/ReleaseFiles/Telerik.Windows.Controls.FixedDocumentViewers.dll deleted file mode 100644 index 29c4c00..0000000 Binary files a/ReleaseFiles/Telerik.Windows.Controls.FixedDocumentViewers.dll and /dev/null differ diff --git a/ReleaseFiles/Telerik.Windows.Controls.FixedDocumentViewersUI.dll b/ReleaseFiles/Telerik.Windows.Controls.FixedDocumentViewersUI.dll deleted file mode 100644 index a1d316a..0000000 Binary files a/ReleaseFiles/Telerik.Windows.Controls.FixedDocumentViewersUI.dll and /dev/null differ diff --git a/ReleaseFiles/Telerik.Windows.Controls.GridView.dll b/ReleaseFiles/Telerik.Windows.Controls.GridView.dll index 55c7d6d..b8d73cf 100644 Binary files a/ReleaseFiles/Telerik.Windows.Controls.GridView.dll and b/ReleaseFiles/Telerik.Windows.Controls.GridView.dll differ diff --git a/ReleaseFiles/Telerik.Windows.Controls.Input.dll b/ReleaseFiles/Telerik.Windows.Controls.Input.dll index b1395d5..bd143f8 100644 Binary files a/ReleaseFiles/Telerik.Windows.Controls.Input.dll and b/ReleaseFiles/Telerik.Windows.Controls.Input.dll differ diff --git a/ReleaseFiles/Telerik.Windows.Controls.Navigation.dll b/ReleaseFiles/Telerik.Windows.Controls.Navigation.dll index 0b88749..003d86c 100644 Binary files a/ReleaseFiles/Telerik.Windows.Controls.Navigation.dll and b/ReleaseFiles/Telerik.Windows.Controls.Navigation.dll differ diff --git a/ReleaseFiles/Telerik.Windows.Controls.RibbonView.dll b/ReleaseFiles/Telerik.Windows.Controls.RibbonView.dll index ceac76b..9d2f98c 100644 Binary files a/ReleaseFiles/Telerik.Windows.Controls.RibbonView.dll and b/ReleaseFiles/Telerik.Windows.Controls.RibbonView.dll differ diff --git a/ReleaseFiles/Telerik.Windows.Controls.Spreadsheet.dll b/ReleaseFiles/Telerik.Windows.Controls.Spreadsheet.dll index fd1c502..a575a5b 100644 Binary files a/ReleaseFiles/Telerik.Windows.Controls.Spreadsheet.dll and b/ReleaseFiles/Telerik.Windows.Controls.Spreadsheet.dll differ diff --git a/ReleaseFiles/Telerik.Windows.Controls.SpreadsheetUI.dll b/ReleaseFiles/Telerik.Windows.Controls.SpreadsheetUI.dll index 0aa720d..7585a83 100644 Binary files a/ReleaseFiles/Telerik.Windows.Controls.SpreadsheetUI.dll and b/ReleaseFiles/Telerik.Windows.Controls.SpreadsheetUI.dll differ diff --git a/ReleaseFiles/Telerik.Windows.Controls.dll b/ReleaseFiles/Telerik.Windows.Controls.dll index d74621e..1135575 100644 Binary files a/ReleaseFiles/Telerik.Windows.Controls.dll and b/ReleaseFiles/Telerik.Windows.Controls.dll differ diff --git a/ReleaseFiles/Telerik.Windows.Data.dll b/ReleaseFiles/Telerik.Windows.Data.dll index de5bb97..263d0d1 100644 Binary files a/ReleaseFiles/Telerik.Windows.Data.dll and b/ReleaseFiles/Telerik.Windows.Data.dll differ diff --git a/ReleaseFiles/Telerik.Windows.Documents.CMapUtils.dll b/ReleaseFiles/Telerik.Windows.Documents.CMapUtils.dll deleted file mode 100644 index 50792a7..0000000 Binary files a/ReleaseFiles/Telerik.Windows.Documents.CMapUtils.dll and /dev/null differ diff --git a/ReleaseFiles/Telerik.Windows.Documents.Core.dll b/ReleaseFiles/Telerik.Windows.Documents.Core.dll index d5c4314..331bfcc 100644 Binary files a/ReleaseFiles/Telerik.Windows.Documents.Core.dll and b/ReleaseFiles/Telerik.Windows.Documents.Core.dll differ diff --git a/ReleaseFiles/Telerik.Windows.Documents.DrawingML.dll b/ReleaseFiles/Telerik.Windows.Documents.DrawingML.dll deleted file mode 100644 index 840231a..0000000 Binary files a/ReleaseFiles/Telerik.Windows.Documents.DrawingML.dll and /dev/null differ diff --git a/ReleaseFiles/Telerik.Windows.Documents.Fixed.dll b/ReleaseFiles/Telerik.Windows.Documents.Fixed.dll index 266c04e..7eb130d 100644 Binary files a/ReleaseFiles/Telerik.Windows.Documents.Fixed.dll and b/ReleaseFiles/Telerik.Windows.Documents.Fixed.dll differ diff --git a/ReleaseFiles/Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll b/ReleaseFiles/Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll index 2c5d4ac..02be8a7 100644 Binary files a/ReleaseFiles/Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll and b/ReleaseFiles/Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll differ diff --git a/ReleaseFiles/Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll b/ReleaseFiles/Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll index 92e4301..f0d130b 100644 Binary files a/ReleaseFiles/Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll and b/ReleaseFiles/Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll differ diff --git a/ReleaseFiles/Telerik.Windows.Documents.Spreadsheet.FormatProviders.Xls.dll b/ReleaseFiles/Telerik.Windows.Documents.Spreadsheet.FormatProviders.Xls.dll deleted file mode 100644 index 0868ac2..0000000 Binary files a/ReleaseFiles/Telerik.Windows.Documents.Spreadsheet.FormatProviders.Xls.dll and /dev/null differ diff --git a/ReleaseFiles/Telerik.Windows.Documents.Spreadsheet.dll b/ReleaseFiles/Telerik.Windows.Documents.Spreadsheet.dll index e0f7c85..c49e2bb 100644 Binary files a/ReleaseFiles/Telerik.Windows.Documents.Spreadsheet.dll and b/ReleaseFiles/Telerik.Windows.Documents.Spreadsheet.dll differ diff --git a/ReleaseFiles/Telerik.Windows.Zip.Extensions.dll b/ReleaseFiles/Telerik.Windows.Zip.Extensions.dll deleted file mode 100644 index 2248173..0000000 Binary files a/ReleaseFiles/Telerik.Windows.Zip.Extensions.dll and /dev/null differ diff --git a/ReleaseFiles/Telerik.Windows.Zip.dll b/ReleaseFiles/Telerik.Windows.Zip.dll index 64b978d..57ad5d0 100644 Binary files a/ReleaseFiles/Telerik.Windows.Zip.dll and b/ReleaseFiles/Telerik.Windows.Zip.dll differ diff --git a/ReleaseFiles/TemplateMatchLib.dll b/ReleaseFiles/TemplateMatchLib.dll new file mode 100644 index 0000000..e5b214e Binary files /dev/null and b/ReleaseFiles/TemplateMatchLib.dll differ diff --git a/ReleaseFiles/Templates/Logo.png b/ReleaseFiles/Templates/Logo.png deleted file mode 100644 index 5a4dc2c..0000000 Binary files a/ReleaseFiles/Templates/Logo.png and /dev/null differ diff --git a/ReleaseFiles/Templates/Logo2.png b/ReleaseFiles/Templates/Logo2.png deleted file mode 100644 index 9674cea..0000000 Binary files a/ReleaseFiles/Templates/Logo2.png and /dev/null differ diff --git a/ReleaseFiles/UserManual.pdf b/ReleaseFiles/UserManual.pdf deleted file mode 100644 index 2e0b69a..0000000 Binary files a/ReleaseFiles/UserManual.pdf and /dev/null differ diff --git a/ReleaseFiles/VarexDetDll.dll b/ReleaseFiles/VarexDetDll.dll new file mode 100644 index 0000000..380bee9 Binary files /dev/null and b/ReleaseFiles/VarexDetDll.dll differ diff --git a/ReleaseFiles/XP.Camera.dll b/ReleaseFiles/XP.Camera.dll index a2b6549..40fed11 100644 Binary files a/ReleaseFiles/XP.Camera.dll and b/ReleaseFiles/XP.Camera.dll differ diff --git a/ReleaseFiles/XP.Camera.dll.config b/ReleaseFiles/XP.Camera.dll.config new file mode 100644 index 0000000..3126ae0 --- /dev/null +++ b/ReleaseFiles/XP.Camera.dll.config @@ -0,0 +1,653 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ReleaseFiles/XP.Camera.pdb b/ReleaseFiles/XP.Camera.pdb index a33d06a..db34029 100644 Binary files a/ReleaseFiles/XP.Camera.pdb and b/ReleaseFiles/XP.Camera.pdb differ diff --git a/ReleaseFiles/XP.Common.dll b/ReleaseFiles/XP.Common.dll index f89692a..86dec0c 100644 Binary files a/ReleaseFiles/XP.Common.dll and b/ReleaseFiles/XP.Common.dll differ diff --git a/ReleaseFiles/XP.Common.pdb b/ReleaseFiles/XP.Common.pdb index 1656a24..fbe4c45 100644 Binary files a/ReleaseFiles/XP.Common.pdb and b/ReleaseFiles/XP.Common.pdb differ diff --git a/ReleaseFiles/XP.Hardware.Detector.dll b/ReleaseFiles/XP.Hardware.Detector.dll index 7d920b4..2d0f4d4 100644 Binary files a/ReleaseFiles/XP.Hardware.Detector.dll and b/ReleaseFiles/XP.Hardware.Detector.dll differ diff --git a/ReleaseFiles/XP.Hardware.Detector.pdb b/ReleaseFiles/XP.Hardware.Detector.pdb index a82bcb8..e14caaa 100644 Binary files a/ReleaseFiles/XP.Hardware.Detector.pdb and b/ReleaseFiles/XP.Hardware.Detector.pdb differ diff --git a/ReleaseFiles/XP.Hardware.MotionControl.dll b/ReleaseFiles/XP.Hardware.MotionControl.dll index 49436bd..c6f35f3 100644 Binary files a/ReleaseFiles/XP.Hardware.MotionControl.dll and b/ReleaseFiles/XP.Hardware.MotionControl.dll differ diff --git a/ReleaseFiles/XP.Hardware.MotionControl.pdb b/ReleaseFiles/XP.Hardware.MotionControl.pdb index 510aac2..9701687 100644 Binary files a/ReleaseFiles/XP.Hardware.MotionControl.pdb and b/ReleaseFiles/XP.Hardware.MotionControl.pdb differ diff --git a/ReleaseFiles/XP.Hardware.PLC.dll b/ReleaseFiles/XP.Hardware.PLC.dll index 8a25c62..578c2b2 100644 Binary files a/ReleaseFiles/XP.Hardware.PLC.dll and b/ReleaseFiles/XP.Hardware.PLC.dll differ diff --git a/ReleaseFiles/XP.Hardware.PLC.pdb b/ReleaseFiles/XP.Hardware.PLC.pdb index b218bc2..34ed969 100644 Binary files a/ReleaseFiles/XP.Hardware.PLC.pdb and b/ReleaseFiles/XP.Hardware.PLC.pdb differ diff --git a/ReleaseFiles/XP.Hardware.RaySource.Comet.Messages.dll b/ReleaseFiles/XP.Hardware.RaySource.Comet.Messages.dll index db95be5..271b73b 100644 Binary files a/ReleaseFiles/XP.Hardware.RaySource.Comet.Messages.dll and b/ReleaseFiles/XP.Hardware.RaySource.Comet.Messages.dll differ diff --git a/ReleaseFiles/XP.Hardware.RaySource.Comet.Messages.pdb b/ReleaseFiles/XP.Hardware.RaySource.Comet.Messages.pdb index ae9c9f0..39b41bc 100644 Binary files a/ReleaseFiles/XP.Hardware.RaySource.Comet.Messages.pdb and b/ReleaseFiles/XP.Hardware.RaySource.Comet.Messages.pdb differ diff --git a/ReleaseFiles/XP.Hardware.RaySource.dll b/ReleaseFiles/XP.Hardware.RaySource.dll index 0a5e6f5..eb23c7b 100644 Binary files a/ReleaseFiles/XP.Hardware.RaySource.dll and b/ReleaseFiles/XP.Hardware.RaySource.dll differ diff --git a/ReleaseFiles/XP.Hardware.RaySource.pdb b/ReleaseFiles/XP.Hardware.RaySource.pdb index e4a3431..f5805e9 100644 Binary files a/ReleaseFiles/XP.Hardware.RaySource.pdb and b/ReleaseFiles/XP.Hardware.RaySource.pdb differ diff --git a/ReleaseFiles/XP.ImageProcessing.CfgControl.dll b/ReleaseFiles/XP.ImageProcessing.CfgControl.dll index 6fbced8..44e0894 100644 Binary files a/ReleaseFiles/XP.ImageProcessing.CfgControl.dll and b/ReleaseFiles/XP.ImageProcessing.CfgControl.dll differ diff --git a/ReleaseFiles/XP.ImageProcessing.CfgControl.pdb b/ReleaseFiles/XP.ImageProcessing.CfgControl.pdb index 05dbc9f..8ee4c00 100644 Binary files a/ReleaseFiles/XP.ImageProcessing.CfgControl.pdb and b/ReleaseFiles/XP.ImageProcessing.CfgControl.pdb differ diff --git a/ReleaseFiles/XP.ImageProcessing.Core.dll b/ReleaseFiles/XP.ImageProcessing.Core.dll index 1897d42..f5c3ba5 100644 Binary files a/ReleaseFiles/XP.ImageProcessing.Core.dll and b/ReleaseFiles/XP.ImageProcessing.Core.dll differ diff --git a/ReleaseFiles/XP.ImageProcessing.Core.pdb b/ReleaseFiles/XP.ImageProcessing.Core.pdb index 804d908..8b745e7 100644 Binary files a/ReleaseFiles/XP.ImageProcessing.Core.pdb and b/ReleaseFiles/XP.ImageProcessing.Core.pdb differ diff --git a/ReleaseFiles/XP.ImageProcessing.Processors.dll b/ReleaseFiles/XP.ImageProcessing.Processors.dll index 4a55b56..6d5e873 100644 Binary files a/ReleaseFiles/XP.ImageProcessing.Processors.dll and b/ReleaseFiles/XP.ImageProcessing.Processors.dll differ diff --git a/ReleaseFiles/XP.ImageProcessing.Processors.pdb b/ReleaseFiles/XP.ImageProcessing.Processors.pdb index 6464535..e7e650f 100644 Binary files a/ReleaseFiles/XP.ImageProcessing.Processors.pdb and b/ReleaseFiles/XP.ImageProcessing.Processors.pdb differ diff --git a/ReleaseFiles/XP.ImageProcessing.RoiControl.dll b/ReleaseFiles/XP.ImageProcessing.RoiControl.dll index f57b07e..e4c4871 100644 Binary files a/ReleaseFiles/XP.ImageProcessing.RoiControl.dll and b/ReleaseFiles/XP.ImageProcessing.RoiControl.dll differ diff --git a/ReleaseFiles/XP.ImageProcessing.RoiControl.pdb b/ReleaseFiles/XP.ImageProcessing.RoiControl.pdb index cb5f3ff..b26ef19 100644 Binary files a/ReleaseFiles/XP.ImageProcessing.RoiControl.pdb and b/ReleaseFiles/XP.ImageProcessing.RoiControl.pdb differ diff --git a/ReleaseFiles/XP.ReportEngine.dll b/ReleaseFiles/XP.ReportEngine.dll index 8218dfb..6be49be 100644 Binary files a/ReleaseFiles/XP.ReportEngine.dll and b/ReleaseFiles/XP.ReportEngine.dll differ diff --git a/ReleaseFiles/XP.ReportEngine.pdb b/ReleaseFiles/XP.ReportEngine.pdb index 1956889..0c464fc 100644 Binary files a/ReleaseFiles/XP.ReportEngine.pdb and b/ReleaseFiles/XP.ReportEngine.pdb differ diff --git a/ReleaseFiles/XplorePlane.deps.json b/ReleaseFiles/XplorePlane.deps.json index ead026a..8466bc0 100644 --- a/ReleaseFiles/XplorePlane.deps.json +++ b/ReleaseFiles/XplorePlane.deps.json @@ -31,7 +31,24 @@ "XP.ImageProcessing.Processors": "1.0.0", "XP.ImageProcessing.RoiControl": "1.0.0", "XP.ReportEngine": "1.0.0", - "BR.AN.PviServices": "1.1.0.0" + "BR.AN.PviServices": "1.1.0.0", + "MvCameraControl.Net": "4.4.1.3", + "Telerik.Windows.Controls.Chart": "2024.1.408.310", + "Telerik.Windows.Controls.Data": "2024.1.408.310", + "Telerik.Windows.Controls": "2024.1.408.310", + "Telerik.Windows.Controls.GridView": "2024.1.408.310", + "Telerik.Windows.Controls.Input": "2024.1.408.310", + "Telerik.Windows.Controls.Navigation": "2024.1.408.310", + "Telerik.Windows.Controls.RibbonView": "2024.1.408.310", + "Telerik.Windows.Controls.Spreadsheet": "2024.1.408.310", + "Telerik.Windows.Controls.SpreadsheetUI": "2024.1.408.310", + "Telerik.Windows.Data": "2024.1.408.310", + "Telerik.Windows.Documents.Core": "2024.1.305.310", + "Telerik.Windows.Documents.Fixed": "2024.1.305.310", + "Telerik.Windows.Documents.Spreadsheet": "2024.1.305.310", + "Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml": "2024.1.305.310", + "Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf": "2024.1.305.310", + "Telerik.Windows.Zip": "2024.1.305.310" }, "runtime": { "XplorePlane.dll": {} @@ -269,22 +286,6 @@ "itext.bouncy-castle-adapter": "8.0.5" } }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "runtime": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "4.700.20.21406" - } - } - }, - "Microsoft.Bcl.HashCode/1.1.0": { - "runtime": { - "lib/netcoreapp2.1/Microsoft.Bcl.HashCode.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "4.700.19.56404" - } - } - }, "Microsoft.CSharp/4.7.0": {}, "Microsoft.Data.Sqlite/10.0.3": { "dependencies": { @@ -306,11 +307,11 @@ }, "Microsoft.DotNet.PlatformAbstractions/1.1.0": { "dependencies": { - "System.AppContext": "4.3.0", + "System.AppContext": "4.1.0", "System.Collections": "4.3.0", "System.IO": "4.3.0", "System.IO.FileSystem": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", + "System.Reflection.TypeExtensions": "4.1.0", "System.Runtime.Extensions": "4.3.0", "System.Runtime.InteropServices": "4.3.0", "System.Runtime.InteropServices.RuntimeInformation": "4.3.0" @@ -322,60 +323,6 @@ } } }, - "Microsoft.EntityFrameworkCore/3.1.5": { - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "Microsoft.Bcl.HashCode": "1.1.0", - "Microsoft.EntityFrameworkCore.Abstractions": "3.1.5", - "Microsoft.EntityFrameworkCore.Analyzers": "3.1.5", - "Microsoft.Extensions.Caching.Memory": "3.1.5", - "Microsoft.Extensions.DependencyInjection": "5.0.0", - "Microsoft.Extensions.Logging": "5.0.0", - "System.Collections.Immutable": "1.7.1", - "System.ComponentModel.Annotations": "4.7.0", - "System.Diagnostics.DiagnosticSource": "4.7.1" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": { - "assemblyVersion": "3.1.5.0", - "fileVersion": "3.100.520.27007" - } - } - }, - "Microsoft.EntityFrameworkCore.Abstractions/3.1.5": { - "runtime": { - "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { - "assemblyVersion": "3.1.5.0", - "fileVersion": "3.100.520.27007" - } - } - }, - "Microsoft.EntityFrameworkCore.Analyzers/3.1.5": {}, - "Microsoft.Extensions.Caching.Abstractions/3.1.5": { - "dependencies": { - "Microsoft.Extensions.Primitives": "10.0.0" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.Extensions.Caching.Abstractions.dll": { - "assemblyVersion": "3.1.5.0", - "fileVersion": "3.100.520.27009" - } - } - }, - "Microsoft.Extensions.Caching.Memory/3.1.5": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "3.1.5", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1", - "Microsoft.Extensions.Logging.Abstractions": "5.0.0", - "Microsoft.Extensions.Options": "5.0.0" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.Extensions.Caching.Memory.dll": { - "assemblyVersion": "3.1.5.0", - "fileVersion": "3.100.520.27009" - } - } - }, "Microsoft.Extensions.Configuration/10.0.0": { "dependencies": { "Microsoft.Extensions.Configuration.Abstractions": "10.0.0", @@ -514,48 +461,6 @@ }, "Microsoft.NETCore.Platforms/3.1.0": {}, "Microsoft.NETCore.Targets/1.1.3": {}, - "Microsoft.OData.Client/7.8.3": { - "dependencies": { - "Microsoft.OData.Core": "7.8.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.OData.Client.dll": { - "assemblyVersion": "7.8.3.0", - "fileVersion": "7.8.3.20303" - } - } - }, - "Microsoft.OData.Core/7.8.3": { - "dependencies": { - "Microsoft.OData.Edm": "7.8.3", - "Microsoft.Spatial": "7.8.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.OData.Core.dll": { - "assemblyVersion": "7.8.3.0", - "fileVersion": "7.8.3.20303" - } - } - }, - "Microsoft.OData.Edm/7.8.3": { - "dependencies": { - "System.Text.Json": "10.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.OData.Edm.dll": { - "assemblyVersion": "7.8.3.0", - "fileVersion": "7.8.3.20303" - } - } - }, - "Microsoft.Spatial/7.8.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.Spatial.dll": { - "assemblyVersion": "7.8.3.0", - "fileVersion": "7.8.3.20303" - } - } - }, "Microsoft.Win32.Primitives/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "3.1.0", @@ -586,54 +491,6 @@ } } }, - "NETStandard.Library/1.6.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.1", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, "Newtonsoft.Json/13.0.3": { "runtime": { "lib/net6.0/Newtonsoft.Json.dll": { @@ -714,10 +571,8 @@ "System.Runtime": "4.3.1" } }, - "runtime.any.System.Diagnostics.Tools/4.3.0": {}, "runtime.any.System.Diagnostics.Tracing/4.3.0": {}, "runtime.any.System.Globalization/4.3.0": {}, - "runtime.any.System.Globalization.Calendars/4.3.0": {}, "runtime.any.System.IO/4.3.0": {}, "runtime.any.System.Reflection/4.3.0": {}, "runtime.any.System.Reflection.Extensions/4.3.0": {}, @@ -733,7 +588,6 @@ "runtime.any.System.Text.Encoding/4.3.0": {}, "runtime.any.System.Text.Encoding.Extensions/4.3.0": {}, "runtime.any.System.Threading.Tasks/4.3.0": {}, - "runtime.any.System.Threading.Timer/4.3.0": {}, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, @@ -750,18 +604,6 @@ "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" } }, - "runtime.native.System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.3" - } - }, - "runtime.native.System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.3" - } - }, "runtime.native.System.Security.Cryptography.Apple/4.3.0": { "dependencies": { "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" @@ -804,19 +646,6 @@ "System.Runtime.InteropServices": "4.3.0" } }, - "runtime.win.System.Console/4.3.1": { - "dependencies": { - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, "runtime.win.System.Diagnostics.Debug/4.3.0": {}, "runtime.win.System.IO.FileSystem/4.3.0": { "dependencies": { @@ -837,42 +666,6 @@ "System.Threading.Tasks": "4.3.0" } }, - "runtime.win.System.Net.Primitives/4.3.0": { - "dependencies": { - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "runtime.win.System.Net.Sockets/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Net.NameResolution": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Principal.Windows": "4.7.0", - "System.Threading": "4.3.0", - "System.Threading.Overlapped": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, "runtime.win.System.Runtime.Extensions/4.3.0": { "dependencies": { "System.Private.Uri": "4.3.0" @@ -932,92 +725,6 @@ } } }, - "SharpDX/4.2.0": { - "dependencies": { - "NETStandard.Library": "1.6.1" - }, - "runtime": { - "lib/netstandard1.1/SharpDX.dll": { - "assemblyVersion": "4.2.0.0", - "fileVersion": "4.2.0.0" - } - } - }, - "SharpDX.D3DCompiler/4.2.0": { - "dependencies": { - "NETStandard.Library": "1.6.1", - "SharpDX": "4.2.0" - }, - "runtime": { - "lib/netstandard1.1/SharpDX.D3DCompiler.dll": { - "assemblyVersion": "4.2.0.0", - "fileVersion": "4.2.0.0" - } - } - }, - "SharpDX.Direct2D1/4.2.0": { - "dependencies": { - "NETStandard.Library": "1.6.1", - "SharpDX": "4.2.0", - "SharpDX.DXGI": "4.2.0" - }, - "runtime": { - "lib/netstandard1.1/SharpDX.Direct2D1.dll": { - "assemblyVersion": "4.2.0.0", - "fileVersion": "4.2.0.0" - } - } - }, - "SharpDX.Direct3D10/4.2.0": { - "dependencies": { - "NETStandard.Library": "1.6.1", - "SharpDX": "4.2.0", - "SharpDX.D3DCompiler": "4.2.0", - "SharpDX.DXGI": "4.2.0" - }, - "runtime": { - "lib/netstandard1.1/SharpDX.Direct3D10.dll": { - "assemblyVersion": "4.2.0.0", - "fileVersion": "4.2.0.0" - } - } - }, - "SharpDX.Direct3D9/4.2.0": { - "dependencies": { - "NETStandard.Library": "1.6.1", - "SharpDX": "4.2.0" - }, - "runtime": { - "lib/netstandard1.3/SharpDX.Direct3D9.dll": { - "assemblyVersion": "4.2.0.0", - "fileVersion": "4.2.0.0" - } - } - }, - "SharpDX.DXGI/4.2.0": { - "dependencies": { - "NETStandard.Library": "1.6.1", - "SharpDX": "4.2.0" - }, - "runtime": { - "lib/netstandard1.1/SharpDX.DXGI.dll": { - "assemblyVersion": "4.2.0.0", - "fileVersion": "4.2.0.0" - } - } - }, - "SharpDX.Mathematics/4.2.0": { - "dependencies": { - "NETStandard.Library": "1.6.1", - "SharpDX": "4.2.0" - }, - "runtime": { - "lib/netstandard1.1/SharpDX.Mathematics.dll": { - "assemblyVersion": "4.2.0.0", - "fileVersion": "4.2.0.0" - } - } - }, "SixLabors.ImageSharp/3.1.12": { "runtime": { "lib/net6.0/SixLabors.ImageSharp.dll": { @@ -1080,7 +787,7 @@ } } }, - "System.AppContext/4.3.0": { + "System.AppContext/4.1.0": { "dependencies": { "System.Runtime": "4.3.1" } @@ -1117,7 +824,6 @@ "System.Threading.Tasks": "4.3.0" } }, - "System.Collections.Immutable/1.7.1": {}, "System.Collections.NonGeneric/4.3.0": { "dependencies": { "System.Diagnostics.Debug": "4.3.0", @@ -1135,28 +841,6 @@ "System.Security.Cryptography.ProtectedData": "8.0.0" } }, - "System.Console/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.3", - "System.IO": "4.3.0", - "System.Runtime": "4.3.1", - "System.Text.Encoding": "4.3.0", - "runtime.win.System.Console": "4.3.1" - } - }, - "System.Data.OleDb/6.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "8.0.0", - "System.Diagnostics.PerformanceCounter": "6.0.0" - }, - "runtime": { - "runtimes/win/lib/net6.0/System.Data.OleDb.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, "System.Data.SqlClient/4.8.1": { "dependencies": { "Microsoft.Win32.Registry": "4.7.0", @@ -1200,13 +884,7 @@ "runtime.win.System.Diagnostics.Debug": "4.3.0" } }, - "System.Diagnostics.DiagnosticSource/4.7.1": {}, "System.Diagnostics.EventLog/8.0.0": {}, - "System.Diagnostics.PerformanceCounter/6.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "8.0.0" - } - }, "System.Diagnostics.Process/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "3.1.0", @@ -1232,14 +910,6 @@ "runtime.native.System": "4.3.0" } }, - "System.Diagnostics.Tools/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.3", - "System.Runtime": "4.3.1", - "runtime.any.System.Diagnostics.Tools": "4.3.0" - } - }, "System.Diagnostics.Tracing/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "3.1.0", @@ -1277,15 +947,6 @@ "runtime.any.System.Globalization": "4.3.0" } }, - "System.Globalization.Calendars/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.3", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.1", - "runtime.any.System.Globalization.Calendars": "4.3.0" - } - }, "System.Globalization.Extensions/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "3.1.0", @@ -1306,38 +967,6 @@ "runtime.any.System.IO": "4.3.0" } }, - "System.IO.Compression/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile/4.3.0": { - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, "System.IO.FileSystem/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "3.1.0", @@ -1373,118 +1002,7 @@ "System.Runtime.Extensions": "4.3.0" } }, - "System.Linq.Expressions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, "System.Memory/4.5.5": {}, - "System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.7.1", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.NameResolution/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Principal.Windows": "4.7.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Net.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.3", - "System.Runtime": "4.3.1", - "System.Runtime.Handles": "4.3.0", - "runtime.win.System.Net.Primitives": "4.3.0" - } - }, - "System.Net.Sockets/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.3", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.1", - "System.Threading.Tasks": "4.3.0", - "runtime.win.System.Net.Sockets": "4.3.0" - } - }, - "System.ObjectModel/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Threading": "4.3.0" - } - }, - "System.Private.ServiceModel/4.7.0": { - "dependencies": { - "System.Reflection.DispatchProxy": "4.5.0", - "System.Security.Cryptography.Xml": "4.5.0", - "System.Security.Principal.Windows": "4.7.0" - }, - "runtime": { - "lib/netstandard2.0/System.Private.ServiceModel.dll": { - "assemblyVersion": "4.7.0.0", - "fileVersion": "4.700.19.56502" - } - } - }, "System.Private.Uri/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "3.1.0", @@ -1501,31 +1019,6 @@ "runtime.any.System.Reflection": "4.3.0" } }, - "System.Reflection.DispatchProxy/4.5.0": {}, - "System.Reflection.Emit/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.1" - } - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.1" - } - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.1" - } - }, "System.Reflection.Extensions/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "3.1.0", @@ -1543,7 +1036,7 @@ "runtime.any.System.Reflection.Primitives": "4.3.0" } }, - "System.Reflection.TypeExtensions/4.3.0": { + "System.Reflection.TypeExtensions/4.1.0": { "dependencies": { "System.Reflection": "4.3.0", "System.Runtime": "4.3.1" @@ -1658,7 +1151,6 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" } }, - "System.Security.Cryptography.Cng/4.5.0": {}, "System.Security.Cryptography.Csp/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "3.1.0", @@ -1692,28 +1184,6 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" } }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Pkcs/4.5.0": { - "dependencies": { - "System.Security.Cryptography.Cng": "4.5.0" - } - }, "System.Security.Cryptography.Primitives/4.3.0": { "dependencies": { "System.Diagnostics.Debug": "4.3.0", @@ -1726,74 +1196,7 @@ } }, "System.Security.Cryptography.ProtectedData/8.0.0": {}, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.5.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Xml/4.5.0": { - "dependencies": { - "System.Security.Cryptography.Pkcs": "4.5.0", - "System.Security.Permissions": "4.5.0" - } - }, - "System.Security.Permissions/4.5.0": { - "dependencies": { - "System.Security.AccessControl": "4.7.0" - } - }, "System.Security.Principal.Windows/4.7.0": {}, - "System.ServiceModel.Http/4.7.0": { - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - }, - "runtime": { - "lib/netstandard2.0/System.ServiceModel.Http.dll": { - "assemblyVersion": "4.7.0.0", - "fileVersion": "4.700.19.56502" - } - } - }, - "System.ServiceModel.Primitives/4.7.0": { - "dependencies": { - "System.Private.ServiceModel": "4.7.0" - }, - "runtime": { - "lib/netcoreapp2.1/System.ServiceModel.Primitives.dll": { - "assemblyVersion": "4.7.0.0", - "fileVersion": "4.700.19.56502" - }, - "lib/netcoreapp2.1/System.ServiceModel.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.700.19.56502" - } - } - }, "System.Text.Encoding/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "3.1.0", @@ -1892,14 +1295,6 @@ "System.Runtime.Handles": "4.3.0" } }, - "System.Threading.Timer/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "1.1.3", - "System.Runtime": "4.3.1", - "runtime.any.System.Threading.Timer": "4.3.0" - } - }, "System.Xml.ReaderWriter/4.3.0": { "dependencies": { "System.Collections": "4.3.0", @@ -1919,22 +1314,6 @@ "System.Threading.Tasks.Extensions": "4.3.0" } }, - "System.Xml.XDocument/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.1", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, "System.Xml.XmlDocument/4.3.0": { "dependencies": { "System.Collections": "4.3.0", @@ -1949,291 +1328,6 @@ "System.Xml.ReaderWriter": "4.3.0" } }, - "Telerik.UI.for.Wpf.NetCore.Xaml/2024.1.408": { - "dependencies": { - "Microsoft.EntityFrameworkCore": "3.1.5", - "Microsoft.OData.Client": "7.8.3", - "SharpDX": "4.2.0", - "SharpDX.DXGI": "4.2.0", - "SharpDX.Direct2D1": "4.2.0", - "SharpDX.Direct3D10": "4.2.0", - "SharpDX.Direct3D9": "4.2.0", - "SharpDX.Mathematics": "4.2.0", - "System.Data.OleDb": "6.0.0", - "System.Drawing.Common": "9.0.0", - "System.ServiceModel.Http": "4.7.0" - }, - "runtime": { - "lib/netcoreapp3.1/MediaFoundation.dll": { - "assemblyVersion": "3.1.0.32450", - "fileVersion": "3.1.0.0" - }, - "lib/netcoreapp3.1/Telerik.Documents.SpreadsheetStreaming.dll": { - "assemblyVersion": "2024.1.305.310", - "fileVersion": "2024.1.305.310" - }, - "lib/netcoreapp3.1/Telerik.Pivot.Core.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Pivot.DataProviders.Adomd.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Pivot.DataProviders.Queryable.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Pivot.DataProviders.Xmla.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Cloud.Controls.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Cloud.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.Chart.Direct2D.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.Chart.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.Charting.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.ConversationalUI.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.Data.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.DataServices.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.DataVisualization.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.Diagrams.Extensions.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.Diagrams.Ribbon.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.Diagrams.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.Docking.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.EntityFrameworkCore.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.Expressions.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.FileDialogs.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.FixedDocumentViewers.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.FixedDocumentViewersUI.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.GanttView.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.GridView.Export.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.GridView.SpreadsheetStreamingExport.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.GridView.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.ImageEditor.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.Input.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.Media.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.Navigation.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.Pivot.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.PivotFieldList.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.RibbonView.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.RichTextBox.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.ScheduleView.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.Spreadsheet.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.SpreadsheetUI.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.SyntaxEditor.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.VirtualGrid.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Controls.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Data.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Diagrams.Core.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Documents.CMapUtils.dll": { - "assemblyVersion": "2024.1.305.310", - "fileVersion": "2024.1.305.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Documents.Core.dll": { - "assemblyVersion": "2024.1.305.310", - "fileVersion": "2024.1.305.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Documents.DrawingML.dll": { - "assemblyVersion": "2024.1.305.310", - "fileVersion": "2024.1.305.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Documents.Fixed.dll": { - "assemblyVersion": "2024.1.305.310", - "fileVersion": "2024.1.305.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Documents.Flow.FormatProviders.Doc.dll": { - "assemblyVersion": "2024.1.305.310", - "fileVersion": "2024.1.305.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll": { - "assemblyVersion": "2024.1.305.310", - "fileVersion": "2024.1.305.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Documents.Flow.dll": { - "assemblyVersion": "2024.1.305.310", - "fileVersion": "2024.1.305.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Documents.Proofing.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll": { - "assemblyVersion": "2024.1.305.310", - "fileVersion": "2024.1.305.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll": { - "assemblyVersion": "2024.1.305.310", - "fileVersion": "2024.1.305.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Documents.Spreadsheet.FormatProviders.Xls.dll": { - "assemblyVersion": "2024.1.305.310", - "fileVersion": "2024.1.305.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Documents.Spreadsheet.dll": { - "assemblyVersion": "2024.1.305.310", - "fileVersion": "2024.1.305.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.MediaFoundation.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.PersistenceFramework.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Scheduling.Core.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.SyntaxEditor.Core.dll": { - "assemblyVersion": "2024.1.408.310", - "fileVersion": "2024.1.408.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Zip.Extensions.dll": { - "assemblyVersion": "2024.1.305.310", - "fileVersion": "2024.1.305.310" - }, - "lib/netcoreapp3.1/Telerik.Windows.Zip.dll": { - "assemblyVersion": "2024.1.305.310", - "fileVersion": "2024.1.305.310" - } - }, - "resources": { - "lib/netcoreapp3.1/de/Telerik.Windows.Controls.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp3.1/es/Telerik.Windows.Controls.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp3.1/fr/Telerik.Windows.Controls.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp3.1/it/Telerik.Windows.Controls.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp3.1/nl/Telerik.Windows.Controls.resources.dll": { - "locale": "nl" - }, - "lib/netcoreapp3.1/tr/Telerik.Windows.Controls.resources.dll": { - "locale": "tr" - } - } - }, "XP.Camera/1.0.0": { "dependencies": { "Emgu.CV": "4.10.0.5680", @@ -2241,7 +1335,8 @@ "Prism.DryIoc": "9.0.537", "Prism.Wpf": "9.0.537", "Serilog": "4.3.1", - "XP.Common": "1.0.0" + "XP.Common": "1.0.0", + "XP.ImageProcessing.RoiControl": "1.0.0" }, "runtime": { "XP.Camera.dll": { @@ -2264,8 +1359,7 @@ "Serilog.Settings.Configuration": "10.0.0", "Serilog.Sinks.Console": "6.1.1", "Serilog.Sinks.File": "7.0.0", - "SixLabors.ImageSharp": "3.1.12", - "Telerik.UI.for.Wpf.NetCore.Xaml": "2024.1.408" + "SixLabors.ImageSharp": "3.1.12" }, "runtime": { "XP.Common.dll": { @@ -2288,7 +1382,6 @@ "XP.Hardware.Detector/1.0.0": { "dependencies": { "Prism.Wpf": "9.0.537", - "Telerik.UI.for.Wpf.NetCore.Xaml": "2024.1.408", "XP.Common": "1.0.0" }, "runtime": { @@ -2313,7 +1406,6 @@ "dependencies": { "Prism.Wpf": "9.0.537", "System.Configuration.ConfigurationManager": "8.0.0", - "Telerik.UI.for.Wpf.NetCore.Xaml": "2024.1.408", "XP.Common": "1.0.0", "XP.Hardware.PLC": "1.0.0" }, @@ -2338,7 +1430,6 @@ "XP.Hardware.PLC/1.0.0": { "dependencies": { "Prism.Wpf": "9.0.537", - "Telerik.UI.for.Wpf.NetCore.Xaml": "2024.1.408", "XP.Common": "1.0.0" }, "runtime": { @@ -2363,7 +1454,6 @@ "dependencies": { "Prism.Wpf": "9.0.537", "System.Configuration.ConfigurationManager": "8.0.0", - "Telerik.UI.for.Wpf.NetCore.Xaml": "2024.1.408", "XP.Common": "1.0.0", "XP.Hardware.RaySource.Comet.Messages": "1.0.0" }, @@ -2461,7 +1551,6 @@ "dependencies": { "Newtonsoft.Json": "13.0.3", "Prism.Wpf": "9.0.537", - "Telerik.UI.for.Wpf.NetCore.Xaml": "2024.1.408", "XP.Common": "1.0.0", "itext7": "8.0.5", "itext7.bouncy-castle-adapter": "8.0.5" @@ -2492,6 +1581,142 @@ } } }, + "MvCameraControl.Net/4.4.1.3": { + "runtime": { + "MvCameraControl.Net.dll": { + "assemblyVersion": "4.4.1.3", + "fileVersion": "4.4.1.3" + } + } + }, + "Telerik.Windows.Controls.Chart/2024.1.408.310": { + "runtime": { + "Telerik.Windows.Controls.Chart.dll": { + "assemblyVersion": "2024.1.408.310", + "fileVersion": "2024.1.408.310" + } + } + }, + "Telerik.Windows.Controls.Data/2024.1.408.310": { + "runtime": { + "Telerik.Windows.Controls.Data.dll": { + "assemblyVersion": "2024.1.408.310", + "fileVersion": "2024.1.408.310" + } + } + }, + "Telerik.Windows.Controls/2024.1.408.310": { + "runtime": { + "Telerik.Windows.Controls.dll": { + "assemblyVersion": "2024.1.408.310", + "fileVersion": "2024.1.408.310" + } + } + }, + "Telerik.Windows.Controls.GridView/2024.1.408.310": { + "runtime": { + "Telerik.Windows.Controls.GridView.dll": { + "assemblyVersion": "2024.1.408.310", + "fileVersion": "2024.1.408.310" + } + } + }, + "Telerik.Windows.Controls.Input/2024.1.408.310": { + "runtime": { + "Telerik.Windows.Controls.Input.dll": { + "assemblyVersion": "2024.1.408.310", + "fileVersion": "2024.1.408.310" + } + } + }, + "Telerik.Windows.Controls.Navigation/2024.1.408.310": { + "runtime": { + "Telerik.Windows.Controls.Navigation.dll": { + "assemblyVersion": "2024.1.408.310", + "fileVersion": "2024.1.408.310" + } + } + }, + "Telerik.Windows.Controls.RibbonView/2024.1.408.310": { + "runtime": { + "Telerik.Windows.Controls.RibbonView.dll": { + "assemblyVersion": "2024.1.408.310", + "fileVersion": "2024.1.408.310" + } + } + }, + "Telerik.Windows.Controls.Spreadsheet/2024.1.408.310": { + "runtime": { + "Telerik.Windows.Controls.Spreadsheet.dll": { + "assemblyVersion": "2024.1.408.310", + "fileVersion": "2024.1.408.310" + } + } + }, + "Telerik.Windows.Controls.SpreadsheetUI/2024.1.408.310": { + "runtime": { + "Telerik.Windows.Controls.SpreadsheetUI.dll": { + "assemblyVersion": "2024.1.408.310", + "fileVersion": "2024.1.408.310" + } + } + }, + "Telerik.Windows.Data/2024.1.408.310": { + "runtime": { + "Telerik.Windows.Data.dll": { + "assemblyVersion": "2024.1.408.310", + "fileVersion": "2024.1.408.310" + } + } + }, + "Telerik.Windows.Documents.Core/2024.1.305.310": { + "runtime": { + "Telerik.Windows.Documents.Core.dll": { + "assemblyVersion": "2024.1.305.310", + "fileVersion": "2024.1.305.310" + } + } + }, + "Telerik.Windows.Documents.Fixed/2024.1.305.310": { + "runtime": { + "Telerik.Windows.Documents.Fixed.dll": { + "assemblyVersion": "2024.1.305.310", + "fileVersion": "2024.1.305.310" + } + } + }, + "Telerik.Windows.Documents.Spreadsheet/2024.1.305.310": { + "runtime": { + "Telerik.Windows.Documents.Spreadsheet.dll": { + "assemblyVersion": "2024.1.305.310", + "fileVersion": "2024.1.305.310" + } + } + }, + "Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml/2024.1.305.310": { + "runtime": { + "Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll": { + "assemblyVersion": "2024.1.305.310", + "fileVersion": "2024.1.305.310" + } + } + }, + "Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf/2024.1.305.310": { + "runtime": { + "Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll": { + "assemblyVersion": "2024.1.305.310", + "fileVersion": "2024.1.305.310" + } + } + }, + "Telerik.Windows.Zip/2024.1.305.310": { + "runtime": { + "Telerik.Windows.Zip.dll": { + "assemblyVersion": "2024.1.305.310", + "fileVersion": "2024.1.305.310" + } + } + }, "Basler.Pylon/1.2.0.0": { "runtime": { "Basler.Pylon.dll": { @@ -2628,20 +1853,6 @@ "path": "itext7.bouncy-castle-adapter/8.0.5", "hashPath": "itext7.bouncy-castle-adapter.8.0.5.nupkg.sha512" }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==", - "path": "microsoft.bcl.asyncinterfaces/1.1.1", - "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512" - }, - "Microsoft.Bcl.HashCode/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-J2G1k+u5unBV+aYcwxo94ip16Rkp65pgWFb0R6zwJipzWNMgvqlWeuI7/+R+e8bob66LnSG+llLJ+z8wI94cHg==", - "path": "microsoft.bcl.hashcode/1.1.0", - "hashPath": "microsoft.bcl.hashcode.1.1.0.nupkg.sha512" - }, "Microsoft.CSharp/4.7.0": { "type": "package", "serviceable": true, @@ -2670,41 +1881,6 @@ "path": "microsoft.dotnet.platformabstractions/1.1.0", "hashPath": "microsoft.dotnet.platformabstractions.1.1.0.nupkg.sha512" }, - "Microsoft.EntityFrameworkCore/3.1.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1jYVmK8dMKGhtMMrtw0hicRjAJq8hnFSuXHdJTIGa04UVWFvsMFwWsdO3Y1ziCLgR2xM7u5AgUcFLGbV0t9cOg==", - "path": "microsoft.entityframeworkcore/3.1.5", - "hashPath": "microsoft.entityframeworkcore.3.1.5.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Abstractions/3.1.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xZ3mUVu22p2h0ZKTWgoyK9YjA2H11cJcZssDcZYs8iLUVHPxMcb+ITOKpMdnV6SkEiQQ5pvjPXQ5J7VxiGSwDw==", - "path": "microsoft.entityframeworkcore.abstractions/3.1.5", - "hashPath": "microsoft.entityframeworkcore.abstractions.3.1.5.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Analyzers/3.1.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NhxlI6Qj/QUt79ApeBrpKo+a5TGt/UCddxd9rLHD7Zd6yLyfkDOMiyu4oPqhnMhpqmzo/gd79tW7BMwIxgEZCw==", - "path": "microsoft.entityframeworkcore.analyzers/3.1.5", - "hashPath": "microsoft.entityframeworkcore.analyzers.3.1.5.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Abstractions/3.1.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1HWdvlBNI4laVkx5oglv3Oaz5s8dO/dpkOep8FLv7+QAK2rm3ofBVv49aiDnijnwO+ZPJ/0iNctZWP0W2S07Rw==", - "path": "microsoft.extensions.caching.abstractions/3.1.5", - "hashPath": "microsoft.extensions.caching.abstractions.3.1.5.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Memory/3.1.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tqnVZ/tyXiBAEeLtcTvyb/poVp/gn6bbpdr12SAbO4TcfNkd1eNCEbyyABo0qhiQh6vVwba41aixklElx4grdw==", - "path": "microsoft.extensions.caching.memory/3.1.5", - "hashPath": "microsoft.extensions.caching.memory.3.1.5.nupkg.sha512" - }, "Microsoft.Extensions.Configuration/10.0.0": { "type": "package", "serviceable": true, @@ -2817,34 +1993,6 @@ "path": "microsoft.netcore.targets/1.1.3", "hashPath": "microsoft.netcore.targets.1.1.3.nupkg.sha512" }, - "Microsoft.OData.Client/7.8.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7cff1FigrRIXejr6a9DamhjYz+2MwEBfe6WnAs4Pi0ljgFSPdvQyHc1ANNZJo/VMkufmekOTW6T9iE/0SNRJ9Q==", - "path": "microsoft.odata.client/7.8.3", - "hashPath": "microsoft.odata.client.7.8.3.nupkg.sha512" - }, - "Microsoft.OData.Core/7.8.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rQ3u7Lw3RGWEfci3En1HzzU6jh/8nRDH6Q013QPAh8z7A/UUAuo8qf/5/8D9Mi6yybJVpUHVeYwREuzzpojD9w==", - "path": "microsoft.odata.core/7.8.3", - "hashPath": "microsoft.odata.core.7.8.3.nupkg.sha512" - }, - "Microsoft.OData.Edm/7.8.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/FvQD76LzScuc350wyiESY9UE3aSgBLXT16AKutwvHPO9c4bIaTPPf3JU/cqtXTDz2632nyIUzzSaccBadduEA==", - "path": "microsoft.odata.edm/7.8.3", - "hashPath": "microsoft.odata.edm.7.8.3.nupkg.sha512" - }, - "Microsoft.Spatial/7.8.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hFKWwu2TWng9+Ye8j/zIiaFBbRGysplZ/HvSYCfnrXxQ/bl3zIsLRxUgACLcPAoJMhQDeLaRwHYvQGPiJhusoQ==", - "path": "microsoft.spatial/7.8.3", - "hashPath": "microsoft.spatial.7.8.3.nupkg.sha512" - }, "Microsoft.Win32.Primitives/4.3.0": { "type": "package", "serviceable": true, @@ -2873,13 +2021,6 @@ "path": "microsoft.xaml.behaviors.wpf/1.1.122", "hashPath": "microsoft.xaml.behaviors.wpf.1.1.122.nupkg.sha512" }, - "NETStandard.Library/1.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "path": "netstandard.library/1.6.1", - "hashPath": "netstandard.library.1.6.1.nupkg.sha512" - }, "Newtonsoft.Json/13.0.3": { "type": "package", "serviceable": true, @@ -2936,13 +2077,6 @@ "path": "runtime.any.system.collections/4.3.0", "hashPath": "runtime.any.system.collections.4.3.0.nupkg.sha512" }, - "runtime.any.System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-S/GPBmfPBB48ZghLxdDR7kDAJVAqgAuThyDJho3OLP5OS4tWD2ydyL8LKm8lhiBxce10OKe9X2zZ6DUjAqEbPg==", - "path": "runtime.any.system.diagnostics.tools/4.3.0", - "hashPath": "runtime.any.system.diagnostics.tools.4.3.0.nupkg.sha512" - }, "runtime.any.System.Diagnostics.Tracing/4.3.0": { "type": "package", "serviceable": true, @@ -2957,13 +2091,6 @@ "path": "runtime.any.system.globalization/4.3.0", "hashPath": "runtime.any.system.globalization.4.3.0.nupkg.sha512" }, - "runtime.any.System.Globalization.Calendars/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-M1r+760j1CNA6M/ZaW6KX8gOS8nxPRqloqDcJYVidRG566Ykwcs29AweZs2JF+nMOCgWDiMfPSTMfvwOI9F77w==", - "path": "runtime.any.system.globalization.calendars/4.3.0", - "hashPath": "runtime.any.system.globalization.calendars.4.3.0.nupkg.sha512" - }, "runtime.any.System.IO/4.3.0": { "type": "package", "serviceable": true, @@ -3041,13 +2168,6 @@ "path": "runtime.any.system.threading.tasks/4.3.0", "hashPath": "runtime.any.system.threading.tasks.4.3.0.nupkg.sha512" }, - "runtime.any.System.Threading.Timer/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-w4ehZJ+AwXYmGwYu+rMvym6RvMaRiUEQR1u6dwcyuKHxz8Heu/mO9AG1MquEgTyucnhv3M43X0iKpDOoN17C0w==", - "path": "runtime.any.system.threading.timer/4.3.0", - "hashPath": "runtime.any.system.threading.timer.4.3.0.nupkg.sha512" - }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { "type": "package", "serviceable": true, @@ -3083,20 +2203,6 @@ "path": "runtime.native.system.data.sqlclient.sni/4.7.0", "hashPath": "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512" }, - "runtime.native.System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "path": "runtime.native.system.io.compression/4.3.0", - "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512" - }, - "runtime.native.System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "path": "runtime.native.system.net.http/4.3.0", - "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512" - }, "runtime.native.System.Security.Cryptography.Apple/4.3.0": { "type": "package", "serviceable": true, @@ -3195,13 +2301,6 @@ "path": "runtime.win.microsoft.win32.primitives/4.3.0", "hashPath": "runtime.win.microsoft.win32.primitives.4.3.0.nupkg.sha512" }, - "runtime.win.System.Console/4.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vHPXC3B18dxhyipVce8xQT1MQv1o5srYZqBlCNu9p9MNjhgGOntdQh/Xh2X4o7M2F839YUcQiGwu8Q498FyDjg==", - "path": "runtime.win.system.console/4.3.1", - "hashPath": "runtime.win.system.console.4.3.1.nupkg.sha512" - }, "runtime.win.System.Diagnostics.Debug/4.3.0": { "type": "package", "serviceable": true, @@ -3216,20 +2315,6 @@ "path": "runtime.win.system.io.filesystem/4.3.0", "hashPath": "runtime.win.system.io.filesystem.4.3.0.nupkg.sha512" }, - "runtime.win.System.Net.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lkXXykakvXUU+Zq2j0pC6EO20lEhijjqMc01XXpp1CJN+DeCwl3nsj4t5Xbpz3kA7yQyTqw6d9SyIzsyLsV3zA==", - "path": "runtime.win.system.net.primitives/4.3.0", - "hashPath": "runtime.win.system.net.primitives.4.3.0.nupkg.sha512" - }, - "runtime.win.System.Net.Sockets/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FK/2gX6MmuLIKNCGsV59Fe4IYrLrI5n9pQ1jh477wiivEM/NCXDT2dRetH5FSfY0bQ+VgTLcS3zcmjQ8my3nxQ==", - "path": "runtime.win.system.net.sockets/4.3.0", - "hashPath": "runtime.win.system.net.sockets.4.3.0.nupkg.sha512" - }, "runtime.win.System.Runtime.Extensions/4.3.0": { "type": "package", "serviceable": true, @@ -3272,55 +2357,6 @@ "path": "serilog.sinks.file/7.0.0", "hashPath": "serilog.sinks.file.7.0.0.nupkg.sha512" }, - "SharpDX/4.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3pv0LFMvfK/dv1qISJnn8xBeeT6R/FRvr0EV4KI2DGsL84Qlv6P7isWqxGyU0LCwlSVCJN3jgHJ4Bl0KI2PJww==", - "path": "sharpdx/4.2.0", - "hashPath": "sharpdx.4.2.0.nupkg.sha512" - }, - "SharpDX.D3DCompiler/4.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Rnsd6Ilp127xbXqhTit8WKFQUrXwWxqVGpglyWDNkIBCk0tWXNQEjrJpsl0KAObzyZaa33+EXAikLVt5fnd3GA==", - "path": "sharpdx.d3dcompiler/4.2.0", - "hashPath": "sharpdx.d3dcompiler.4.2.0.nupkg.sha512" - }, - "SharpDX.Direct2D1/4.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Qs8LzDMaQf1u3KB8ArHu9pDv6itZ++QXs99a/bVAG+nKr0Hx5NG4mcN5vsfE0mVR2TkeHfeUm4PksRah6VUPtA==", - "path": "sharpdx.direct2d1/4.2.0", - "hashPath": "sharpdx.direct2d1.4.2.0.nupkg.sha512" - }, - "SharpDX.Direct3D10/4.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SxWfe7L0MJIs9VvsesmPz4w0EIJBlYZ4oNJsBeSntumbN7MslqKVxt3fiWLrGyGq0zmb7mLWQhzhnV0we4IW9Q==", - "path": "sharpdx.direct3d10/4.2.0", - "hashPath": "sharpdx.direct3d10.4.2.0.nupkg.sha512" - }, - "SharpDX.Direct3D9/4.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1KgqXvPj/j5hLYxfcOQoJdHskamu7EWg60n9LBAYhun7dR+sKS0ZDNb7NuKwFP1bM0HZqvokjXQIf3oA2NpdqA==", - "path": "sharpdx.direct3d9/4.2.0", - "hashPath": "sharpdx.direct3d9.4.2.0.nupkg.sha512" - }, - "SharpDX.DXGI/4.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UjKqkgWc8U+SP+j3LBzFP6OB6Ntapjih7Xo+g1rLcsGbIb5KwewBrBChaUu7sil8rWoeVU/k0EJd3SMN4VqNZw==", - "path": "sharpdx.dxgi/4.2.0", - "hashPath": "sharpdx.dxgi.4.2.0.nupkg.sha512" - }, - "SharpDX.Mathematics/4.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-R2pcKLgdsP9p5WyTjHmGOZ0ka0zASAZYc6P4L6rSvjYhf6klGYbent7MiVwbkwkt9dD44p5brjy5IwAnVONWGw==", - "path": "sharpdx.mathematics/4.2.0", - "hashPath": "sharpdx.mathematics.4.2.0.nupkg.sha512" - }, "SixLabors.ImageSharp/3.1.12": { "type": "package", "serviceable": true, @@ -3363,12 +2399,12 @@ "path": "stub.system.data.sqlite.core.netstandard/1.0.118", "hashPath": "stub.system.data.sqlite.core.netstandard.1.0.118.nupkg.sha512" }, - "System.AppContext/4.3.0": { + "System.AppContext/4.1.0": { "type": "package", "serviceable": true, - "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "path": "system.appcontext/4.3.0", - "hashPath": "system.appcontext.4.3.0.nupkg.sha512" + "sha512": "sha512-3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==", + "path": "system.appcontext/4.1.0", + "hashPath": "system.appcontext.4.1.0.nupkg.sha512" }, "System.Buffers/4.3.0": { "type": "package", @@ -3398,13 +2434,6 @@ "path": "system.collections.concurrent/4.3.0", "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" }, - "System.Collections.Immutable/1.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-B43Zsz5EfMwyEbnObwRxW5u85fzJma3lrDeGcSAV1qkhSRTNY5uXAByTn9h9ddNdhM+4/YoLc/CI43umjwIl9Q==", - "path": "system.collections.immutable/1.7.1", - "hashPath": "system.collections.immutable.1.7.1.nupkg.sha512" - }, "System.Collections.NonGeneric/4.3.0": { "type": "package", "serviceable": true, @@ -3426,20 +2455,6 @@ "path": "system.configuration.configurationmanager/8.0.0", "hashPath": "system.configuration.configurationmanager.8.0.0.nupkg.sha512" }, - "System.Console/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "path": "system.console/4.3.0", - "hashPath": "system.console.4.3.0.nupkg.sha512" - }, - "System.Data.OleDb/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LQ8PjTIF1LtrrlGiyiTVjAkQtTWKm9GSNnygIlWjhN9y88s7xhy6DUNDDkmQQ9f6ex7mA4k0Tl97lz/CklaiLg==", - "path": "system.data.oledb/6.0.0", - "hashPath": "system.data.oledb.6.0.0.nupkg.sha512" - }, "System.Data.SqlClient/4.8.1": { "type": "package", "serviceable": true, @@ -3475,13 +2490,6 @@ "path": "system.diagnostics.debug/4.3.0", "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" }, - "System.Diagnostics.DiagnosticSource/4.7.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-j81Lovt90PDAq8kLpaJfJKV/rWdWuEk6jfV+MBkee33vzYLEUsy4gXK8laa9V2nZlLM9VM9yA/OOQxxPEJKAMw==", - "path": "system.diagnostics.diagnosticsource/4.7.1", - "hashPath": "system.diagnostics.diagnosticsource.4.7.1.nupkg.sha512" - }, "System.Diagnostics.EventLog/8.0.0": { "type": "package", "serviceable": true, @@ -3489,13 +2497,6 @@ "path": "system.diagnostics.eventlog/8.0.0", "hashPath": "system.diagnostics.eventlog.8.0.0.nupkg.sha512" }, - "System.Diagnostics.PerformanceCounter/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gbeE5tNp/oB7O8kTTLh3wPPJCxpNOphXPTWVs1BsYuFOYapFijWuh0LYw1qnDo4gwDUYPXOmpTIhvtxisGsYOQ==", - "path": "system.diagnostics.performancecounter/6.0.0", - "hashPath": "system.diagnostics.performancecounter.6.0.0.nupkg.sha512" - }, "System.Diagnostics.Process/4.3.0": { "type": "package", "serviceable": true, @@ -3503,13 +2504,6 @@ "path": "system.diagnostics.process/4.3.0", "hashPath": "system.diagnostics.process.4.3.0.nupkg.sha512" }, - "System.Diagnostics.Tools/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "path": "system.diagnostics.tools/4.3.0", - "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" - }, "System.Diagnostics.Tracing/4.3.0": { "type": "package", "serviceable": true, @@ -3538,13 +2532,6 @@ "path": "system.globalization/4.3.0", "hashPath": "system.globalization.4.3.0.nupkg.sha512" }, - "System.Globalization.Calendars/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "path": "system.globalization.calendars/4.3.0", - "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512" - }, "System.Globalization.Extensions/4.3.0": { "type": "package", "serviceable": true, @@ -3559,20 +2546,6 @@ "path": "system.io/4.3.0", "hashPath": "system.io.4.3.0.nupkg.sha512" }, - "System.IO.Compression/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "path": "system.io.compression/4.3.0", - "hashPath": "system.io.compression.4.3.0.nupkg.sha512" - }, - "System.IO.Compression.ZipFile/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "path": "system.io.compression.zipfile/4.3.0", - "hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512" - }, "System.IO.FileSystem/4.3.0": { "type": "package", "serviceable": true, @@ -3601,13 +2574,6 @@ "path": "system.linq/4.3.0", "hashPath": "system.linq.4.3.0.nupkg.sha512" }, - "System.Linq.Expressions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "path": "system.linq.expressions/4.3.0", - "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" - }, "System.Memory/4.5.5": { "type": "package", "serviceable": true, @@ -3615,48 +2581,6 @@ "path": "system.memory/4.5.5", "hashPath": "system.memory.4.5.5.nupkg.sha512" }, - "System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "path": "system.net.http/4.3.0", - "hashPath": "system.net.http.4.3.0.nupkg.sha512" - }, - "System.Net.NameResolution/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", - "path": "system.net.nameresolution/4.3.0", - "hashPath": "system.net.nameresolution.4.3.0.nupkg.sha512" - }, - "System.Net.Primitives/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "path": "system.net.primitives/4.3.0", - "hashPath": "system.net.primitives.4.3.0.nupkg.sha512" - }, - "System.Net.Sockets/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "path": "system.net.sockets/4.3.0", - "hashPath": "system.net.sockets.4.3.0.nupkg.sha512" - }, - "System.ObjectModel/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "path": "system.objectmodel/4.3.0", - "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" - }, - "System.Private.ServiceModel/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==", - "path": "system.private.servicemodel/4.7.0", - "hashPath": "system.private.servicemodel.4.7.0.nupkg.sha512" - }, "System.Private.Uri/4.3.0": { "type": "package", "serviceable": true, @@ -3671,34 +2595,6 @@ "path": "system.reflection/4.3.0", "hashPath": "system.reflection.4.3.0.nupkg.sha512" }, - "System.Reflection.DispatchProxy/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==", - "path": "system.reflection.dispatchproxy/4.5.0", - "hashPath": "system.reflection.dispatchproxy.4.5.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "path": "system.reflection.emit/4.3.0", - "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.ILGeneration/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "path": "system.reflection.emit.ilgeneration/4.3.0", - "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" - }, - "System.Reflection.Emit.Lightweight/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "path": "system.reflection.emit.lightweight/4.3.0", - "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" - }, "System.Reflection.Extensions/4.3.0": { "type": "package", "serviceable": true, @@ -3713,12 +2609,12 @@ "path": "system.reflection.primitives/4.3.0", "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" }, - "System.Reflection.TypeExtensions/4.3.0": { + "System.Reflection.TypeExtensions/4.1.0": { "type": "package", "serviceable": true, - "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "path": "system.reflection.typeextensions/4.3.0", - "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" + "sha512": "sha512-tsQ/ptQ3H5FYfON8lL4MxRk/8kFyE0A+tGPXmVP967cT/gzLHYxIejIYSxp4JmIeFHVP78g/F2FE1mUUTbDtrg==", + "path": "system.reflection.typeextensions/4.1.0", + "hashPath": "system.reflection.typeextensions.4.1.0.nupkg.sha512" }, "System.Resources.ResourceManager/4.3.0": { "type": "package", @@ -3804,13 +2700,6 @@ "path": "system.security.cryptography.algorithms/4.3.0", "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512" }, - "System.Security.Cryptography.Cng/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==", - "path": "system.security.cryptography.cng/4.5.0", - "hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512" - }, "System.Security.Cryptography.Csp/4.3.0": { "type": "package", "serviceable": true, @@ -3825,20 +2714,6 @@ "path": "system.security.cryptography.encoding/4.3.0", "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512" }, - "System.Security.Cryptography.OpenSsl/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "path": "system.security.cryptography.openssl/4.3.0", - "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Pkcs/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TGQX51gxpY3K3I6LJlE2LAftVlIMqJf0cBGhz68Y89jjk3LJCB6SrwiD+YN1fkqemBvWGs+GjyMJukl6d6goyQ==", - "path": "system.security.cryptography.pkcs/4.5.0", - "hashPath": "system.security.cryptography.pkcs.4.5.0.nupkg.sha512" - }, "System.Security.Cryptography.Primitives/4.3.0": { "type": "package", "serviceable": true, @@ -3853,27 +2728,6 @@ "path": "system.security.cryptography.protecteddata/8.0.0", "hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512" }, - "System.Security.Cryptography.X509Certificates/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "path": "system.security.cryptography.x509certificates/4.3.0", - "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512" - }, - "System.Security.Cryptography.Xml/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-i2Jn6rGXR63J0zIklImGRkDIJL4b1NfPSEbIVHBlqoIb12lfXIigCbDRpDmIEzwSo/v1U5y/rYJdzZYSyCWxvg==", - "path": "system.security.cryptography.xml/4.5.0", - "hashPath": "system.security.cryptography.xml.4.5.0.nupkg.sha512" - }, - "System.Security.Permissions/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9gdyuARhUR7H+p5CjyUB/zPk7/Xut3wUSP8NJQB6iZr8L3XUXTMdoLeVAg9N4rqF8oIpE7MpdqHdDHQ7XgJe0g==", - "path": "system.security.permissions/4.5.0", - "hashPath": "system.security.permissions.4.5.0.nupkg.sha512" - }, "System.Security.Principal.Windows/4.7.0": { "type": "package", "serviceable": true, @@ -3881,20 +2735,6 @@ "path": "system.security.principal.windows/4.7.0", "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" }, - "System.ServiceModel.Http/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==", - "path": "system.servicemodel.http/4.7.0", - "hashPath": "system.servicemodel.http.4.7.0.nupkg.sha512" - }, - "System.ServiceModel.Primitives/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==", - "path": "system.servicemodel.primitives/4.7.0", - "hashPath": "system.servicemodel.primitives.4.7.0.nupkg.sha512" - }, "System.Text.Encoding/4.3.0": { "type": "package", "serviceable": true, @@ -3979,13 +2819,6 @@ "path": "system.threading.threadpool/4.3.0", "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512" }, - "System.Threading.Timer/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "path": "system.threading.timer/4.3.0", - "hashPath": "system.threading.timer.4.3.0.nupkg.sha512" - }, "System.Xml.ReaderWriter/4.3.0": { "type": "package", "serviceable": true, @@ -3993,13 +2826,6 @@ "path": "system.xml.readerwriter/4.3.0", "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" }, - "System.Xml.XDocument/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "path": "system.xml.xdocument/4.3.0", - "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" - }, "System.Xml.XmlDocument/4.3.0": { "type": "package", "serviceable": true, @@ -4007,13 +2833,6 @@ "path": "system.xml.xmldocument/4.3.0", "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512" }, - "Telerik.UI.for.Wpf.NetCore.Xaml/2024.1.408": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vf5CWl51zh5KwdkNZyqOIHfabaTeYwxSxrb9J0NN21/kOwudt+qezzB/BpwksOvo4Yyy8tvGZctFW1nG8meG+g==", - "path": "telerik.ui.for.wpf.netcore.xaml/2024.1.408", - "hashPath": "telerik.ui.for.wpf.netcore.xaml.2024.1.408.nupkg.sha512" - }, "XP.Camera/1.0.0": { "type": "project", "serviceable": false, @@ -4079,6 +2898,91 @@ "serviceable": false, "sha512": "" }, + "MvCameraControl.Net/4.4.1.3": { + "type": "reference", + "serviceable": false, + "sha512": "" + }, + "Telerik.Windows.Controls.Chart/2024.1.408.310": { + "type": "reference", + "serviceable": false, + "sha512": "" + }, + "Telerik.Windows.Controls.Data/2024.1.408.310": { + "type": "reference", + "serviceable": false, + "sha512": "" + }, + "Telerik.Windows.Controls/2024.1.408.310": { + "type": "reference", + "serviceable": false, + "sha512": "" + }, + "Telerik.Windows.Controls.GridView/2024.1.408.310": { + "type": "reference", + "serviceable": false, + "sha512": "" + }, + "Telerik.Windows.Controls.Input/2024.1.408.310": { + "type": "reference", + "serviceable": false, + "sha512": "" + }, + "Telerik.Windows.Controls.Navigation/2024.1.408.310": { + "type": "reference", + "serviceable": false, + "sha512": "" + }, + "Telerik.Windows.Controls.RibbonView/2024.1.408.310": { + "type": "reference", + "serviceable": false, + "sha512": "" + }, + "Telerik.Windows.Controls.Spreadsheet/2024.1.408.310": { + "type": "reference", + "serviceable": false, + "sha512": "" + }, + "Telerik.Windows.Controls.SpreadsheetUI/2024.1.408.310": { + "type": "reference", + "serviceable": false, + "sha512": "" + }, + "Telerik.Windows.Data/2024.1.408.310": { + "type": "reference", + "serviceable": false, + "sha512": "" + }, + "Telerik.Windows.Documents.Core/2024.1.305.310": { + "type": "reference", + "serviceable": false, + "sha512": "" + }, + "Telerik.Windows.Documents.Fixed/2024.1.305.310": { + "type": "reference", + "serviceable": false, + "sha512": "" + }, + "Telerik.Windows.Documents.Spreadsheet/2024.1.305.310": { + "type": "reference", + "serviceable": false, + "sha512": "" + }, + "Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml/2024.1.305.310": { + "type": "reference", + "serviceable": false, + "sha512": "" + }, + "Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf/2024.1.305.310": { + "type": "reference", + "serviceable": false, + "sha512": "" + }, + "Telerik.Windows.Zip/2024.1.305.310": { + "type": "reference", + "serviceable": false, + "sha512": "" + }, "Basler.Pylon/1.2.0.0": { "type": "reference", "serviceable": false, diff --git a/ReleaseFiles/XplorePlane.dll b/ReleaseFiles/XplorePlane.dll index 42d7f53..2c3cae9 100644 Binary files a/ReleaseFiles/XplorePlane.dll and b/ReleaseFiles/XplorePlane.dll differ diff --git a/ReleaseFiles/XplorePlane.dll.config b/ReleaseFiles/XplorePlane.dll.config index 3463479..2a04d1c 100644 --- a/ReleaseFiles/XplorePlane.dll.config +++ b/ReleaseFiles/XplorePlane.dll.config @@ -1,92 +1,142 @@ - + + - - - - + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + @@ -99,6 +149,7 @@ + @@ -111,31 +162,55 @@ + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/ReleaseFiles/XplorePlane.exe b/ReleaseFiles/XplorePlane.exe index bdc726b..b9ffdeb 100644 Binary files a/ReleaseFiles/XplorePlane.exe and b/ReleaseFiles/XplorePlane.exe differ diff --git a/ReleaseFiles/XplorePlane.pdb b/ReleaseFiles/XplorePlane.pdb index 812134c..5242fd1 100644 Binary files a/ReleaseFiles/XplorePlane.pdb and b/ReleaseFiles/XplorePlane.pdb differ diff --git a/ReleaseFiles/config.json b/ReleaseFiles/config.json index 28f9fdf..0200def 100644 --- a/ReleaseFiles/config.json +++ b/ReleaseFiles/config.json @@ -1,4 +1,5 @@ { "Language": "zh-CN", - "LogLevel": "Debug" + "LogLevel": "Debug", + "CameraType": "Hikvision" } \ No newline at end of file diff --git a/ReleaseFiles/de/MahApps.Metro.resources.dll b/ReleaseFiles/de/MahApps.Metro.resources.dll deleted file mode 100644 index 68272c8..0000000 Binary files a/ReleaseFiles/de/MahApps.Metro.resources.dll and /dev/null differ diff --git a/ReleaseFiles/de/Telerik.Windows.Controls.resources.dll b/ReleaseFiles/de/Telerik.Windows.Controls.resources.dll deleted file mode 100644 index e8c6bb9..0000000 Binary files a/ReleaseFiles/de/Telerik.Windows.Controls.resources.dll and /dev/null differ diff --git a/ReleaseFiles/en-US/XP.Camera.resources.dll b/ReleaseFiles/en-US/XP.Camera.resources.dll index 0467459..4f33cf6 100644 Binary files a/ReleaseFiles/en-US/XP.Camera.resources.dll and b/ReleaseFiles/en-US/XP.Camera.resources.dll differ diff --git a/ReleaseFiles/en-US/XP.Common.resources.dll b/ReleaseFiles/en-US/XP.Common.resources.dll index 5b2d299..e1f7d66 100644 Binary files a/ReleaseFiles/en-US/XP.Common.resources.dll and b/ReleaseFiles/en-US/XP.Common.resources.dll differ diff --git a/ReleaseFiles/en-US/XP.Hardware.Detector.resources.dll b/ReleaseFiles/en-US/XP.Hardware.Detector.resources.dll index 27b97b8..907f7b8 100644 Binary files a/ReleaseFiles/en-US/XP.Hardware.Detector.resources.dll and b/ReleaseFiles/en-US/XP.Hardware.Detector.resources.dll differ diff --git a/ReleaseFiles/en-US/XP.Hardware.MotionControl.resources.dll b/ReleaseFiles/en-US/XP.Hardware.MotionControl.resources.dll index 85e1fd4..eb7c23b 100644 Binary files a/ReleaseFiles/en-US/XP.Hardware.MotionControl.resources.dll and b/ReleaseFiles/en-US/XP.Hardware.MotionControl.resources.dll differ diff --git a/ReleaseFiles/en-US/XP.Hardware.PLC.resources.dll b/ReleaseFiles/en-US/XP.Hardware.PLC.resources.dll index facd652..e50197b 100644 Binary files a/ReleaseFiles/en-US/XP.Hardware.PLC.resources.dll and b/ReleaseFiles/en-US/XP.Hardware.PLC.resources.dll differ diff --git a/ReleaseFiles/en-US/XP.Hardware.RaySource.resources.dll b/ReleaseFiles/en-US/XP.Hardware.RaySource.resources.dll index 78bd8c2..9c7fe0a 100644 Binary files a/ReleaseFiles/en-US/XP.Hardware.RaySource.resources.dll and b/ReleaseFiles/en-US/XP.Hardware.RaySource.resources.dll differ diff --git a/ReleaseFiles/en-US/XP.ReportEngine.resources.dll b/ReleaseFiles/en-US/XP.ReportEngine.resources.dll index a525426..95358e4 100644 Binary files a/ReleaseFiles/en-US/XP.ReportEngine.resources.dll and b/ReleaseFiles/en-US/XP.ReportEngine.resources.dll differ diff --git a/ReleaseFiles/es/Telerik.Windows.Controls.resources.dll b/ReleaseFiles/es/Telerik.Windows.Controls.resources.dll deleted file mode 100644 index f9fce3a..0000000 Binary files a/ReleaseFiles/es/Telerik.Windows.Controls.resources.dll and /dev/null differ diff --git a/ReleaseFiles/fr/Telerik.Windows.Controls.resources.dll b/ReleaseFiles/fr/Telerik.Windows.Controls.resources.dll deleted file mode 100644 index d1c059c..0000000 Binary files a/ReleaseFiles/fr/Telerik.Windows.Controls.resources.dll and /dev/null differ diff --git a/ReleaseFiles/fx.ini b/ReleaseFiles/fx.ini new file mode 100644 index 0000000..b8e7598 --- /dev/null +++ b/ReleaseFiles/fx.ini @@ -0,0 +1,3907 @@ +;------------------------------------------------------------------------------ +; Help for Control/Value entries +; +; DataType= (FXDataType) +; 0 FX_INT +; 1 FX_LONG +; 2 FX_UINT +; 3 FX_ULONG +; 4 FX_FLOAT +; 5 FX_DOUBLE +; 6 FX_BOOL +; 7 FX_CENTTABLE +; 8 FX_FOCUSTABLE +; 9 FX_STRING +; 10 FX_SHORT +; 11 FX_USHORT +; 12 FX_SCANTABLE +; 13 FX_BYTE +; 14 FX_UBYTE +; 15 FX_TUBECURRENTTABLE +; 16 FX_AXESPOSTABLE +; +; ValueType= (FXValueType) +; 0 FX_ACTVAL +; 1 FX_NOMVAL +; 2 FX_MINVAL +; 3 FX_MAXVAL +; 4 FX_BOOLVAL +; 5 FX_ERRORVAL +; +; Active= +; 0 Variable will not be updated in process image of FXE DLLs +; and can only accessed with explicit read/write +; 1 Variable will be updated in process image of FXE DLLs +; Notify= +; 0: Application notifying will not be used for this variable +; 1: Application notifying will be used for this variable + +;System- und Options-Ids: +;Variablen, die in allen RPS-Konfigurationen vorkommen, erhalten die SysID 1 (FXE_SINGLESTAGE) +;Variablen, die fr spezielle oder optionale RPS-Konfigurationen hinzukommen, z. B. fr Doppelstufen-Rhren, erhalten die +;unten angegebene SysID. (Variablen, die nur fr Doppelstufenrhren verwendet werden, z. B. die SysID 2) +;Wenn Variablen zwei oder mehreren speziellen RPS-Konfigurationen zugeordnet werden mssen, die sich gegenseitig ausschliessen, +;z. B. Para-Variablen fr FOX und TIGER, mssen bei den Variablen die SysID-Eintrge bitweise geoderte Werte sein. Die Variablen der Para-Module +;haben als ID z. B. 24 (0x10 | 0x20) +;FXE_SINGLESTAGE 0x00000001L // Xray-Bit +;FXE_DOUBLESTAGE 0x00000002L // Xray-Bit +;FXE_SCANNING 0x00000004L // Xray-Bit +;SYSTEM_FOX 0x00000008L // Xray-Bit +;SYSTEM_TIGER 0x00000010L // Xray-Bit +;SHUTTEROPTION 0x00000020L // Xray-Bit +;TARGETREGOPTION 0x00000040L // Xray-Bit +;SECONDCENTERING 0x00000080L // Xray-Bit +;FFCOMDRIVER 0x00000100L // Xray-Bit +;AUTOCOND_ENABLED 0x00004000L // Xray-Bit +;MOT_IRIS 0x00000400L // Xray-Bit und Mani-Bit +;FME 0x00000200L // Mani-Bit +;SYSTEM_14 0x00000800L // Mani-Bit CougarFA oder System16 +;SYSTEM_15 0x00001000L // Mani-Bit CougarSMT +;SYSTEM_COUGAR_XL 0x00002000L // Mani-Bit Cheetah +;JOYCTRLOPTION 0x00100000L // Mani-Bit +;------------------------------------------------------------------------------ + +[VarPLCVarHAL_PLCVars] +PLCVarID_0=2274 +PLCVarString_0=LaserCrossHair +PLCVarID_1=2374 +PLCVarString_1=WarnLamp1Ok +PLCVarID_2=2375 +PLCVarString_2=WarnLamp2Ok +PLCVarID_3=2376 +PLCVarString_3=WarnLamp3Ok +PLCVarID_4=2377 +PLCVarString_4=WarnLampDefect + +[XrayHAL] +ReadFromProcessImage=1 +MaxAccVoltageTolerance=1.0 +MaxTubeCurrentTolerance=3.0 +MaxTargetCurrentTolerance=2.0 +EnableXrayOnAfterFlashover=0 + +[ManiHAL] +; Fr die Eigenschaft "Ready" der Schnittstelle IFFAxis wird hier standardmssig +; AxisEnabled && AxisInitialized && !AxisIsNotToControl +; && AxisDriveReady && !AxisDriveError && !AxisError +; verwendet, es wird also NICHT abgefragt, ob die Achse verriegelt ist (AxisModulePresent) +;Default fr AxisReadyBitMask: BitMaskAxisEnabled | BitMaskAxisInitialized | BitMaskAxisDriveReady +;AxisReadyBitMask= +;Default fr AxisNotReadyBitMask: BitMaskAxisIsNotToControl | BitMaskAxisDriveError | BitMaskAxisError +;AxisNotReadyBitMask= +ReadFromProcessImage=1 +; ErrorIfTryingToDriveLockedAxis: 0: Kein Fehler, 1: Fehlermeldung wenn verriegelte Achse versucht wird zu fahren +ErrorIfTryingToDriveLockedAxis=0 +; LoadPosTolerance war vorher in config.prm einstellbar, es wurde aber wahrscheinlich immer Defaultwert 1 verwendet! +LoadPosTolerance=1 + +[ManiSysIDs] +NumSysIDs=3 +SysID_0=8 +SysID_1=16 +SysID_2=4096 + +; FOX +[Detector_8] +TransZ=5 + +[Tube_8] +TransZ= + +[Stage_8] +TransX=0 +TransY=1 +TransZ=2 +RotX=4 +RotY=3 + +; TIGER +[Detector_16] +; Detektor-Kippachse des TIGER kann eigentlich RotX oder RotY sein! +RotX=3 +RotZ=4 + +[Tube_16] +TransZ=2 + +[Stage_16] +TransX=0 +TransY=1 + +;Cougar(SMT) +[Detector_4096] +TransZ=3 +RotY=4 + +[Tube_4096] +TransZ=2 + +[Stage_4096] +TransX=0 +TransY=1 +RotX=5 +RotZ=5 + +[PLCVersionIniFolderNames_CPU0] +V380=V380-389 + +[PLCVersionIniFolderNames_CPU1] +V430=V420-429 + +[PLCVERSIONVARIABLE_0] +DisplayName=SoftwareVersionCPU0 +Descr=SYS_DM.SoftwareVersion +SysID=769 +DataType=3 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=250 +ReadSyncDef=0 + +[PLCVERSIONVARIABLE_1] +DisplayName=SoftwareVersionCPU1 +Descr=sys_dm.SoftwareVersion +SysID=1 +DataType=3 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=250 +ReadSyncDef=0 + +[General] +PLCInitTimeout=120000 +; Nur FXEControl +FXEControlInitTimeout=30000 +; Nur FXEControl +ShowFXEControlWithoutHWLink=0 +UseAFByImg=0 +LoadDetectorDlls=0 +UseScanVariables=0 +UseDbgVariables=1 +UseFXETestVariables=1 +UseALUVariables=0 +FirstSupportedVersion=380 +LastSupportedVersion=430 +; Nur FXEControl: Bezeichnet %-Wert des erreichten Tube-/Targetcurrent vom vorgegebenen (Timer) +TimerCurrentInterruptionThresh=50 +; Nur FXEControl: Bezeichnet %-Wert der erreichten acc. Voltage vom vorgegebenen Wert (Timer) +TimerVoltageInterruptionThresh=70 +; Nur FXEControl: Bezeichnet Dauer der zustzlichen Delaytime in ms zum Start des Timers nach erreichen der anderen Schwellwerte (Timer) +TimerAdditionalDelay=0 +; automatisches Einschalten der Strahlung nach Ueberschlag (de)aktivieren +UseAutoXRayOnAfterFlash=0 +; Datenmodule verbinden? ACHTUNG: Betrifft NICHT Para- und PCPara-Dms fr TIGER und FOX! Diese +; mssen immer verbunden werden, wenn entspr. System vorliegt, sonst funktionieren nicht +; alle Achsen-Funktionen +ConnectDMs=1 +; Variable zur Ueberwachung der RPS (hier: 2014, kVIst) +; Abschalten der Benachrichtigung bei RPS disconnected wenn RPSCheckVariableID <= 0 +RPSCheckVariableID=2014 +; Intervallzeit zur Ueberwachung der RPS in ms +RPSCheckIntervall=10000 +Demoversion=0 +; Kundenversion: 0, Serviceversion: 1, Betriebsversion: 2, Testversion: 3 (Umschalter ASCII-PVI) +AccessVersion=1 +; Apertures wird fr die Amp[1] bis Amp[3] Istwerte (Blendenstrme) verwendet +Apertures=1 +TestFlashOver=0 +DebugMessages=0 +FilIncrement=0.02 +UseDataTypeVerification=1 +; Timeout nach Kaltstart in ms +ColdStartWaitTime=120000 +; 0: no logging 1/2: log errors 3: log errors + show MessageBoxes +LogLevel=2 +; relativer Pfad zum User Manual +UserManualPath=C:\Program Files (x86)\Feinfocus\FXEControl_3.1.1.65\doc\Y.FXE-Control 3.1_v01r00_en_20102586.pdf + +[PLCCommunication] +ModuleEventMask="EV=" +TaskEventMask="EV=" +; 09.11.2004: Gibt an, ob eine Slave-RPS-CPU vorliegen kann (z.Z. nur fuer Nano-FOX) +SlaveCPU=0 +; 09.11.2004: Anzahl RPS-CPUs, maximale Anzahl CPUs ist 2 +CPUCount=1 +; 05.08.2014: Es knnen jetzt die IP und Base der CPUs direkt konfiguriert werden. +; Zudem ist es mglich zwei Rhren anzusteuern. +; Gibt an, ob die Konfigurationen fr HostAdress und HostBase aus der ini verwendet werden sollen, +; oder die hart codierten aus der BRDriverDefs. +UsePLCHostConfig=0 +; Wenn MultipleXrayDevices aktiv ist, dann muss CPUCount auf 1 stehen. Beim Start der FXEControl +; wird ein Abfragedialog geffnet, welche Rhre angezeigt werden soll +MultipleXrayDevices=0 +; Cpu0 muss immer die Adresse einer Rhre sein. +; Die HostAdress entspricht der letzten Stelle der IP-Adresse der Rhre. +Cpu0HostAdress=10 +; Parameter fr den Codierschalter an der PLC. Sollte in der Regel mit der HostAdress gleich sein, +; kann aber auch unterschiedlich konfiguriert werden +Cpu0HostBase=10 +; Beschreibung fr den Auswahldialog beim Start der FXEControl +Cpu0Description=FXT 225.48 - CPU0 192.168.12.10 +; Cpu1 kann die Adresse einer Rhre oder eines Manipulators sein. Wenn nur UsePLCHostConfig und +; CPUCount=2 ausgewhlt ist, dann muss es ein Manipulator sein. +; Die HostAdress entspricht der letzten Stelle der IP adresse der Rhre. +Cpu1HostAdress=11 +; Parameter fr den Codierschalter an der PLC. Sollte in der Regel mit der HostAdress gleich sein, +; kann aber auch unterschiedlich konfiguriert werden. +Cpu1HostBase=11 +; Beschreibung fr den Auswahldialog, der beim Start der FXEControl zur Auswahl der Rhre angezeigt wird. +Cpu1Description=FXT 190.61 - CPU1 192.168.12.11 + +[FFCom] +;FFCOMDRIVER 256 +;ONLY_FFCOMDRIVER 257 +FFComSysID=0 +;FFComSysID=256 +InBufLength=256 +OutBufLength=256 +IDBufLength=4 +FloatPrecision=4 +WaitTimeout=500 +;WaitTimeout=4000 +; Timeouts nicht mehr direkt parametrisierbar, da abh. von RPS-Zykluszeit! +; Dafr kann jetzt hier die verwendete RPS-Zykluszeit angegeben werden! +PLCCycleTime=100 +SwitchFMEToFFComID=3501 +; Thread-Prioritten: 0: normal, 1: above normal, 2: highest, 15: "real time" +; -1: below normal, -2: lowest, -15: idle +ReadThreadPriority=2 +RequestThreadPriority=1 +AutoUpdThreadPriority=1 +LogComm=0 +LogRead=0 +LogWrite=0 +LogAutoUpd=0 +;RTS_CONTROL_DISABLE 0 +;RTS_CONTROL_ENABLE 1 +;RTS_CONTROL_HANDSHAKE 2 +;RTS_CONTROL_TOGGLE 3 +RTSMode=0 +UseCTSHandshake=0 + +[XRayConstants] +BitMaskBattery=2 +BitMaskWarmupDone=4 +BitMaskFilAdjDone=8 +BitMaskAutocentReady=16 +BitMaskAutocentBeamSearch=32 +BitMaskAutocentBeamFound=64 +BitMaskStartupDone=512 +BitMaskAutofuncRuns=1024 +BitMaskInterlockOn=2048 +BitMaskHSGOk=4096 +BitMaskVacuumOk=8192 +BitMaskAutocentRuns=16384 +BitMaskFilAdjRuns=32768 +BitMaskWarmupRuns=65536 +BitMaskStartupRuns=131072 +BitMaskXRayOn=262144 +BitMaskReadyForXRayOn=524288 +BitMaskXRayError=1048576 + +[ManiConstants] +AxesEnableBackside=1 +; Wenn RPS V.2.0 fuer FOX verwendet wird, PositionTolerance=0 setzen, ansonsten 5-10 +; theoretisch kann PositionTolerance fuer FOX auch bei alter RPS 0 gesetzt werden, das einzige +; Problem ist BASIC-Acknowledge der FGUI, da PVI u.U. die nderungen der Ist-Pos. nicht mitbekommt +PositionTolerance=1 +; Wenn RPS V.2.0 fuer FOX verwendet wird, UseManInPosForFOXBasicAckn=1 setzen, ansonsten 0 +; beim Cougar15 und TIGER mit RPS >= 2.6 gibt es die ManiInPos-Variable wieder nicht mehr, +; daher dort auch Positionsvergleich machen! +UseManInPosForFOXBasicAckn=0 +BitMaskAxisError=1 +BitMaskAxisEnabled=2 +BitMaskAxisInitialized=4 +BitMaskAxisReferenced=8 +BitMaskAxisRefMoving=16 +BitMaskAxisMoving=32 +BitMaskAxisDriveReady=64 +BitMaskAxisDriveError=128 +BitMaskAxisPosHWEnd=256 +BitMaskAxisRefHWEnd=512 +BitMaskAxisNegHWEnd=1024 +BitMaskAxisTriggerInput=2048 +BitMaskAxisModulePresent=4096 +BitMaskAxisInPosition=8192 +BitMaskAxisIsNotToControl=16384 +BitMaskAxisIsVirtual=32768 +; Bitmasken fr Manipulator-Statuswort: +; 12.09.2005: Es ist z.Z. vllig unklar, was wie ab welcher RPS-Version +; definiert ist! Was sind die Unterschiede zwischen TIGER mit RPS-Version 2.6 +; und Cougar15 mit Version 2.6, der eigentlich Version 2.7 haben sollte? +BitMaskManiError=1 +BitMaskManiInitialized=4 +BitMaskManiReferenced=8 +BitMaskManiRefMoving=16 +BitMaskManiMoving=32 +BitMaskManiSingleAxisActive=64 +BitMaskManiAllAxesActive=128 +BitMaskManiNonPLCDriveDisabled=256 +BitMaskManiInLoadPos=512 +BitMaskManiLoadPosMoving=33554432 +BitMaskManiInPosition=8192 +BitMaskManiCPSStop=32768 + +[MESSLOG] +EnableAllConnectionsForTest=0 +MessLogTableFileIdx=52 +MinIntervallTime=100 +MinChangeIntervall=200 + +[CONDITIONING] +; Anz. Messpunkte fr berschlge; Messintervall [min] ergibt sich aus ConditTime / ConditTableSize +ConditTableSize=72 +;Einheit: min. Wenn die Zeit zwischen 2 berschlgen > diesen Wert ist, wird die Kond. von der RPS beendet +ConditIntervall=360 +;Einheit: min. Nach max. dieser Zeit wird die Konditionierung beendet +ConditTimeout=3600 +; Max. Anz. Ueberschlaege, bevor Konditionierung (vom PC durch X-Ray off) abgebrochen wird +MaxConditBreaks=250 +;Wartezeit nach Ueberschlag, nach der das Vakuum registriert wird [s] +WaitAfterBreakTime=5 + +[WOBBELING] +;Default-Werte fuers wobbeln +Step=10.0 +Hub=30.0 + +[POSITIONINGTABLE] +; fuer Cougar15: +Description=g_tManiCtrlStartOld.tAxis +ConnectParams="EV= VT=struct VL=0 AL=4" +SysID=4376 + +;LINK_ALL_START_POSITION( _T( "EV=ed VT=struct {. VT=u8 } {. VT=struct VN=11 } {.. VT=f32 } {.. VT=i32 } {.. VT=u8 }" )), +;LINK_ALL_START_SPEED( _T( "EV=ed VT=struct {. VT=u8 } {. VT=struct VN=11 } {.. VT=f32 } {.. VT=i16 } {.. VT=u8 }" )); + +[MOVEAXESSTRUCT] +; fuer Cougar15: +Description=g_tManiCtrlStartOld +;Das Verhalten von PVI ist hier etwas seltsam: Wird die Typinfo der Achsenstruktur ausgelesen, bekommt man immer die VL=112 +;und ein Alignment von 2, auch wenn im Connect-String 4 angegeben wird und auch die Strukturen mit #pragma pack( push, 4) +;definiert werden (eigentlich kommt dann als Variablenlnge 136 raus). Es funktioniert auch alles fehlerfrei, wenn VL=0 angegeben wird! +ConnectParams="EV= VT=struct VL=0 AL=4" +;ConnectParams="EV= VT=struct VL=112 AL=4" +;gendert 03.02.2004: Fahrbefehl jetzt synchron senden! +WriteSyncDef=1 +SysID=4376 + +[MANUALMOVEAXESSTRUCT] +; fuer Cougar15: +Description=g_tManiCtrlManuellOld +ConnectParams="EV= VT=struct VL=0 AL=4" +;gendert 03.02.2004: Fahrbefehl jetzt synchron senden! +WriteSyncDef=1 +SysID=4368 + +;//////////////////////////////////////////////////////////////////////////////////////// +;// erweiterte Control-Variablen +;//////////////////////////////////////////////////////////////////////////////////////// +;condit wait. Nur explizit lesen (?!) +[CONTROLVALUE_253] +Descr=tCONwait +DataType=3 +ValueType=1 +SysID=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=-1 +DisplayName=MaxTimeBetweenBreakdowns[ms] +WriteSyncDef=0 +ReadSyncDef=0 + +;Max. Spg. f. Konditionierung. Nur explizit lesen ! +[CONTROLVALUE_254] +Descr=ConditioningData.condCycle[1].kVmax +DataType=4 +ValueType=3 +SysID=1 +Active=0 +Notify=0 +Hysterese=1.0 +RefreshTime=1000 +DisplayName=ConditVoltageMax[kV] +ReadSyncDef=0 + +;Max. Strom f. Konditionierung. Nur explizit lesen ! +[CONTROLVALUE_255] +Descr=ConditioningData.condCycle[1].current_uA +DataType=4 +ValueType=3 +SysID=1 +Active=0 +Notify=0 +Hysterese=1.0 +RefreshTime=1000 +DisplayName=ConditCurrentMax[A] +ReadSyncDef=0 + +[CONTROLVALUE_256] +Descr=HSG.FILwork +DataType=4 +ValueType=1 +;wird nur noch fr alten Tiger (RPS < 2.6) bentigt ! +SysID=0 +Active=1 +Notify=1 +Hysterese=0.1 +RefreshTime=1200 +DisplayName=FilWorkCurrent[A] + +[CONTROLVALUE_257] +Descr=I_fil +DataType=4 +ValueType=1 +SysID=1 +Active=1 +Notify=1 +Hysterese=0.1 +RefreshTime=1200 +DisplayName=FilWorkArray[A] +DataLen=10 + +; Auswahl fuer zu aktualisierendes amp-DM +[CONTROLVALUE_258] +Descr=amp_modul +DataType=10 +ValueType=1 +SysID=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=250 +DisplayName=AmpDMRefreshSel + +; Auswahl fuer zu aktualisierendes cent-DM +[CONTROLVALUE_259] +Descr=PC_stat.u16_CENT_DM_nr +DataType=10 +ValueType=1 +SysID=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=250 +DisplayName=CentDMRefreshSel + +[CONTROLVALUE_260] +Descr=Sys.Watchdog_enable +DataType=10 +ValueType=1 +SysID=513 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=250 +DisplayName=WatchdogEnable[short] +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_261] +Descr=PLC_stat.bo_Watchdog +DataType=6 +ValueType=1 +SysID=513 +;24.06.2003: Watchdog ausgeschaltet wegen Fehler auf RPS! Hoher Laufzeitverbrauch dadurch, +; dass Signal von RPS immer sofort wieder auf 1 zurckgesetzt wurde, nachdem in FXDrivers +; 0 geschickt wurde! +; 13.07.06: Wieder aktiviert, obwohl auf RPS immer noch nicht verbessert +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +DisplayName=WatchdogSignal[bool] +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_262] +Descr=SYS_DM.seriennum +SysID=1 +DataType=9 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 +DataLen=16 +DisplayName=SerialNumber +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_263] +Descr=SystemSettings.u32_workingminute_system +DataType=3 +ValueType=1 +SysID=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 +DisplayName=SystemCounter + +[CONTROLVALUE_264] +Descr=SystemSettings.u32_workingminute_tube +DataType=3 +ValueType=1 +SysID=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 +DisplayName=TubeCounter + +[CONTROLVALUE_265] +Descr=SystemSettings.u32_workingminute_filament +DataType=3 +ValueType=1 +SysID=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 +DisplayName=FilamentCounter + +[CONTROLVALUE_266] +Descr=Condensor.Pmicro +DataType=4 +ValueType=0 +SysID=2 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=700 +DisplayName=ConsModeMicroThrPow[W] +ReadSyncDef=0 + +[CONTROLVALUE_267] +Descr=Condensor.Pnano +DataType=4 +ValueType=0 +SysID=2 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=700 +DisplayName=ConsModeNanoThrPow[W] +ReadSyncDef=0 + +[CONTROLVALUE_268] +Descr=PLC_cmd.reload_MODE_DM +DataType=6 +ValueType=1 +SysID=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=100 +DisplayName=ModeChanged[bool] +WriteSyncDef=1 +ReadSyncDef=0 + +[CONTROLVALUE_269] +Descr=PLC_cmd.reload_TARGET_DM +DataType=6 +ValueType=1 +SysID=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=100 +DisplayName=TargetChanged[bool] +WriteSyncDef=1 +ReadSyncDef=0 + +[CONTROLVALUE_270] +DisplayName=SoftwareVersion +Descr=SYS_DM.SoftwareVersion +SysID=769 +DataType=3 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=250 +ReadSyncDef=1 + +[CONTROLVALUE_271] +DisplayName=CoilOff +Descr=Sys.coil_off +SysID=1 +DataType=10 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 + +[CONTROLVALUE_272] +DisplayName=FilAdjBaseCurrentNew +Descr=PLC_stat.r32_newFilamentCurrentBase +SysID=1 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.05 +RefreshTime=800 + +[CONTROLVALUE_273] +DisplayName=FilAdjBaseCurrentDiff +Descr=PLC_stat.r32_diffToFilamentCurrentBase +SysID=1 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.05 +RefreshTime=800 + +[CONTROLVALUE_274] +DisplayName=PositioningLaser +Descr=Do_Laser +;nd. 14.09.2004: Fuer TIGER, FOX, 15er und 16er! NICHT generell auf FXE! +SysID=6168 +DataType=6 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1200 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_275] +Descr=zoom +SysID=1 +DataType=10 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +DisplayName=BVZoomLevel +WriteSyncDef=0 +ReadSyncDef=0 + +; 07.07.03: Reload-Variablen jetzt Control-Values, vorher ControlCommands +; Hintergrund: 1-0 bergnge dieser Variablen knnen als Signal dafr +; genommen werden, dass die neuen Werte tatschlich in die RPS-Variablenstrukturen +; eingetragen wurden! +[CONTROLVALUE_280] +Descr=PC_cmd.TUBE_DM.read +SysID=513 +DisplayName=ReloadTubeDM +DataType=6 +ValueType=1 +Active=1 +Notify=0 +Hysterese=0 +RefreshTime=1000 + +[CONTROLVALUE_281] +Descr=PC_cmd.AMP_DM.read +SysID=1 +DisplayName=ReloadAmpDM +DataType=6 +ValueType=1 +Active=1 +Notify=0 +Hysterese=0 +RefreshTime=1000 + +[CONTROLVALUE_282] +Descr=PC_cmd.HSG_DM.read +SysID=513 +DisplayName=ReloadHSGDM +DataType=6 +ValueType=1 +Active=1 +Notify=0 +Hysterese=0 +RefreshTime=1000 + +[CONTROLVALUE_283] +Descr=PC_cmd.VAC_DM.read +SysID=1 +DisplayName=ReloadVacuumDM +DataType=6 +ValueType=1 +Active=1 +Notify=0 +Hysterese=0 +RefreshTime=1000 + +[CONTROLVALUE_284] +Descr=PC_cmd.COND_DM.read +SysID=1 +DisplayName=ReloadConditDM +DataType=6 +ValueType=1 +Active=1 +Notify=0 +Hysterese=0 +RefreshTime=1000 + +[CONTROLVALUE_285] +Descr=PC_cmd.SYS_DM.read +SysID=513 +DisplayName=ReloadSystemDM +DataType=6 +ValueType=1 +Active=1 +Notify=0 +Hysterese=0 +RefreshTime=1000 + +[CONTROLVALUE_286] +Descr=PC_cmd.FOCUS_DM.read +SysID=1 +DisplayName=ReloadFocusDM +DataType=6 +ValueType=1 +Active=1 +Notify=0 +Hysterese=0 +RefreshTime=1000 + +[CONTROLVALUE_287] +Descr=PC_cmd.CONS_DM.read +SysID=2 +DisplayName=ReloadCondensorDM +DataType=6 +ValueType=1 +Active=1 +Notify=0 +Hysterese=0 +RefreshTime=1000 + +[CONTROLVALUE_288] +Descr=cmd_read_shutter +SysID=32 +DisplayName=ReloadShutterDM +DataType=6 +ValueType=1 +Active=1 +Notify=0 +Hysterese=0 +RefreshTime=1000 + +[CONTROLVALUE_289] +Descr=PC_cmd.CENT_DM.read +SysID=1 +DisplayName=ReloadCenteringDM +DataType=6 +ValueType=1 +Active=1 +Notify=0 +Hysterese=0 +RefreshTime=1000 + +[CONTROLVALUE_290] +Descr=cmd_read_scan +SysID=4 +DisplayName=ReloadScanDM +DataType=6 +ValueType=1 +Active=1 +Notify=0 +Hysterese=0 +RefreshTime=1000 + +[CONTROLVALUE_291] +Descr=PC_cmd.TIREG_DM.read +SysID=1 +DisplayName=ReloadTiRegDM +DataType=6 +ValueType=1 +Active=1 +Notify=0 +Hysterese=0 +RefreshTime=1000 + +[CONTROLVALUE_292] +Descr=cmd_read_comconf +DisplayName=ReloadComConfDM +;22.11.2004: zunchst ausgeschaltet, bei nchster Version, wenn alle Systeme COMCONF-DM beinhalten, einbauen +SysID=0 +;SysID=513 +DataType=6 +ValueType=1 +Active=1 +Notify=0 +Hysterese=0 +RefreshTime=1000 + +[CONTROLVALUE_293] +Descr=PC_cmd.INIT_DM +SysID=1 +DisplayName=ReloadInitDM +DataType=9 +ValueType=1 +Active=1 +Notify=0 +Hysterese=0 +RefreshTime=1000 +DataLen=10 + +[CONTROLVALUE_294] +DisplayName=ReloadAllDMs +Descr=PC_cmd.ALL_DM.read +SysID=1 +DataType=14 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 + +[CONTROLVALUE_295] +DisplayName=UsageAmp1 +Descr=Amp[1].Verwendung +SysID=1 +DataType=9 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 +DataLen=16 + +[CONTROLVALUE_296] +DisplayName=UsageAmp2 +Descr=Amp[2].Verwendung +SysID=34 +DataType=9 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 +DataLen=16 + +[CONTROLVALUE_297] +DisplayName=UsageAmp3 +Descr=Amp[3].Verwendung +SysID=34 +DataType=9 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 +DataLen=16 + +[CONTROLVALUE_298] +DisplayName=DiTubeheadEnable +Descr=Di_tubehead_enable +SysID=1 +DataType=6 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=0 + +[CONTROLVALUE_299] +Descr=target.current_target_number +DataType=11 +ValueType=1 +SysID=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=100 +DisplayName=Target +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_300] +Descr=target.last_target_number +DataType=11 +ValueType=1 +SysID=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=100 +DisplayName=TargetCount +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_301] +DisplayName=TubeheadNumber +Descr=Tubehead.current_tubehead_number +SysID=1 +DataType=11 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1250 + +[CONTROLVALUE_302] +DisplayName=TubeheadCount +Descr=Tubehead.last_tubehead_number +SysID=1 +DataType=11 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=250 + +[CONTROLVALUE_303] +Descr=PLC_cmd.reload_TARGET_DM +DataType=6 +ValueType=1 +SysID=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=100 +DisplayName=TubeheadChanged[bool] +WriteSyncDef=1 +ReadSyncDef=0 + +[CONTROLVALUE_304] +Descr=iIrisMoveDir +DataType=0 +ValueType=1 +SysID=1024 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 +DisplayName=IrisMoveDir + +[CONTROLVALUE_305] +Descr=iIrisSetPos +DataType=0 +ValueType=1 +SysID=1024 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 +DisplayName=IrisSetPos + +[CONTROLVALUE_306] +Descr=iIrisCurPos +DataType=0 +ValueType=0 +SysID=1024 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=IrisCurPos + +[CONTROLVALUE_307] +Descr=iIrisCurPosActual +DataType=10 +ValueType=0 +SysID=1024 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=IrisCurPosActual + +[CONTROLVALUE_308] +Descr=Vacon +DataType=6 +ValueType=1 +SysID=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 +DisplayName=VacuumOn[bool] + +[CONTROLVALUE_309] +Descr=EnableShutterOnIfManiMoves +DataType=6 +ValueType=1 +SysID=32 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1000 +DisplayName=EnableShutterOnIfManiMoves[bool] + +[CONTROLVALUE_310] +DisplayName=SoftwareVersionMani +Descr=sys_dm.SoftwareVersion +SysID=4120 +DataType=3 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=250 +ReadSyncDef=1 + +[CONTROLVALUE_311] +DisplayName=DetectorXRange +Descr=DetectorXRangeNotDefinedYet +SysID=0 +DataType=3 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=250 +ReadSyncDef=1 + +[CONTROLVALUE_312] +DisplayName=DetectorYRange +Descr=DetectorXRangeNotDefinedYet +SysID=0 +DataType=3 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=250 +ReadSyncDef=1 + +[CONTROLVALUE_313] +DisplayName=AxisCountReal +Descr=g_tManiParameters.uMaxAxesReal +SysID=4096 +DataType=11 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1250 +ReadSyncDef=0 + +[CONTROLVALUE_314] +DisplayName=FocusDetectorDist0 +Descr=FocusDetectorDist0NotDefinedYet +SysID=0 +DataType=3 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +ReadSyncDef=0 + +[CONTROLVALUE_315] +Descr=PC_cmd.FIL_DM.read +SysID=1 +DisplayName=ReloadFilDM +DataType=6 +ValueType=1 +Active=1 +Notify=0 +Hysterese=0 +RefreshTime=1000 + +[CONTROLVALUE_316] +DisplayName=TrayOffset +Descr=g_fTrayOffset +TaskName=manimove +DataType=4 +ValueType=1 +SysID=4112 +Active=1 +Notify=1 +RefreshTime=10000 +Hysterese=0.1 + +[CONTROLVALUE_317] +DisplayName=Magnification +Descr=g_fMagnification +TaskName=manimove +DataType=4 +ValueType=0 +SysID=4112 +Active=1 +Notify=1 +RefreshTime=250 +Hysterese=0.1 + +[CONTROLVALUE_318] +DisplayName=DoorVersion +Descr=g_tDoor.dwDoorVersion +DataType=2 +ValueType=1 +SysID=4112 +Active=1 +Notify=0 +RefreshTime=2500 +Hysterese=0 + +[CONTROLVALUE_319] +DisplayName=FNCProgramRunning +Descr=g_bFNC_Drive +DataType=6 +ValueType=1 +SysID=4112 +; 20.05.08: Active, Notify=1 (fr Mani-HAL) +Active=1 +Notify=1 +RefreshTime=2500 +Hysterese=0 + +[CONTROLVALUE_320] +DisplayName=EnableAIM +Descr=g_bPC_AIM_Enable +DataType=6 +ValueType=1 +;27.01.06: Auch fuer TIGER, da Aim dort jetzt auch auf RPS +SysID=4112 +; 20.05.08: Active, Notify=1 (fr Mani-HAL) +Active=1 +Notify=1 +RefreshTime=2500 +Hysterese=0 + +[CONTROLVALUE_321] +DisplayName=TeachNewPOI +Descr=l_bXYJoystickDriveOff +TaskName=joyctrl +DataType=6 +ValueType=0 +SysID=16 +Active=1 +Notify=1 +RefreshTime=150 +Hysterese=0 + +[CONTROLVALUE_322] +DisplayName=CamAxisAttachedToRotAxis +Descr=g_tCameraAxis.dwEnable +TaskName= +DataType=3 +ValueType=1 +SysID=16 +Active=1 +Notify=1 +RefreshTime=250 +Hysterese=0 + +[CONTROLVALUE_333] +Descr=l_ptDpr.bSampleHolder +DataType=6 +ValueType=0 +SysID=4096 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=200 +DisplayName=SampleHolderPresent[bool] +WriteSyncDef=1 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_334] +Descr=l_ptDpr.bTurnTable +DataType=6 +ValueType=0 +SysID=4096 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=200 +DisplayName=TurnTablePresent[bool] +WriteSyncDef=1 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_335] +Descr=g_tAIM_Mask.settings +SysID=4120 +DisplayName=AIMSettings +DataType=3 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1000 + +[CONTROLVALUE_336] +Descr=l_bCollProt_Activ +SysID=4096 +DisplayName=CPS_Active +DataType=6 +ValueType=0 +Active=1 +Notify=1 +RefreshTime=500 +TaskName=manimove +Hysterese=0 + +[CONTROLVALUE_337] +Descr=g_bCollProtExists +SysID=4120 +DisplayName=CPS_Exists +DataType=6 +ValueType=0 +Active=1 +Notify=1 +RefreshTime=-1 +Hysterese=0 + +[CONTROLVALUE_338] +Descr=g_bPC_CollProt_Enable +SysID=4120 +DisplayName=CPS_Enabled +DataType=6 +ValueType=1 +Active=1 +Notify=1 +; 13.05.08: RefreshTime wegen Mani-HAL gendert von -1 auf 1000 +RefreshTime=1000 +Hysterese=0 + +[CONTROLVALUE_339] +Descr=g_bPC_PLCinitialized +SysID=4120 +DisplayName=PLC_Initialized +DataType=6 +ValueType=0 +Active=0 +Notify=0 +RefreshTime=-1 +Hysterese=0 + +[CONTROLVALUE_340] +Descr=l_ptDpr.atAxisValues[0].tAxisParameter.dwAxisConfig +DataType=3 +ValueType=0 +SysID=4112 +Active=1 +Notify=0 +Hysterese=0 +RefreshTime=1000 +DisplayName=ConfigAxis1 +TaskName=pp_mast + +[CONTROLVALUE_341] +Descr=l_ptDpr.atAxisValues[1].tAxisParameter.dwAxisConfig +DataType=3 +ValueType=0 +SysID=4112 +Active=1 +Notify=0 +Hysterese=0 +RefreshTime=1000 +DisplayName=ConfigAxis2 +TaskName=pp_mast + +[CONTROLVALUE_342] +Descr=l_ptDpr.atAxisValues[2].tAxisParameter.dwAxisConfig +DataType=3 +ValueType=0 +SysID=4112 +Active=1 +Notify=0 +Hysterese=0 +RefreshTime=1000 +DisplayName=ConfigAxis3 +TaskName=pp_mast + +[CONTROLVALUE_343] +Descr=l_ptDpr.atAxisValues[3].tAxisParameter.dwAxisConfig +DataType=3 +ValueType=0 +SysID=4112 +Active=1 +Notify=0 +Hysterese=0 +RefreshTime=1000 +DisplayName=ConfigAxis4 +TaskName=pp_mast + +[CONTROLVALUE_344] +Descr=l_ptDpr.atAxisValues[4].tAxisParameter.dwAxisConfig +DataType=3 +ValueType=0 +SysID=4112 +Active=1 +Notify=0 +Hysterese=0 +RefreshTime=1000 +DisplayName=ConfigAxis5 +TaskName=pp_mast + +[CONTROLVALUE_345] +Descr=l_ptDpr.atAxisValues[5].tAxisParameter.dwAxisConfig +DataType=3 +ValueType=0 +Active=1 +Notify=0 +Hysterese=0 +RefreshTime=1000 +TaskName=pp_mast +SysID=4112 +DisplayName=ConfigAxis6 + +[CONTROLVALUE_346] +Descr=l_ptDpr.atAxisValues[6].tAxisParameter.dwAxisConfig +DataType=3 +ValueType=0 +SysID=4112 +Active=1 +Notify=0 +Hysterese=0 +RefreshTime=1000 +DisplayName=ConfigAxis7 +TaskName=pp_mast + +[CONTROLVALUE_347] +Descr=l_ptDpr.atAxisValues[7].tAxisParameter.dwAxisConfig +DataType=3 +ValueType=0 +SysID=4112 +Active=1 +Notify=0 +Hysterese=0 +RefreshTime=1000 +DisplayName=ConfigAxis8 +TaskName=pp_mast + +[CONTROLVALUE_348] +Descr=l_ptDpr.atAxisValues[8].tAxisParameter.dwAxisConfig +DataType=3 +ValueType=0 +SysID=4112 +Active=1 +Notify=0 +Hysterese=0 +RefreshTime=1000 +DisplayName=ConfigAxis9 +TaskName=pp_mast + +[CONTROLVALUE_349] +Descr=l_ptDpr.atAxisValues[9].tAxisParameter.dwAxisConfig +DataType=3 +ValueType=0 +SysID=4112 +Active=1 +Notify=0 +Hysterese=0 +RefreshTime=1000 +DisplayName=ConfigAxis10 +TaskName=pp_mast + +[CONTROLVALUE_350] +Descr=g_tRelJoy.dwDirSwitch +DisplayName=JoystickXYInverse +DataType=3 +ValueType=1 +SysID=4112 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 + +[CONTROLVALUE_351] +Descr=g_tRelJoy.dwEnable +DisplayName=XYJoyDependOnRotEnable +DataType=3 +ValueType=1 +SysID=16 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 + +[CONTROLVALUE_352] +Descr=g_bServiceMode +DisplayName=ManiServiceMode +DataType=6 +ValueType=1 +SysID=4112 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 + +[CONTROLVALUE_356] +DisplayName=ACT_AxisPresent +Descr=l_ptDpr.bACTHolder +SysID=4096 +DataType=6 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +TaskName=pp_mast + +[CONTROLVALUE_358] +Descr=g_abEndlessRotDisabled +DataType=6 +ValueType=1 +SysID=4096 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1500 +;10 Achsen +DataLen=10 +DisplayName=EndlessRotDisabledArray[bool] + +;//////////////////////////////////////////////////////////////////////////////////////// +;// Ampel-Variablen +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLVALUE_359] +DisplayName=Wlamp1DemandState[0] +Descr=l_tLampCmdInterface[0].cDemandState +DataType=14 +ValueType=1 +SysID=4112 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 +TaskName=sigtower + +[CONTROLVALUE_360] +DisplayName=Wlamp1FlashPeriod[0] +Descr=l_tLampCmdInterface[0].wFlashPeriod +DataType=11 +ValueType=1 +SysID=4112 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 +TaskName=sigtower + +[CONTROLVALUE_361] +DisplayName=Wlamp1Set[0] +Descr=l_tLampCmdInterface[0].bSetLamp +DataType=6 +ValueType=1 +SysID=4112 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 +TaskName=sigtower + +[CONTROLVALUE_362] +DisplayName=Wlamp1DemandState[1] +Descr=l_tLampCmdInterface[1].cDemandState +DataType=14 +ValueType=1 +SysID=4112 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 +TaskName=sigtower + +[CONTROLVALUE_363] +DisplayName=Wlamp1FlashPeriod[1] +Descr=l_tLampCmdInterface[1].wFlashPeriod +DataType=11 +ValueType=1 +SysID=4112 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 +TaskName=sigtower + +[CONTROLVALUE_364] +DisplayName=Wlamp1Set[1] +Descr=l_tLampCmdInterface[1].bSetLamp +DataType=6 +ValueType=1 +SysID=4112 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 +TaskName=sigtower + +[CONTROLVALUE_365] +DisplayName=Wlamp1DemandState[2] +Descr=l_tLampCmdInterface[2].cDemandState +DataType=14 +ValueType=1 +SysID=4112 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 +TaskName=sigtower + +[CONTROLVALUE_366] +DisplayName=Wlamp1FlashPeriod[2] +Descr=l_tLampCmdInterface[2].wFlashPeriod +DataType=11 +ValueType=1 +SysID=4112 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 +TaskName=sigtower + +[CONTROLVALUE_367] +DisplayName=Wlamp1Set[2] +Descr=l_tLampCmdInterface[2].bSetLamp +DataType=6 +ValueType=1 +SysID=4112 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 +TaskName=sigtower + +[CONTROLVALUE_368] +DisplayName=Wlamp1DemandState[3] +Descr=l_tLampCmdInterface[3].cDemandState +DataType=14 +ValueType=1 +SysID=4112 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 +TaskName=sigtower + +[CONTROLVALUE_369] +DisplayName=Wlamp1FlashPeriod[3] +Descr=l_tLampCmdInterface[3].wFlashPeriod +DataType=11 +ValueType=1 +SysID=4112 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 +TaskName=sigtower + +[CONTROLVALUE_370] +DisplayName=Wlamp1Set[3] +Descr=l_tLampCmdInterface[3].bSetLamp +DataType=6 +ValueType=1 +SysID=4112 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 +TaskName=sigtower + +[CONTROLVALUE_371] +DisplayName=Wlamp1DemandState[4] +Descr=l_tLampCmdInterface[4].cDemandState +DataType=14 +ValueType=1 +SysID=4112 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 +TaskName=sigtower + +[CONTROLVALUE_372] +DisplayName=Wlamp1FlashPeriod[4] +Descr=l_tLampCmdInterface[4].wFlashPeriod +DataType=11 +ValueType=1 +SysID=4112 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 +TaskName=sigtower + +[CONTROLVALUE_373] +DisplayName=Wlamp1Set[4] +Descr=l_tLampCmdInterface[4].bSetLamp +DataType=6 +ValueType=1 +SysID=4112 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 +TaskName=sigtower + +;//////////////////////////////////////////////////////////////////////////////////////// +;// Warnlampen-Variablen +;//////////////////////////////////////////////////////////////////////////////////////// +;// Die Variablen fr die einzelnen Warnlampen sind unbrauchbar, +;// immer auf 0 oder nur sehr kurzfristig 1 wenn Fehler +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLVALUE_374] +DisplayName=WarnlampDefect +Descr=Lamp_def +DataType=6 +ValueType=1 +SysID=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1000 + +[CONTROLVALUE_375] +DisplayName=ManiInterlock +Descr=l_ptDpr.bInterlock +DataType=6 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=100 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_376] +Descr=VAC_DM.version +DataType=11 +ValueType=1 +SysID=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1000 +DisplayName=VacuumVersion +ReadSyncDef=0 + +[CONTROLVALUE_377] +Descr=Vac.mess +DataType=4 +ValueType=1 +SysID=1 +Active=1 +Notify=1 +Hysterese=0.2 +RefreshTime=1000 +DisplayName=VacuumNom[V] +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_378] +Descr=HSG.Gridist +DataType=4 +ValueType=1 +SysID=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1000 +DisplayName=GridVoltage[V] +ReadSyncDef=0 + +; nur explizit Lesen fr Autocond. +[CONTROLVALUE_379] +Descr=TUBE_DM.seriennum +DataType=9 +ValueType=1 +SysID=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 +DisplayName=SerialNumber +ReadSyncDef=0 +DataLen=16 + +[CONTROLVALUE_380] +Descr=TUBE_DM.name +DataType=9 +ValueType=1 +SysID=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=1000 +DisplayName=Name +ReadSyncDef=0 +DataLen=16 + +[CONTROLVALUE_381] +Descr=Focus.f +DataType=4 +ValueType=1 +SysID=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1000 +DisplayName=FocusCurAct +ReadSyncDef=0 + +[CONTROLVALUE_382] +Descr=PC_cmd.i32_XrayTimer_set_time +DataType=3 +ValueType=1 +SysID=769 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1000 +DisplayName=XrayTimer_set_time +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_383] +Descr=PLC_stat.i32_XrayTimer_left_time +DataType=3 +ValueType=1 +SysID=769 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1000 +DisplayName=XrayTimer_left_time +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_384] +Descr=PLC_stat.u32_cond_character +DataType=0 +ValueType=1 +SysID=769 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=100 +DisplayName=AutoCondenserStatus +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_385] +Descr=PLC_stat.u32_filamentcorradjust +DataType=0 +ValueType=1 +SysID=769 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=100 +DisplayName=FilamentCorrectionTestStatus +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_386] +Descr=r32_calcFilCorr +DataType=4 +ValueType=1 +SysID=769 +Active=1 +Hysterese=0 +RefreshTime=0 +DisplayName=FilamentCorrectionTestResult +WriteSyncDef=0 +ReadSyncDef=0 +TaskName=filcorradj + +[CONTROLVALUE_387] +Descr=PLC_stat.u32_Leckstromtest +DataType=0 +ValueType=1 +SysID=769 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=100 +DisplayName=LeakageCurrentTestStatus +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_388] +Descr=r32_mAist_Mittel +DataType=4 +ValueType=1 +SysID=769 +Active=1 +Hysterese=0 +RefreshTime=0 +DisplayName=LeakageCurrentTestResultMean +WriteSyncDef=0 +ReadSyncDef=0 +TaskName=Leckstrom + +[CONTROLVALUE_389] +Descr=r32_kV_limit_no_leak +DataType=4 +ValueType=1 +SysID=769 +Active=1 +Hysterese=0 +RefreshTime=0 +DisplayName=LeakageCurrentTestResultLimitNoLeak +WriteSyncDef=0 +ReadSyncDef=0 +TaskName=Leckstrom + +[CONTROLVALUE_390] +Descr=bo_leak_is_linear +DataType=6 +ValueType=1 +SysID=769 +Active=1 +Hysterese=0 +RefreshTime=0 +DisplayName=LeakageCurrentTestResultLeakIsLinear +WriteSyncDef=0 +ReadSyncDef=0 +TaskName=Leckstrom + +;//////////////////////////////////////////////////////////////////////////////////////// +;// NEUE VARIABLEN-PARAMETRISIERUNGEN HIER EINTRAGEN +;//////////////////////////////////////////////////////////////////////////////////////// +; Variable zur Zuordnung der Variablen zu verschiedenen FXE-Typen und Systemen. +; Nicht bentigte bzw. nicht auf der RPS vorhandene Variablen werden nicht ber PVI connected +; Die Identifikation ist in dem String bitcodiert +;//////////////////////////////////////////////////////////////////////////////////////// +[SYSTEMID_0] +DisplayName=SysIDVariable1 +Descr=Sys.SysConfig +SysID=769 +DataType=3 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=250 +ReadSyncDef=0 + +[SYSTEMID_1] +DisplayName=SysIDVariable2 +Descr=sys_dm.SysConfig +SysID=1 +DataType=3 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=250 +ReadSyncDef=0 + +;//////////////////////////////////////////////////////////////////////////////////////// +;// erweiterte Kommandos +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLCOMMAND_96] +Descr=PC_cmd.focusCharacteristic.write_default +SysID=1 +DisplayName=WriteDefFocusTable +WriteSyncDef=0 + +[CONTROLCOMMAND_97] +Descr=PC_cmd.condensorCharacteristic.write_default +SysID=2 +DisplayName=WriteDefCentTable +WriteSyncDef=0 + +[CONTROLCOMMAND_98] +Descr=write_def_shut +SysID=32 +DisplayName=WriteDefShutterTable +WriteSyncDef=0 + +[CONTROLCOMMAND_99] +Descr=PC_cmd.reset_workinghour_system +SysID=1 +DisplayName=DelSystemCounter + +[CONTROLCOMMAND_100] +Descr=PC_cmd.reset_workinghour_tube +SysID=1 +DisplayName=DelTubeCounter + +[CONTROLCOMMAND_101] +Descr=PC_cmd.reset_workinghour_filament +SysID=1 +DisplayName=DelFilamentCounter + +; mode-Datenmodul lesen, analog wie bei Kennlinien +[CONTROLCOMMAND_102] +Descr=PC_cmd.MODE_DM.read +SysID=1 +DisplayName=ReadModeModule +WriteSyncDef=0 + +; target-Datenmodul lesen, analog wie bei Kennlinien +[CONTROLCOMMAND_103] +Descr=PC_cmd.TARGET_DM.read +SysID=1 +DisplayName=ReadTargetModule +WriteSyncDef=0 + +; mode-Datenmodul lesen, analog wie bei Kennlinien +[CONTROLCOMMAND_104] +Descr=PC_cmd.MODE_DM.create_new +SysID=1 +DisplayName=NewModeModule +WriteSyncDef=0 + +; target-Datenmodul lesen, analog wie bei Kennlinien +[CONTROLCOMMAND_105] +Descr=PC_cmd.TARGET_DM.create_new +SysID=1 +DisplayName=NewTargetModule +WriteSyncDef=0 + +[CONTROLCOMMAND_106] +Descr=PC_cmd.new_filament +SysID=1 +DisplayName=NewFilament + +[CONTROLCOMMAND_107] +Descr=PC_cmd.focusCharacteristic.read_default +SysID=1 +DisplayName=LoadDefFocusTable +WriteSyncDef=0 + +[CONTROLCOMMAND_108] +Descr=PC_cmd.condensorCharacteristic.read_default +SysID=2 +DisplayName=LoadDefConsTable +WriteSyncDef=0 + +[CONTROLCOMMAND_109] +Descr=read_def_shut +SysID=32 +DisplayName=LoadDefShutterTable +WriteSyncDef=0 + +[CONTROLCOMMAND_111] +Descr=PC_cmd.TubeCharacteristic.read +SysID=512 +DisplayName=DelTubeCounter + +[CONTROLCOMMAND_112] +Descr=PC_cmd.TubeCharacteristic.write +SysID=512 +DisplayName=DelTubeCounter + +[CONTROLCOMMAND_113] +Descr=PC_cmd.TubeCharacteristic.store_point +SysID=512 +DisplayName=DelTubeCounter + +[CONTROLCOMMAND_114] +Descr=PC_cmd.TubeCharacteristic.delete_point +SysID=512 +DisplayName=DelTubeCounter + +[CONTROLCOMMAND_115] +Descr=PC_cmd.TubeCharacteristic.delete_all_points +SysID=512 +DisplayName=DelTubeCounter + +[CONTROLCOMMAND_116] +Descr=PC_cmd.TubeCharacteristic.read_default +SysID=512 +DisplayName=DelTubeCounter + +[CONTROLCOMMAND_117] +Descr=PC_cmd.TubeCharacteristic.write_default +SysID=512 +DisplayName=DelTubeCounter + +[CONTROLCOMMAND_118] +Descr=PC_cmd.TUBEHEAD_DM.read +SysID=1 +DisplayName=ReadTubheadModule + +[CONTROLCOMMAND_119] +Descr=l_ptDpr.tManiCommands.bStartZentPosAll +SysID=4120 +DisplayName=CenterAllAxes +WriteSyncDef=0 +TaskName=pp_mast + +[CONTROLCOMMAND_120] +Descr=l_ptDpr.tManiCommands.bStartLoadPosAll +SysID=4120 +DisplayName=LoadPosAllAxes +WriteSyncDef=0 +TaskName=pp_mast + +[CONTROLCOMMAND_121] +Descr=cmd_opencom +SysID=0 +DisplayName=OpenFFCom +WriteSyncDef=1 + +[CONTROLCOMMAND_122] +Descr=cmd_closecom +SysID=0 +DisplayName=CloseFFCom +WriteSyncDef=1 + +[CONTROLCOMMAND_124] +DisplayName=PC_cmd.xraytimerON +Descr=PC_cmd.xraytimerON +SysID=1 +WriteSyncDef=0 + +[CONTROLCOMMAND_125] +DisplayName=PC_cmd.xraytimerOFF +Descr=PC_cmd.xraytimerOFF +SysID=1 +WriteSyncDef=0 + +[CONTROLCOMMAND_126] +DisplayName=PC_cmd.xraytimerReset +Descr=PC_cmd.xraytimerReset +SysID=1 +WriteSyncDef=0 + +[CONTROLCOMMAND_127] +Descr=PC_cmd.condensor_character_kV +SysID=257 +DisplayName=DoAutocondenserKV +WriteSyncDef=0 + +[CONTROLCOMMAND_128] +Descr=PC_cmd.condensor_character_singlemod +SysID=257 +DisplayName=DoAutocondenserMod +WriteSyncDef=0 + +[CONTROLCOMMAND_129] +Descr=PC_cmd.condensor_character_multimod +SysID=257 +DisplayName=DoAutocondenserAll +WriteSyncDef=0 + +[CONTROLCOMMAND_130] +Descr=PC_cmd.filamentcorradjust +SysID=257 +DisplayName=DoFilamentCorrectionTest +WriteSyncDef=0 + +[CONTROLCOMMAND_131] +Descr=PC_cmd.leckstromtest +SysID=257 +DisplayName=DoLeakageCurrentTest +WriteSyncDef=0 + +;//////////////////////////////////////////////////////////////////////////////////////// +;// Debug-Variablen +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLVALUE_10000] +Descr=Filament_Q20 +DataType=4 +ValueType=1 +SysID=1 +Active=0 +Notify=0 +Hysterese=0.5 +RefreshTime=250 +DisplayName=FilamentQ20 + +[CONTROLVALUE_10001] +Descr=Filament_Q50 +DataType=4 +ValueType=1 +SysID=1 +Active=0 +Notify=0 +Hysterese=0.5 +RefreshTime=250 +DisplayName=FilamentQ50 + +[CONTROLVALUE_10002] +Descr=Filament_Q100 +DataType=4 +ValueType=1 +SysID=1 +Active=0 +Notify=0 +Hysterese=0.5 +RefreshTime=250 +DisplayName=FilamentQ100 + +[CONTROLVALUE_10003] +Descr=Filament_Q250 +DataType=4 +ValueType=1 +SysID=1 +Active=0 +Notify=0 +Hysterese=0.5 +RefreshTime=250 +DisplayName=FilamentQ250 + +[CONTROLVALUE_10004] +Descr=Filament_Q500 +DataType=4 +ValueType=1 +SysID=1 +Active=0 +Notify=0 +Hysterese=0.5 +RefreshTime=250 +DisplayName=FilamentQ500 + +[CONTROLVALUE_10005] +Descr=Filament_Q1000 +DataType=4 +ValueType=1 +SysID=1 +Active=0 +Notify=0 +Hysterese=0.5 +RefreshTime=250 +DisplayName=FilamentQ1000 + +[CONTROLVALUE_10006] +Descr=Target_Ws_025 +DataType=4 +ValueType=1 +SysID=1 +Active=0 +Notify=0 +Hysterese=0.25 +RefreshTime=1000 +DisplayName=TargetJ025 + +[CONTROLVALUE_10007] +Descr=Target_Ws_05 +DataType=4 +ValueType=1 +SysID=1 +Active=0 +Notify=0 +Hysterese=0.5 +RefreshTime=1000 +DisplayName=TargetJ05 + +[CONTROLVALUE_10008] +Descr=Target_Ws_1 +DataType=4 +ValueType=1 +SysID=1 +Active=0 +Notify=0 +Hysterese=0.5 +RefreshTime=1000 +DisplayName=TargetJ1 + +[CONTROLVALUE_10009] +Descr=Target_Ws_2 +DataType=4 +ValueType=1 +SysID=1 +Active=0 +Notify=0 +Hysterese=0.5 +RefreshTime=1000 +DisplayName=TargetJ2 + +[CONTROLVALUE_10010] +Descr=Target_Ws_4 +DataType=4 +ValueType=1 +SysID=1 +Active=0 +Notify=0 +Hysterese=0.5 +RefreshTime=1000 +DisplayName=TargetJ4 + +[CONTROLVALUE_10011] +Descr=Target_Ws_6 +DataType=4 +ValueType=1 +SysID=1 +Active=0 +Notify=0 +Hysterese=0.5 +RefreshTime=1000 +DisplayName=TargetJ6 + +[CONTROLVALUE_10012] +Descr=Target_Ws_10 +DataType=4 +ValueType=1 +SysID=1 +Active=0 +Notify=0 +Hysterese=0.5 +RefreshTime=1000 +DisplayName=TargetJ10 + +[CONTROLVALUE_10013] +Descr=Sys_error +DataType=11 +ValueType=0 +SysID=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1500 +DataLen=21 +DisplayName=SystemErrorArray + +[CONTROLVALUE_10014] +Descr=HSG_error +DataType=11 +ValueType=0 +SysID=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1500 +DataLen=21 +DisplayName=HSGErrorArray + +[CONTROLVALUE_10015] +Descr=Tube_error +DataType=11 +ValueType=0 +SysID=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1500 +DataLen=21 +DisplayName=TubeErrorArray + +[CONTROLVALUE_10016] +Descr=Vac_error +DataType=11 +ValueType=0 +SysID=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1500 +DataLen=21 +DisplayName=VacuumErrorArray + +[CONTROLVALUE_10017] +Descr=Sys_err_count +DataType=11 +ValueType=0 +SysID=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=4000 +DisplayName=SysErrorArrayIdx + +[CONTROLVALUE_10018] +Descr=HSG_err_count +DataType=11 +ValueType=0 +SysID=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=4000 +DisplayName=HSGErrorArrayIdx + +[CONTROLVALUE_10019] +Descr=Tube_err_count +DataType=11 +ValueType=0 +SysID=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=4000 +DisplayName=TubeErrorArrayIdx + +[CONTROLVALUE_10020] +Descr=Vac_err_count +DataType=11 +ValueType=0 +SysID=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=4000 +DisplayName=VacuumErrorArrayIdx + +[CONTROLVALUE_10021] +DisplayName=LoadPositionEnable1 +; fr Cougar15: +Descr=l_ptDpr.atAxisValues[0].tAxisParameter.dwLoadPos_Enab +SysID=4120 +DataType=1 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 +TaskName=pp_mast + +[CONTROLVALUE_10022] +DisplayName=LoadPositionEnable2 +; fr Cougar15: +Descr=l_ptDpr.atAxisValues[1].tAxisParameter.dwLoadPos_Enab +SysID=4120 +DataType=1 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 +TaskName=pp_mast + +[CONTROLVALUE_10023] +DisplayName=LoadPositionEnable3 +; fr Cougar15: +Descr=l_ptDpr.atAxisValues[2].tAxisParameter.dwLoadPos_Enab +SysID=4120 +DataType=1 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 +TaskName=pp_mast + +[CONTROLVALUE_10024] +DisplayName=LoadPositionEnable4 +; fr Cougar15: +Descr=l_ptDpr.atAxisValues[3].tAxisParameter.dwLoadPos_Enab +SysID=4120 +DataType=1 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 +TaskName=pp_mast + +[CONTROLVALUE_10025] +DisplayName=LoadPositionEnable5 +; fr Cougar15: +Descr=l_ptDpr.atAxisValues[4].tAxisParameter.dwLoadPos_Enab +SysID=4120 +DataType=1 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 +TaskName=pp_mast + +[CONTROLVALUE_10026] +DisplayName=LoadPositionEnable6 +; fr Cougar15: +Descr=l_ptDpr.atAxisValues[5].tAxisParameter.dwLoadPos_Enab +SysID=4120 +DataType=1 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 +TaskName=pp_mast + +;//////////////////////////////////////////////////////////////////////////////////////// +;// ACHSEN 7-10 VORERST NUR FUER COUGAR15! +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLVALUE_10027] +DisplayName=LoadPositionEnable7 +; fr Cougar15: +Descr=l_ptDpr.atAxisValues[6].tAxisParameter.dwLoadPos_Enab +SysID=24 +DataType=1 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 +TaskName=pp_mast + +[CONTROLVALUE_10028] +DisplayName=LoadPositionEnable8 +; fr Cougar15: +Descr=l_ptDpr.atAxisValues[7].tAxisParameter.dwLoadPos_Enab +SysID=24 +DataType=1 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 +TaskName=pp_mast + +[CONTROLVALUE_10029] +DisplayName=LoadPositionEnable9 +; fr Cougar15: +Descr=l_ptDpr.atAxisValues[8].tAxisParameter.dwLoadPos_Enab +SysID=24 +DataType=1 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 +TaskName=pp_mast + +[CONTROLVALUE_10030] +DisplayName=LoadPositionEnable10 +; fr Cougar15: +Descr=l_ptDpr.atAxisValues[9].tAxisParameter.dwLoadPos_Enab +SysID=24 +DataType=1 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 +TaskName=pp_mast + +;//////////////////////////////////////////////////////////////////////////////////////// +;// BELADEPOSITIONEN 1-6 VORERST NUR FUER TIGER! +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLVALUE_10031] +DisplayName=LoadPosition1 +Descr=l_ptDpr.atAxisValues[0].tAxisParameter.fLoadPos +SysID=4112 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 +TaskName=pp_mast + +[CONTROLVALUE_10032] +DisplayName=LoadPosition2 +Descr=l_ptDpr.atAxisValues[1].tAxisParameter.fLoadPos +SysID=4112 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 +TaskName=pp_mast + +[CONTROLVALUE_10033] +DisplayName=LoadPosition3 +Descr=l_ptDpr.atAxisValues[2].tAxisParameter.fLoadPos +SysID=4112 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 +TaskName=pp_mast + +[CONTROLVALUE_10034] +DisplayName=LoadPosition4 +Descr=l_ptDpr.atAxisValues[3].tAxisParameter.fLoadPos +SysID=4112 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 +TaskName=pp_mast + +[CONTROLVALUE_10035] +DisplayName=LoadPosition5 +Descr=l_ptDpr.atAxisValues[4].tAxisParameter.fLoadPos +SysID=4112 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 +TaskName=pp_mast + +[CONTROLVALUE_10036] +DisplayName=LoadPosition6 +Descr=l_ptDpr.atAxisValues[5].tAxisParameter.fLoadPos +SysID=4112 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 +TaskName=pp_mast + +[CONTROLVALUE_10037] +DisplayName=LoadPosition7 +Descr=l_ptDpr.atAxisValues[6].tAxisParameter.fLoadPos +SysID=4112 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 +TaskName=pp_mast + +[CONTROLVALUE_10038] +DisplayName=LoadPosition8 +Descr=l_ptDpr.atAxisValues[7].tAxisParameter.fLoadPos +SysID=4112 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 +TaskName=pp_mast + +[CONTROLVALUE_10039] +DisplayName=LoadPosition9 +Descr=l_ptDpr.atAxisValues[8].tAxisParameter.fLoadPos +SysID=4112 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 +TaskName=pp_mast + +[CONTROLVALUE_10040] +DisplayName=LoadPosition10 +Descr=l_ptDpr.atAxisValues[9].tAxisParameter.fLoadPos +SysID=4112 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 +TaskName=pp_mast + +;//////////////////////////////////////////////////////////////////////////////////////// +;// AxesWatch-Variablen +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLVALUE_10041] +DisplayName=AxisEncValue[0] +Descr=DC_nEncoder[0] +SysID=4120 +DataType=10 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10042] +DisplayName=AxisEncMastSlaveOffset[0] +Descr=l_anMasterSlaveEncoderOffset[0] +SysID=4120 +DataType=10 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10043] +DisplayName=MasterSlaveDiff[0] +Descr=l_afMasterSlaveDiff[0] +SysID=4120 +DataType=4 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10044] +DisplayName=MasterSlaveDiffMax[0] +Descr=l_afMasterSlaveDiffMax[0] +SysID=4120 +DataType=4 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10045] +DisplayName=MastSlavRefMaxDiff[0] +Descr=g_tAxesWatch.afMastSlavRefMaxDiff[0] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10046] +DisplayName=MastSlavNormMaxDiff[0] +Descr=g_tAxesWatch.afMastSlavNormMaxDiff[0] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10047] +DisplayName=ScalingFactor[0] +Descr=g_tAxesWatch.afScalingFactor[0] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10048] +DisplayName=AxisEncValue[1] +Descr=DC_nEncoder[1] +SysID=4120 +DataType=10 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10049] +DisplayName=AxisEncMastSlaveOffset[1] +Descr=l_anMasterSlaveEncoderOffset[1] +SysID=4120 +DataType=10 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10050] +DisplayName=MasterSlaveDiff[1] +Descr=l_afMasterSlaveDiff[1] +SysID=4120 +DataType=4 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10051] +DisplayName=MasterSlaveDiffMax[1] +Descr=l_afMasterSlaveDiffMax[1] +SysID=4120 +DataType=4 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10052] +DisplayName=MastSlavRefMaxDiff[1] +Descr=g_tAxesWatch.afMastSlavRefMaxDiff[1] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10053] +DisplayName=MastSlavNormMaxDiff[1] +Descr=g_tAxesWatch.afMastSlavNormMaxDiff[1] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10054] +DisplayName=ScalingFactor[1] +Descr=g_tAxesWatch.afScalingFactor[1] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10055] +DisplayName=AxisEncValue[2] +Descr=DC_nEncoder[2] +SysID=4120 +DataType=10 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10056] +DisplayName=AxisEncMastSlaveOffset[2] +Descr=l_anMasterSlaveEncoderOffset[2] +SysID=4120 +DataType=10 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10057] +DisplayName=MasterSlaveDiff[2] +Descr=l_afMasterSlaveDiff[2] +SysID=4120 +DataType=4 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10058] +DisplayName=MasterSlaveDiffMax[2] +Descr=l_afMasterSlaveDiffMax[2] +SysID=4120 +DataType=4 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10059] +DisplayName=MastSlavRefMaxDiff[2] +Descr=g_tAxesWatch.afMastSlavRefMaxDiff[2] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10060] +DisplayName=MastSlavNormMaxDiff[2] +Descr=g_tAxesWatch.afMastSlavNormMaxDiff[2] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10061] +DisplayName=ScalingFactor[2] +Descr=g_tAxesWatch.afScalingFactor[2] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10062] +DisplayName=AxisEncValue[3] +Descr=DC_nEncoder[3] +SysID=4120 +DataType=10 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10063] +DisplayName=AxisEncMastSlaveOffset[3] +Descr=l_anMasterSlaveEncoderOffset[3] +SysID=4120 +DataType=10 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10064] +DisplayName=MasterSlaveDiff[3] +Descr=l_afMasterSlaveDiff[3] +SysID=4120 +DataType=4 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10065] +DisplayName=MasterSlaveDiffMax[3] +Descr=l_afMasterSlaveDiffMax[3] +SysID=4120 +DataType=4 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10066] +DisplayName=MastSlavRefMaxDiff[3] +Descr=g_tAxesWatch.afMastSlavRefMaxDiff[3] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10067] +DisplayName=MastSlavNormMaxDiff[3] +Descr=g_tAxesWatch.afMastSlavNormMaxDiff[3] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10068] +DisplayName=ScalingFactor[3] +Descr=g_tAxesWatch.afScalingFactor[3] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10069] +DisplayName=AxisEncValue[4] +Descr=DC_nEncoder[4] +SysID=4120 +DataType=10 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10070] +DisplayName=AxisEncMastSlaveOffset[4] +Descr=l_anMasterSlaveEncoderOffset[4] +SysID=4120 +DataType=10 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10071] +DisplayName=MasterSlaveDiff[4] +Descr=l_afMasterSlaveDiff[4] +SysID=4120 +DataType=4 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10072] +DisplayName=MasterSlaveDiffMax[4] +Descr=l_afMasterSlaveDiffMax[4] +SysID=4120 +DataType=4 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10073] +DisplayName=MastSlavRefMaxDiff[4] +Descr=g_tAxesWatch.afMastSlavRefMaxDiff[4] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10074] +DisplayName=MastSlavNormMaxDiff[4] +Descr=g_tAxesWatch.afMastSlavNormMaxDiff[4] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10075] +DisplayName=ScalingFactor[4] +Descr=g_tAxesWatch.afScalingFactor[4] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10076] +DisplayName=AxisEncValue[5] +Descr=DC_nEncoder[5] +SysID=4120 +DataType=10 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10077] +DisplayName=AxisEncMastSlaveOffset[5] +Descr=l_anMasterSlaveEncoderOffset[5] +SysID=4120 +DataType=10 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10078] +DisplayName=MasterSlaveDiff[5] +Descr=l_afMasterSlaveDiff[5] +SysID=4120 +DataType=4 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10079] +DisplayName=MasterSlaveDiffMax[5] +Descr=l_afMasterSlaveDiffMax[5] +SysID=4120 +DataType=4 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10080] +DisplayName=MastSlavRefMaxDiff[5] +Descr=g_tAxesWatch.afMastSlavRefMaxDiff[5] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10081] +DisplayName=MastSlavNormMaxDiff[5] +Descr=g_tAxesWatch.afMastSlavNormMaxDiff[5] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10082] +DisplayName=ScalingFactor[5] +Descr=g_tAxesWatch.afScalingFactor[5] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10083] +DisplayName=AxisEncValue[6] +Descr=DC_nEncoder[6] +SysID=4120 +DataType=10 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10084] +DisplayName=AxisEncMastSlaveOffset[6] +Descr=l_anMasterSlaveEncoderOffset[6] +SysID=4120 +DataType=10 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10085] +DisplayName=MasterSlaveDiff[6] +Descr=l_afMasterSlaveDiff[6] +SysID=4120 +DataType=4 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10086] +DisplayName=MasterSlaveDiffMax[6] +Descr=l_afMasterSlaveDiffMax[6] +SysID=4120 +DataType=4 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10087] +DisplayName=MastSlavRefMaxDiff[6] +Descr=g_tAxesWatch.afMastSlavRefMaxDiff[6] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10088] +DisplayName=MastSlavNormMaxDiff[6] +Descr=g_tAxesWatch.afMastSlavNormMaxDiff[6] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10089] +DisplayName=ScalingFactor[6] +Descr=g_tAxesWatch.afScalingFactor[6] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10090] +DisplayName=AxisEncValue[7] +Descr=DC_nEncoder[7] +SysID=4120 +DataType=10 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10091] +DisplayName=AxisEncMastSlaveOffset[7] +Descr=l_anMasterSlaveEncoderOffset[7] +SysID=4120 +DataType=10 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10092] +DisplayName=MasterSlaveDiff[7] +Descr=l_afMasterSlaveDiff[7] +SysID=4120 +DataType=4 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10093] +DisplayName=MasterSlaveDiffMax[7] +Descr=l_afMasterSlaveDiffMax[7] +SysID=4120 +DataType=4 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10094] +DisplayName=MastSlavRefMaxDiff[7] +Descr=g_tAxesWatch.afMastSlavRefMaxDiff[7] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10095] +DisplayName=MastSlavNormMaxDiff[7] +Descr=g_tAxesWatch.afMastSlavNormMaxDiff[7] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10096] +DisplayName=ScalingFactor[7] +Descr=g_tAxesWatch.afScalingFactor[7] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10097] +DisplayName=AxisEncValue[8] +Descr=DC_nEncoder[8] +SysID=4120 +DataType=10 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10098] +DisplayName=AxisEncMastSlaveOffset[8] +Descr=l_anMasterSlaveEncoderOffset[8] +SysID=4120 +DataType=10 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10099] +DisplayName=MasterSlaveDiff[8] +Descr=l_afMasterSlaveDiff[8] +SysID=4120 +DataType=4 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10100] +DisplayName=MasterSlaveDiffMax[8] +Descr=l_afMasterSlaveDiffMax[8] +SysID=4120 +DataType=4 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10101] +DisplayName=MastSlavRefMaxDiff[8] +Descr=g_tAxesWatch.afMastSlavRefMaxDiff[8] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10102] +DisplayName=MastSlavNormMaxDiff[8] +Descr=g_tAxesWatch.afMastSlavNormMaxDiff[8] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10103] +DisplayName=ScalingFactor[8] +Descr=g_tAxesWatch.afScalingFactor[8] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10104] +DisplayName=AxisEncValue[9] +Descr=DC_nEncoder[9] +SysID=4120 +DataType=10 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10105] +DisplayName=AxisEncMastSlaveOffset[9] +Descr=l_anMasterSlaveEncoderOffset[9] +SysID=4120 +DataType=10 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10106] +DisplayName=MasterSlaveDiff[9] +Descr=l_afMasterSlaveDiff[9] +SysID=4120 +DataType=4 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10107] +DisplayName=MasterSlaveDiffMax[9] +Descr=l_afMasterSlaveDiffMax[9] +SysID=4120 +DataType=4 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=500 +TaskName=axeswtch + +[CONTROLVALUE_10108] +DisplayName=MastSlavRefMaxDiff[9] +Descr=g_tAxesWatch.afMastSlavRefMaxDiff[9] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10109] +DisplayName=MastSlavNormMaxDiff[9] +Descr=g_tAxesWatch.afMastSlavNormMaxDiff[9] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +[CONTROLVALUE_10110] +DisplayName=ScalingFactor[9] +Descr=g_tAxesWatch.afScalingFactor[9] +SysID=4120 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=-1 + +;//////////////////////////////////////////////////////////////////////////////////////// +;// Debug-Commands +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLCOMMAND_10000] +Descr=del_Filament_Q +SysID=1 +DisplayName=DelFilamentQ + +[CONTROLCOMMAND_10001] +Descr=del_Target_Ws +SysID=1 +DisplayName=DelTargetJ + +[CONTROLCOMMAND_10002] +Descr=Sys_errorquit +SysID=1 +DisplayName=ResetSysErrArray + +[CONTROLCOMMAND_10003] +Descr=HSG_errorquit +SysID=1 +DisplayName=ResetHSGErrArray + +[CONTROLCOMMAND_10004] +Descr=Tube_errorquit +SysID=1 +DisplayName=ResetTubeErrArray + +[CONTROLCOMMAND_10005] +Descr=Vac_errorquit +SysID=1 +DisplayName=ResetVacErrArray + +;//////////////////////////////////////////////////////////////////////////////////////// +;// erweiterte Test-Variablen +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLVALUE_15000] +DisplayName=TMTApertureCurrentArray +Descr=BlendeAbtast +DataType=4 +ValueType=1 +SysID=1 +Active=0 +Notify=0 +Hysterese=0.1 +RefreshTime=1200 +DataLen=300 + +[CONTROLVALUE_15001] +DisplayName=TMTTargetCurrentArray +Descr=TargetAbtast +DataType=4 +ValueType=1 +SysID=1 +Active=0 +Notify=0 +Hysterese=0.1 +RefreshTime=1200 +DataLen=300 + +[CONTROLVALUE_15002] +DisplayName=TMTIntegrationCount +Descr=burn_Anzahl +SysID=1 +DataType=10 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=250 + +[CONTROLVALUE_15003] +DisplayName=TMTFocusVariation +Descr=burn_Ifocus +SysID=1 +DataType=4 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0.1 +RefreshTime=250 + +[CONTROLVALUE_15004] +DisplayName=TMTFocusIntervall +Descr=burn_Ifocus_step +SysID=1 +DataType=4 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0.1 +RefreshTime=250 + +[CONTROLVALUE_15005] +DisplayName=TMTUsedFocusPoints +Descr=abtast_ende +SysID=1 +DataType=10 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=250 + +[CONTROLVALUE_15006] +DisplayName=TMTActFocusPoint +Descr=abtast_index +SysID=1 +DataType=10 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=250 + +[CONTROLVALUE_15007] +DisplayName=TMTAccVoltage +Descr=burn_kV +SysID=1 +DataType=4 +ValueType=1 +Active=0 +Notify=0 +Hysterese=1.0 +RefreshTime=250 + +[CONTROLVALUE_15008] +DisplayName=TMTTubeCurrent +Descr=burn_mA +SysID=1 +DataType=4 +ValueType=1 +Active=0 +Notify=0 +Hysterese=1.0 +RefreshTime=250 + +[CONTROLVALUE_15009] +DisplayName=TMTResFocusOptMax +Descr=Focus_opt_max +SysID=1 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0.1 +RefreshTime=250 + +[CONTROLVALUE_15010] +DisplayName=TMTResFocusOptMin +Descr=Focus_opt_min +SysID=1 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0.1 +RefreshTime=250 + +[CONTROLVALUE_15011] +DisplayName=TMTResTargetAvgMax +Descr=TargetAverage_max +SysID=1 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0.1 +RefreshTime=250 + +[CONTROLVALUE_15012] +DisplayName=TMTResTargetAvgMin +Descr=TargetAverage_min +SysID=1 +DataType=4 +ValueType=0 +Active=0 +Notify=0 +Hysterese=0.1 +RefreshTime=250 + +[CONTROLVALUE_15013] +DisplayName=TMTResult +Descr=TargetEinbrand +SysID=1 +DataType=6 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 + +[CONTROLVALUE_15014] +DisplayName=BeamScanPointsPerLine +Descr=beamscan_anzahl +;//Variable wurde nach local verschoben +SysID=0 +DataType=11 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=250 + +[CONTROLVALUE_15015] +DisplayName=BeamScanLineReady +Descr=beamscan_ready +;//Variable wurde nach local verschoben +SysID=0 +DataType=6 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=100 + +[CONTROLVALUE_15016] +DisplayName=BeamScanCurrentIntervall +Descr=beamscan_step +;//Variable wurde nach local verschoben +SysID=0 +DataType=11 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=250 + +[CONTROLVALUE_15017] +DisplayName=BeamScanLineArray +Descr=beamscan_target +DataType=4 +ValueType=1 +;//Variable wurde nach local verschoben +SysID=0 +Active=0 +Notify=0 +Hysterese=0.1 +RefreshTime=1000 +DataLen=501 + +[CONTROLVALUE_15018] +DisplayName=BeamScanXIndex +Descr=beamscan_x +;//Variable wurde nach local verschoben +SysID=0 +DataType=11 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=250 + +[CONTROLVALUE_15019] +DisplayName=BeamScanYIndex +Descr=beamscan_y +;//Variable wurde nach local verschoben +SysID=0 +DataType=11 +ValueType=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=250 + +[CONTROLVALUE_15020] +Descr=Tube.wobstep +DataType=4 +ValueType=1 +SysID=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=1000 +DisplayName=WobbelStep + +[CONTROLVALUE_15021] +Descr=I_tube_korr +DataType=4 +ValueType=1 +SysID=0 +Active=0 +Notify=0 +Hysterese=0.5 +RefreshTime=1000 +DisplayName=TubeCorrCurArray[A] +DataLen=11 + +[CONTROLVALUE_15022] +Descr=Tube.hub +DataType=4 +ValueType=1 +SysID=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=1000 +DisplayName=WobbelAmplitude + +;//////////////////////////////////////////////////////////////////////////////////////// +;// Commandos fuer erweiterte Testfunktionen +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLCOMMAND_15000] +Descr=PC_cmd.burn +DisplayName=StartTargetMaterialTest +SysID=1 + +[CONTROLCOMMAND_15001] +Descr=PC_cmd.beamscan +DisplayName=StartBeamScan +SysID=1 + +;//////////////////////////////////////////////////////////////////////////////////////// +;// Stati fuer erweiterte Testfunktionen +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLSTATUS_15000] +DisplayName=TMTRunning +Descr=PLC_stat.bo_burn_is_running +SysID=1 +Active=1 +Notify=1 +RefreshTime=250 + +[CONTROLSTATUS_15001] +DisplayName=BeamScanRunning +Descr=PLC_stat.bo_beamscan_is_running +SysID=1 +Active=1 +Notify=1 +RefreshTime=250 + +[CPUTYPES] +I386="CP340 CP360 CP380 CP570 CP1483 CP1484 CP1583" +68000="IF260 CP260 CP430 CP476" + +;//////////////////////////////////////////////////////////////////////////////////////// +;// DATENMODULE +;//////////////////////////////////////////////////////////////////////////////////////// +; 26.06.2003: ModuleNameIdxMethod +; 0: alter Mechanismus (ModuleCount aus ini-Datei, 1-dim. Index) +; 1: [init-DM-Eintrag] (statisch, 1 Modul pro Init, z. B. hsg, tube) +; 2: [init-DM-Eintrag / Init-Anz.] (statisch, mehrere Module pro Init, z. B. amp, cent) +; 3: [Anz. init-DMs bzw. tubeheads (sollte gleich sein)] (statisch) +; 4: [Tubeheads] (1-dim., dyn.) +; 5: [Targets] (2-dim., dyn.) +; 6: [Modes] (3-dim., dyn.) +; Wenn ModuleNameIdxMethod=1 (z.B. cent, amp) dann wird der ModuleCount aus dem Eintrag im letzten init-dm ermittelt, +; es mssen dann diese Anz. Module angezeigt werden. +; Wenn ModuleNameIdxMethod=0 wird ModuleCount=0/1 gesetzt, es wird nur ein Modul angezeigt (und es gibt dann auch nur EINE +; Strukturvariable!) +; bei dyn. Modulen (mode, target) ergibt sich die anzuzeigende Anz. Module aus dem Wert der entspr. Variablen +; (z.B. cons_max, target_max) +;//////////////////////////////////////////////////////////////////////////////////////// +; INIT-Datenmodule: +; Diese liefern die Informationen darber, wieviele der anderen DMs insgesamt auf der RPS +; vorhanden und welche gerade aktiv sind. Momentan soll es fr jeden Rhrenkopf ein init-Datenmodul +; geben. ber einen dig. Eingang wird der jeweilige Rhrenkopf von der RPS erkannt --> Zu- +; weisung der Rhrenkopf-Nummer. Entspr. dieser Nummber wird ein init-DM angesprochen, in +; welchem hinterlegt ist, welche DMs aktiviert werden sollen. +; Definition/Konvention: IM LETZTEN init-DM steht die ANZAHL der fr jeden Typ auf der RPS +; vorhandenen DMs! +; init-DMs mssen nicht ber eine PC-Applikation angezeigt/konfiguriert werden! +;//////////////////////////////////////////////////////////////////////////////////////// +[INITDM] +DisplayName=InitDM +SysID=1 + +[TUBEHEADDM] +DisplayName=TubeheadDM +SysID=1 + +[TARGETDM] +DisplayName=TargetDM +SysID=1 + +[TargetDM_Names] +Descr=target.Name[%d] +DataType=9 +ValueType=1 +SysID=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=2000 +DataLen=41 + +[MODEDM] +DisplayName=ModeDM +SysID=1 + +[ModeDM_Names] +Descr=Mode.Name[%d] +DataType=9 +ValueType=1 +SysID=1 +Active=0 +Notify=0 +Hysterese=0 +RefreshTime=2000 +DataLen=16 + +[FILDM] +DisplayName=FilDM +SysID=1 + +[TUBEDM] +DisplayName=TubeDM +SysID=513 + +[AMPDM] +DisplayName=AmpDM +SysID=1 + +[HSGDM] +DisplayName=HSGDM +SysID=513 + +[VACDM] +DisplayName=VacDM +SysID=1 + +[CONDDM] +DisplayName=CondDM +SysID=1 + +[SYSDM] +DisplayName=SysDM +SysID=513 + +[FOCUSDM] +DisplayName=FocusDM +SysID=1 + +[CONSDM] +DisplayName=ConsDM +SysID=2 + +[SHUTDM] +DisplayName=ShutDM +SysID=32 + +[CENTDM] +DisplayName=CentDM +SysID=1 + +[TREGDM] +DisplayName=TRegDM +SysID=64 + +[SYSMANIDM] +DisplayName=SysManiDM +SysID=4120 + +[PARA_DM] +DisplayName=ParaDM +SysID=4120 + +[GEODM] +DisplayName=GeoDM +SysID=4120 + +[REFDM] +DisplayName=RefDM +SysID=4120 + +[DOORDM] +DisplayName=DoorDM +SysID=4120 + +[MOTIRISDM] +DisplayName=MotIrisDM +SysID=1024 + +[JSPEEDDM] +DisplayName=JSpeedDM +SysID=4120 + +[AXESWATCHDM] +DisplayName=AxesWatchDM +SysID=4120 + +[LOADPOSDM] +DisplayName=LoadPosDM +SysID=4120 + +[MANIPARADM] +DisplayName=ManiParaDM +SysID=4120 + +[TURNTABLEDM] +DisplayName=TurntableDM +SysID=4120 + +[CAMAXISDM] +DisplayName=CamAxisDM +SysID=4120 + +[ACTAXISDM] +DisplayName=ACTAxisDM +SysID=4120 + +[AIMMASKDM] +DisplayName=AimMaskDM +SysID=4120 + +[RELJOYDM] +DisplayName=RelJoyDM +SysID=4120 diff --git a/ReleaseFiles/fx_user.ini b/ReleaseFiles/fx_user.ini new file mode 100644 index 0000000..7b8197f --- /dev/null +++ b/ReleaseFiles/fx_user.ini @@ -0,0 +1,4359 @@ +[FOCUSTABLE0] +Description=FocusCharacteristic.i_t_table +SysID=1 + +[FOCUSTABLE1] +Description=CondensorCharacteristic.i_t_table +SysID=2 + +[FOCUSTABLE2] +Description=k_shut +SysID=32 + +[CENTERINGTABLE0] +Description=CenteringCharacteristic[0].x_y_t_table +SysID=1 + +[CENTERINGTABLE1] +Description=CenteringCharacteristic[1].x_y_t_table +SysID=128 + +[TUBECURRENTTABLE] +Description=TubecurrentCharacteristic.i_t_table +ElementCount=250 +SysID=512 + +;//////////////////////////////////////////////////////////////////////////////////////// +;// VALUES +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLVALUE_0] +Descr=PC_cmd.r32_TubeVoltage_kV +DataType=4 +ValueType=1 +SysID=769 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=1000 +DisplayName=AccVoltageNom[kV] +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_1] +Descr=PC_cmd.r32_TubeCurrent_uA +DataType=4 +ValueType=1 +SysID=769 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=1200 +DisplayName=TubeCurrentNom[A] +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_2] +Descr=ISOwatt +DataType=4 +ValueType=1 +SysID=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=500 +DisplayName=IsowattPower[W] +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_3] +Descr=Sys.errornum +DataType=11 +ValueType=5 +SysID=513 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +DisplayName=SystemErrorNumber +ReadSyncDef=0 + +[CONTROLVALUE_4] +Descr=Tube.kVmax +DataType=4 +ValueType=3 +SysID=769 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=1000 +DisplayName=AccVoltageMax[kV] +ReadSyncDef=0 + +[CONTROLVALUE_5] +Descr=PLC_stat.r32_TubeVoltage_kV_min +DataType=4 +;ConnectID for FFCom +ConID=2005 +ValueType=2 +SysID=769 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=1000 +DisplayName=AccVoltageMin[kV] +ReadSyncDef=0 + +[CONTROLVALUE_6] +Descr=Tube.mAmax +DataType=4 +ValueType=3 +SysID=769 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=1000 +DisplayName=TubeCurrentMax[A] +ReadSyncDef=0 + +[CONTROLVALUE_7] +Descr=HSG.FILmax +DataType=4 +ValueType=3 +SysID=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=1000 +DisplayName=FilCurrentMax[A] +ReadSyncDef=0 + +[CONTROLVALUE_8] +Descr=HSG.errornum +DataType=11 +ValueType=5 +SysID=513 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +DisplayName=HSGErrorNumber +ReadSyncDef=0 + +[CONTROLVALUE_9] +Descr=TUBE_DM.kVmax +DataType=4 +ValueType=1 +SysID=1 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=2000 +DisplayName=TubeDM_AccVoltMax[kV] +ReadSyncDef=0 + +[CONTROLVALUE_10] +Descr=TUBE_DM.mAmax +DataType=4 +ValueType=1 +SysID=1 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=2000 +DisplayName=TubeDM_TubeCurMax[A] +ReadSyncDef=0 + +[CONTROLVALUE_11] +Descr=Mode.Target_Pmax +DataType=4 +ValueType=3 +SysID=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=1000 +DisplayName=IsowattPowerMax[W] +ReadSyncDef=0 + +[CONTROLVALUE_12] +Descr=Tube.errornum +DataType=11 +ValueType=5 +SysID=513 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +DisplayName=TubeErrorNumber +ReadSyncDef=0 + +[CONTROLVALUE_13] +Descr=PLC_stat.r32_TubeVoltage_kV_max +DataType=4 +ValueType=3 +SysID=769 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=1000 +DisplayName=Warmup_AccVoltMax[kV] +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_14] +Descr=PLC_stat.r32_TubeVoltage_kV_ist +DataType=4 +ValueType=0 +SysID=769 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=500 +DisplayName=AccVoltageAct[kV] +ReadSyncDef=0 + +[CONTROLVALUE_15] +Descr=PLC_stat.r32_TubeCurrent_uA_ist +DataType=4 +ValueType=0 +SysID=769 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=500 +DisplayName=TubeCurrentAct[A] +ReadSyncDef=0 + +[CONTROLVALUE_16] +Descr=Targetleistung +DataType=4 +ValueType=0 +SysID=257 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=800 +DisplayName=TargetPowerAct[W] +ReadSyncDef=0 + +[CONTROLVALUE_17] +Descr=FILsoll +DataType=4 +ValueType=1 +SysID=1 +Active=1 +Notify=1 +Hysterese=0.1 +RefreshTime=1200 +DisplayName=FilCurrentNom[A] +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_18] +Descr=HSG.FIList +DataType=4 +ValueType=0 +SysID=1 +Active=1 +Notify=1 +Hysterese=0.4 +RefreshTime=1000 +DisplayName=FilCurrentAct[V] +ReadSyncDef=0 + +[CONTROLVALUE_19] +Descr=PC_cmd.r32_focussoll +DataType=4 +ValueType=1 +SysID=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=1200 +DisplayName=FocusCurrentNom[mA] +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_20] +Descr=Focus.fmax +DataType=4 +ValueType=3 +SysID=1 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=1000 +DisplayName=FocusCurrentMax[mA] +ReadSyncDef=0 + +[CONTROLVALUE_21] +Descr=Condensor.csoll +DataType=4 +ValueType=1 +SysID=2 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=1200 +DisplayName=CondensCurrentNom[mA] +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_22] +Descr=Condensor.cmax +DataType=4 +ValueType=3 +SysID=2 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=1000 +DisplayName=CondensCurrentMax[mA] +ReadSyncDef=0 + +[CONTROLVALUE_23] +Descr=Shutter.isoll +DataType=4 +ValueType=1 +SysID=32 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=1200 +DisplayName=ShutterCurrentNom[mA] +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_24] +Descr=Shutter.imax +DataType=4 +ValueType=3 +SysID=32 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=1000 +DisplayName=ShutterCurrentMax[mA] +ReadSyncDef=0 + +[CONTROLVALUE_25] +Descr=Shutter_on +DataType=6 +ValueType=1 +SysID=288 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=ShutterOn[bool] +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_26] +Descr=Cent[0].xsoll +DataType=4 +ValueType=1 +SysID=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=1200 +DisplayName=CentCurrentX1Nom[mA] +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_27] +Descr=Cent[0].ysoll +DataType=4 +ValueType=1 +SysID=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=1200 +DisplayName=CentCurrentY1Nom[mA] +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_28] +Descr=Cent[0].xmax +DataType=4 +ValueType=3 +SysID=1 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=1000 +DisplayName=CentCurrentX1Max[mA] +ReadSyncDef=0 + +[CONTROLVALUE_29] +Descr=Cent[0].ymax +DataType=4 +ValueType=3 +SysID=1 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=1000 +DisplayName=CentCurrentY1Max[mA] +ReadSyncDef=0 + +[CONTROLVALUE_30] +Descr=Cent[1].xsoll +DataType=4 +ValueType=1 +SysID=128 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=1200 +DisplayName=CentCurrentX2Nom[mA] +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_31] +Descr=Cent[1].ysoll +DataType=4 +ValueType=1 +SysID=128 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=1200 +DisplayName=CentCurrentY2Nom[mA] +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_32] +Descr=Cent[1].xmax +DataType=4 +ValueType=3 +SysID=128 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=1000 +DisplayName=CentCurrentX2Max[mA] +ReadSyncDef=0 + +[CONTROLVALUE_33] +Descr=Cent[1].ymax +DataType=4 +ValueType=3 +SysID=128 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=1000 +DisplayName=CentCurrentY2Max[mA] +ReadSyncDef=0 + +[CONTROLVALUE_34] +Descr=Amp[1].ist +DataType=4 +ValueType=0 +SysID=257 +Active=1 +Notify=1 +Hysterese=0.3 +RefreshTime=500 +DisplayName=TargetCurrentAct[A] +ReadSyncDef=0 + +[CONTROLVALUE_35] +Descr=Amp[1].imax +DataType=4 +ValueType=1 +SysID=1 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=1000 +DisplayName=TargetCurrentMax[A] +ReadSyncDef=0 + +[CONTROLVALUE_36] +Descr=Ptarget_max +DataType=4 +ValueType=1 +SysID=1 +Active=1 +Notify=1 +Hysterese=0.1 +RefreshTime=700 +DisplayName=TargetPowerMax[W] +ReadSyncDef=0 + +[CONTROLVALUE_37] +Descr=Amp[2].ist +DataType=4 +ValueType=0 +SysID=34 +Active=1 +Notify=1 +Hysterese=0.3 +RefreshTime=500 +DisplayName=CondensApertureCurAct[A] +ReadSyncDef=0 + +[CONTROLVALUE_38] +Descr=Amp[2].imax +DataType=4 +ValueType=1 +SysID=34 +Active=0 +Notify=0 +Hysterese=1.0 +RefreshTime=1000 +DisplayName=CondensApertureCurMax[A] +ReadSyncDef=0 + +[CONTROLVALUE_39] +Descr=Amp[3].ist +DataType=4 +ValueType=0 +;06.12.2002: Amp3-Variablen only for scanning! +SysID=34 +Active=1 +Notify=1 +Hysterese=0.3 +RefreshTime=500 +DisplayName=ObjApertureCurAct[A] +ReadSyncDef=0 + +[CONTROLVALUE_40] +Descr=Amp[3].imax +DataType=4 +ValueType=1 +;06.12.2002: Amp3-Variablen only for scanning! +SysID=34 +Active=0 +Notify=0 +Hysterese=1.0 +RefreshTime=1000 +DisplayName=ObjApertureCurMax[A] +ReadSyncDef=0 + +[CONTROLVALUE_41] +Descr=Ui_Vac +DataType=10 +ValueType=0 +SysID=1 +Active=1 +Notify=1 +Hysterese=0.2 +RefreshTime=500 +DisplayName=VacuumAct[V] +ReadSyncDef=0 + +[CONTROLVALUE_42] +Descr=Vac.soll +DataType=4 +ValueType=1 +SysID=1 +Active=1 +Notify=1 +Hysterese=0.2 +RefreshTime=500 +DisplayName=VacuumNom[V] +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_43] +Descr=Vac.errornum +DataType=11 +ValueType=5 +SysID=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1000 +DisplayName=VacuumErrorNumber +ReadSyncDef=0 + +[CONTROLVALUE_44] +Descr=Ti_max +DataType=10 +ValueType=3 +SysID=64 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1250 +DisplayName=TarCurMaxReg[A_as_short] +ReadSyncDef=0 + +[CONTROLVALUE_45] +Descr=Tireg.i_min +DataType=10 +ValueType=2 +SysID=64 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1250 +DisplayName=TarCurMinReg[A_as_short] +ReadSyncDef=0 + +[CONTROLVALUE_46] +Descr=PLC_stat.bo_TXI +; Nano-Fox sometimes DataType = 6 or 10 +DataType=6 +ValueType=0 +SysID=320 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=TargetCurRegEnabled[int] +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_47] +Descr=Mode.current_mode_number +DataType=11 +ValueType=1 +SysID=257 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=100 +DisplayName=Mode +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_48] +Descr=Mode.last_mode_number +DataType=11 +ValueType=1 +SysID=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=100 +DisplayName=ModeCount +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_49] +Descr=Condensor.P_target_automatic +DataType=6 +ValueType=1 +SysID=258 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1250 +DisplayName=SwitchAutoModeOn[int] +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_50] +DisplayName=ActModeName +Descr=Mode.current_mode_name +SysID=1 +DataType=9 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=100 +DataLen=16 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_51] +DisplayName=ActTargetName +Descr=target.current_target_name +SysID=1 +DataType=9 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=-1 +DataLen=41 + +[CONTROLVALUE_52] +DisplayName=ActTubeheadName +Descr=Tubehead.current_tubehead_name +SysID=1 +DataType=9 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=-1 +DataLen=16 + +[CONTROLVALUE_53] +Descr=PLC_cmd.reload_focusCharacteristic +DataType=6 +ValueType=1 +SysID=1 +; Do NOT set Active to 0 here ! +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=FocusTableChanged[bool] +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_54] +Descr=PLC_cmd.reload_condensorCharacteristic +DataType=6 +ValueType=1 +SysID=2 +; Do NOT set Active to 0 here ! +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=CondensTableChanged[bool] +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_55] +Descr=PLC_cmd.reload_centeringCharacteristic +DataType=6 +ValueType=1 +SysID=1 +; Do NOT set Active to 0 here ! +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=CentTableChanged[bool] +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_56] +;wird ab FXEControl 3.0 nicht mehr verwendet +Descr=HSG.FIL_auto_adjust +DataType=6 +ValueType=1 +SysID=0 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=EnableAutomaticFilAdj[bool] +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_57] +;wird ab FXEControl 3.0 nicht mehr verwendet +Descr=Tube.cent_auto_adjust +DataType=6 +ValueType=1 +SysID=0 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=EnableAutomaticACkV[bool] +WriteSyncDef=0 +ReadSyncDef=0 + +;//////////////////////////////////////////////////////////////////////////////////////// +;// ACHSEN-VARIABLEN +;//////////////////////////////////////////////////////////////////////////////////////// +;// ACHSE1 +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLVALUE_58] +Descr=l_ptDpr.atAxisValues[0].dwAchsStatus +DataType=3 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=StatuswordAxis1 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_59] +Descr=l_ptDpr.atAxisValues[0].fIstPos +DataType=4 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=ActualPositionAxis1 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_60] +Descr=l_ptDpr.atAxisValues[0].fIstGeschw +DataType=4 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=250 +DisplayName=ActualSpeedAxis1 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_61] +Descr=l_ptDpr.atAxisValues[0].dwErrNummer +DataType=3 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1250 +DisplayName=ErrorNumberAxis1 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_62] +Descr=l_ptDpr.atAxisValues[0].uErrAnzahl +DataType=11 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1250 +DisplayName=ErrorCountAxis1 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_63] +Descr=g_tManiCtrlStartOld.tAxis[0].SollPos +DataType=1 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +DisplayName=DemandPositionAxis1 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_64] +DisplayName=MinPositionAxis1 +Descr=l_ptDpr.atAxisValueLimits[0].fNewNegSW_End +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_65] +DisplayName=MaxPositionAxis1 +Descr=l_ptDpr.atAxisValueLimits[0].fNewPosSW_End +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_66] +Descr=g_tManiCtrlStartOld.tAxis[0].SollGeschw +DataType=4 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=500 +DisplayName=DemandSpeedAxis1 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_67] +DisplayName=MinSpeedAxis1 +Descr=l_ptDpr.atAxisValueLimits[0].fMin_Geschw +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_68] +DisplayName=MaxSpeedAxis1 +Descr=l_ptDpr.atAxisValueLimits[0].fMax_Geschw +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_69] +Descr=g_tManiCtrlStart.tAxis[0].fSollBeschl +DataType=4 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=500 +DisplayName=DemandAccelerationAxis1 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_70] +DisplayName=MaxAccelerationAxis1 +Descr=l_ptDpr.atAxisValueLimits[0].fMax_Beschl +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_71] +Descr=g_tManiCtrlManuellOld.tAxis[0].Override +DataType=10 +ValueType=1 +;only TIGER (and Cougar15?) +SysID=4112 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +DisplayName=SpeedFactorAxis1 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_72] +DisplayName=StepsPerTurnAxis1 +Descr=l_ptDpr.atAxisValues[0].tAxisParameter.fMotSchritte +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.1 +RefreshTime=2000 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_73] +DisplayName=DistPerTurnAxis1 +Descr=l_ptDpr.atAxisValues[0].tAxisParameter.fEinheiten +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.1 +RefreshTime=2000 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_74] +Descr=l_ptDpr.atAxisValues[0].tAxisParameter.szAchsname +SysID=4120 +DataType=9 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +DataLen=16 +DisplayName=NameAxis1 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_75] +Descr=g_tManiParameters.tAxisDescription[0].szAxesScale +SysID=4120 +DataType=9 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +DataLen=16 +DisplayName=UnitAxis1 +;Nano-Fox: +TaskName= +ReadSyncDef=0 + +[CONTROLVALUE_76] +Descr=l_ptDpr.atAxisValues[0].bJoystickEnable +DataType=6 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=JoystickEnableAxis1 +WriteSyncDef=0 +ReadSyncDef=0 +TaskName=pp_mast + +;//////////////////////////////////////////////////////////////////////////////////////// +;// ACHSE2 +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLVALUE_77] +Descr=l_ptDpr.atAxisValues[1].dwAchsStatus +DataType=3 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=StatuswordAxis2 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_78] +Descr=l_ptDpr.atAxisValues[1].fIstPos +DataType=4 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=ActualPositionAxis2 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_79] +Descr=l_ptDpr.atAxisValues[1].fIstGeschw +DataType=4 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=250 +DisplayName=ActualSpeedAxis2 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_80] +Descr=l_ptDpr.atAxisValues[1].dwErrNummer +DataType=3 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1250 +DisplayName=ErrorNumberAxis2 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_81] +Descr=l_ptDpr.atAxisValues[1].uErrAnzahl +DataType=11 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1250 +DisplayName=ErrorCountAxis2 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_82] +Descr=g_tManiCtrlStartOld.tAxis[1].SollPos +DataType=1 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +DisplayName=DemandPositionAxis2 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_83] +DisplayName=MinPositionAxis2 +Descr=l_ptDpr.atAxisValueLimits[1].fNewNegSW_End +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_84] +DisplayName=MaxPositionAxis2 +Descr=l_ptDpr.atAxisValueLimits[1].fNewPosSW_End +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_85] +Descr=g_tManiCtrlStartOld.tAxis[1].SollGeschw +DataType=4 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=500 +DisplayName=DemandSpeedAxis2 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_86] +DisplayName=MinSpeedAxis2 +Descr=l_ptDpr.atAxisValueLimits[1].fMin_Geschw +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_87] +DisplayName=MaxSpeedAxis2 +Descr=l_ptDpr.atAxisValueLimits[1].fMax_Geschw +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_88] +Descr=g_tManiCtrlStart.tAxis[1].fSollBeschl +DataType=4 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=500 +DisplayName=DemandAccelerationAxis2 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_89] +DisplayName=MaxAccelerationAxis2 +Descr=l_ptDpr.atAxisValueLimits[1].fMax_Beschl +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_90] +Descr=g_tManiCtrlManuellOld.tAxis[1].Override +DataType=10 +ValueType=1 +;only TIGER (and Cougar15?) +SysID=4112 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +DisplayName=SpeedFactorAxis2 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_91] +DisplayName=StepsPerTurnAxis2 +Descr=l_ptDpr.atAxisValues[1].tAxisParameter.fMotSchritte +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.1 +RefreshTime=2000 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_92] +DisplayName=DistPerTurnAxis2 +Descr=l_ptDpr.atAxisValues[1].tAxisParameter.fEinheiten +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.1 +RefreshTime=2000 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_93] +Descr=l_ptDpr.atAxisValues[1].tAxisParameter.szAchsname +SysID=4120 +DataType=9 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +DataLen=16 +DisplayName=NameAxis2 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_94] +Descr=g_tManiParameters.tAxisDescription[1].szAxesScale +SysID=4120 +DataType=9 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +DataLen=16 +DisplayName=UnitAxis2 +;Nano-Fox: +TaskName= +ReadSyncDef=0 + +[CONTROLVALUE_95] +Descr=l_ptDpr.atAxisValues[1].bJoystickEnable +DataType=6 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=JoystickEnableAxis2 +WriteSyncDef=0 +ReadSyncDef=0 +TaskName=pp_mast + +;//////////////////////////////////////////////////////////////////////////////////////// +;// ACHSE3 +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLVALUE_96] +Descr=l_ptDpr.atAxisValues[2].dwAchsStatus +DataType=3 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=StatuswordAxis3 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_97] +Descr=l_ptDpr.atAxisValues[2].fIstPos +DataType=4 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=ActualPositionAxis3 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_98] +Descr=l_ptDpr.atAxisValues[2].fIstGeschw +DataType=4 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=250 +DisplayName=ActualSpeedAxis3 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_99] +Descr=l_ptDpr.atAxisValues[2].dwErrNummer +DataType=3 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1250 +DisplayName=ErrorNumberAxis3 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_100] +Descr=l_ptDpr.atAxisValues[2].uErrAnzahl +DataType=11 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1250 +DisplayName=ErrorCountAxis3 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_101] +Descr=g_tManiCtrlStartOld.tAxis[2].SollPos +DataType=1 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +DisplayName=DemandPositionAxis3 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_102] +DisplayName=MinPositionAxis3 +Descr=l_ptDpr.atAxisValueLimits[2].fNewNegSW_End +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_103] +DisplayName=MaxPositionAxis3 +Descr=l_ptDpr.atAxisValueLimits[2].fNewPosSW_End +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_104] +Descr=g_tManiCtrlStartOld.tAxis[2].SollGeschw +DataType=4 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=500 +DisplayName=DemandSpeedAxis3 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_105] +DisplayName=MinSpeedAxis3 +Descr=l_ptDpr.atAxisValueLimits[2].fMin_Geschw +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_106] +DisplayName=MaxSpeedAxis3 +Descr=l_ptDpr.atAxisValueLimits[2].fMax_Geschw +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_107] +Descr=g_tManiCtrlStart.tAxis[2].fSollBeschl +DataType=4 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=500 +DisplayName=DemandAccelerationAxis3 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_108] +DisplayName=MaxAccelerationAxis3 +Descr=l_ptDpr.atAxisValueLimits[2].fMax_Beschl +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_109] +Descr=g_tManiCtrlManuellOld.tAxis[2].Override +DataType=10 +ValueType=1 +;only TIGER (and Cougar15?) +SysID=4112 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +DisplayName=SpeedFactorAxis3 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_110] +DisplayName=StepsPerTurnAxis3 +Descr=l_ptDpr.atAxisValues[2].tAxisParameter.fMotSchritte +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.1 +RefreshTime=2000 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_111] +DisplayName=DistPerTurnAxis3 +Descr=l_ptDpr.atAxisValues[2].tAxisParameter.fEinheiten +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.1 +RefreshTime=2000 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_112] +Descr=l_ptDpr.atAxisValues[2].tAxisParameter.szAchsname +SysID=4120 +DataType=9 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +DataLen=16 +DisplayName=NameAxis3 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_113] +Descr=g_tManiParameters.tAxisDescription[2].szAxesScale +SysID=4120 +DataType=9 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +DataLen=16 +DisplayName=UnitAxis3 +;Nano-Fox: +TaskName= +ReadSyncDef=0 + +[CONTROLVALUE_114] +Descr=l_ptDpr.atAxisValues[2].bJoystickEnable +DataType=6 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=JoystickEnableAxis3 +WriteSyncDef=0 +ReadSyncDef=0 +TaskName=pp_mast + +;//////////////////////////////////////////////////////////////////////////////////////// +;// ACHSE4 +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLVALUE_115] +Descr=l_ptDpr.atAxisValues[3].dwAchsStatus +DataType=3 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=StatuswordAxis4 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_116] +Descr=l_ptDpr.atAxisValues[3].fIstPos +DataType=4 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=ActualPositionAxis4 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_117] +Descr=l_ptDpr.atAxisValues[3].fIstGeschw +DataType=4 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=250 +DisplayName=ActualSpeedAxis4 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_118] +Descr=l_ptDpr.atAxisValues[3].dwErrNummer +DataType=3 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1250 +DisplayName=ErrorNumberAxis4 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_119] +Descr=l_ptDpr.atAxisValues[3].uErrAnzahl +DataType=11 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1250 +DisplayName=ErrorCountAxis4 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_120] +Descr=g_tManiCtrlStartOld.tAxis[3].SollPos +DataType=1 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +DisplayName=DemandPositionAxis4 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_121] +DisplayName=MinPositionAxis4 +Descr=l_ptDpr.atAxisValueLimits[3].fNewNegSW_End +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_122] +DisplayName=MaxPositionAxis4 +Descr=l_ptDpr.atAxisValueLimits[3].fNewPosSW_End +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_123] +Descr=g_tManiCtrlStartOld.tAxis[3].SollGeschw +DataType=4 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=500 +DisplayName=DemandSpeedAxis4 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_124] +DisplayName=MinSpeedAxis4 +Descr=l_ptDpr.atAxisValueLimits[3].fMin_Geschw +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_125] +DisplayName=MaxSpeedAxis4 +Descr=l_ptDpr.atAxisValueLimits[3].fMax_Geschw +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_126] +Descr=g_tManiCtrlStart.tAxis[3].fSollBeschl +DataType=4 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=500 +DisplayName=DemandAccelerationAxis4 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_127] +DisplayName=MaxAccelerationAxis4 +Descr=l_ptDpr.atAxisValueLimits[3].fMax_Beschl +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_128] +Descr=g_tManiCtrlManuellOld.tAxis[3].Override +DataType=10 +ValueType=1 +;only TIGER (and Cougar15?) +SysID=4112 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +DisplayName=SpeedFactorAxis4 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_129] +DisplayName=StepsPerTurnAxis4 +Descr=l_ptDpr.atAxisValues[3].tAxisParameter.fMotSchritte +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.1 +RefreshTime=2000 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_130] +DisplayName=DistPerTurnAxis4 +Descr=l_ptDpr.atAxisValues[3].tAxisParameter.fEinheiten +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.1 +RefreshTime=2000 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_131] +Descr=l_ptDpr.atAxisValues[3].tAxisParameter.szAchsname +SysID=4120 +DataType=9 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +DataLen=16 +DisplayName=NameAxis4 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_132] +Descr=g_tManiParameters.tAxisDescription[3].szAxesScale +SysID=4120 +DataType=9 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +DataLen=16 +DisplayName=UnitAxis4 +;Nano-Fox: +TaskName= +ReadSyncDef=0 + +[CONTROLVALUE_133] +Descr=l_ptDpr.atAxisValues[3].bJoystickEnable +DataType=6 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=JoystickEnableAxis4 +WriteSyncDef=0 +ReadSyncDef=0 +TaskName=pp_mast + +;//////////////////////////////////////////////////////////////////////////////////////// +;// ACHSE5 +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLVALUE_134] +Descr=l_ptDpr.atAxisValues[4].dwAchsStatus +DataType=3 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=StatuswordAxis5 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_135] +Descr=l_ptDpr.atAxisValues[4].fIstPos +DataType=4 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=ActualPositionAxis5 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_136] +Descr=l_ptDpr.atAxisValues[4].fIstGeschw +DataType=4 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=250 +DisplayName=ActualSpeedAxis5 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_137] +Descr=l_ptDpr.atAxisValues[4].dwErrNummer +DataType=3 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1250 +DisplayName=ErrorNumberAxis5 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_138] +Descr=l_ptDpr.atAxisValues[4].uErrAnzahl +DataType=11 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1250 +DisplayName=ErrorCountAxis5 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_139] +Descr=g_tManiCtrlStartOld.tAxis[4].SollPos +DataType=1 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +DisplayName=DemandPositionAxis5 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_140] +DisplayName=MinPositionAxis5 +Descr=l_ptDpr.atAxisValueLimits[4].fNewNegSW_End +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_141] +DisplayName=MaxPositionAxis5 +Descr=l_ptDpr.atAxisValueLimits[4].fNewPosSW_End +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_142] +Descr=g_tManiCtrlStartOld.tAxis[4].SollGeschw +DataType=4 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=500 +DisplayName=DemandSpeedAxis5 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_143] +DisplayName=MinSpeedAxis5 +Descr=l_ptDpr.atAxisValueLimits[4].fMin_Geschw +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_144] +DisplayName=MaxSpeedAxis5 +Descr=l_ptDpr.atAxisValueLimits[4].fMax_Geschw +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_145] +Descr=g_tManiCtrlStart.tAxis[4].fSollBeschl +DataType=4 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=500 +DisplayName=DemandAccelerationAxis5 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_146] +DisplayName=MaxAccelerationAxis5 +Descr=l_ptDpr.atAxisValueLimits[4].fMax_Beschl +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_147] +Descr=g_tManiCtrlManuellOld.tAxis[4].Override +DataType=10 +ValueType=1 +;only TIGER (and Cougar15?) +SysID=4112 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +DisplayName=SpeedFactorAxis5 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_148] +DisplayName=StepsPerTurnAxis5 +Descr=l_ptDpr.atAxisValues[4].tAxisParameter.fMotSchritte +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.1 +RefreshTime=2000 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_149] +DisplayName=DistPerTurnAxis5 +Descr=l_ptDpr.atAxisValues[4].tAxisParameter.fEinheiten +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.1 +RefreshTime=2000 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_150] +Descr=l_ptDpr.atAxisValues[4].tAxisParameter.szAchsname +SysID=4120 +DataType=9 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +DataLen=16 +DisplayName=NameAxis5 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_151] +Descr=g_tManiParameters.tAxisDescription[4].szAxesScale +SysID=4120 +DataType=9 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +DataLen=16 +DisplayName=UnitAxis5 +;Nano-Fox: +TaskName= +ReadSyncDef=0 + +[CONTROLVALUE_152] +Descr=l_ptDpr.atAxisValues[4].bJoystickEnable +DataType=6 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=JoystickEnableAxis5 +WriteSyncDef=0 +ReadSyncDef=0 +TaskName=pp_mast + +;//////////////////////////////////////////////////////////////////////////////////////// +;// ACHSE6 +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLVALUE_153] +Descr=l_ptDpr.atAxisValues[5].dwAchsStatus +DataType=3 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=StatuswordAxis6 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_154] +Descr=l_ptDpr.atAxisValues[5].fIstPos +DataType=4 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=ActualPositionAxis6 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_155] +Descr=l_ptDpr.atAxisValues[5].fIstGeschw +DataType=4 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=250 +DisplayName=ActualSpeedAxis6 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_156] +Descr=l_ptDpr.atAxisValues[5].dwErrNummer +DataType=3 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1250 +DisplayName=ErrorNumberAxis6 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_157] +Descr=l_ptDpr.atAxisValues[5].uErrAnzahl +DataType=11 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1250 +DisplayName=ErrorCountAxis6 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_158] +Descr=g_tManiCtrlStartOld.tAxis[5].SollPos +DataType=1 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +DisplayName=DemandPositionAxis6 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_159] +DisplayName=MinPositionAxis6 +Descr=l_ptDpr.atAxisValueLimits[5].fNewNegSW_End +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_160] +DisplayName=MaxPositionAxis6 +Descr=l_ptDpr.atAxisValueLimits[5].fNewPosSW_End +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_161] +Descr=g_tManiCtrlStartOld.tAxis[5].SollGeschw +DataType=4 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=500 +DisplayName=DemandSpeedAxis6 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_162] +DisplayName=MinSpeedAxis6 +Descr=l_ptDpr.atAxisValueLimits[5].fMin_Geschw +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_163] +DisplayName=MaxSpeedAxis6 +Descr=l_ptDpr.atAxisValueLimits[5].fMax_Geschw +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_164] +Descr=g_tManiCtrlStart.tAxis[5].fSollBeschl +DataType=4 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=500 +DisplayName=DemandAccelerationAxis6 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_165] +DisplayName=MaxAccelerationAxis6 +Descr=l_ptDpr.atAxisValueLimits[5].fMax_Beschl +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_166] +Descr=g_tManiCtrlManuellOld.tAxis[5].Override +DataType=10 +ValueType=1 +;only TIGER (and Cougar15?) +SysID=4112 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +DisplayName=SpeedFactorAxis6 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_167] +DisplayName=StepsPerTurnAxis6 +Descr=l_ptDpr.atAxisValues[5].tAxisParameter.fMotSchritte +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.1 +RefreshTime=2000 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_168] +DisplayName=DistPerTurnAxis6 +Descr=l_ptDpr.atAxisValues[5].tAxisParameter.fEinheiten +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.1 +RefreshTime=2000 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_169] +Descr=l_ptDpr.atAxisValues[5].tAxisParameter.szAchsname +SysID=4120 +DataType=9 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +DataLen=16 +DisplayName=NameAxis6 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_170] +Descr=g_tManiParameters.tAxisDescription[5].szAxesScale +SysID=4120 +DataType=9 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +DataLen=16 +DisplayName=UnitAxis6 +;Nano-Fox: +TaskName= +ReadSyncDef=0 + +[CONTROLVALUE_171] +Descr=l_ptDpr.atAxisValues[5].bJoystickEnable +DataType=6 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=JoystickEnableAxis6 +WriteSyncDef=0 +ReadSyncDef=0 +TaskName=pp_mast + +;//////////////////////////////////////////////////////////////////////////////////////// +;// ACHSE7 +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLVALUE_172] +Descr=l_ptDpr.atAxisValues[6].dwAchsStatus +DataType=3 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=StatuswordAxis7 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_173] +Descr=l_ptDpr.atAxisValues[6].fIstPos +DataType=4 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=ActualPositionAxis7 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_174] +Descr=l_ptDpr.atAxisValues[6].fIstGeschw +DataType=4 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=250 +DisplayName=ActualSpeedAxis7 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_175] +Descr=l_ptDpr.atAxisValues[6].dwErrNummer +DataType=3 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1250 +DisplayName=ErrorNumberAxis7 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_176] +Descr=l_ptDpr.atAxisValues[6].uErrAnzahl +DataType=11 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1250 +DisplayName=ErrorCountAxis7 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_177] +Descr=g_tManiCtrlStartOld.tAxis[6].SollPos +DataType=1 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +DisplayName=DemandPositionAxis7 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_178] +DisplayName=MinPositionAxis7 +Descr=l_ptDpr.atAxisValueLimits[6].fNewNegSW_End +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_179] +DisplayName=MaxPositionAxis7 +Descr=l_ptDpr.atAxisValueLimits[6].fNewPosSW_End +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_180] +Descr=g_tManiCtrlStartOld.tAxis[6].SollGeschw +DataType=4 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=500 +DisplayName=DemandSpeedAxis7 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_181] +DisplayName=MinSpeedAxis7 +Descr=l_ptDpr.atAxisValueLimits[6].fMin_Geschw +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_182] +DisplayName=MaxSpeedAxis7 +Descr=l_ptDpr.atAxisValueLimits[6].fMax_Geschw +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_183] +Descr=g_tManiCtrlStart.tAxis[6].fSollBeschl +DataType=4 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=500 +DisplayName=DemandAccelerationAxis7 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_184] +DisplayName=MaxAccelerationAxis7 +Descr=l_ptDpr.atAxisValueLimits[6].fMax_Beschl +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_185] +Descr=g_tManiCtrlManuellOld.tAxis[6].Override +DataType=10 +ValueType=1 +;only TIGER (and Cougar15?) +SysID=4112 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +DisplayName=SpeedFactorAxis7 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_186] +DisplayName=StepsPerTurnAxis7 +Descr=l_ptDpr.atAxisValues[6].tAxisParameter.fMotSchritte +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.1 +RefreshTime=2000 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_187] +DisplayName=DistPerTurnAxis7 +Descr=l_ptDpr.atAxisValues[6].tAxisParameter.fEinheiten +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.1 +RefreshTime=2000 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_188] +Descr=l_ptDpr.atAxisValues[6].tAxisParameter.szAchsname +SysID=4120 +DataType=9 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +DataLen=16 +DisplayName=NameAxis7 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_189] +Descr=g_tManiParameters.tAxisDescription[6].szAxesScale +SysID=4120 +DataType=9 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +DataLen=16 +DisplayName=UnitAxis7 +;Nano-Fox: +TaskName= +ReadSyncDef=0 + +[CONTROLVALUE_190] +Descr=l_ptDpr.atAxisValues[6].bJoystickEnable +DataType=6 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=JoystickEnableAxis7 +WriteSyncDef=0 +ReadSyncDef=0 +TaskName=pp_mast + +;//////////////////////////////////////////////////////////////////////////////////////// +;// ACHSE8 +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLVALUE_191] +Descr=l_ptDpr.atAxisValues[7].dwAchsStatus +DataType=3 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=StatuswordAxis8 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_192] +Descr=l_ptDpr.atAxisValues[7].fIstPos +DataType=4 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=ActualPositionAxis8 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_193] +Descr=l_ptDpr.atAxisValues[7].fIstGeschw +DataType=4 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=250 +DisplayName=ActualSpeedAxis8 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_194] +Descr=l_ptDpr.atAxisValues[7].dwErrNummer +DataType=3 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1250 +DisplayName=ErrorNumberAxis8 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_195] +Descr=l_ptDpr.atAxisValues[7].uErrAnzahl +DataType=11 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1250 +DisplayName=ErrorCountAxis8 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_196] +Descr=g_tManiCtrlStartOld.tAxis[7].SollPos +DataType=1 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +DisplayName=DemandPositionAxis8 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_197] +DisplayName=MinPositionAxis8 +Descr=l_ptDpr.atAxisValueLimits[7].fNewNegSW_End +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_198] +DisplayName=MaxPositionAxis8 +Descr=l_ptDpr.atAxisValueLimits[7].fNewPosSW_End +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_199] +Descr=g_tManiCtrlStartOld.tAxis[7].SollGeschw +DataType=4 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=500 +DisplayName=DemandSpeedAxis8 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_200] +DisplayName=MinSpeedAxis8 +Descr=l_ptDpr.atAxisValueLimits[7].fMin_Geschw +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_201] +DisplayName=MaxSpeedAxis8 +Descr=l_ptDpr.atAxisValueLimits[7].fMax_Geschw +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_202] +Descr=g_tManiCtrlStart.tAxis[7].fSollBeschl +DataType=4 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=500 +DisplayName=DemandAccelerationAxis8 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_203] +DisplayName=MaxAccelerationAxis8 +Descr=l_ptDpr.atAxisValueLimits[7].fMax_Beschl +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_204] +Descr=g_tManiCtrlManuellOld.tAxis[7].Override +DataType=10 +ValueType=1 +;only TIGER (and Cougar15?) +SysID=4112 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +DisplayName=SpeedFactorAxis8 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_205] +DisplayName=StepsPerTurnAxis8 +Descr=l_ptDpr.atAxisValues[7].tAxisParameter.fMotSchritte +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.1 +RefreshTime=2000 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_206] +DisplayName=DistPerTurnAxis8 +Descr=l_ptDpr.atAxisValues[7].tAxisParameter.fEinheiten +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.1 +RefreshTime=2000 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_207] +Descr=l_ptDpr.atAxisValues[7].tAxisParameter.szAchsname +SysID=4120 +DataType=9 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +DataLen=16 +DisplayName=NameAxis8 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_208] +Descr=g_tManiParameters.tAxisDescription[7].szAxesScale +SysID=4120 +DataType=9 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +DataLen=16 +DisplayName=UnitAxis8 +;Nano-Fox: +TaskName= +ReadSyncDef=0 + +[CONTROLVALUE_209] +Descr=l_ptDpr.atAxisValues[7].bJoystickEnable +DataType=6 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=JoystickEnableAxis8 +WriteSyncDef=0 +ReadSyncDef=0 +TaskName=pp_mast + +;//////////////////////////////////////////////////////////////////////////////////////// +;// ACHSE9 +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLVALUE_210] +Descr=l_ptDpr.atAxisValues[8].dwAchsStatus +DataType=3 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=StatuswordAxis9 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_211] +Descr=l_ptDpr.atAxisValues[8].fIstPos +DataType=4 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=ActualPositionAxis9 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_212] +Descr=l_ptDpr.atAxisValues[8].fIstGeschw +DataType=4 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=250 +DisplayName=ActualSpeedAxis9 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_213] +Descr=l_ptDpr.atAxisValues[8].dwErrNummer +DataType=3 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1250 +DisplayName=ErrorNumberAxis9 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_214] +Descr=l_ptDpr.atAxisValues[8].uErrAnzahl +DataType=11 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1250 +DisplayName=ErrorCountAxis9 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_215] +Descr=g_tManiCtrlStartOld.tAxis[8].SollPos +DataType=1 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +DisplayName=DemandPositionAxis9 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_216] +DisplayName=MinPositionAxis9 +Descr=l_ptDpr.atAxisValueLimits[8].fNewNegSW_End +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_217] +DisplayName=MaxPositionAxis9 +Descr=l_ptDpr.atAxisValueLimits[8].fNewPosSW_End +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_218] +Descr=g_tManiCtrlStartOld.tAxis[8].SollGeschw +DataType=4 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=500 +DisplayName=DemandSpeedAxis9 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_219] +DisplayName=MinSpeedAxis9 +Descr=l_ptDpr.atAxisValueLimits[8].fMin_Geschw +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_220] +DisplayName=MaxSpeedAxis9 +Descr=l_ptDpr.atAxisValueLimits[8].fMax_Geschw +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_221] +Descr=g_tManiCtrlStart.tAxis[8].fSollBeschl +DataType=4 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=500 +DisplayName=DemandAccelerationAxis9 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_222] +DisplayName=MaxAccelerationAxis9 +Descr=l_ptDpr.atAxisValueLimits[8].fMax_Beschl +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_223] +Descr=g_tManiCtrlManuellOld.tAxis[8].Override +DataType=10 +ValueType=1 +;only TIGER (and Cougar15?) +SysID=4112 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +DisplayName=SpeedFactorAxis9 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_224] +DisplayName=StepsPerTurnAxis9 +Descr=l_ptDpr.atAxisValues[8].tAxisParameter.fMotSchritte +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.1 +RefreshTime=2000 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_225] +DisplayName=DistPerTurnAxis9 +Descr=l_ptDpr.atAxisValues[8].tAxisParameter.fEinheiten +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.1 +RefreshTime=2000 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_226] +Descr=l_ptDpr.atAxisValues[8].tAxisParameter.szAchsname +SysID=4120 +DataType=9 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +DataLen=16 +DisplayName=NameAxis9 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_227] +Descr=g_tManiParameters.tAxisDescription[8].szAxesScale +SysID=4120 +DataType=9 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +DataLen=16 +DisplayName=UnitAxis9 +;Nano-Fox: +TaskName= +ReadSyncDef=0 + +[CONTROLVALUE_228] +Descr=l_ptDpr.atAxisValues[8].bJoystickEnable +DataType=6 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=JoystickEnableAxis9 +WriteSyncDef=0 +ReadSyncDef=0 +TaskName=pp_mast + +;//////////////////////////////////////////////////////////////////////////////////////// +;// ACHSE10 +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLVALUE_229] +Descr=l_ptDpr.atAxisValues[9].dwAchsStatus +DataType=3 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=StatuswordAxis10 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_230] +Descr=l_ptDpr.atAxisValues[9].fIstPos +DataType=4 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=ActualPositionAxis10 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_231] +Descr=l_ptDpr.atAxisValues[9].fIstGeschw +DataType=4 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=250 +DisplayName=ActualSpeedAxis10 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_232] +Descr=l_ptDpr.atAxisValues[9].dwErrNummer +DataType=3 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1250 +DisplayName=ErrorNumberAxis10 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_233] +Descr=l_ptDpr.atAxisValues[9].uErrAnzahl +DataType=11 +ValueType=0 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1250 +DisplayName=ErrorCountAxis10 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_234] +Descr=g_tManiCtrlStartOld.tAxis[9].SollPos +DataType=1 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +DisplayName=DemandPositionAxis10 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_235] +DisplayName=MinPositionAxis10 +Descr=l_ptDpr.atAxisValueLimits[9].fNewNegSW_End +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_236] +DisplayName=MaxPositionAxis10 +Descr=l_ptDpr.atAxisValueLimits[9].fNewPosSW_End +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_237] +Descr=g_tManiCtrlStartOld.tAxis[9].SollGeschw +DataType=4 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=500 +DisplayName=DemandSpeedAxis10 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_238] +DisplayName=MinSpeedAxis10 +Descr=l_ptDpr.atAxisValueLimits[9].fMin_Geschw +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_239] +DisplayName=MaxSpeedAxis10 +Descr=l_ptDpr.atAxisValueLimits[9].fMax_Geschw +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_240] +Descr=g_tManiCtrlStart.tAxis[9].fSollBeschl +DataType=4 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=1.0 +RefreshTime=500 +DisplayName=DemandAccelerationAxis10 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_241] +DisplayName=MaxAccelerationAxis10 +Descr=l_ptDpr.atAxisValueLimits[9].fMax_Beschl +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.5 +RefreshTime=2000 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_242] +Descr=g_tManiCtrlManuellOld.tAxis[9].Override +DataType=10 +ValueType=1 +;only TIGER (and Cougar15?) +SysID=4112 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=500 +DisplayName=SpeedFactorAxis10 +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_243] +DisplayName=StepsPerTurnAxis10 +Descr=l_ptDpr.atAxisValues[9].tAxisParameter.fMotSchritte +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.1 +RefreshTime=2000 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_244] +DisplayName=DistPerTurnAxis10 +Descr=l_ptDpr.atAxisValues[9].tAxisParameter.fEinheiten +SysID=4120 +DataType=4 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0.1 +RefreshTime=2000 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_245] +Descr=l_ptDpr.atAxisValues[9].tAxisParameter.szAchsname +SysID=4120 +DataType=9 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +DataLen=16 +DisplayName=NameAxis10 +TaskName=pp_mast +ReadSyncDef=0 + +[CONTROLVALUE_246] +Descr=g_tManiParameters.tAxisDescription[9].szAxesScale +SysID=4120 +DataType=9 +ValueType=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=2000 +DataLen=16 +DisplayName=UnitAxis10 +;Nano-Fox: +TaskName= +ReadSyncDef=0 + +[CONTROLVALUE_247] +Descr=l_ptDpr.atAxisValues[9].bJoystickEnable +DataType=6 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=JoystickEnableAxis10 +WriteSyncDef=0 +ReadSyncDef=0 +TaskName=pp_mast + +[CONTROLVALUE_248] +DisplayName=AxisCountAll +Descr=g_tManiParameters.uMaxAxes +SysID=4120 +DataType=11 +ValueType=0 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=1250 +ReadSyncDef=0 + +[CONTROLVALUE_249] +Descr=PLC_stat.bo_flash_detected +DataType=6 +ValueType=1 +SysID=1 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=250 +DisplayName=Breakdown[bool] +ReadSyncDef=0 + +[CONTROLVALUE_250] +Descr=sys_status +DataType=3 +ValueType=1 +SysID=769 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=100 +DisplayName=XRayStatus[BitArray] +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_251] +Descr=g_dwManipulatorStatus +DataType=3 +ValueType=1 +SysID=4120 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=20 +DisplayName=ManipulatorStatus[BitArray] +WriteSyncDef=0 +ReadSyncDef=0 + +[CONTROLVALUE_252] +Descr=filter_nr +DataType=10 +ValueType=1 +;SysID=4376 +; currently not implemented on Mani-RPS (relevant for Aim und collision area) +SysID=0 +Active=1 +Notify=1 +Hysterese=0 +RefreshTime=100 +DisplayName=TubeFilterNumber +WriteSyncDef=0 +ReadSyncDef=0 + +;//////////////////////////////////////////////////////////////////////////////////////// +;// STATI +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLSTATUS_0] +Descr=PLC_stat.bo_Xray_on +SysID=513 +Active=1 +Notify=1 +RefreshTime=150 +DisplayName=IsXRayOn + +[CONTROLSTATUS_1] +Descr=PLC_stat.bo_startup_is_running +SysID=1 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=IsStartingUp + +[CONTROLSTATUS_2] +Descr=PLC_stat.bo_warmup_is_running +SysID=513 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=IsWarmingUp + +[CONTROLSTATUS_3] +Descr=warmup +SysID=513 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=IsWarmupDone + +[CONTROLSTATUS_4] +Descr=PLC_stat.bo_filamentadjust_is_running +SysID=1 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=IsFilamentAdjusting + +[CONTROLSTATUS_5] +Descr=PLC_stat.bo_autocenter_kV_is_running +SysID=1 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=IsAutocenteringKV + +[CONTROLSTATUS_6] +Descr=PLC_stat.bo_autocenter_all_is_running +SysID=1 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=IsAutocenteringAll + +[CONTROLSTATUS_7] +Descr=PLC_stat.bo_conditioning_is_running +SysID=1 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=IsConditioning + +[CONTROLSTATUS_8] +Descr=PLC_stat.bo_wobbeln_is_active +SysID=1 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=IsSweepModeOn + +[CONTROLSTATUS_9] +Descr=PLC_stat.bo_interlock +SysID=769 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=IsInterlockOn + +[CONTROLSTATUS_10] +Descr=Tube.defoc +SysID=257 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=IsMicrofocusModeOff + +[CONTROLSTATUS_11] +Descr=PLC_stat.bo_Isowatt +SysID=1 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=IsIsowattOn + +[CONTROLSTATUS_12] +Descr=HSG.ok +SysID=513 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=IsHSGOk + +[CONTROLSTATUS_13] +Descr=kVok +SysID=1 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=IsAccVoltageOk + +[CONTROLSTATUS_14] +Descr=mAok +SysID=1 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=IsTubeCurrentOk + +[CONTROLSTATUS_15] +Descr=Vac.ok +SysID=1 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=IsVacuumOk + +[CONTROLSTATUS_16] +Descr=Target_reg +SysID=320 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=IsTargetRegulationOn + +[CONTROLSTATUS_17] +;wird ab FXEControl 3.0 nicht mehr verwendet +Descr=want_FIL_adjust +SysID=0 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=AutomaticFilAdj + +[CONTROLSTATUS_18] +;wird ab FXEControl 3.0 nicht mehr verwendet +Descr=want_cent_adjust +SysID=0 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=AutomaticACkV + +[CONTROLSTATUS_19] +Descr=PLC_stat.bo_offsetadjust_is_running +SysID=1 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=AmpOffsetAdjust + +[CONTROLSTATUS_20] +Descr=TP_HSGwarmup.Q +SysID=768 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=GeneratorWarmup +TaskName=system + +;//////////////////////////////////////////////////////////////////////////////////////// +;// ACHSEN-ZUSTNDE +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLSTATUS_21] +Descr=Door_open +SysID=4120 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=IsDoorOpen + +[CONTROLSTATUS_22] +Descr=Door_closed +SysID=4120 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=IsDoorClosed + +[CONTROLSTATUS_23] +; 09.08.05: ab RPS V. 2.6 gibt es keine Variable namens "Beladepos" mehr. Im Moment weiss keiner ob sie nur umbenannt wurde +; oder ob es sie gar nicht mehr gibt (auer vielleicht Armin, der ist im Urlaub) +; sie ist aber NOTWENDIG fr FNCBasic-Fahrbefehle, wenn eine Beladefahrt definiert ist, +; da sonst kein Acknowledge kommt wenn von FNC aus Fahrbefehl abgeschickt wird und Beladefahrt gerade +; ausgefhrt wird! +; Notlsung: Es wird die gleiche Variable wie fr den Befehl genommen, die soll laut Benjamin so lange auf true stehen +; wie die Beladefahrt luft. Das FNC sollte aber nochmal daraufhin getestet werden! +; Man knnte auch das Manipulator-Statuswort verwenden, dort muss diese Information auch hinterlegt werden; Problem ist +; nur, da unschne Abfragen notwendig sind, da die PC-Software abwrtskompatibel sein soll (if RPS-Version>=2.6) +; 13.09.05: Ab Version 2.7 soll wieder eine Zustandsvariable eingebaut sein! +Descr=Beladepos +SysID=0 +Active=1 +Notify=1 +RefreshTime=50 +DisplayName=DrivingToLoadPos +TaskName=pp_mast + +[CONTROLSTATUS_24] +Descr=PLC_stat.bo_xraytimer_on +SysID=1 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=cmd_Xraytimer_on + +[CONTROLSTATUS_25] +Descr=PLC_stat.bo_xraytimer_Reset +SysID=1 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=cmd_Xraytimer_reset + +[CONTROLSTATUS_26] +Descr=PLC_stat.bo_cond_Character_kV_is_running +SysID=257 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=AutoCondenserKv + +[CONTROLSTATUS_27] +Descr=PLC_stat.bo_cond_Character_SM_is_running +SysID=257 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=AutoCondenserMod + +[CONTROLSTATUS_28] +Descr=PLC_stat.bo_cond_Character_MM_is_running +SysID=257 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=AutoCondenserAll + +[CONTROLSTATUS_29] +Descr=PLC_stat.bo_filamentcorradjust_is_running +SysID=257 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=FilamentCorrectionTest + +[CONTROLSTATUS_30] +Descr=PLC_stat.bo_leckstrom_is_running +SysID=257 +Active=1 +Notify=1 +RefreshTime=250 +DisplayName=LeakageCurrentTest + +;//////////////////////////////////////////////////////////////////////////////////////// +;// COMMANDS +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLCOMMAND_0] +Descr=PC_cmd.xrayON +SysID=769 +DisplayName=SwitchXRayOn +WriteSyncDef=0 + +[CONTROLCOMMAND_1] +Descr=PC_cmd.xrayOFF +SysID=769 +DisplayName=SwitchXRayOff +WriteSyncDef=0 + +[CONTROLCOMMAND_2] +Descr=PC_cmd.startUP +SysID=257 +DisplayName=StartUp +WriteSyncDef=0 + +[CONTROLCOMMAND_3] +Descr=PC_cmd.warmUP +SysID=769 +DisplayName=WarmUp +WriteSyncDef=0 + +[CONTROLCOMMAND_4] +Descr=PC_cmd.isoON +SysID=1 +DisplayName=SwitchIsowattOn +WriteSyncDef=0 + +[CONTROLCOMMAND_5] +Descr=PC_cmd.isoOFF +SysID=1 +DisplayName=SwitchIsowattOff +WriteSyncDef=0 + +[CONTROLCOMMAND_6] +Descr=PC_cmd.filamentadjust +SysID=257 +DisplayName=DoFilamentAdj +WriteSyncDef=0 + +[CONTROLCOMMAND_7] +Descr=PC_cmd.autocentkV +SysID=257 +DisplayName=DoAutocenterKV +WriteSyncDef=0 + +[CONTROLCOMMAND_8] +Descr=PC_cmd.autocentALL +SysID=257 +DisplayName=DoAutocenterAll +WriteSyncDef=0 + +[CONTROLCOMMAND_9] +Descr=PC_cmd.conditioning +SysID=1 +DisplayName=DoConditioning +WriteSyncDef=0 + +[CONTROLCOMMAND_10] +Descr=PC_cmd.wobbelON +SysID=1 +DisplayName=SwitchSweepModeOn +WriteSyncDef=0 + +[CONTROLCOMMAND_11] +Descr=PC_cmd.wobbelOFF +SysID=1 +DisplayName=SwitchSweepModeOff +WriteSyncDef=0 + +[CONTROLCOMMAND_12] +Descr=PC_cmd.focusCharacteristic.read +SysID=1 +DisplayName=ReadFocusTable +WriteSyncDef=0 + +[CONTROLCOMMAND_13] +Descr=PC_cmd.focusCharacteristic.write +SysID=1 +DisplayName=WriteFocusTable +WriteSyncDef=0 + +[CONTROLCOMMAND_14] +Descr=PC_cmd.focusCharacteristic.store_point +SysID=1 +DisplayName=StoreFocusTablePoint +WriteSyncDef=0 + +[CONTROLCOMMAND_15] +Descr=PC_cmd.focusCharacteristic.delete_point +SysID=1 +DisplayName=DelFocusTablePoint +WriteSyncDef=0 + +[CONTROLCOMMAND_16] +Descr=PC_cmd.focusCharacteristic.delete_all_points +SysID=1 +DisplayName=DelAllFocusTablePoints +WriteSyncDef=0 + +[CONTROLCOMMAND_17] +Descr=PC_cmd.condensorCharacteristic.read +SysID=2 +DisplayName=ReadCondensorTable +WriteSyncDef=0 + +[CONTROLCOMMAND_18] +Descr=PC_cmd.condensorCharacteristic.write +SysID=2 +DisplayName=WriteCondensorTable +WriteSyncDef=0 + +[CONTROLCOMMAND_19] +Descr=PC_cmd.condensorCharacteristic.store_point +SysID=2 +DisplayName=StoreCondensorTablePoint +WriteSyncDef=0 + +[CONTROLCOMMAND_20] +Descr=PC_cmd.condensorCharacteristic.delete_point +SysID=2 +DisplayName=DeleteCondensTablePoint +WriteSyncDef=0 + +[CONTROLCOMMAND_21] +Descr=PC_cmd.condensorCharacteristic.delete_all_points +SysID=2 +DisplayName=DelAllCondensTablePoints +WriteSyncDef=0 + +[CONTROLCOMMAND_22] +Descr=readshut +SysID=32 +DisplayName=ReadShutterTable +WriteSyncDef=0 + +[CONTROLCOMMAND_23] +Descr=writeshut +SysID=32 +DisplayName=WriteShutterTable +WriteSyncDef=0 + +[CONTROLCOMMAND_24] +Descr=storeshut +SysID=32 +DisplayName=StoreShutterTablePoint +WriteSyncDef=0 + +[CONTROLCOMMAND_25] +Descr=delshut_kV +SysID=32 +DisplayName=DelShutterTablePoint +WriteSyncDef=0 + +[CONTROLCOMMAND_26] +Descr=delshut_all +SysID=32 +DisplayName=DelAllShutterTablePoints +WriteSyncDef=0 + +[CONTROLCOMMAND_27] +Descr=PC_cmd.centeringCharacteristic[0].write +SysID=1 +DisplayName=WriteCenteringTable1 +WriteSyncDef=0 + +[CONTROLCOMMAND_28] +Descr=PC_cmd.centeringCharacteristic[0].read +SysID=1 +DisplayName=ReadCenteringTable1 +WriteSyncDef=0 + +[CONTROLCOMMAND_29] +Descr=PC_cmd.centeringCharacteristic[0].store_point +SysID=1 +DisplayName=StoreCenteringTable1Point +WriteSyncDef=0 + +[CONTROLCOMMAND_30] +Descr=PC_cmd.centeringCharacteristic[0].delete_point +SysID=1 +DisplayName=DelCenteringTable1Point +WriteSyncDef=0 + +[CONTROLCOMMAND_31] +Descr=PC_cmd.centeringCharacteristic[0].delete_all_points +SysID=1 +DisplayName=DelAllCentTable1Points +WriteSyncDef=0 + +[CONTROLCOMMAND_32] +Descr=PC_cmd.centeringCharacteristic[1].write +SysID=128 +DisplayName=WriteCenteringTable2 +WriteSyncDef=0 + +[CONTROLCOMMAND_33] +Descr=PC_cmd.centeringCharacteristic[1].read +SysID=128 +DisplayName=ReadCenteringTable2 +WriteSyncDef=0 + +[CONTROLCOMMAND_34] +Descr=PC_cmd.centeringCharacteristic[1].store_point +SysID=128 +DisplayName=StoreCentTable2Point +WriteSyncDef=0 + +[CONTROLCOMMAND_35] +Descr=PC_cmd.centeringCharacteristic[1].delete_point +SysID=128 +DisplayName=DelCentTable2Point +WriteSyncDef=0 + +[CONTROLCOMMAND_36] +Descr=PC_cmd.centeringCharacteristic[1].delete_all_points +SysID=128 +DisplayName=DelAllCentTable2Points +WriteSyncDef=0 + +[CONTROLCOMMAND_37] +Descr=PC_cmd.Ti_reg_on +SysID=320 +DisplayName=SwitchTargetCurRegOn +WriteSyncDef=0 + +[CONTROLCOMMAND_38] +Descr=PC_cmd.Ti_reg_off +SysID=320 +DisplayName=SwitchTargetCurRegOff +WriteSyncDef=0 + +[CONTROLCOMMAND_39] +Descr=PC_cmd.offsetadjust +SysID=64 +DisplayName=AdjustAmpOffset +WriteSyncDef=0 + +;//////////////////////////////////////////////////////////////////////////////////////// +;// ACHSEN-,MANIPULATOR-COMMANDS +;//////////////////////////////////////////////////////////////////////////////////////// +;// ALLGEMEIN +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLCOMMAND_40] +Descr=PC_doortast +SysID=4120 +DisplayName=ExecuteDoorSwitch +WriteSyncDef=0 + +[CONTROLCOMMAND_41] +Descr=l_ptDpr.tManiCommands.bInitAxisAll +SysID=4120 +DisplayName=InitAllAxis +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_42] +Descr=l_ptDpr.tManiCommands.bDeInitAxisAll +SysID=4120 +DisplayName=ExitAllAxis +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_43] +Descr=l_ptDpr.tManiCommands.bStartReferenceAll +SysID=4120 +DisplayName=ReferenceAllAxis +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_44] +Descr=l_ptDpr.tManiCommands.bStopPositionAll +SysID=4120 +DisplayName=StopAllAxis +WriteSyncDef=1 +DataType=6 +TaskName=pp_mast + +;//////////////////////////////////////////////////////////////////////////////////////// +;// ACHSE1 +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLCOMMAND_46] +Descr=l_ptDpr.atAxisCommands[0].bInitAxis +SysID=4120 +DisplayName=InitAxis1 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_47] +Descr=l_ptDpr.atAxisCommands[0].bDeInitAxis +SysID=4120 +DisplayName=ExitAxis1 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_48] +Descr=l_ptDpr.atAxisCommands[0].bStartReference +SysID=4120 +DisplayName=ReferenceAxis1 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_49] +Descr=l_ptDpr.atAxisCommands[0].bStopPosition +SysID=4120 +DisplayName=StopPositioningAxis1 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_50] +Descr=l_ptDpr.atAxisCommands[0].bClearErrors +SysID=4120 +DisplayName=ErrorQuitAxis1 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +;//////////////////////////////////////////////////////////////////////////////////////// +;// ACHSE2 +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLCOMMAND_51] +Descr=l_ptDpr.atAxisCommands[1].bInitAxis +SysID=4120 +DisplayName=InitAxis2 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_52] +Descr=l_ptDpr.atAxisCommands[1].bDeInitAxis +SysID=4120 +DisplayName=ExitAxis2 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_53] +Descr=l_ptDpr.atAxisCommands[1].bStartReference +SysID=4120 +DisplayName=ReferenceAxis2 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_54] +Descr=l_ptDpr.atAxisCommands[1].bStopPosition +SysID=4120 +DisplayName=StopPositioningAxis2 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_55] +Descr=l_ptDpr.atAxisCommands[1].bClearErrors +SysID=4120 +DisplayName=ErrorQuitAxis2 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +;//////////////////////////////////////////////////////////////////////////////////////// +;// ACHSE3 +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLCOMMAND_56] +Descr=l_ptDpr.atAxisCommands[2].bInitAxis +SysID=4120 +DisplayName=InitAxis3 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_57] +Descr=l_ptDpr.atAxisCommands[2].bDeInitAxis +SysID=4120 +DisplayName=ExitAxis3 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_58] +Descr=l_ptDpr.atAxisCommands[2].bStartReference +SysID=4120 +DisplayName=ReferenceAxis3 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_59] +Descr=l_ptDpr.atAxisCommands[2].bStopPosition +SysID=4120 +DisplayName=StopPositioningAxis3 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_60] +Descr=l_ptDpr.atAxisCommands[2].bClearErrors +SysID=4120 +DisplayName=ErrorQuitAxis3 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +;//////////////////////////////////////////////////////////////////////////////////////// +;// ACHSE4 +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLCOMMAND_61] +Descr=l_ptDpr.atAxisCommands[3].bInitAxis +SysID=4120 +DisplayName=InitAxis4 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_62] +Descr=l_ptDpr.atAxisCommands[3].bDeInitAxis +SysID=4120 +DisplayName=ExitAxis4 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_63] +Descr=l_ptDpr.atAxisCommands[3].bStartReference +SysID=4120 +DisplayName=ReferenceAxis4 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_64] +Descr=l_ptDpr.atAxisCommands[3].bStopPosition +SysID=4120 +DisplayName=StopPositioningAxis4 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_65] +Descr=l_ptDpr.atAxisCommands[3].bClearErrors +SysID=4120 +DisplayName=ErrorQuitAxis4 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +;//////////////////////////////////////////////////////////////////////////////////////// +;// ACHSE5 +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLCOMMAND_66] +Descr=l_ptDpr.atAxisCommands[4].bInitAxis +SysID=4120 +DisplayName=InitAxis5 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_67] +Descr=l_ptDpr.atAxisCommands[4].bDeInitAxis +SysID=4120 +DisplayName=ExitAxis5 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_68] +Descr=l_ptDpr.atAxisCommands[4].bStartReference +SysID=4120 +DisplayName=ReferenceAxis5 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_69] +Descr=l_ptDpr.atAxisCommands[4].bStopPosition +SysID=4120 +DisplayName=StopPositioningAxis5 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_70] +Descr=l_ptDpr.atAxisCommands[4].bClearErrors +SysID=4120 +DisplayName=ErrorQuitAxis5 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +;//////////////////////////////////////////////////////////////////////////////////////// +;// ACHSE6 +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLCOMMAND_71] +Descr=l_ptDpr.atAxisCommands[5].bInitAxis +SysID=4120 +DisplayName=InitAxis6 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_72] +Descr=l_ptDpr.atAxisCommands[5].bDeInitAxis +SysID=4120 +DisplayName=ExitAxis6 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_73] +Descr=l_ptDpr.atAxisCommands[5].bStartReference +SysID=4120 +DisplayName=ReferenceAxis6 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_74] +Descr=l_ptDpr.atAxisCommands[5].bStopPosition +SysID=4120 +DisplayName=StopPositioningAxis6 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_75] +Descr=l_ptDpr.atAxisCommands[5].bClearErrors +SysID=4120 +DisplayName=ErrorQuitAxis6 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +;//////////////////////////////////////////////////////////////////////////////////////// +;// ACHSE7 +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLCOMMAND_76] +Descr=l_ptDpr.atAxisCommands[6].bInitAxis +SysID=4096 +DisplayName=InitAxis7 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_77] +Descr=l_ptDpr.atAxisCommands[6].bDeInitAxis +SysID=4096 +DisplayName=ExitAxis7 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_78] +Descr=l_ptDpr.atAxisCommands[6].bStartReference +SysID=4096 +DisplayName=ReferenceAxis7 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_79] +Descr=l_ptDpr.atAxisCommands[6].bStopPosition +SysID=4096 +DisplayName=StopPositioningAxis7 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_80] +Descr=l_ptDpr.atAxisCommands[6].bClearErrors +SysID=4096 +DisplayName=ErrorQuitAxis7 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +;//////////////////////////////////////////////////////////////////////////////////////// +;// ACHSE8 +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLCOMMAND_81] +Descr=l_ptDpr.atAxisCommands[7].bInitAxis +SysID=4096 +DisplayName=InitAxis8 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_82] +Descr=l_ptDpr.atAxisCommands[7].bDeInitAxis +SysID=4096 +DisplayName=ExitAxis8 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_83] +Descr=l_ptDpr.atAxisCommands[7].bStartReference +SysID=4096 +DisplayName=ReferenceAxis8 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_84] +Descr=l_ptDpr.atAxisCommands[7].bStopPosition +SysID=4096 +DisplayName=StopPositioningAxis8 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_85] +Descr=l_ptDpr.atAxisCommands[7].bClearErrors +SysID=4096 +DisplayName=ErrorQuitAxis8 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +;//////////////////////////////////////////////////////////////////////////////////////// +;// ACHSE9 +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLCOMMAND_86] +Descr=l_ptDpr.atAxisCommands[8].bInitAxis +SysID=4096 +DisplayName=InitAxis9 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_87] +Descr=l_ptDpr.atAxisCommands[8].bDeInitAxis +SysID=4096 +DisplayName=ExitAxis9 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_88] +Descr=l_ptDpr.atAxisCommands[8].bStartReference +SysID=4096 +DisplayName=ReferenceAxis9 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_89] +Descr=l_ptDpr.atAxisCommands[8].bStopPosition +SysID=4096 +DisplayName=StopPositioningAxis9 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_90] +Descr=l_ptDpr.atAxisCommands[8].bClearErrors +SysID=4096 +DisplayName=ErrorQuitAxis9 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +;//////////////////////////////////////////////////////////////////////////////////////// +;// ACHSE10 +;//////////////////////////////////////////////////////////////////////////////////////// +[CONTROLCOMMAND_91] +Descr=l_ptDpr.atAxisCommands[9].bInitAxis +SysID=4096 +DisplayName=InitAxis10 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_92] +Descr=l_ptDpr.atAxisCommands[9].bDeInitAxis +SysID=4096 +DisplayName=ExitAxis10 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_93] +Descr=l_ptDpr.atAxisCommands[9].bStartReference +SysID=4096 +DisplayName=ReferenceAxis10 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_94] +Descr=l_ptDpr.atAxisCommands[9].bStopPosition +SysID=4096 +DisplayName=StopPositioningAxis10 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast + +[CONTROLCOMMAND_95] +Descr=l_ptDpr.atAxisCommands[9].bClearErrors +SysID=4096 +DisplayName=ErrorQuitAxis10 +WriteSyncDef=0 +DataType=6 +TaskName=pp_mast diff --git a/ReleaseFiles/it/Telerik.Windows.Controls.resources.dll b/ReleaseFiles/it/Telerik.Windows.Controls.resources.dll deleted file mode 100644 index 9ab22ce..0000000 Binary files a/ReleaseFiles/it/Telerik.Windows.Controls.resources.dll and /dev/null differ diff --git a/ReleaseFiles/nl/Telerik.Windows.Controls.resources.dll b/ReleaseFiles/nl/Telerik.Windows.Controls.resources.dll deleted file mode 100644 index ef2bf1d..0000000 Binary files a/ReleaseFiles/nl/Telerik.Windows.Controls.resources.dll and /dev/null differ diff --git a/ReleaseFiles/opencv_world455.dll b/ReleaseFiles/opencv_world455.dll new file mode 100644 index 0000000..2861ef5 Binary files /dev/null and b/ReleaseFiles/opencv_world455.dll differ diff --git a/ReleaseFiles/opencv_world455d.dll b/ReleaseFiles/opencv_world455d.dll new file mode 100644 index 0000000..fae5344 Binary files /dev/null and b/ReleaseFiles/opencv_world455d.dll differ diff --git a/ReleaseFiles/tr/Telerik.Windows.Controls.resources.dll b/ReleaseFiles/tr/Telerik.Windows.Controls.resources.dll deleted file mode 100644 index c347bc8..0000000 Binary files a/ReleaseFiles/tr/Telerik.Windows.Controls.resources.dll and /dev/null differ diff --git a/ReleaseFiles/xisl.dll b/ReleaseFiles/xisl.dll new file mode 100644 index 0000000..9141737 Binary files /dev/null and b/ReleaseFiles/xisl.dll differ diff --git a/ReleaseFiles/zh-CN/XP.Common.resources.dll b/ReleaseFiles/zh-CN/XP.Common.resources.dll index 374d52e..c0fbc78 100644 Binary files a/ReleaseFiles/zh-CN/XP.Common.resources.dll and b/ReleaseFiles/zh-CN/XP.Common.resources.dll differ diff --git a/ReleaseFiles/zh-CN/XP.Hardware.Detector.resources.dll b/ReleaseFiles/zh-CN/XP.Hardware.Detector.resources.dll index d714c9c..50c0b33 100644 Binary files a/ReleaseFiles/zh-CN/XP.Hardware.Detector.resources.dll and b/ReleaseFiles/zh-CN/XP.Hardware.Detector.resources.dll differ diff --git a/ReleaseFiles/zh-CN/XP.Hardware.MotionControl.resources.dll b/ReleaseFiles/zh-CN/XP.Hardware.MotionControl.resources.dll index c18ff74..d577e6c 100644 Binary files a/ReleaseFiles/zh-CN/XP.Hardware.MotionControl.resources.dll and b/ReleaseFiles/zh-CN/XP.Hardware.MotionControl.resources.dll differ diff --git a/ReleaseFiles/zh-CN/XP.Hardware.PLC.resources.dll b/ReleaseFiles/zh-CN/XP.Hardware.PLC.resources.dll index 7f90aa5..616f437 100644 Binary files a/ReleaseFiles/zh-CN/XP.Hardware.PLC.resources.dll and b/ReleaseFiles/zh-CN/XP.Hardware.PLC.resources.dll differ diff --git a/ReleaseFiles/zh-CN/XP.Hardware.RaySource.resources.dll b/ReleaseFiles/zh-CN/XP.Hardware.RaySource.resources.dll index 648d5a6..ef2b04f 100644 Binary files a/ReleaseFiles/zh-CN/XP.Hardware.RaySource.resources.dll and b/ReleaseFiles/zh-CN/XP.Hardware.RaySource.resources.dll differ diff --git a/ReleaseFiles/zh-CN/XP.ImageProcessing.CfgControl.resources.dll b/ReleaseFiles/zh-CN/XP.ImageProcessing.CfgControl.resources.dll index b7786dd..6349eef 100644 Binary files a/ReleaseFiles/zh-CN/XP.ImageProcessing.CfgControl.resources.dll and b/ReleaseFiles/zh-CN/XP.ImageProcessing.CfgControl.resources.dll differ diff --git a/ReleaseFiles/zh-CN/XP.ImageProcessing.Processors.resources.dll b/ReleaseFiles/zh-CN/XP.ImageProcessing.Processors.resources.dll index 6441b5e..ceaef81 100644 Binary files a/ReleaseFiles/zh-CN/XP.ImageProcessing.Processors.resources.dll and b/ReleaseFiles/zh-CN/XP.ImageProcessing.Processors.resources.dll differ diff --git a/ReleaseFiles/zh-CN/XP.ReportEngine.resources.dll b/ReleaseFiles/zh-CN/XP.ReportEngine.resources.dll index 0bfffa6..b535787 100644 Binary files a/ReleaseFiles/zh-CN/XP.ReportEngine.resources.dll and b/ReleaseFiles/zh-CN/XP.ReportEngine.resources.dll differ diff --git a/ReleaseFiles/zh-TW/XP.Common.resources.dll b/ReleaseFiles/zh-TW/XP.Common.resources.dll index e984f03..e51bc9f 100644 Binary files a/ReleaseFiles/zh-TW/XP.Common.resources.dll and b/ReleaseFiles/zh-TW/XP.Common.resources.dll differ diff --git a/ReleaseFiles/zh-TW/XP.Hardware.Detector.resources.dll b/ReleaseFiles/zh-TW/XP.Hardware.Detector.resources.dll index 2e81501..ccd9a10 100644 Binary files a/ReleaseFiles/zh-TW/XP.Hardware.Detector.resources.dll and b/ReleaseFiles/zh-TW/XP.Hardware.Detector.resources.dll differ diff --git a/ReleaseFiles/zh-TW/XP.Hardware.MotionControl.resources.dll b/ReleaseFiles/zh-TW/XP.Hardware.MotionControl.resources.dll index a74c4a4..cc04ad0 100644 Binary files a/ReleaseFiles/zh-TW/XP.Hardware.MotionControl.resources.dll and b/ReleaseFiles/zh-TW/XP.Hardware.MotionControl.resources.dll differ diff --git a/ReleaseFiles/zh-TW/XP.Hardware.PLC.resources.dll b/ReleaseFiles/zh-TW/XP.Hardware.PLC.resources.dll index 1bdde25..485e800 100644 Binary files a/ReleaseFiles/zh-TW/XP.Hardware.PLC.resources.dll and b/ReleaseFiles/zh-TW/XP.Hardware.PLC.resources.dll differ diff --git a/ReleaseFiles/zh-TW/XP.Hardware.RaySource.resources.dll b/ReleaseFiles/zh-TW/XP.Hardware.RaySource.resources.dll index d280028..2456725 100644 Binary files a/ReleaseFiles/zh-TW/XP.Hardware.RaySource.resources.dll and b/ReleaseFiles/zh-TW/XP.Hardware.RaySource.resources.dll differ diff --git a/ReleaseFiles/zh-TW/XP.ReportEngine.resources.dll b/ReleaseFiles/zh-TW/XP.ReportEngine.resources.dll index 73fad13..a1e0593 100644 Binary files a/ReleaseFiles/zh-TW/XP.ReportEngine.resources.dll and b/ReleaseFiles/zh-TW/XP.ReportEngine.resources.dll differ