Document | Document Title |
---|---|
US11593334B2 |
Physical database design and tuning with deep reinforcement learning
An apparatus, method and computer program product for physical database design and tuning in relational database management systems. A relational database management system executes in a computer system, wherein the relational database management system manages a relational database comprised of one or more tables storing data. A Deep Reinforcement Learning based feedback loop process also executes in the computer system for recommending one or more tuning actions for the physical database design and tuning of the relational database management system, wherein the Deep Reinforcement Learning based feedback loop process uses a neural network framework to select the tuning actions based on one or more query workloads performed by the relational database management system. |
US11593331B2 |
Methods and systems for cascade filtering for data exploration in computer systems
Methods and systems are provided herein for improved data filtering for use in user interfaces, data visualization, data exploration, and menu operations, which solve the aforementioned problems. Specifically, embodiments disclosed herein relate to improved data structuring for computer devices that provides efficient organization, filtering, and/or navigation in a user interface in order to improve how hierarchical data is displayed and filtered, particularly with regard to small displays or displays of data that aim to be efficient, intuitive, or easy to use. |
US11593330B1 |
Systems and methods for verification of property records
Systems and methods for verification of public property records and other information associated with real estate properties compare information from different providers. The information is formatted in different provider-specific ways. The systems and methods enable comparisons through predetermined sets of textual manipulations that counteract or remedy differences in formatting, collection methodology, and data management practices. |
US11593328B2 |
Update of deduplication fingerprint index in a cache memory
In some examples, a system performs data deduplication using a deduplication fingerprint index in a hash data structure comprising a plurality of blocks, wherein a block of the plurality of blocks comprises fingerprints computed based on content of respective data values. The system merges, in a merge operation, updates for the deduplication fingerprint index to the hash data structure stored in a persistent storage. As part of the merge operation, the system mirrors the updates to a cached copy of the hash data structure in a cache memory, and updates, in an indirect block, information regarding locations of blocks in the cached copy of the hash data structure. |
US11593324B2 |
Reversible data transforms
In an example, a method to generate a visualization of data from a data source based on a contract includes applying a first reversible transform to data of a data source to generate a first intermediate data structure without modifying the data of the data source. The method includes applying a second reversible transform to the first intermediate data structure to generate a second intermediate data structure without modifying the data of the data source. At least one of the first intermediate data structure or the second intermediate data structure is in a format suitable to satisfy a contract. The method includes displaying a visualization of the data of the data source based on the contract satisfied by one or both of the first intermediate data structure or the second intermediate data structure. The displayed visualization has a visualization type specified by the contract. |
US11593320B2 |
Dynamically moving virtual machine (VM) data based upon context
Systems and methods for dynamically moving virtual machine (VM) data based upon context are described. In some embodiments, an Information Handling System (IHS) may include a processor and a memory coupled to the processor, the memory having program instructions stored thereon that, upon execution, cause the IHS to: select a VM having a plurality of VM files; identify, among the plurality of VM files, a movable VM file; and transfer the movable VM file from a first storage tier to a second storage tier based upon a usage classification associated with the movable VM file. |
US11593318B2 |
Techniques for asynchronous snapshot invalidation
Asynchronous snapshot invalidation techniques are described. According to various such techniques, an enhanced file handle structure may be defined that includes a snapshot generation ID that is to comprise a value that singularly identifies a snapshot performed at a particular point in time. In some embodiments, when a snapshot ID assigned to that snapshot is reused at a subsequent point in time, a different snapshot generation ID may be assigned to that subsequent snapshot. With respect to an in-core cache, the differing snapshot generation IDs may eliminate unacceptable ambiguity regarding respective file information sets corresponding to the initial and subsequent snapshots sharing the same snapshot ID. As a result, obsolete file information sets may be cleared from the in-core cache asynchronously, enabling improved performance. The embodiments are not limited in this context. |
US11593317B2 |
Systems and methods for tamper-resistant activity logging
Systems and methods are provided for monitoring and logging all activity occurring in a system. The logged activity may include keystroke entries input into the system, user and/or application interactions with the system, access restriction conflicts, and the like. The logged activity may be stored in at least two datastores, at least one of which is an immutable, append-only datastore. Storage of the logged activity in the immutable, append-only datastore is performed using hash algorithms. Attempts at manipulating or at hiding malicious or unauthorized activity can be recognized due to all activity being captured in the immutable, append-only datastore. |
US11593312B2 |
File layer to block layer communication for selective data reduction
A method performed by a block-storage server, of storing data is described. The method includes (1) receiving, from a remote file server, data blocks to be written to persistent block storage managed by the block-storage server; (2) receiving, from the remote file server, metadata describing files to which the data blocks belong in a set of filesystems managed by the remote file server; and (3) selectively applying data reduction when storing the data blocks in the persistent block storage based, at least in part, on the received metadata. An apparatus, system, and computer program product for performing a similar method are also provided. |
US11593310B2 |
Providing writable streams for external data sources
The subject technology determines, using a connection to an external data source, a set of shards stored in an external data source, the connection to the external data source being established using an external integration, the external integration including security and configuration information. The subject technology determines a set of offsets of each shard of the set of shards. The subject technology generates a query plan indicating a degree of parallelism based at least in part on a size of the set of offsets. The subject technology, based on the set of shards and the set of offsets, performs an operation on the external data source by performing, using the connection to the external data source, a write operation from a query statement on the external data source, the external data source being different than a storage platform associated with the system. |
US11593308B2 |
Managing data hidden by userspace filesystem
In some examples, a system may determine a mountpoint included in a first filesystem for mounting a userspace filesystem. For instance, the userspace filesystem may be executable in a userspace provided by an operating system. The system may determine a bind mount path for a mount path corresponding to the mountpoint. The system may bind mount, to the determined bind mount path, at least a portion of a second filesystem associated with the mount path corresponding to the mountpoint. In addition, the system may mount the userspace filesystem at the mountpoint, and may incorporate data from the second filesystem into the userspace filesystem through the bind mount path. |
US11593305B2 |
Data conversion and distribution systems
Systems and methods for improved data conversion and distribution are provided. A data subscription unit is configured to receive data and information from a plurality of data source devices. The data subscription unit is in communication with a virtual machine that includes backtesting utility configured to generate backtesting data using one or more statistical models and one or more non-statistical models. The backtesting utility may translate the backtesting results into one or more interactive visuals, and generate a graphical user interface (GUI) for displaying the backtesting results and the one or more interactive visuals on a user device. The backtesting utility may update one or more of the displayed backtesting results and the one or more interactive visuals without re-running the modeling steps. |
US11593301B2 |
Session-based processing method and system
A log file processing system sorts records from large log files and groups them by session without making a complete copy of the log files by capturing a subset of the log files in a sliding memory window and identifying all records in the window that form a complete user session. Records belonging to a complete session are output for analyzing, and the remaining records are output as raw log data for additional processing. Using a ring buffer to implement the sliding memory window, data structures are used to group records by session, to identify completed sessions, and to index into the ring buffer to retrieve records for completed sessions that are to be directly analyzed. Any records remaining in the ring buffer at the end of slide window processing may be output as raw log file data and are processed as incomplete or malformed session records. An embodiment of the log file processing system provides a significant improvement on the speed of data extraction from log files into analyzable session data. |
US11593296B2 |
Edge component redirect for IoT analytics groups
Disclosed are various examples of providing edge component redirection for IoT analytics groups. In some embodiments, an Internet-of-Things (IoT) analytics group is identified. The IoT analytics group includes an IoT device that communicates through an interface device of a first edge device. A grouping interface policy is generated to specify a bus redirect from the first edge computing device to a second edge computing device. The grouping interface policy is transmitted for implementation using the edge devices. |
US11593295B2 |
Apparatuses, methods, and systems for operations in a configurable spatial accelerator
Systems, methods, and apparatuses relating to operations in a configurable spatial accelerator are described. In one embodiment, a configurable spatial accelerator includes a first processing element that includes a configuration register within the first processing element to store a configuration value that causes the first processing element to perform an operation according to the configuration value, a plurality of input queues, an input controller to control enqueue and dequeue of values into the plurality of input queues according to the configuration value, a plurality of output queues, and an output controller to control enqueue and dequeue of values into the plurality of output queues according to the configuration value. |
US11593294B2 |
Methods and systems for loosely coupled PCIe service proxy over an IP network
PCIe devices installed in host computers communicating with service nodes can provide virtualized and high availability PCIe functions to host computer workloads. The PCIe device can receive a PCIe TLP encapsulated in a PCIe DLLP via a PCIe bus. The TLP includes a TLP address value, a TLP requester identifier, and a TLP type. The PCIe device can terminate the PCIe transaction by sending a DLLP ACK message to the host computer in response to receiving the TLP. The TLP packet can be used to create a workload request capsule that includes a request type indicator, an address offset, and a workload request identifier. A workload request packet that includes the workload request capsule can be sent to a virtualized service endpoint. The service node, implementing the virtualized service endpoint, receives a workload response packet that includes the workload request identifier and a workload response payload. |
US11593292B2 |
Many-to-many PCIe switch
Methods, apparatus, and computer platforms and architectures employing many-to-many and many-to-one peripheral switches. The methods and apparatus may be implemented on computer platforms having multiple nodes, such as those employing a Non-uniform Memory Access (NUMA) architecture, wherein each node comprises a plurality of components including a processor having at least one level of memory cache and being operatively coupled to system memory and operatively coupled to a many-to-many peripheral switch that includes a plurality of downstream ports to which NICs and/or peripheral expansion slots are operatively coupled, or a many-to-one switch that enables a peripheral device to be shared by multiple nodes. During operation, packets are received at the NICs and DMA memory writes are initiated using memory write transactions identifying a destination memory address. The many-to-many and many-to-one peripheral switches forwards the transaction packets internally within the switch based on the destination address such that the packets are forwarded to a node via which the memory address can be accessed. The platform architectures may also be configured to support migration operations in response to failure or replacement of a node. |
US11593289B2 |
Direct memory access
A memory contains a linked list of records representative of a plurality of data transfers via a direct memory access control circuit. Each record is representative of parameters of an associated data transfer of the plurality of data transfers. The parameters of each record include a transfer start condition of the associated data transfer and a transfer end event of the associated data transfer. |
US11593284B2 |
Method for managing an operation for modifying the stored content of a memory device, and corresponding memory device
An embodiment method for managing an operation for modifying the content of the memory plane of a memory device coupled to a processing unit, comprises a communication by the processing unit to the memory device of a control of the operation, an execution of the operation by the memory device, and at the end of the operation, a communication by the memory device itself to the processing unit of information indicating the end of the operation. |
US11593280B2 |
Predictive packet header compression
Packets may be compressed based on predictive analyses. For example, in one embodiment, it is determined that an explicit value for a particular header field can be inferred by the receiver agent, a packet header is constructed that either omits the header field or includes a differential value for the header field in lieu of the explicit value for the header field. The packet header may be decompressed upon receipt by deriving the explicit value for the particular header field. |
US11593277B2 |
Method of secure memory addressing
The problem to be solved is to seek an alternative to known addressing methods which provides the same or similar effects or is more secure. Solution The problem is solved by a method (40) of addressing memory in a data-processing apparatus (10) comprising, when a central processing unit (11), while performing a task (31, 32, 33, 34) of the apparatus (10), executes an instruction involving a pointer (59) into a segment (s, r, d, h, f, o, i, c) of the memory: decoding the instruction by means of an instruction decoder (12), generating a virtual address (45) within the memory by means of a safe pointer operator (41) operating on the pointer (59), augmenting the virtual address (45) by an identifier (43) of the task (31, 32, 33, 34) and an identifier (44) of the segment (s, r, d, h, f, o, i, c), said identifiers (43, 44) being hardware-controlled (42), and, based on the augmented address (45), dereferencing the pointer (59) via a memory management unit (13). |
US11593274B2 |
Caching of address translation table in last stage of multi-stage page table walk
A semiconductor device includes an address translation device configured to identify a plurality of address translation tables which is used for address translation having a plurality of stages; and an adder configured to identify a stage in the address translation when executing the address translation, wherein the address translation device configured to perform cache control for information of a first address translation table used in a last stage of the address translation when the stage is the final stage. |
US11593272B2 |
Method, apparatus and computer program product for managing data access
In response to receiving a read request for target data, an external address of the target data is obtained from the read request, which is an address unmapped to a storage system; hit information of the target data in cache of the storage system is determined based on the external address; and based on the hit information, an address from the external address and an internal address for providing the target data is determined. The internal address is determined based on the external address and a mapping relationship. Therefore, it can shorten the data access path, accelerate the responding speed for the data access request, and allow the cache to prefetch the data more efficiently. |
US11593265B2 |
Cache arrangement for graphics processing systems
A graphics processing system is disclosed having a cache system (24) arranged between memory (23) and the graphics processor (20), the cache system comprising a first cache (53) for transferring data to and from the graphics processor (20) and a second cache (54) arranged and configured to transfer data between the first cache (53) and memory (23). When data is to be written from the first cache (53) to memory (23), a cache controller (55) determines a data type of the data and, in dependence on the data type, either causes the data to be written into the second cache (54) without writing the data to memory (23), or causes the data to be written to memory (23) without storing the data in the second cache (54). In embodiments the second cache (54) is write-only allocated. |
US11593264B2 |
Method, device and computer program product for storage system management
Techniques for managing a storage system involve: based on a degree of importance of data stored in a persistent storage device of the storage system, determining key data from the data, wherein a degree of importance of the key data is higher than a threshold degree; respectively identifying first data corresponding to the key data in a first cache of the storage system and second data corresponding to the key data in a second cache of the storage system as non-removable; and in response to corruption of the first data, repairing the first data using the second data in the second cache. Such techniques can avoid system shutdown caused by corruption of key data. |
US11593259B2 |
Directed sanitization of memory
The present disclosure includes apparatuses and methods for directed sanitization of memory. One example method comprises, responsive to receiving a sanitization command, performing a deterministic garbage collection operation on a memory, wherein performing the deterministic garbage collection operation results in physical erasure of all invalid data stored on the memory without losing valid data stored on the memory. |
US11593254B1 |
Software patch risk determination
Building a first layer model of a three-layer model based on attributes that are sensitive features is provided. A first dimension reduction of sensitive features removes each sensitive feature having an indicator that it is present in a patch and does not contribute to one or more of three probabilities. A second dimension reduction of insensitive features is performed using vectorizing and using one-hot encoding. The remaining insensitive features are main features. One or more second layer models of the three-layer model is built based on the main features. The third layer model is built based on a verification dataset and the first layer model. Regression test coverage is recommended based on prediction result of the third layer model, and wherein regression tests are selected. The training dataset is updated based on probability calculations of the first layer model. |
US11593251B2 |
Techniques for large-scale functional testing in cloud-computing environments
Techniques are disclosed for generating an execution plan for performing functional tests in a cloud-computing environment. Infrastructure resources and capabilities (e.g., system requirements) may be defined within an infrastructure object (e.g., a resource of a declarative infrastructure provisioner) that stores a code segment that implements the resource or capability. Metadata may be maintained that indicates what particular capabilities are applicable to each infrastructure resource. Using the metadata, the system can generate an execution plan by combining code segments for each resource with code segments defining each capability in accordance with the metadata. The execution plan may include programmatic instructions that, when executed, generate a set of test results. The system can execute instructions that cause the set of test results to be presented at a user device. |
US11593248B2 |
Firmware event tracking systems and methods for preventing loss of events
Systems, methods and instruction sets are provided for performing operations with respect to analyzing firmware. A firmware event tracker creates a tracker event log including event-items pertaining to events occurring during execution of the firmware; classifies each of the events as a first class event or a second class event; and stores the first and second class events in separate pools in a tracker storage. |
US11593242B2 |
Method of operating storage device for improving reliability, storage device performing the same and method of operating storage using the same
A method of operating a storage device includes sensing a standby current flowing through the storage device, determining based on the sensed standby current and at least one reference value whether a product abnormality has occurred within the storage device, and when it is determined the product abnormality has occurred, performing a step-wise control operation in which two or more control processes associated with an operation of the storage device are sequentially executed. |
US11593241B2 |
Processor with debug pipeline
A processor includes an execution pipeline that includes a plurality of execution stages, execution pipeline control logic, and a debug system. The execution pipeline control logic is configured to control flow of an instruction through the execution stages. The debug system includes a debug pipeline and debug pipeline control logic. The debug pipeline includes a plurality of debug stages. Each debug pipeline stage corresponds to an execution pipeline stage, and the total number of debug stages corresponds to the total number of execution stages. The debug pipeline control logic is coupled to the execution pipeline control logic. The debug pipeline control logic is configured to control flow through the debug stages of debug information associated with the instruction, and to advance the debug information into a next of the debug stages in correspondence with the execution pipeline control logic advancing the instruction into a corresponding stage of the execution pipeline. |
US11593238B2 |
Modular power network device
A modular system is described which can provide high frequency monitoring of power use and responsive control as well as enabling network connectivity for centralised monitoring and operation. One modular system consists of a communications bus, end caps, and a combination of the modules providing communications, power metering, relay control and battery backup. Each modular system can be configured with a combination of modular units as needed for the application. A combination of bus communication monitoring and tilt detection provides security against external tampering after installation. |
US11593235B2 |
Application-specific policies for failover from an edge site to a cloud
Example implementations relate to application-specific policies for failing over from an edge site to a cloud. When an application becomes operational within an edge site, a discovery phase is performed by a local disaster recovery (DR) agent. I/O associated with a workload of the application is monitored. An I/O rate for data replication that satisfies latency characteristics of the application is predicted based on the incoming I/O. Based on results of tests against multiple clouds indicative of their respective RTO/RPO values, information regarding a selected cloud to serve as a secondary system is stored in an application-specific policy. The application-specific policy is transferred to a remote DR agent running in the selected cloud. Responsive to a failover event, infrastructure within a virtualized environment of the selected cloud is enabled to support a failover workload for the application based on the application-specific policy. |
US11593233B2 |
Method, apparatus and computer storage medium for data synchronization
Techniques provide for data synchronization. For example, such a technique may involve: obtaining respective synchronization characteristics of a group of synchronization jobs to be processed, each synchronization characteristic indicating at least one of an expected completion time instant and an amount of data to be synchronized of a corresponding synchronization job; prioritizing the group of the synchronization jobs based on the synchronization characteristics; and controlling execution of the group of the synchronization jobs based on a result of the prioritizing. Accordingly, high priority is given to the synchronization jobs which can be rapidly completed thereby improving the Recovery Point Objective (RPO) achievement rate before occurrence of a failure. |
US11593230B2 |
Efficient mechanism for data protection against cloud region failure or site disasters and recovery time objective (RTO) improvement for backup applications
A method, apparatus, and system for determining a consistency marker object representing the latest consistent recovery point for a disaster recovery (DR) process is disclosed. A request to move data from a local storage to a cloud storage for the DR process at a target point in time is received. Then, a replication completion status of a replication process indicating whether the replication is complete or not is determined. Next, the replication completion status indicating the replication process is complete is detected. Thereafter, in response to detecting the replication completion status, the consistency marker object having the latest consistent point is written in a preconfigured directory in a bucket to determine the consistent recovery point for a future DR process without having to perform lengthy validations for the data and meta. |
US11593229B2 |
Data protection methods and systems for a networked storage environment
Data protection methods and systems for a storage environment are provided. A first-in-first out (FIFO) structure stores a logical representation of a first storage location that retains previous data for a data container, after new data for the data container is stored at a second storage location. The FIFO structure also stores a logical representation of a file system tree structure that is stored in persistent storage, after a consistent point operation. In response to an event, the file system tree structure is selected, based on the file system tree structure being closest to a transaction. A snapshot is generated using the file system tree structure. Thereafter, the data container is restored from the snapshot or from a copy of the snapshot. |
US11593228B2 |
Live browse cache enhacements for live browsing block-level backup copies of virtual machines and/or file systems
An illustrative approach accelerates live browse operations for block-level backup copies in a data storage management system. A cache storage area is maintained for locally storing and serving key data blocks, thus relying less on retrieving data on demand from backup copies. Live browse operations are used for populating the cache storage area for speedier retrieval during subsequent live browsing and/or file indexing of the same backup copy, and vice versa. The key data blocks cached while file indexing and/or live browsing an earlier backup copy help to pre-fetch corresponding data blocks of later backup copies, thus producing a beneficial learning cycle. The approach is especially beneficial for cloud and tape backup media, and is available for a variety of data sources and backup copies, including block-level backup copies of virtual machines (VMs) and block-level backup copies of file systems, including UNIX-based and Windows-based operating systems and corresponding file systems. |
US11593227B2 |
Load balancing across multiple data paths
Multiple data paths may be available to a data management system for transferring data between a primary storage device and a secondary storage device. The data management system may be able to gain operational advantages by performing load balancing across the multiple data paths. The system may use application layer characteristics of the data for transferring from a primary storage to a backup storage during data backup operation, and correspondingly from a secondary or backup storage system to a primary storage system during restoration. |
US11593224B2 |
Opportunistic execution of secondary copy operations
Rather than relying on pre-defined scheduling of secondary copy operations such as backup jobs, the illustrative opportunistic approach initiates secondary copy operations based on changing operational conditions in a storage management system. An adaptive backup readiness score is based on a number of backup-readiness operational factors. An illustrative enhanced data agent which is associated with the target database application (or other executable component) may monitor the operational factors and determine the backup readiness score based on weights assigned to the respective operational factors. The enhanced data agent may evaluate recent backup jobs to determine which of the operational factors that contributed to the backup readiness score may have been most relevant. Based on the most-relevant analysis, the enhanced data agent may adapt the weights assigned to the monitored operational factors, so that the backup readiness score may be more suitable and responsive to ongoing operational conditions in the system. |
US11593218B1 |
Source file copying and error handling
Object service receives request to copy file to destination and identifies group identifier for fingerprints group corresponding to sequential segments in file. Object service communicates request for fingerprints group to deduplication service associated with group identifier range including group identifier. Deduplication service communicates fingerprints group, retrieved from fingerprint storage, to object service, which communicates fingerprints group and group identifier to destination. Object service communicates request for file segments, corresponding to fingerprints missing in destination, communicated from destination, to deduplication service, which communicates requested segments, retrieved from source storage, to object service, which communicates requested segments to destination. System identifies generation identifier associated with time of communicating by object service or deduplication service, and generation identifier associated with another time of communicating by object service or deduplication service. If generation identifier associated with time differs from generation identifier associated with other time, object service or deduplication service restarts communication. |
US11593216B2 |
Method, device, and computer program product for managing file system
Techniques for managing a file system involve in response to receiving, at a first backup device of the file system, a request for replicating data of the file system from the first backup device to a second backup device of the file system, determining a synchronization state between the first backup device and the file system, the second backup device being a backup device located downstream of the first backup device; creating, based on the synchronization state, a target snapshot associated with the file system; and causing the data to be replicated from the first backup device to the second backup device based on the target snapshot. Therefore, the data backup flexibility and accuracy of a file system can be significantly improved and therefore the reliability of the whole system may be enhanced. |
US11593215B2 |
Method and system for generating immutable backups with configurable retention spans
In general, the invention relates to a method for performing backup operations. The method includes generating a backup on backup storage system, locking the backup for a retention span, generating a backup archive log image using archive log files for the backup, and locking the backup archive log image for a second retention span. |
US11593213B2 |
Classifying snapshot image processing
Systems, methods, and machine-storage medium for classifying snapshot image processing are described. The system receives read requests to read snapshot information. Each read request includes an offset identifying a storage location and a length. The snapshot information includes snapshots including a full snapshot and at least one incremental snapshot. The read requests include a first read request to read data from the snapshot information. The system generates a first plurality of read events including a second plurality of read events that are generated by processing the first read request. The second plurality of read events includes first and a second read events. The system identifies whether utilizing a cache optimizes the job based on the first plurality of read events. |
US11593210B2 |
Leader election in a distributed system based on node weight and leadership priority based on network performance
Example implementations relate to consensus protocols in a stretched network. According to an example, a distributed system includes continuously monitoring network performance and/or network latency among a cluster of a plurality of nodes in a distributed computer system. Leadership priority for each node is set based at least in part on the monitored network performance or network latency. Each node has a vote weight based at least in part on the leadership priority of the node. Each node's vote is biased by the node's vote weight. The node having a number of biased votes higher than a maximum possible number of votes biased by respective vote weights received by any other node in the cluster is selected as a leader node. |
US11593208B1 |
Managing machine failure
A method, computer program product, and computer system are provided. A message storage area of an adjunct processor (AP) crypto adapter is filled with a plurality of command request messages sufficient to maximize utilization and performance of the AP crypto adapter. In response to detecting an error during execution of one of the plurality of command request messages, generating an AP crypto adapter command reply message. The AP crypto adapter command reply message includes the error. In response to the error being a non-recoverable failure, determining a state of the command request message, wherein the state of the command request message comprises an in-process state or a request-pending state. The AP crypto adapter command reply message is formatted, wherein the formatted AP crypto adapter command reply message is stored in a message queue in the AP crypto adapter pending completion of machine failure recovery. The AP crypto adapter is recovered. |
US11593203B2 |
Coexisting differing erasure codes
A method for proactively rebuilding user data in a plurality of storage nodes of a storage cluster is provided. The method includes distributing user data and metadata throughout the plurality of storage nodes such that the plurality of storage nodes can read the user data, using erasure coding, despite loss of two of the storage nodes. The method includes determining that one of the storage nodes is unreachable and determining to rebuild the user data for the one of the storage nodes that is unreachable. The method includes reading the user data across a remainder of the plurality of storage nodes, using the erasure coding and writing the user data across the remainder of the plurality of storage nodes, using the erasure coding. A plurality of storage nodes within a single chassis that can proactively rebuild the user data stored within the storage nodes is also provided. |
US11593202B2 |
Data processing system, memory controller therefor, and operating method thereof
A data processing system may include a memory module; and a controller configured to exchange data with the memory module in response to a request received from a host. The controller divide a first data into a first data group to error correction and a second data group not to error correction in response to the first data and a first data write request received from the host, generates a first meta data for error correction for the first data group, configures a first data chunk that includes the first data and the first meta data, and transmits the first data chunk to the memory module. |
US11593197B2 |
Storage device with data quality metric and selectable data recovery scheme
A storage device is disclosed. The storage device may include storage for data. A controller may manage writing the data to the storage and reading the data from the reading storage. A data quality metric table may map a first number of errors to a first data quality metric and map a second number of errors to a second data quality metric. A transmitter may return the data quality metric table to a host. |
US11593196B2 |
Method and apparatus to reduce bandwidth overhead of CRC protection on a memory channel
A method and/or system for checking the bus/interface between a host and a memory system during memory access operations includes a memory system having one or more of the data memory devices and a spare memory device; providing a bus/interface between a host and the memory system; selecting information on a per memory device basis to associate with a spare memory device; disassociating the selected information from the one or more data memory devices and associating the selected information with the spare memory device; adding Cyclical Redundancy Check (CRC) code to the one or more data memory devices from which the selected information was disassociated; transferring the CRC code and information over the bus and interface between the host and the memory system; and checking the bus interface with the CRC code added to the one or more data memory devices. |
US11593191B2 |
Systems and methods for self-healing and/or failure analysis of information handling system storage
Systems and methods are provided that may be implemented to perform failure analysis and/or self-healing of information handling system storage. In one example, an information handling system may perform self-recovery actions to self-heal system storage issues when there is a OS boot failure due to a failure to detect a system storage drive by determining one or more possible recovery actions based on a current system storage drive status retrieved by an embedded controller (EC) or other programmable integrated circuit of the information handling system. In another example, manufacturing quality control analysis may be performed on boot failure information that is collected at a remote server from multiple failed information handling systems. |
US11593189B1 |
Configuring new storage systems based on write endurance
A method performed by a computing device, of configuring a new design of a new data storage system (DSS) having initial configuration parameters is provided. The new design includes an initial plurality of storage drives. The method includes (a) collecting operational information from a plurality of remote DSSs in operation, the operational information including numbers of writes of various write sizes received by respective remote DSSs of the plurality of remote DSSs over time; (b) modeling a number of drive writes per day (DWPD) of the initial plurality of storage drives of the new DSS based on the collected operational information from the plurality of remote DSSs and the initial configuration parameters; (c) comparing the modeled number of DWPD to a threshold value; and (d) in response to the modeled number of DWPD exceeding the threshold value, reconfiguring the new DSS with an updated design. |
US11593187B2 |
Systems and methods for thread management for modern workspaces
Systems and methods are provided for management of processor thread used in support of workspaces operating on an IHS (Information Handling System), where the workspaces operate in isolation from the operating system of the IHS. A remote workspace orchestration service manages deployment of workspaces on the IHS. The workspaces are instantiated and operate according to a workspace definition provided by the workspace orchestration service. A remote access controller of the IHS determine one or more processor threads of the IHS used in support of the workspaces. The remote access controller monitors memory utilization by the processor threads used in support of the workspaces in order to detect memory thrashing resulting from the operation of a particular workspace. Based on the monitored memory utilization, the processor threads used in support of the workspaces are modified in order to reduce memory thrashing during the operation of the workspaces. |
US11593185B2 |
Synchronization in a multi-tile processing arrangement
A processing system comprising multiple tiles and an interconnect between the tiles. The interconnect is used to communicate between a group of some or all of the tiles according to a bulk synchronous parallel scheme, whereby each tile in the group performs an on-tile compute phase followed by an inter-tile exchange phase with the exchange phase being held back until all tiles in the group have completed the compute phase. Each tile in the group has a local exit state upon completion of the compute phase. The instruction set comprises a synchronization instruction for execution by each tile upon completion of its compute phase to signal a sync request to logic in the interconnect. In response to receiving the sync request from all the tiles in the group, the logic releases the next exchange phase and also makes available an aggregated a state of all the tiles in the group. |
US11593183B2 |
Surrogate process creation technique for high process-per-server scenarios
A system and method for launching parallel processes on a server configured to process a number of parallel processes. A request is received from a parallel application to start a number of parallel processes. In response to this request a launcher creates a surrogate. The surrogate inherits communications channels from the launcher. The surrogate then executes activities related to the launch of the parallel processes, and then launches the parallel processes. The parallel processes are launched and the surrogate is terminated. |
US11593181B2 |
Stateless content management system
One embodiment comprises a stateless container of binaries and a broker. The stateless container of binaries includes a code memory having stored thereon code for a first version of a first functional component of a content management system, the first functional component executable to provide a first version of a service. The broker may be executable to: receive a request for the service from a client application, the request associated with a user of the content management system; determine that the first version of the service is accessible with regard to the user; determine an available first server that hosts the first version of the service; provide an indication of the first version of the service to the client application; and provide an IP address and a port number associated with the available first server to the client application. |
US11593178B2 |
ML-to-ML orchestration system and method for system wide information handling system (IHS) optimization
Embodiments of systems and methods for managing performance optimization of applications executed by an Information Handling System (IHS) are described. In an illustrative, non-limiting embodiment, an IHS may include computer-executable instructions to, for each of multiple resources used to execute a target application, receive one or more machine learning (ML)-based hints associated with each resource that have been generated by a ML-based optimization service, and generate one or more augmented hints for at least one of the resources using a ML-to-ML orchestration service. The ML-to-ML orchestration service then transmits the augmented hints to the ML-based optimization service that combines the augmented ML-based hints with the one or more internally generated hints to generate augmented profile recommendations that are, in turn, used to adjust one or more settings of the resource to optimize a performance of the target application executed by the resource. |
US11593176B2 |
Computer-readable recording medium storing transfer program, transfer method, and transferring device
A transfer method is performed by an information processing apparatus. The method includes: selecting, based on a load status of the information processing apparatus, candidate transfer data that is among the received data and to be transferred to one or more other information processing apparatuses; selecting, based on load statuses of multiple other information processing apparatuses, one or more candidate transfer destination apparatuses among the multiple other information processing apparatuses as candidate transfer destinations of the data; determining, based on throughput between the information processing apparatus and the candidate transfer destination apparatuses, data to be transferred among the candidate transfer data, transfer destination apparatuses of the data to be transferred among the candidate transfer destination apparatuses, and the sizes of data groups including the data to be transferred; and transferring, to the transfer destination apparatuses determined for the determined data groups, the determined data to be transferred. |
US11593175B2 |
Normalizing target utilization rates of a cross-application table of concurrently executing applications to schedule work on a command queue of a graphics processors
In general, embodiments are disclosed herein for tracking and allocating graphics hardware resources. In one embodiment, a software and/or firmware process constructs a cross-application command queue utilization table based on one or more specified command queue quality of service (QoS) settings, in order to track the target and current utilization rates of each command queue on the graphics hardware over a given frame and to load work onto the graphics hardware in accordance with the utilization table. Based on the constructed utilization table for a given frame, any command queues that have exceed their respective target utilization value may be moved to an “inactive” status for the duration of the current frame. For any command queues that remain in an “active” status for the current frame, work from those command queues may be loaded on to slots of the appropriate data masters of the graphics hardware in any desired order. |
US11593169B2 |
Memory deallocation across a trust boundary
A method of memory deallocation across a trust boundary between a first software component and a second software component is described. Some memory is shared between the first and second software components. An in-memory message passing facility is implemented using the shared memory. The first software component is used to deallocate memory from the shared memory which has been allocated by the second software component. The deallocation is done by: taking at least one allocation to be freed from the message passing facility; and freeing the at least one allocation using a local deallocation mechanism while validating that memory access to memory owned by data structures related to memory allocation within the shared memory are within the shared memory. |
US11593164B2 |
Data transfer scheduling for hardware accelerator
A computing device, including a processor configured to perform data transfer scheduling for a hardware accelerator including a plurality of processing areas. Performing data transfer scheduling may include receiving a plurality of data transfer instructions that encode requests to transfer data to respective processing areas. Performing data transfer scheduling may further include identifying a plurality of transfer path conflicts between the data transfer instructions. Performing data transfer scheduling may further include sorting the data transfer instructions into a plurality of transfer instruction subsets. Within each transfer instruction subset, none of the data transfer instructions have transfer path conflicts. For each transfer instruction subset, performing data transfer scheduling may further include conveying the data transfer instructions included in that transfer instruction subset to the hardware accelerator. The data transfer instructions may be conveyed in a plurality of sequential data transfer phases that correspond to the transfer instruction subsets. |
US11593163B2 |
Selecting threads for concurrent processing of data
The embodiments disclosed herein relate to using machine learning to allocate a number of concurrent processes for minimizing the completion time for executing a task having multiple subtasks. Historical data comprising a variety of subtask types with actual completion times is mined to create a set of statistical models for predicting completion time for a type of subtask. To minimize the total time to complete execution of a new task, a certain number of threads is allocated to execute subtasks of the new task. The certain number of threads is determined based on the predicted completion time for the subtasks using the respective statistical model. Threads are assigned to subtasks based on the predicted completion time for the subtasks, and the subtasks assigned to each thread are scheduled for execution. |
US11593161B2 |
Method to create and perform appropriate workflow for datacenter migration
Embodiments described herein relate to a method for new endpoint addition. The method may include receiving, during execution of a migration workflow, a request to add a new endpoint to the migration workflow. The execution of the migration workflow includes performing a first migration job associated with a first consistency group and assigned a first priority; making a first determination that the first priority is higher than a priority threshold; based on the first determination, completing the first migration job; performing, after completing the first migration job, a new endpoint addition action set. The method may also include adding, based on the new endpoint migration job priority, the new endpoint migration job to a queue of remaining migration jobs of the migration workflow. |
US11593157B2 |
Full asynchronous execution queue for accelerator hardware
A method for providing an asynchronous execution queue for accelerator hardware includes replacing a malloc operation in an execution queue to be sent to an accelerator with an asynchronous malloc operation that returns a unique reference pointer. Execution of the asynchronous malloc operation in the execution queue by the accelerator allocates a requested memory size and adds an entry to a look-up table accessible by the accelerator that maps the reference pointer to a corresponding memory address. |
US11593155B2 |
Workflow service application networking
Disclosed are various approaches for workflow service application networking. In some aspects, a workflow creation user interface is provided to create a networking workflow with at least one networking action. A networking action is specified for a first application to utilize application content from a second application. The networking action is verified based on a response to a test action request transmitted to the workflow service. The networking action is transmitted from the workflow application to a workflow service to cause the first application to utilize the application content from the second application according to the networking action. |
US11593154B2 |
Operating system assisted prioritized thread execution
The present disclosure is directed to dynamically prioritizing, selecting or ordering a plurality threads for execution by processor circuitry based on a quality of service and/or class of service value/indicia assigned to the thread by an operating system executed by the processor circuitry. As threads are executed by processor circuitry, the operating system dynamically updates/associates respective class of service data with each of the plurality of threads. The current quality of service/class of service data assigned to the thread by the operating system is stored in a manufacturer specific register (MSR) associated with the respective thread. Selection circuitry polls the MSRs on a periodic, aperiodic, intermittent, continuous, or event-driven basis and determines an execution sequence based on the current class of service value associated with each of the plurality of threads. |
US11593152B1 |
Application hosting in a distributed application execution system
In an application execution system having a plurality of application servers, each application server stores a plurality of applications, and has computational resources for executing applications in response to received requests. Each application server also includes instructions for loading a respective application into volatile storage and executing the application in response to a request from a client, and for returning a result. A generic application instance may be cloned, creating a pool of generic application instance clones that can be loaded with code for a requested application to produce an application instance. The application instance can then be stored in a cache to be used for a future application request. |
US11593151B2 |
Information processing apparatus and semiconductor device
A semiconductor device includes three integrated circuits. One of the integrated circuits includes: a first connector configured to connect to a device; and a transmitter. The transmitter is configured to transmit to another integrated circuit, first data on each of a plurality of pieces of packet data. The transmitter is also configured to, when the first connector is connected to the device, while a second controller is performing a second process, transmit, to a first controller, a request to process data transmitted from the device. |
US11593146B2 |
Management device, information processing system, and non-transitory computer-readable storage medium for storing management program
A management device of managing an information processing system includes: a memory; and a processor coupled to the memory, the processor being configured to perform processing, the processing including: determining a Quality of Service (QoS) value of a migration destination volume by using a first throughput and a second throughput, the first throughput being a throughput regarding an access to a migration source storage device of a migration source physical server, the second throughput being a throughput regarding an access to a migration destination storage device of a migration destination physical server; and generating a first command to issue the generated first command to the migration destination storage device, the first command being a command to create the migration destination volume by using the determined QoS value. |
US11593145B2 |
Static route types for logical routers
Some embodiments provide method for implementing a logical router of a logical network. The method receives a configuration for a first logical router. The configuration includes a static route for the first logical router. The method defines several routing components with separate routing tables for the logical router. The method adds a first route, having a first static route type, for the static route to the routing tables of at least a first subset of the routing components. Based on the connection of a second logical router to the first logical router, adding a second route, having a second static route type, to the routing tables of at least a second subset of the routing components. |
US11593144B2 |
Near-hitless upgrade or fast bootup with virtualized hardware
An embodiment is directed to switchover operations with a virtualized network device in a cloud or remote infrastructure. The virtualized hardware switchover operations may be used to selectively and temporarily provide virtualized control-plane operations to the data-plane of a non-redundant network device undergoing an upgrade or a reboot of its control plane. A non-redundant network device may operate hitless, or near hitless, operation even when its control plane is unavailable. |
US11593143B2 |
System and method for distributed orchestration management in network function virtualization
A system and method for orchestrating distributed operations to be executed in a distributed computing system with multiple virtual infrastructures uses a distributed operation descriptor to find any Cloud-Native Network Function (CNF) entry in the distributed operation descriptor. For each found CNF entry, a CNF descriptor is retrieved from a CNF catalog and parsed to find an overridable property for a CNF described in the CNF descriptor for which a property override is defined. Then, a target virtual infrastructure is selected from the multiple virtual infrastructures to perform a lifecycle management operation of the CNF. Instructions are then transmitted to a local operator in the target virtual infrastructure with the property override so that information regarding the CNF is transmitted to a local orchestrator of the target virtual infrastructure to perform the lifecycle management operation of the CNF at the target virtual infrastructure using the property override. |
US11593136B2 |
Resource fairness enforcement in shared IO interfaces
Described are platforms, systems, and methods for resource fairness enforcement. In one aspect, a programmable input output (IO) device comprises a memory unit, the memory unit having instructions stored thereon which, when executed by the programmable IO device, cause the programmable IO device to perform operations comprising: receiving an input from a logical interface (LIF); determining, by at least one meter, a metric regarding at least one resource used during a processing of the input through a programmable pipeline; and regulating additional input received from the LIF based on the metric and a threshold for the at least one resource. |
US11593133B2 |
Class of service for multi-function devices
A processing device, operatively coupled with a memory component, is configured to provide a plurality of virtual memory controllers and to provide a plurality of physical functions, wherein each of the plurality of physical functions corresponds to a different one of the plurality of virtual memory controllers. The processing device further presents the plurality of physical functions to a host computing system over a peripheral component interconnect express (PCIe) interface, wherein each of the plurality of physical functions corresponds to a different virtual machine running on the host computing system, and manages input/output (IO) operations received from the host computing systems and directed to the plurality of physical functions, as well as background operations performed on the memory component, in view of class of service parameters associated with the plurality of physical functions. |
US11593128B2 |
Methods for user interface generation and application modification
A method of generating a user interface for presentation to a user. The method comprises executing a first application computer program to provide a user interface, executing agent computer program code to interrogate and modify said user interface during execution of said first application computer program, and presenting said modified user interface. The first application computer program may be run on a server, while the modified user interface may be presented to a user at a client connected to said server. |
US11593126B1 |
Implementation for a heterogeneous device
Implementing a design for a heterogeneous device can include mapping, using computer hardware, a plurality of applications of a design for a device to a plurality of domains of the device, wherein each domain includes a different compute unit, performing, using the computer hardware, validity checking on the plurality of applications, detecting, using the computer hardware, a conflict between two or more of the plurality of applications from the validity checking, and, in response to the detecting, generating a notification of the conflict using the computer hardware. Operations such as automatically generating a boot image, debugging, and/or performing system level performance analysis may also be performed. |
US11593125B2 |
Adjusting wireless docking resource usage
Adjusting wireless docking resource usage, including identifying, at a client information handling system (IHS), a configuration policy, the client IHS wirelessly connected to a docking station, the docking station providing wireless connections to peripheral computing components, respectively; processing, at the client IHS, the configuration policy, including identifying configuration rules of the configuration policy for performing computer-implemented actions of throttling resource utilization between the client IHS and the docking station; identifying, at the client IHS, when the client IHS is wirelessly connected to the docking station, a first presence state of a user with respect to the client IHS; and determining, at the client IHS, that the first presence state indicates that the user of the client IHS is not actively engaged with the client IHS, and in response, applying the configuration rules to perform computer-implemented actions of throttling resource utilization between the client IHS and the docking station. |
US11593118B2 |
Bootstrapping a microservices registry
Bootstrapping a microservices container registry. A computing system node receives an installation package. The receiving computing system node bootstraps an initial invocation of the microservice by first installing a local container registry from the installation package and then by installing the microservice from the installation package. The installation package contains additional components that can be extracted, installed and invoked by executing the microservice at the computing system node after extracting from the local container registry. The installation package is generated by any node of the computing system and contains code corresponding to infrastructure microservices that are installed before invoking microservices that depend on the infrastructure. Temporary domain name services are installed from the installation package at a node-local IP address. The temporary domain name services are switched over to a different domain name service at a different IP address. A second computing system node is designated as a failover node. |
US11593117B2 |
Combining load or store instructions
Various aspects disclosed herein relate to combining instructions to load data from or store data in memory while processing instructions in a computer processor. More particularly, at least one pattern of multiple memory access instructions that reference a common base register and do not fully utilize an available bus width may be identified in a processor pipeline. In response to determining that the multiple memory access instructions target adjacent memory or non-contiguous memory that can fit on a single cache line, the multiple memory access instructions may be replaced within the processor pipeline with one equivalent memory access instruction that utilizes more of the available bus width than either of the replaced memory access instructions. |
US11593110B2 |
Instruction packing scheme for VLIW CPU architecture
A processor is provided and includes a core that is configured to perform a decode operation on a multi-instruction packet comprising multiple instructions. The decode operation includes receiving the multi-instruction packet that includes first and second instructions. The first instruction includes a primary portion at a fixed first location and a secondary portion. The second instruction includes a primary portion at a fixed second location between the primary portion of the first instruction and the secondary portion of the first instruction. An operational code portion of the primary portion of each of the first and second instructions is accessed and decoded. An instruction packet including the primary and secondary portions of the first instruction is created, and a second instruction packet including the primary portion of the second instruction is created. The first and second instructions packets are dispatched to respective first and second functional units. |
US11593107B2 |
Handling an input/output store instruction
An input/output store instruction is handled. A data processing system includes a system nest coupled to at least one input/output bus by an input/output bus controller. The data processing system further includes at least a data processing unit including a core, system firmware and an asynchronous core-nest interface. The data processing unit is coupled to the system nest via an aggregation buffer. The system nest is configured to asynchronously load from and/or store data to at least one external device which is coupled to the at least one input/output bus. The data processing unit is configured to complete the input/output store instruction before an execution of the input/output store instruction in the system nest is completed. The asynchronous core-nest interface includes an input/output status array with multiple input/output status buffers. The system firmware includes a retry buffer and the core includes an analysis and retry logic. |
US11593104B2 |
Methods and systems for monitoring contributors to software platform development
Methods and systems for a platform development version control system for monitoring contributors to software platform development. The methods and systems generate data analytics on contributors to software platform development using group affiliations as listed in a group directory (e.g., a corporate directory for an entity providing the software platform) as a common organizing factor. For example, by organizing the methods and systems according to the group affiliations, the methods and systems may generate data analytics on contributions of contributors within those groups, irrespective of whether or not the group members are working on the same project. The methods and systems may then provide recommendations and graphical representations based on the data analytics. |
US11593102B1 |
Managing sharable cell-based analytical notebooks
In an embodiment, a data processing method comprises accessing a computer memory comprising a shareable cell-based computation notebook comprising: notebook metadata specifying a kernel for execution, and a computational cell comprising cell metadata, a source code reference, and an output reference, wherein the cell metadata identifies a particular version of source code of a function that defines an input dataset, a transformation, and one or more variables that are to be associated with output data that is to be generated as a result of executing the particular version of the source code; updating the source code reference to identify a first storage location that is to contain the particular version of the source code of the function; and updating the output reference to identify a second storage location that is to contain the output data that is to be generated as a result of executing the particular version of the source code identified in the cell metadata using the kernel specified in the notebook metadata, wherein the method is performed by one or more computing devices. |
US11593100B2 |
Autonomous release management in distributed computing systems
Implementations described herein relate to methods, systems, and computer-readable media to provide an alert based on a release of a software application implemented in a distributed computing system. In some implementations, the method includes receiving, at a processor, an indication of the release of the software application, obtaining a first set of metric values for each metric of a list of metrics for a first time period preceding a time of release of the release, obtaining a second set of metric values for each metric of the list of metrics for a second time period following the time of release, comparing the first set of metric values to the second set of metric values to determine a deviation score, generating an alert based on the deviation score, and transmitting the alert via one of a user interface and a communication channel. |
US11593098B2 |
Synchronization of source code under development in multiple concurrent instances of an integrated development environment
Edits made to source code being concurrently accessed by multiple instances of an IDE are synchronized. The multiple instances access a draft of a development project. Edits made to specific files of the draft are maintained as corresponding CRDT files. Edits made to files of the draft by the multiple instances of the IDE are synchronized, with the CRDTs resolving conflicts resulting from edits made to files of the draft by different ones of the instances. When a specific instance of the IDE makes an edit to a specific file of the draft, the instance updates a corresponding local CRDT file to reflect the edit. The edit is pushed as a CRDT patch to each of the other instances of the IDE. The received CRDT patch is used to update a local corresponding CRDT file, by each of the other instances. |
US11593096B1 |
Systems and methods for measuring complexity of applications and components in software development and deployment platforms
Disclosed are methods, systems, devices, apparatus, media, design structures, platforms, and other implementations, including a method that includes receiving, by a processor-based device, configuration data representative of an initial arrangement of interlinked components forming a data application, and determining based on the configuration data, by the processor-based device, one or more complexity scores indicative of levels of complexities for one or more portions of the initial arrangement of interlinked components forming the data application. The method further includes automatically reconfiguring, by the processor-based device, the initial arrangement of interlinked components based on the computed one or more complexity scores to produce a resultant arrangement of interlinked components forming the data application. |
US11593095B2 |
Upgrade of a distributed service in a virtualized computing system
An example method of performing an upgrade operation for a distributed service in a virtualized computing system is described. The virtualized computing system includes a host cluster, the host cluster having hosts and a virtualization layer executing on hardware platforms of the hosts. The method includes: receiving, at a controller of the distributed service, a first upgrade operation from a user, the distributed service including the controller and a plurality of service engine groups, each of the plurality of service engine groups including a plurality of service engines; and performing, by the controller, the first upgrade operation on software of the controller exclusive of software of the service engines in each of the service engine groups, the software of the controller and the software of the plurality of service engines in each of the plurality of service engine groups executing in a plurality of hosts. |
US11593091B2 |
Method and apparatus for upgrading firmware of transfer device on mobile carrier, and non-transitory storage medium
Provided are a method and apparatus for upgrading firmware of a transfer device on a mobile carrier and a non-transitory storage medium. The method includes that: according to present version information of a firmware package of a transfer device and a firmware package version file including update version information, whether the firmware package in the transfer device is able to be upgraded is determined; in a case that it is, determined that the transfer device is able to be upgraded, whether the update version information matches with the present version information is determined; and in a case that the update version information does not match with the present version information, the firmware package in the transfer device is upgraded. |
US11593085B1 |
Delta data collection technique for machine assessment
Systems and methods are disclosed to implement a delta data collection technique for collecting machine characteristics data from client machines. In embodiments, the collected data is used by a machine assessment service to maintain a virtual representation of the client machine for assessments. To initialize the collection process, the client uploads an initial copy of the data in full. Subsequently, the client determines periodic deltas between a current baseline of the data and a last reported baseline, and the deltas are uploaded as patches. The machine assessment service then applies these patches to update the virtual representation of the client machine. In embodiments, to facilitate the generation or uploading of the patches, the client may generate the baselines in a different encoding format as used by the data. For example, baselines in the new encoding format may be more easily compared and manipulated during the patch generation process. |
US11593084B2 |
Code development for deployment on a cloud platform
A method includes receiving code for computer programming, analyzing the code and extracting a plurality of configuration properties from the code. In the method, one or more configuration files are generated from the extracted plurality of configuration properties, and microservice code is generated from the one or more configuration files. The microservice code is configured for deployment on one or more cloud computing platforms. |
US11593083B2 |
Client application with embedded server
Embodiments provide a web-based editing tool that intelligently leverages certain functionality of a browser, web client, desktop client, and native software at the client side to provide seamless user experience when editing a file over a network. Responsive to a user selecting a file for editing, the web client may send a passive content request to a web server embedded in the desktop client at a specific address on the client device. If no response, the web client prompts the user to start or install the desktop client on the client device. If a response is received, the web client sends a request to the desktop client with a user identifier and authorization to download the file from a server. The desktop client downloads the file, opens it in the native software, monitors the file being edited, and updates a delta associated with the file to the server. |
US11593082B2 |
Registered applications for electronic devices
The subject technology provides a portion of the functionality of an application on an electronic device on which the application is not installed. The portion of the functionality of the application is provided by a clip of the application that can be obtained, installed, and launched on the user device, at the time the functionality is desired by a user, and without authenticating information for the user. The clip of the application can provide the user with access to a purchase function, an ordering function, or any other sub-function of the application. When the application itself is installed on the device, the clip of the application can be deleted while preserving access, by the application, to data generated on the device by the clip. |
US11593081B2 |
Medical software download to mobile phone
A method for monitoring medical data is disclosed, the method being applicable to a system comprising a portable medical device, a mobile communications device, and, optionally, a medical care server. The portable medical device and the mobile communications device each comprise at least one interface for data transfer. The method comprises a step of establishing a download link between the mobile communications device and a download server. The method comprises a step of selecting an appropriate communication software package from a plurality of communication software packages for controlling data transfer between the mobile communications device and the portable medical device from the download server. Further, the method comprises a download step for downloading communication software packages from the download server to the mobile communications device and a step of installation of the communication software package on the mobile communications device. |
US11593078B2 |
Reload ordering for executable code modules
A computing device including a processor configured to receive source code including a plurality of source code modules. The processor may generate executable code from the source code and assign two or more reload indicators to two or more executable code modules. The processor may execute the executable code. During execution of the executable code, the processor may receive a source code update and generate an executable code update from the source code and the source code update. The processor may apply the executable code update to the executable code to generate updated executable code. The processor may generate a reload ordering of two or more reload operations corresponding to the reload indicators. As specified by the reload ordering, the processor may perform the two or more reload operations at the two or more respective executable code modules. The processor may execute the updated executable code. |
US11593075B2 |
Streamlined fast and efficient application building and customization systems and methods
A system may receive a request from a user to build a custom application specific to an operating system (OS) platform. The system may include an application gateway and the custom application may be a user-customized variation of an application gateway client. The system may prepare a build request and send it to a bonding client running on a work station specific to the OS platform. The bonding client may execute build scripts with user-provided configuration information to create the custom application. Instead of submitting the custom application to a third-party digital distribution platform, the bonding client may store the custom application in a storage location accessible by the system. The system, responsive to the request from the user, may send a response to the computing device, the response containing a link to the storage location of the custom application. |
US11593074B2 |
System, method, and apparatus for data-centric networked application development services
A method for data-centric networked application development includes: modifying a graphical user interface of a networked application development environment with a selectable component for including a reusable data entity in a project, the reusable data entity being defined and bound to a form component via interaction with the graphical user interface; and configuring a block of a data-centric form of the project with the form component in response to selection of the selectable component at a design surface of the graphical user interface. |
US11593071B2 |
Arithmetic processing apparatus, control method of arithmetic processing apparatus, and non-transitory computer-readable storage medium for storing program
An arithmetic processing apparatus includes: a plurality of nodes (N nodes) capable of communicating with each other, each of the plurality of nodes including a memory and a processor, the memory being configured to store a value and an operation result, the processor being configured to execute first processing when N is a natural number of 2 or more, n is a natural number of 1 or more, and N≠2n, wherein the first processing is configured to divide by 2 a value held by a first node, the first node being any of the plurality of nodes and a last node in an order of counting, obtain one or more node pairs by pairing remaining nodes among the plurality of nodes exception for the first node, and calculate repeatedly an average value of values held by each node pair of the one or more node pairs. |
US11593070B2 |
Arithmetic device
According to one embodiment, an arithmetic device includes an arithmetic circuit. The arithmetic circuit includes a memory part including a plurality of memory regions, and an arithmetic part. One of the memory regions includes a capacitance including a first terminal, and a first electrical circuit electrically connected to the first terminal and configured to output a voltage signal corresponding to a potential of the first terminal. |
US11593069B2 |
Use of a single instruction set architecture (ISA) instruction for vector normalization
Embodiments described herein are generally directed to an improved vector normalization instruction. An embodiment of a method includes responsive to receipt by a GPU of a single instruction specifying a vector normalization operation to be performed on V vectors: (i) generating V squared length values, N at a time, by a first processing unit, by, for each N sets of inputs, each representing multiple component vectors for N of the vectors, performing N parallel dot product operations on the N sets of inputs. Generating V sets of outputs representing multiple normalized component vectors of the V vectors, N at a time, by a second processing unit, by, for each N squared length values of the V squared length values, performing N parallel operations on the N squared length values, wherein each of the N parallel operations implement a combination of a reciprocal square root function and a vector scaling function. |
US11593064B2 |
Audio rendering device and audio configurator device for audio stream selection, and related methods
Audio rendering devices comprising at least one audio rendering unit for playing audio streams, processing circuit and a wireless communication unit for establishing wireless links and related method are disclosed. One audio rendering device is configured to receive a remote audio stream prioritization policy comprising one or more lists of associations between audio stream attributes and priority values, update a local audio stream prioritization policy based on the remote audio stream prioritization policy, identify audio streams available via wireless links, retrieve audio stream attributes of the available audio streams, select an available audio stream to be played among the available audio streams, based on the updated local audio stream prioritization policy and based on the audio stream attributes of the available audio streams, and play the selected audio stream, by the audio rendering unit of the audio rendering device. |
US11593063B2 |
Audio content production, audio sequencing, and audio blending system and method
Some embodiments include a production content server system with a computing device processing operations include causing a content reader server to couple to a content source with content using a wired or wireless link, and downloading at least one content file associated with content retrieved from the content source, where content file includes audio and/or a video. The operations include transcoding at least a portion of the at least one content file with a dynamic range compression to a specified dynamic range, equalization and duration, and processing at least one content audio file from the at least one content file. The operations further include storing the at least one content audio file to a production content database. Some embodiments include processing a production break audio file including blending the at least one production break audio file with at least one other content file. |
US11593061B2 |
Internet of things enable operated aerial vehicle to operated sound intensity detector
A method, the method comprising retrieving a sound intensity map for a venue, wherein the sound intensity map is divided up into a plurality of regions, wherein the sound intensity map predicts a sound quality for each region during a current event. Receiving data from a plurality of IOT enabled operated aerial vehicles, where each IOT enabled operated aerial vehicle of the plurality of IOT enabled operated aerial vehicles travels around different regions of the plurality of regions, wherein each IOT enabled operated aerial vehicle collects data during the event. Comparing the received data to the sound intensity map to determine the region where an audio component of a venue audio needs to be adjusted. Determining the adjustment required for the audio component and adjusting the audio equipment. |
US11593057B2 |
Dynamic branding via a dynamic information tag
A dynamic information tag is disclosed for performing a dynamic information tag operation. The dynamic information tag includes a tag housing, the tag housing being sized to fit within a recess of an information handling system configured for receipt of a static information tag; a control and connection portion; and, a display coupled to the control and connection portion, the display being controlled via the control and connection portion to present information handling system information, the information handling system information comprising dynamic branding information. |
US11593053B2 |
Display system and methods
A display system and methods; in general, a plurality of display sub-assemblies collectively creating a viewing plane. Each display sub-assembly having a plurality of light emitting elements on a substrate with a plurality of substantially equal pixel gaps between light emitting elements. Bend gaps are provided between pixels that enable the display sub-assemblies to bend thereby creating a curved viewing plane. A mobile LED panel display may be formed of a plurality of LED display modules having a plurality of pixels, four or more casters, a battery powered supply, a media player (electrically communicating with the plurality of display modules for controlling the display of images on the LED panel display, and a removable content storage device and; thus, functions as a rugged, light weight, battery powered display to inform customers and passers-by about product and service offerings via a rugged person size mobile light weight battery powered display. |
US11593052B1 |
Keyboard/video/monitor switch for servers without integrated video controller
An apparatus comprises a switch and nodes coupled to the switch. Each node does not include an integrated video controller and transmits data to the switch via a USB and a serial connection. The switch comprises a controller which stores video output generated based on data received via serial connections. The controller: receives a user selection for a first node; transmits the user selection to a first multiplexer; retrieves a first video output generated based on data received via the corresponding serial connection; and transmits the first video output to a second multiplexer. The first multiplexer transmits USB data received from the first node to the second multiplexer. If the first node is in a pre-boot environment, the second multiplexer selects the first video output for transmission. If the first node is in a post-boot environment, the second multiplexer selects the data received from the first node for transmission. |
US11593048B2 |
Intelligent session management system for a multifunction device
A system for performing multifunction device session management includes a multifunction device and a computer-readable storage medium that includes one or more programming instructions. The one or more programming instructions cause the multifunction device to detect by one or more sensors of the multifunction device an indication that a session is to be initiated, in response to detecting the indication that the session is to be initiated, initiate the session, retrieve a device policy associated with the multifunction device from a data store associated with the multifunction device, identify a condition from the device policy, monitor for the occurrence of one or more triggers during the session, wherein each trigger is associated with the identified condition in the device policy, and in response to detecting that one or more of the triggers have occurred at the multifunction device, perform one or more actions pertaining to completion of the session. |
US11593043B2 |
Printing device capable of starting specific printing under contract at a suitable timing, printing system including the printing device, and method for controlling the printing device
A printing device includes: a communication interface communicable with a server; and a controller. The controller is configured to perform: a communication status monitoring process to monitor a communication state with the server; a consumable determination process; and a transition process. The consumable determination process is to determine whether a particular consumable is included in one or more of consumables attached to the printing device, the particular consumable being a consumable that meets a prescribed condition required for transition to a specific printing state where specific printing under a contract with the server is allowed. The transition process is to execute the transition to the specific printing state in a case where: the communication state is determined to be communicable with the server in the communication status monitoring process; and the particular consumable is determined to be included in the one or more of consumables in the consumable determination process. |
US11593035B2 |
Managing client devices associated with storage nodes in a scale-out storage system
Client devices associated with scale-out storage nodes can be managed based on scale-out storage nodes having backup power supplies. For example, a management node of a scale-out storage system can determine, from among a plurality of storage nodes of the scale-out system, that a first storage node is uncoupled to a backup power supply and that a second storage node is coupled to the backup power supply. The management node can receive device characteristics describing a type of workload and a configuration for a client device associated with the first storage node. The management node can determine the client device satisfies a migration policy based on the device characteristics. The management node can migrate the client device to the second storage node based on the client device satisfying the migration policy. |
US11593034B2 |
Simulating stretched volume remote instance using a shadow volume on a local system
A simulated stretched volume may be configured from multiple volumes of a single data storage system. The volumes may be assigned unique identifiers. The volumes may be exposed to a host over paths from the single data storage system as the same volume having the same unique identifier. The single data storage system may include sets of target ports with each set simulating paths to a different data storage system. A management command may be received that is directed to the simulated stretched volume having the unique identifier. The management command may be received on a path from the host to a target port of the single data storage system. Servicing the management command may include the single data storage system simulating either the local or remote system depending on the set of target ports including the target port. |
US11593032B1 |
Memory sub-system data migration
A method includes receiving a command to write data to a memory device and writing the data to a first memory tier of the memory device. The first memory tier of the memory device is a dynamic memory tier that utilizes single level cells (SLCs), multi-level cells (MLCs), and triple level cells (TLCs). The method further includes migrating the data from the first memory tier of the memory device to a second memory tier of the memory device. The second memory tier of the memory device is a static memory tier that utilizes quad level cells (QLCs). |
US11593027B2 |
Command selection policy with read priority
Apparatuses and methods related to command selection policy for electronic memory or storage are described. Commands to a memory controller may be prioritized based on a type of command, a timing of when one command was received relative to another command, a timing of when one command is ready to be issued to a memory device, or some combination of such factors. For instance, a memory controller may employ a first-ready, first-come, first-served (FRFCFS) policy in which certain types of commands (e.g., read commands) are prioritized over other types of commands (e.g., write commands). The policy may employ exceptions to such an FRFCFS policy based on dependencies or relationships among or between commands. An example can include inserting a command into a priority queue based on a category corresponding to respective commands, and iterating through a plurality of priority queues in order of priority to select a command to issue. |
US11593024B1 |
Request control for memory sub-systems
A request can be provided, from a front-end of a memory sub-system, to a processing device of the memory sub-system and deleting the request from a buffer of the front-end of the memory sub-system. Responsive to deleting the request from the buffer, determining a first quantity of requests in the buffer and responsive to deleting the requests from the buffer, determining a second quantity of outstanding requests in the back-end of the memory sub-system. Responsive to deleting the request from the buffer and providing the request to the processing device, determining whether to provide a response to a host, wherein the response includes an indication of the quantity of requests in the buffer and of outstanding requests in a back-end of the memory sub-system, based on a comparison of the second quantity of outstanding requests to a threshold. |
US11593020B2 |
Consistent entity tags with multiple protocol data access
Techniques are provided for consistent entity tags with multiple protocol data access. In an example, a file storage system is configured to process data according to file storage protocol(s) and object storage protocol(s). An object storage protocol can utilize entity tags that indicate whether an object (represented with a file in the file storage system) has changed. Where a file storage protocol is utilized to modify a file, an indication may be stored that indicates that the file lacks a valid entity tag. If an object storage operation is made to retrieve an object, and if the object corresponds to a valid entity tag, then that entity tag can be returned as part of the response. If the object does not correspond to a valid entity tag, then the file storage system can generate a new entity tag and return the newly generated entity tag as part of the response. |
US11593019B2 |
Method and system for information storage
The present disclosure provides a method for information storage and a system thereof, which adapts to a data storage system. A monitoring unit is configured to detecting and monitoring operations of a storage node in the data storage system to generate corresponding one and more monitoring data. A recording processor is configured to receiving the one or the plurality of monitoring data, and rendering one or a plurality of logs according to the difference of content of the one or the plurality of monitoring data. The adjustment mechanism is performed according to the stored logs, thereby the amount of large data generated during monitoring is effectively reduced. |
US11593017B1 |
Protection of objects in an object store from deletion or overwriting
An illustrative method includes an object retention management system establishing a retention policy for a bucket of an object-based storage system, detecting an operation that causes an object to be stored within the bucket, and applying, based on the detecting of the operation, the retention policy to the object, the retention policy preventing the object from being deleted or overwritten for a predefined time duration. |
US11593016B2 |
Serializing execution of replication operations
Techniques are provided for serializing replication operations. A plurality of operations are implemented upon a first storage object and are replicated as a plurality of replication operations. An order with which the plurality of replication operation are to be executed upon a second storage object is determined. Execution of the plurality of replication operations upon the second storage object is serialized according to the order. |
US11593013B2 |
Management of data in a hybrid cloud for use in machine learning activities
Managing hybrid cloud resources by grouping at least a portion of the elements of a data set according to attribute sensitivity into a cluster of elements, computing a resource allocation impact of the cluster of elements, computing an information gain associated with the set of elements, and allocating cloud resources according to the resource allocation impact and information gain. |
US11593008B2 |
Control method for flash memory controller and associated flash memory controller and storage device
The present invention provides a control method of a flash memory controller, wherein the flash memory controller is configured to access a flash memory module, and the control method includes the steps of: receiving a settling command from a host device to configure a portion space of the flash memory module as a zoned namespace; receiving a write command from the host device to write data corresponding a first zone into a plurality of blocks of the flash memory module, wherein an access mode chose by the flash memory controller is determined based on a size of each zone and a size of each block. |
US11593001B1 |
Using per memory bank load caches for reducing power use in a system on a chip
A VPU and associated components include a min/max collector, automatic store predication functionality, a SIMD data path organization that allows for inter-lane sharing, a transposed load/store with stride parameter functionality, a load with permute and zero insertion functionality, hardware, logic, and memory layout functionality to allow for two point and two by two point lookups, and per memory bank load caching capabilities. In addition, decoupled accelerators are used to offload VPU processing tasks to increase throughput and performance, and a hardware sequencer is included in a DMA system to reduce programming complexity of the VPU and the DMA system. The DMA and VPU executes a VPU configuration mode that allows the VPU and DMA to operate without a processing controller for performing dynamic region based data movement operations. |
US11592993B2 |
Establishing data reliability groups within a geographically distributed data storage environment
Establishing data reliability groups within a geographically distributed data storage environment is presented herein. A system can comprise a processor; and a memory that stores executable instructions that, when executed by the processor, facilitate performance of operations, comprising: partitioning geographically distributed data storage zones into reliability groups, in which a reliability group of the reliability groups comprises a group of storage zones comprising a defined amount of the geographically distributed data storage zones; and facilitating a replication of data of the group of storage zones using a portion of remaining data of the group of storage zones. |
US11592987B2 |
Nonvolatile semiconductor memory device
A nonvolatile semiconductor memory device comprises a cell unit including a first and a second selection gate transistor and a memory string provided between the first and second selection gate transistors and composed of a plurality of serially connected electrically erasable programmable memory cells operative to store effective data; and a data write circuit operative to write data into the memory cell, wherein the number of program stages for at least one of memory cells on both ends of the memory string is lower than the number of program stages for other memory cells, and the data write circuit executes the first stage program to the memory cell having the number of program stages lower than the number of program stages for the other memory cells after the first stage program to the other memory cells. |
US11592984B2 |
Onboard machine learning for storage device
A method includes receiving at a storage device a command from a host. When learning is active on the storage device, an initial parameter value of a plurality of parameter values is used for performing a first action of a plurality of actions for the command. The first action is performed using the initial parameter value of the plurality of parameter values for the command The first parameter value is incremented to a next parameter value of the plurality of parameter values for the command for use in reperforming the first action. |
US11592982B2 |
Memory storage device and electronic device including nonvolatile memory
An electronic device comprising a nonvolatile memory, a memory controller configured to control the nonvolatile memory, and a host connected to the memory controller. In response to a first write signal received from the host, the memory controller is configured to provide the first write signal to the nonvolatile memory, the nonvolatile memory is configured to perform a write operation based on the provided first write signal, generate first metadata based on a result of performing the write operation, and provide the generated first metadata to the host. The host is configured to determine whether to perform garbage collection for the nonvolatile memory using a neural network model trained based on the provided first metadata or the first write signal, provide a garbage collection request signal to the memory controller in response to determining to perform garbage collection. |
US11592981B2 |
Information processing device and program
The information processing device includes a display control unit, and an execution instruction issuing unit, wherein the operation detecting unit determining that a second touch operation has been detected when movement has been detected in the touched position on a touch panel detected as a first touch operation, and the execution instruction issuing unit issuing an instruction to execute a process associated with a direction of movement in the touched position moved by the detected second touch operation. |
US11592975B2 |
Food management system
Systems and methods for managing food processing and inventory. Food inventory held at food holding locations can be monitored. Food can be transferred among holding locations and served from holding locations. A prioritized food type list indicates food types to be processed and lists food types in order of determined priority. Food may be transferred to default destination holding locations. Food may be moved to and served from primary holding locations. Buttons associated with holding location displays can be actuated by different types of user engagement for executing various food management operations. |
US11592973B2 |
Goal-based dynamic modifications to user interface content
Methods and systems are presented for dynamically modifying electronic content presented on a user device by third-party content providers based on goals associated with one or more entities. A content modification system may receive inputs related to goals for a user. The content modification system may synthesize the goals associated with the user. When the user uses a user device to request content from a third-party server, the content modification system may obtain the content and extract items included within the content. The content modification system may modify the content based on the synthesized goals, such as re-arranging the items, highlighting some of the items, or adding and/or removing items. The content modification system may cause the user device to present the modified content. |
US11592972B2 |
Electronic device for facilitating user interactions with graphical objects presented on a display
An electronic device includes a display, a timer and computing hardware configured to execute a software product. Execution of the software product results in generating and rendering a graphical user interface on the display with four or more user-selectable graphical objects. Selection of a first user-selectable graphical object at a first spatial position on the graphical user interface and a movement of the selected first user-selectable graphical object along a path towards a second user-selectable graphical object at a second spatial position is detected and a position of the first user-selectable graphical object is exchanged with the position of the second user-selectable graphical object. If, during a predetermined time period, a selection of a third user-selectable graphical object and a movement of the third user-selectable graphical object towards a fourth user-selectable graphical object is detected, the positions of the third and fourth objects is exchanged. |
US11592969B2 |
Automated tools for generating building mapping information
Techniques are described for computing devices to perform automated operations related to using images acquired in a building as part of generating a floor plan for the building, in some cases without using depth information from depth-sensing equipment about distances from the images' acquisition locations to objects in the surrounding building, and for subsequent use in further automated manners, such as controlling navigation of mobile devices and/or for display to end users in a corresponding GUI (graphical user interface). In some cases, the MIGM system interacts with an MIGM system operator user, such as by displaying a GUI showing information related to the images and/or a floor plan being generated, and by receiving and using input submitted by the user via the GUI to assist with the generating of the floor plan, such as to specify interconnections between particular rooms via particular inter-room wall openings of the rooms. |
US11592968B2 |
User terminal apparatus and management method of home network thereof
An example user terminal apparatus includes communication circuitry configured to be connected to a home network comprising a plurality of devices; a display configured to display a UI screen for managing the home network; a sensor configured to sense a user manipulation of the UI screen; and processing circuitry configured to change the UI screen displayed on the display according to the user manipulation. The UI screen is one of a plurality of service pages that are changeable according to a user manipulation in a first direction, the plurality of service pages being pages for respectively providing different home network management services. At least one of the plurality of service pages comprises an area that is displayable on the display according to a user manipulation in a second direction. |
US11592963B2 |
Terminal, control method therefor, and recording medium in which program for implementing method is recorded
The present invention relates to: a terminal capable of setting a trigger area and outputting additional contents in response to an input of touching the set trigger area; and a control method therefor. The terminal according to the present invention can comprise a touch screen for displaying information and receiving a touch input, and a control unit for performing control so as to output main contents on the touch screen, set a trigger area linked to a plurality of additional contents on the main content, output a list of the plurality of additional contents linked to the trigger area in response to a touch input of touching the trigger area when an edit mode for allowing setting of the trigger area is terminated and a viewer mode is executed, and output first additional contents corresponding to the selected item when any one is selected from the list. |
US11592961B2 |
Selecting a picture of a device to identify an associated codeset
A browser device communicates via Wi-Fi with a central function device. The function device has information regarding all the various remote controls needed by the consumer. The function device communicates wirelessly with the browser device and in turn then operates all of the consumer's electronic devices. |
US11592959B2 |
Device, method, and graphical user interface for navigating and displaying content in context
An electronic device displays one or more thumbnails. The device detects a first multi-contact gesture that includes movement of a first contact and a second contact; and, in response to detecting the first multi-contact gesture, the device displays content associated with a respective thumbnail and enlarges the content associated with the respective thumbnail to a respective enlarged size in accordance with the first multi-contact gesture. The device detects termination of the first multi-contact gesture; and, in response to detecting termination of the first multi-contact gesture: when a resizing metric based on the first multi-contact gesture is below a predefined threshold, the device ceases to display the content at the respective enlarged size; and, when the resizing metric based on the first multi contact gesture is above the predefined threshold, the device displays the content on the display in a predefined arrangement. |
US11592953B2 |
Enterprise workspace notifications service
A notification builder implemented through a graphical user interface (“GUI”) provides a platform for building notifications and defining priorities for how the notifications will be presented to users of managed devices. Elements included in the notification builder and selectable as part of a build process can provide options for naming a notification, providing content for the notification, defining recipients, setting a respective priority, and creating action buttons. An action button can allow a user that has received a notification built with the notification builder to interact with the notification in a predetermined manner. The GUI can also provide data relating to the notification, such as success/failure, read/unread, etc. |
US11592952B2 |
Portable electronic device, method, and graphical user interface for displaying structured electronic documents
At an electronic device with a touch screen display, display a user interface, where the user interface includes at least two windows of an application, a first icon displayed in association with a first window of the at least two windows, and a second icon at a location different from the at least two windows. While displaying the at least two windows, detect a gesture on the touch screen display. In response to detecting the gesture: in accordance with detecting the gesture on the first icon associated with the first window on the touch screen display, remove from the display the first window of the at least two displayed windows corresponding to the gesture; and in accordance with detecting the gesture on the second icon at the location different from the at least two windows of the application, display a new window of the application on the touch screen display. |
US11592947B2 |
Touch structure and touch display panel
A touch structure and a touch display panel are provided. The touch structure includes a first touch; the first touch electrode includes a plurality of first touch electrode portions connected in series, each of the first touch electrode portions includes a first main body portion and a plurality of first finger portions, and the plurality of first finger portions protrude from the first main body portion; at least one first finger portion of at least one of the plurality of first touch electrode portions includes a first finger effective electrode and a first finger dummy electrode, the first finger dummy electrode is insulated from the first finger effective electrode, and the first finger effective electrode is connected with the first main body portion. |
US11592944B2 |
Display device having touch sensor
The present disclosure provides a display device having a touch sensor for reducing the size of a bezel area. The display device having a touch sensor is configured such that touch electrodes and touch lines are disposed in a mesh shape on an encapsulation layer encapsulating light-emitting elements and such that some of the touch lines are connected to a touch-driving circuit via an upper bezel area, thereby reducing the size of left and right bezel areas. |
US11592941B2 |
Input apparatus and electronic equipment
Electronic equipment includes a pressed body as either a housing or a display, a pressure-sensitive sensor, a support configured to support the pressure-sensitive sensor such that the pressure-sensitive sensor is opposed to the pressed body, and a filler provided between the pressed body and the pressure-sensitive sensor. The filler has a thickness that changes with distance between the pressed body and the pressure-sensitive sensor. |
US11592940B2 |
Touch display apparatus, stylus and sensing method of stylus
A touch display apparatus includes a first sensing element, a flexible display device, and a second sensing element. The flexible display device is disposed below the first sensing element. The flexible display device is located between the first sensing element and the second sensing element. The second sensing element includes a pressure sensing layer and a reaction force layer. The pressure sensing layer is located between the flexible display device and the reaction force layer. |
US11592936B2 |
Capacitive touch device with high sensitivity and low power consumption
There is provided a capacitive touch device including a touch panel and a control chip. The touch panel includes detection electrodes configured to form self-capacitance and mutual-capacitance. The control chip includes an emulation circuit and a subtraction circuit. The emulation circuit is configured to output a reference signal. The subtraction circuit is coupled to the emulation circuit and the detection electrode, subtracts the reference signal outputted by the emulation circuit from a detected signal outputted by the detection electrodes to output a differential detected signal, and identifies a touch event according to the differential detected signal to reduce the power consumption for touch detection. |
US11592935B2 |
System and method for detecting and characterizing touch inputs at a human-computer interface
One variation of a system for detecting inputs at a computing device includes: a substrate including a top layer, a bottom layer defining an array of support locations, and electrode pairs proximal the support locations; a touch sensor surface arranged over the top layer of the substrate; a set of spacers, each arranged over an electrode pair at a support location on the bottom layer of the substrate and including a force-sensitive material exhibiting variations in local bulk resistance responsive to variations in applied force; an array of spring elements coupled to the set of spacers, configured to support the substrate on a chassis, and configured to yield to displacement of the substrate downward toward the chassis responsive to forces applied to the touch sensor surface; and a controller configured to interpret forces of inputs on the touch sensor surface based on resistance values of the electrode pairs. |
US11592932B2 |
Position detection in rollable displays
A method for operating an electronic device, the method including: displacing a rollable touchscreen to a first position along a first direction, a first side of the rollable touchscreen being mounted in a housing, the rollable touchscreen being configured to be rolled into or unrolled out of the housing along the first direction, detecting an active electrode at a first location on the rollable touchscreen, the active electrode being mounted in the housing, and determining the first position of the rollable touchscreen based on the first location, the first positing being indicative of a fractional amount of the rollable touchscreen outside the housing. |
US11592930B1 |
Touchpad assembly for an information handling system
A touchpad assembly, including an actuator device that provides motion in a first direction; a first structural element coupled to the actuator device; a second structural element coupled to the first structural element; wherein the first structural element, in response to the motion in the first direction provided by the actuator device, exerts a first rotational force in a first rotational direction, wherein the second structural element, in response to the first rotational force by the first structural element, exerts a second rotational force in a second rotational direction opposite to the first rotational direction, wherein the first rotational force and the second rotational force provide a rotational vibration of the touchpad assembly. |
US11592929B2 |
Touch sensor panel including resistors for improved input signal
In some examples, a touch screen includes resistors between the touch electrodes and routing traces. In some examples, the resistors can include a transparent conductive material included in the touch electrodes of the touch screen. The resistors can be located in a border region of the touch screen that can surround an active area of the touch screen that can include the touch electrodes and display pixels of the touch screen, for example. In some examples, the resistors included in the touch screen can have different resistances from each other and the same outer dimensions as one another. The resistors can reduce the variation in resistance from channel to channel in the touch screen, which can improve touch screen performance, for example. |
US11592927B2 |
Semiconductor device having a communication bus
A semiconductor device for an input device comprises sensor circuitry, a plurality of contacts and a sensor bus. A first contact of the plurality of contacts is configured to be coupled to a first sensor electrode of the plurality of sensor electrodes, a second contact of the plurality of contacts is configured to be coupled to a second sensor electrode of the plurality of sensor electrodes, and a third contact of the plurality of contacts is configured to be coupled to a third sensor electrode of the plurality of sensor electrodes. The sensor bus comprises a plurality of traces. A first trace of the plurality of traces is configured to couple the first contact and the second contact to a first transmitter of the sensor circuitry and a second trace of the plurality of traces is coupled to the third contact to a first receiver of the sensor circuitry. |
US11592925B1 |
Low latency input object detection under low ground mass condition
A processing system configured to detect an input object proximate the processing system. The processing system includes sensor circuitry configured to make a determination, when the processing system is in a low ground mass (LGM) state, that a large object is proximate to sensor electrodes of the processing system. The sensor circuitry is further configured, in response to a determination that a large object is proximate the sensor electrodes while the processing system is in the LGM state, to drive a first group of sensor electrodes with one of an inverted signal or a non-inverted signal and drive a second group of sensor electrodes with a static DC voltage. |
US11592910B2 |
Managing input sensitivity of an information handling system
Managing input sensitivity of an information handling system, including performing a calibration and configuration of an input sensitivity management model, including: identifying contextual data associated with the information handling system, the contextual data including i) system characteristics of the information handling system and ii) o user characteristics of a user of the information handling system; identifying historic states of the information handling system, the historic states including for each state in time of the information handling system, inputs to the information handling system and outputs of the information handling system based on the inputs to the information handling system; training, based on the contextual data and the historic states, the input sensitivity management model for determining an input sensitivity of the inputs to the information handling system; performing, after performing the calibration and configuration of the input sensitivity management model, a steady-state monitoring of the information handling system. |
US11592907B2 |
Gesture-triggered augmented-reality
A user may routinely wear or hold more than one computing devices. One of the computing devices may be a head-mounted computing-device configured for augmented reality. The head-mounted computing-device may include a camera. While imaging, the camera can consume power and processing resources that diminish a battery of the head-mounted computing device. To improve a battery life and to enhance a user's privacy, imaging of the camera can be deactivated during periods when the user is not interacting with the head-mounted computing device and activated when the user wishes to interact with the head-mounted computing device. The activation of the camera can be triggered by gestured data collected by a computing device other than the head-mounted computing-device. |
US11592906B2 |
Ocular focus sharing for digital content
A position within displayed digital content that a user is ocularly focused on (e.g., where within displayed content the user is looking) may be determined. Digital content comprising a visual indication of the position may be rendered. The visual indication of the position may be displayed on the same display that the user is looking at and/or a different display. In some embodiments, the position may be determined based on data generated by a sensor physically attached to the user. Additionally or alternatively, the position may be determined based on data generated by a stationary computing device comprising a sensor configured to track changes in ocular position of the user. In some embodiments the digital content may comprise digital images and/or video (e.g., broadcast content, on-demand content, images and/or video associated with a computer application, or the like). |
US11592905B2 |
Apparatus for producing a haptic feedback
In an embodiment an apparatus includes a base plate, an interface with a touch-sensitive surface, a piezoelectric actuator and a mechanical reinforcing element, wherein the mechanical reinforcing element is fastened to the piezoelectric actuator, wherein the mechanical reinforcing element is fastened to the interface, wherein the mechanical reinforcing element is configured to deform, as a result of a change of an extension of the piezoelectric actuator, in a first direction such that a partial region of the mechanical reinforcing element is moved relative to the piezoelectric actuator in a second direction perpendicular to the first direction and a force is applied to the interface, wherein the interface is moved, by the force applied, in a direction lateral to the touch-sensitive surface, or wherein the interface is moved, by the force applied, in a direction perpendicular to the touch-sensitive surface. |
US11592904B2 |
Flexible haptic interface
Flexible haptic interface including a chamber containing a non-newtonian fluid and bounded at least partially by a flexible wall the exterior face of which defines a touch surface capable of being touched by a user; a plurality of actuators borne by a flexible carrier and placed so as to transmit a local mechanical excitation to the fluid; and a control circuit connected to the actuators and configured to modulate the signals sent to the actuators in order to mechanically induce a modification of the rheology of the fluid and to generate a haptic sensation perceptible by the user on the touch surface. |
US11592903B2 |
System and method for detecting and responding to touch inputs with haptic feedback
One variation of a system for detecting and responding to touch inputs with haptic feedback includes: a magnetic element rigidly coupled to a chassis; a substrate; a touch sensor interposed between the substrate and a touch sensor surface; an inductor coupled to the substrate below the touch sensor surface and configured to magnetically couple to the magnetic element; a coupler coupling the substrate to the chassis, compliant within a vibration plane approximately parallel to the touch sensor surface, and locating the inductor approximately over the magnetic element; and a controller configured to intermittently polarize the inductor responsive to detection of a touch input on the touch sensor surface to oscillate the substrate in the vibration plane relative to the chassis. |
US11592902B2 |
Wearable electronic haptic feedback system for VR/AR and gaming
A wearable Haptic Human Machine Interface (HHMI) receives electrical activity from muscles and nerves of a user. An electrical signal is determined having characteristics based on the received electrical activity. The electrical signal is generated and applied to an object to cause an action dependent on the received electrical activity. The object can be a biological component of the user, such as a muscle, another user, or a remotely located machine such as a drone. Exemplary uses include mitigating tremor, accelerated learning, cognitive therapy, remote robotic, drone and probe control and sensing, virtual and augmented reality, stroke, brain and spinal cord rehabilitation, gaming, education, pain relief, entertainment, remote surgery, remote participation in and/or observation of an event such as a sporting event, biofeedback and remotality. Remotality is the perception of a reality occurring remote from the user. The reality may be remote in time, location and/or physical form. The reality may be consistent with the natural world, comprised of an alternative, fictional world or a mixture of natural and fictional constituents. |
US11592898B2 |
Protection of and access to data on computing devices
Techniques for changing the presentation of information on a user interface based on presence are described. In an example, a computer system determines, based on an image sensor associated with the system, a first presence of a first user relative to a computing device. The computer system also determines an identifier of the first user. The identifier is associated with operating the computing device. The operating comprises a presentation of the user interface by the computing device. The computer system also determines, based on the image sensor, a second presence of a second person relative to the computing device. The computer system causes an update to the user interface based on the second presence. |
US11592896B2 |
Technological infrastructure for enabling multi-user collaboration in a virtual reality environment
The present disclosure describes techniques for generating, maintaining, and operating a cooperative virtual reality (VR) environment across multiple computing devices. By utilizing these techniques, disparate users are able to work independently or in collaboration on projects within a single VR environment without the latency issues that plague prior VR environments. That is, unlike prior systems which are plagued with latency issues that interrupt the user's VR experience, the techniques described in the present disclosure allow for cooperative VR environments to be rendered in real time across large numbers of computing devices while enabling each computing device to provide a smooth user experience. Additionally, the techniques described herein distribute the data processing and analysis between the VR server and the individual computing devices rendering the cooperative VR environment. |
US11592895B1 |
Systems and methods for improving power efficiency
Systems and methods for improving power efficiency of electronic systems are disclosed. An intelligent voltage regulator module (VRM) can self-regulate the output power provided to one or more components of an electronic system. For example, output voltage to a component can be increased when more computational power is needed or lowered when appropriate. The intelligent VRM can regulate the output power, for instance, based on one or more of usage or activity of the component. In some cases, the intelligent VRM can independently regulate the output power without input from a host device or override one or more output power parameters. Adjustment of the output power can be performed using machine learning (ML). |
US11592894B2 |
Increasing power efficiency for an information handling system
In one embodiment, a method for increasing power efficiency for an information handling system includes: monitoring, by a host service, one or more performance metrics associated with a memory device of the information handling system, the memory device including a power controller communicably coupled to a management device via a side-band bus; predicting, by the host service, an energy requirement for the memory device based on the one or more performance metrics; generating, by the host service, a power configuration profile based on the energy requirement, the power configuration profile indicating one or more power controller parameters associated with the power controller; sending, by the host service, the power configuration profile to the management device; receiving, by the management device, the power configuration profile; and modifying, by the management device and via the side-band bus, the one or more power controller parameters based on the power configuration profile. |
US11592889B2 |
Die-to-die dynamic clock and power gating
A system includes a plurality of systems-on-a-chip (SoCs), connected by a network. The plurality of SoCs and the network are configured to operate as a single logical computing system. The plurality of SoCs may be configured to exchange local power information indicative of network activity occurring on their respective portions of the network. A given one of the plurality of SoCs may be configured to determine that a local condition for placing the respective portion of the network corresponding to the given SoC into a reduced power mode has been satisfied. The given SoC may be further configured to place the respective portion of the network into the reduced power mode in response to determining that a global condition for the reduced power mode is satisfied. The global condition may be assessed based upon current local power information for remaining ones of the plurality of SoCs. |
US11592888B2 |
Highly configurable power-delivery management policy
Described are mechanisms and methods for implementing highly configurable power delivery management policies. An apparatus may comprise a first circuitry, a second circuitry, a third circuitry, and a fourth circuitry. The first circuitry may include a memory to store a first table having one or more first entries and to store a second table having one or more respectively corresponding second entries. The second circuitry may, upon the occurrence of an event, test a condition specified by an entry in the first table. The third circuitry may, upon the test of the condition having a positive result, evaluate a set of one or more parameters as specified by an entry in a second table corresponding with the entry in the first table. The fourth circuitry may initiate a power-management action based upon the evaluation of the set of one or more parameters. |
US11592884B2 |
Power management of discrete communication port components
Apparatus and methods for managing power consumption of a data-path in a computer system are provided, the data-path comprising a first port and a second port, the first port comprising a high-speed and the second port comprising a low-speed port. The disclosed method including connecting a device to the data-path, determining that the connected device is to communicate using the second port and turning off an active circuit associated with the first port of the data-path. |
US11592882B2 |
Variable fin stack
A variable fin stack for cooling components in a chassis of a portable information handling system. The variable fin stack comprises a first array of fins coupled to a first conduit and a second array of fins coupled to a second conduit. When the chassis is in a compact configuration for use in a mobile mode, fins in the second array of fins are positioned between fins in the first array of fins and the chassis maintains a form factor. When the chassis is in an expanded configuration for use in a workstation mode, the second array of fins is withdrawn from the first array of fins and the increased surface area provides increased cooling of components operating at higher power levels. |
US11592879B2 |
Modular back panel assembly for a display structure
A modular back panel assembly for a display structure comprises at least one back panel defining front face apertures. The back panel rear face is comprises at least one elongated channel aligned with the front face apertures. An elongated electrical conductor is mountable within the elongated channel and defines conductor apertures for being coaligned with the front face apertures. A display member is mountable to the back panel front face of the back panel and comprises an electrical conductor with a mounting element that is insertable within the coaligned front face and conductor apertures. An electrical assembly provides electrical power to the elongated electrical conductor. Insertion of the mounting element within the coaligned front face and conductor apertures provides for mounting the display member to the front face and for electrical communication with the electrical conductor thus allowing the elongate electrical conductor when electrically powered by the electrical assembly to provide electrical power to the display member electrical conductor. |
US11592878B2 |
Electronic device having thermal spreading through a hinge of a configurable housing that supports a back flexible display
An electronic device with a configurable housing assembly and a method enhances thermal energy spreading within the device via thermal spreader layer(s) of a flexible layer assembly extending through a channel defined in a hinge assembly of the device. The hinge assembly has a hinge body coupling first and second device housings of the configurable housing assembly. Purlin(s) of the hinge assembly support a back flexible display. A thermal spreader layer is positioned on a surface of a flexible circuit of the flexible layer assembly. The thermal spreader layer has one end thermally coupled within the first device housing and another end thermally coupled within the second device housing to transfer thermal energy between the first and the second structures. The flexible layer assembly deforms within the channel when the first and second device housings pivot about the hinge body from a closed position to an axially displaced open position. |
US11592874B1 |
Touch sensing in a flexible/foldable touch screen display
A device having a flexible touch screen display configured to display images in at least a first touch area and a second touch area. The first touch area is configured to rotate with respect to the second touch area along a folding axis. A first plurality of touch sensitive column electrodes are integrated into the first touch area, a second plurality of column electrodes are integrated into the second touch area of the flexible display, and a plurality of row electrodes are integrated into and extend across the first touch area and the second touch area. Also included are a plurality of drive-sense circuits that drive sensor signals on the electrodes. A processing module senses, based on the sensor signals, an electrical characteristic of at least one row electrode and at least one column electrode of the first plurality of column electrodes or the second plurality of column electrodes and determines, based on the electrical characteristic, a proximal touch to at least one of the first touch area or the second touch area. |
US11592870B2 |
Electronic device architecture and components
An electronic device can include a housing at least partially defining an internal volume and an exterior surface of the electronic device. The electronic device can also include a display assembly including a display layer, a substrate disposed below the display layer, and a substantially continuous sheet of conductive material disposed on the substrate, the sheet of conductive material covering substantially an entire surface of the substrate. A transparent cover can overlie the display assembly and can be affixed to the housing. |
US11592869B2 |
Display apparatus
A display apparatus includes a substrate having a display area with a display device to display an image, and a non-display area around the display area. The non-display area has a bending area bent about a bending axis. An encapsulation layer is located over the display area. A touchscreen layer is located over the encapsulation layer and includes a touch electrode. A touch wire is connected to the touch electrode, and extends from an upper portion of the encapsulation layer, and at least partially into the bending area. A fan-out wire configured to apply an electric signal to the display area and is at least partially disposed in the bending area. The touch wire and the fan-out wire are on different layers from each other in the bending area. |
US11592867B2 |
Sliding mechanism and electronic device
The present disclosure provides a sliding mechanism and an electronic device. The sliding mechanism is used in the electronic device, and includes a sliding rail assembly and a driving assembly. The sliding rail assembly includes at least one fixing member and at least one sliding rail, the fixing member is fixed to a housing assembly of the electronic device and provided with a first sliding groove, and the sliding rail has an end slidably limited in the first sliding groove. The driving assembly is fixed to the housing assembly, coupled to the sliding rail, and configured to drive the at least one sliding rail to slide outwards from a retracted state to an extended state from the housing assembly and to slide inwards towards the retracted state of the housing assembly from the extended state. |
US11592865B2 |
Foldable electronic device including display protection structure
An electronic device includes a hinge module; a first housing, a second housing, and a flexible display. The first housing is connected to the hinge module. The second housing is connected to the hinge module. The flexible display is disposed through at least a portion of the first and second housings. The flexible display includes a display panel includes a first surface facing in a first direction and a second surface facing in a direction opposite, when the electronic device is in an unfolded state. The flexible display also includes a window layer disposed at the first surface and a metal sheet layer. The display panel, the window layer, and the metal sheet layer are disposed so that a separation distance between the display panel, the window layer, and the metal sheet layer and inner side walls of the first and second housings and generates different interlayer slips. |
US11592864B2 |
Electronic device including a camera disposed behind a display
In one implementation, an apparatus includes a display having a front surface and a back surface. The display includes a plurality of pixel regions that emit light from the front surface to display a displayed image and a plurality of apertures that transmit light from the front surface to the back surface. The apparatus includes a camera disposed on a side of the back surface of the display. The camera is configured to capture a captured image. The apparatus includes a processor coupled to the display and the camera. The processor is configured to receive the captured image and apply a first digital filter to a first portion of the captured image and a second digital filter, different than the first digital filter, to a second portion of the captured image to reduce image distortion caused by the display. |
US11592862B1 |
Display monitor integrated down light
An information handling system peripheral display monitor presents visual images at a liquid crystal display panel with illumination distributed across the display panel by a backlight. A light bar of plural light emitting diodes (LEDs) at a bottom side surface of the backlight directs illumination into the backlight from an upper surface and includes plural downlight LEDs on a bottom surface to direct illumination out a downlight opening formed in a housing of the display monitor. |
US11592861B2 |
Semiconductor device
A semiconductor device includes an intellectual property (IP) block, a clock management unit, a critical path monitor (CPM), and a CPM clock manager included in the clock management unit. The clock management unit is configured to receive a clock request signal, indicating whether the IP block requires a clock signal, from the IP block and perform clock gating for the IP block based on the received clock request signal. The CPM is configured to monitor the clock signal provided to the IP block to adjust at least one of a frequency of the clock signal provided to the IP block and a voltage supplied to the IP block. The CPM clock manager is configured to perform the clock gating for the CPM. |
US11592860B2 |
Clock generator for reducing power and system on chip including the same
A system on chip includes: a functional circuit configured to perform a processing operation by receiving a supply voltage; a droop detection circuit configured to monitor the supply voltage and generate a detection signal indicating whether a droop of the supply voltage has occurred; a clock generation circuit configured to output a first clock signal having a first frequency; and a clock modulation circuit configured to receive the detection signal and the first clock signal, and provide a system clock signal to the functional circuit. |
US11592859B2 |
Gate clock generator and display device
A gate clock generator of a display device includes a carry clock generator configured to sequentially generate N carry clock signals based on a carry-on clock signal and a carry-off clock signal, a scan clock generator configured to generate N scan clock signals based on a scan-on clock signal and a scan-off clock signal, and a sensing clock generator configured to generate N sensing clock signals based on a sensing-on clock signal and a sensing-off clock signal. In a multi-clock mode of the display device, during an on period of a K-th carry clock signal, the scan clock generator outputs a K-th scan clock signal such that the K-th scan clock signal has a number of pulses that corresponds to a number of pulses of the scan-on clock signal in the on period of the K-th carry clock signal, and the sensing clock generator outputs a K-th sensing clock signal such that the K-th sensing clock signal has a number of pulses that corresponds to a number of pulses of the sensing-on clock signal in the on period of the K-th carry clock signal. |
US11592858B1 |
Fast LCR meter with sub-balancing
An LCR meter to increase accuracy of balancing uses sub-balancing method, additional to analog balancing by trans-impedance amplifier (TIA). For this, the LCR meter, based on TIA, to correct analog auto-balancing, applies the inverted voltage equal to unbalanced voltage to noninverting input of the TIA. And only one measurement of voltages is needed for. |
US11592856B2 |
Switchable power supply
The present disclosure describes a power supply switch that includes a voltage generator, a switch circuit, and a confirmation circuit. The voltage generator is configured to compare a first power supply voltage to a second power supply voltage and to output the first power supply voltage or the second power supply voltage as a bulk voltage (Vbulk). The switch circuit includes one or more transistors and is configured to (i) bias bulk terminals of the one or more transistors with the Vbulk and (ii) output either the first power supply voltage or the second power supply voltage as a voltage output signal. The confirmation circuit is configured to output a confirmation signal that indicates whether the voltage output signal transitioned from the first power supply voltage to the second power supply voltage. |
US11592855B2 |
Constant voltage generator circuit provided with operational amplifier including feedback circuit
A constant voltage generator circuit is provided with an operational amplifier including a feedback circuit having a first resistor, and transistor, and generates a feedback voltage generated by dividing an output voltage between an output terminal and a substrate voltage potential of the constant voltage generator circuit by the first resistor and a second resistor. The operational amplifier is configured to amplify a voltage potential difference between a reference voltage and the feedback voltage and to output a control voltage. The output transistor controls an output voltage based on the control voltage from the operational amplifier, and the feedback circuit is further configured to superimpose high-frequency noise components from the substrate voltage potential onto the feedback voltage. |
US11592854B2 |
Linear voltage regulator
A linear voltage regulator includes a voltage input and a voltage output. The linear voltage regulator includes a buffer having a voltage node, an input node, an output node and a control node and a power transistor having a control node coupled to the output node of the buffer, an input node coupled to the voltage input and an output node coupled to the voltage output. The linear voltage regulator includes a dropout detection module having a control node coupled to the control node of the power transistor, a voltage input node coupled to the voltage input, a voltage output node coupled to the voltage output and an output node. The linear voltage regulator includes a feedforward module having an input node coupled to the output node of the dropout detection module and an output node coupled to the control node of the buffer. |
US11592853B2 |
On-chip resistor correction circuit
An on-chip resistor correction circuit includes a first MOS transistor connected between VDD and a reference resistor, the other end of the reference resistor being grounded; an operational amplifier for outputting a first control signal based on a reference voltage and a voltage of the reference resistor; a second MOS transistor connected between VDD and a reference node; a branch where each of the on-chip resistors is located is controllably connected between the reference node and ground; a comparator for generating a comparison signal based on the voltage of the reference node and the reference voltage; and a controller for generating a control signal under the action of the comparison signal to control the branch where each of the on-chip resistors is located to turn on or off. |
US11592849B2 |
System and method for dispensing a beverage
Systems, apparatus and methods are described herein for dispensing a carbonated beverage. In some embodiments, an apparatus includes a first cylinder that defines an interior region that can contain a volume of carbonated water and a first piston separating the interior region. A second cylinder is coupled to the first cylinder and defines an interior region and a second piston separating the interior region and operatively coupled to the first piston. The interior region of the second cylinder can contain a volume of beverage concentrate. A flywheel assembly is operatively coupled to the first cylinder and to the first piston and can control a predetermined ratio of a volume of carbonated water from the first cylinder and a volume of beverage concentrate from the second cylinder to be dispensed when a force is exerted on the piston by a flow of carbonated water through the first cylinder. |
US11592845B2 |
Image space motion planning of an autonomous vehicle
An autonomous vehicle that is equipped with image capture devices can use information gathered from the image capture devices to plan a future three-dimensional (3D) trajectory through a physical environment. To this end, a technique is described for image-space based motion planning. In an embodiment, a planned 3D trajectory is projected into an image-space of an image captured by the autonomous vehicle. The planned 3D trajectory is then optimized according to a cost function derived from information (e.g., depth estimates) in the captured image. The cost function associates higher cost values with identified regions of the captured image that are associated with areas of the physical environment into which travel is risky or otherwise undesirable. The autonomous vehicle is thereby encouraged to avoid these areas while satisfying other motion planning objectives. |
US11592840B2 |
Driving control device for remote controlled helicopter
A driving control device for a remote controlled helicopter includes an rpm detection unit that detects an rpm of a main rotor, a gyro sensor that detects angular velocities of control axes including roll, pitch and yaw axes, and a control unit that generates a control signal of a control actuator for controlling movements of the control axes based on the angular velocities detected by the gyro sensor and a steering signal sent from a transmitter. The control unit has information on the gyro sensitivities of the control axes and information on a set rpm of the main rotor which are preset for each of the flight states of the remote controlled helicopter, and corrects the gyro sensitivities based on a difference between the set rpm corresponding to a selected flight state among the flight states and an rpm of the main rotor detected by the rpm detection unit. |
US11592833B2 |
Method for updating a localization map for a fleet of autonomous vehicles
One variation of a method for updating a localization map for a fleet of autonomous vehicles includes: selecting a set of roads including a first subset of road segments associated with existing incomplete scan data and a second subset of road segments associated with a monitoring request from an external entity; during a passenger period at the autonomous vehicle, autonomously transporting passengers according to a series of ride requests; during a mapping period succeeding the passenger period at the autonomous vehicle, autonomously navigating along the set of road segments, recording a first series of scan data representing surfaces proximal the first subset of road segments, and recording a second series of scan data representing surfaces proximal the second subset of road segments; updating the localization map based on the first series of scan data; and serving the second series of scan data to the external entity. |
US11592831B2 |
Traffic light occlusion detection for autonomous vehicle
An occlusion detection system for an autonomous vehicle is described herein, where a signal conversion system receives a three-dimensional sensor signal from a sensor system and projects the three-dimensional sensor signal into a two-dimensional range image having a plurality of pixel values that include distance information to objects captured in the range image. A localization system detects a first object in the range image, such as a traffic light, having first distance information and a second object in the range image, such as a foreground object, having second distance information. An occlusion polygon is defined around the second object and the range image is provided to an object perception system that excludes information within the occlusion polygon to determine a configuration of the first object. A directive is output by the object perception system to control the autonomous vehicle based upon occlusion detection. |
US11592829B2 |
Control device and control method, program, and mobile object
A control device and a control method can quickly estimate a self-location even when the self-location is unknown. In a case of storing information supplied in a time series detected by LIDAR or a wheel encoder and estimating a self-location by using the stored time-series information, when a position change happens unpredictably in advance such as a kidnap state is detected, the stored time-series information is reset, and then the self-location is estimated again. Example host platforms include a multi-legged robot, a flying object, and an in-vehicle system that autonomously moves in accordance with a mounted computing machine. |
US11592825B2 |
Electronic device and operation method therefor
An electronic apparatus and an operating method are provided. The electronic apparatus includes a storage, at least one sensor, and at least one processor configured to execute stored instructions to while the electronic apparatus is moving, capture a surrounding image by using the at least one sensor, when an unable-to-move situation occurs while the electronic apparatus is moving, generate context data including a surrounding image captured within a predetermined time from a time when the unable-to-move situation has occurred, store, in the storage, the generated context data corresponding to the unable-to-move situation having occurred, and learn the stored context data by using one or more data recognition models. |
US11592823B2 |
Robot cleaner and method for controlling the cleaner
Provided is a method for controlling a robot cleaner, the method comprising: a preparatory step of dividing a cleaning target area input by an user into a plurality of to-be-cleaned regions and identifying a battery consumption required for cleaning each region; a determination step of determining whether the robot cleaner requires additional charging to clean the cleaning target area based on a current battery residual amount of the robot cleaner; upon determination that the additional charging is required, a selection step for selecting a first region, wherein the first region is defined as one combination selected from combinations of to-be-cleaned regions among the plurality of to-be-cleaned regions which are determined to be able to be cleaned using the current battery residual amount of the robot cleaner; and a first cleaning step of cleaning the first region. |
US11592821B2 |
Power moding for reduction of vehicle power consumption
The present disclosure provides a method including determining an operational mode of a vehicle based on data accumulated from at least one vehicle information system associated with the vehicle; selecting one of a plurality of power consumption profiles for the vehicle based on the determined operational mode; and applying the selected one of the power consumption profiles to the vehicle. |
US11592817B2 |
Storage management for machine learning at autonomous machines
A mechanism is described for facilitating storage management for machine learning at autonomous machines. A method of embodiments, as described herein, includes detecting one or more components associated with machine learning, where the one or more components include memory and a processor coupled to the memory, and where the processor includes a graphics processor. The method may further include allocating a storage portion of the memory and a hardware portion of the processor to a machine learning training set, where the storage and hardware portions are precise for implementation and processing of the training set. |
US11592813B2 |
Method and controller for the situational transmission of surroundings information of a vehicle
The disclosure relates to a method for the situational transmission of surroundings data of a vehicle, comprising the steps: determining a driving situation of the vehicle; determining relevant surroundings data from recorded surroundings data based on the driving situation, wherein the relevant surroundings data are a subset of the recorded surroundings data that are relevant to the driving situation; and providing the relevant surroundings data to an external data processing device. |
US11592810B2 |
Systems and methods for injecting faults into an autonomy system
Examples disclosed herein may involve (i) obtaining data for one or more data variables related to autonomous operation of a vehicle in a test environment being facilitated by the vehicle's autonomy system, (ii) based on the obtained data, evaluating one or more predefined fault rules, each of which comprises (a) one or more predefined criteria related to the one or more data variables and (b) a predefined fault that is to be injected into the autonomy system when the one or more predefined criteria are determined to be satisfied, (iii) based on the evaluation, injecting a predefined fault into the autonomy system, and (iv) capturing data indicative of a response by a response mechanism of the vehicle to the vehicle autonomously operating in accordance with the injected fault. |
US11592807B2 |
Manufacturing defect factor searching method and manufacturing defect factor searching apparatus
A manufacturing defect factor searching method includes: classifying manufacturing monitoring data into a set of non-defective products having an inspection result indicating a non-defective product and a set of defective products having the inspection result indicating a defective product, in accordance with a correspondence relationship between the manufacturing monitoring data and product inspection data indicating the inspection result of the product manufactured in the manufacturing line, the manufacturing monitoring data being collected from a manufacturing line of a product and being multivariate; estimating, for each item of the manufacturing monitoring data, a mixture distribution function approximating to a statistical distribution of each of the set of non-defective products and the set of defective products; resolving the mixture distribution function into components; and generating a list of items including a resolved component having a correlation with a manufacturing quality defect from among items of the manufacturing monitoring data. |
US11592802B2 |
Method and system of reducing charged particle beam write time
A method for exposing a pattern in an area on a surface using a charged particle beam lithography is disclosed and includes inputting an original set of exposure information for the area. A backscatter is calculated for the area of the pattern based on the exposure information. An artificial background dose is determined for the area. The artificial background dose comprises additional exposure information and is combined with the original set of exposure information creating a modified set of exposure information. A system for exposing a pattern in an area on a surface using a charged particle beam lithography is also disclosed. |
US11592800B2 |
Abnormality detector of a manufacturing machine using machine learning
An abnormality detector includes a signal output unit for detecting a sign of an abnormality based on a physical quantity acquired from a manufacturing machine and outputting a signal; and a machine learning device including state observation unit for observing, as a state variable representing a present state of the environment, physical quantity data indicating the physical quantity related to an operation of the manufacturing machine from the manufacturing machine; a label data acquisition unit for acquiring, as label data, operation state data indicating an operation state of the manufacturing machine; a learning unit for learning the operation state of the manufacturing machine with respect to the physical quantity, using the state variable and the label data; and an estimation result output unit for estimating the operation state of the manufacturing machine using a learning result by the learning unit and outputting an estimation result. |
US11592792B2 |
Energy control system with energy provider level demand optimization
A method for controlling production of one or more refined resources by an energy provider includes predicting a demand for the refined resources by one or more consumers of the refined resources as a function of an incentive offered by the energy provider. The method further includes performing an optimization of an objective function subject to a constraint based on the predicted demand for the refined resources to determine an amount of the refined resources for the energy provider to produce and a value of the incentive at multiple times within a time period. The method also includes providing setpoints for equipment of the energy provider that cause the equipment to produce the amount of the refined resources determined by performing the optimization. |
US11592788B2 |
Enhanced dynamic contingency analysis for power systems
The present disclosure describes systems and techniques that enhance effectiveness and efficiency of a contingency analysis tool that is used for studying the magnitude and likelihood of extreme contingencies and potential cascading events across a power system. The described systems and techniques include deploying the contingency analysis tool in a high-performance computing (HPC) environment and incorporating visual situational awareness approaches to allow power system engineers to quickly and efficiently evaluate multiple power system simulation models. Furthermore, the described systems and techniques include the power system contingency-analysis tool calculating and coordinating protection element settings, as well as assessing controls of the power system using small-signal nomograms, allowing power system engineers to more effectively comprehend, evaluate, and analyze causes and effects of cascading events against a topology of a power system. |
US11592783B2 |
Projector display systems having non-mechanical mirror beam steering
Dual or multi-modulation display system are disclosed that comprise projector systems with at least one modulator that may employ non-mechanical beam steering modulation. Many embodiments disclosed herein employ a non-mechanical beam steering and/or polarizer to provide for a highlights modulator. |
US11592779B2 |
Image forming apparatus that establishes short-range wireless communication between the image forming apparatus and an external device
An image forming apparatus includes a first casing, a second casing, a support portion, an indication, and a USB port. The first casing includes a sheet discharge tray disposed at a top surface thereof. The indication is located at a portion of one of the top surface of the first casing and the support portion, and is positioned outside the sheet discharge tray in a width direction. The portion is located closer to one end of the image forming apparatus in the width direction than the other end of the image forming apparatus opposite to the one end in the width direction. The USB port is disposed at a portion of one of the second casing and the support portion closer to the one end than the other end in the width direction, and is located at a different position in an up-down direction from the indication. |
US11592778B2 |
Image forming apparatus and image forming system incorporating the image forming apparatus
An image forming apparatus includes a sheet separation device, a first sheet feeder, a second sheet feeder, an image forming device, and circuitry. The sheet separation device is configured to separate a non-bonding portion of a two-ply sheet in which two sheets are overlapped and bonded together at a bonding portion of the two-ply sheet. The first sheet feeder is configured to feed the two-ply sheet. The second sheet feeder is configured to feed an inner sheet to be inserted between the two sheets. The image forming device is configured to form an image on a surface of the inner sheet. The circuitry is configured to cause the first sheet feeder to feed the two-ply sheet, perform a sheet separating operation on the two-ply sheet and cause the second sheet feeder to start feeding the inner sheet before completion of the sheet separating operation on the two-ply sheet. |
US11592777B2 |
Image forming apparatus
An image forming apparatus includes a fixing device, a conveyance rollers pair, a curved path and a first guide roller. The fixing device fixes a toner image on a sheet. The conveyance rollers pair conveys the sheet on which the toner image is fixed by the fixing device. The curved path is provided between the fixing device and the conveyance rollers pair, and the sheet is conveyed along the curved path with a toner image fixed surface facing an inner peripheral side of the curved path. The first guide roller is shiftable between a guide position protruding in the curved path from the inner peripheral side and the inner peripheral side. When the sheet is conveyed along the curved path, the first guide roller is pushed by the sheet while rotating following the sheet and then is shifted from the guide position to the inner peripheral side. |
US11592776B2 |
Recording material processing apparatus and image forming system
A recording material processing apparatus includes a guide shaft of which an axial direction extends in a recording material width direction intersecting a discharge direction of a recording material, and an alignment unit that moves along the guide shaft, in which the alignment unit includes a bearing portion that is movably fitted onto the guide shaft, an alignment portion that is provided to be exposed at an outer side in the discharge direction and comes into contact with an end surface of the recording material that is parallel to the discharge direction from an outer side of the recording material to align a position of the end surface, an arm portion that connects the bearing portion and the alignment portion to each other, and a protruding portion that protrudes from a surface of the arm portion to a position outside the recording material in the axial direction of the guide shaft and comes into contact with a surface of a device main body, which is parallel to the discharge direction, in a case where an external force is applied to the alignment unit with the alignment unit being at a position close to the surface. |
US11592770B2 |
Pressing device, fixing device, and image forming apparatus incorporating fixing device
A fixing device includes a rotator, a secured member, a pressure rotator, and lubricant. The rotator has flexibility and a sleeve form. The rotator includes an inner portion having a sliding surface. The inner portion has an elastic power of 55% or more. The secured member is disposed inside a loop of the rotator and has a slide surface on which the sliding surface of the rotator slides. The slide surface has a larger hardness than a hardness of the sliding surface of the rotator. The pressure rotator presses the rotator against the secured member and forms a nip between the rotator and the pressure rotator. The lubricant is provided between the rotator and the secured member. |
US11592769B1 |
Fixation device and image forming apparatus
A fixation device includes: a heating roll that heats a transported recording medium whose front end is gripped by a gripping part while rotating; a pressing roll that is disposed so as to face the heating roll, around which at least a part of the transported recording medium is wound, and presses the wound part of the recording medium toward the heating roll while rotating; a peeling part that peels the recording medium off from the pressing roll by lifting the front end of the recording medium up in a state where the front end of the recording medium has passed a portion where the pressing roll and the heating roll face each other and is no longer gripped by the gripping part; and a reducing part that reduces momentum of the peeling part lifting the front end of the recording medium up. |
US11592764B2 |
Developing cartridge
A developing cartridge may include: a casing for accommodating developer therein; a developing roller rotatable about an axis extending in a first direction and positioned at one side of the casing in a second direction; a storage medium having an electric contact surface; and a holder movable relative to the casing in the second direction with the electric contact surface between a first position and a second position, the holder having an outer surface at which the electric contact surface is positioned. |
US11592760B2 |
Image forming apparatus that detects surface potential of image carrier with high accuracy
An image forming apparatus includes a developing device that forms a toner image, by developing an electrostatic latent image formed on a photoconductor drum, a charging device that electrically charges the photoconductor drum, a developing power source that applies a predetermined developing bias voltage to the developing device, and a calculation device that calculates a surface potential of the photoconductor drum, on a basis of the developing current flowing in the developing device. The developing power source applies the developing bias voltage in a plurality of levels, to the developing device. A current measurement device measures a developing current, with respect to the developing bias voltage of each level. The calculation device calculates the surface potential, on the basis of each developing current. |
US11592758B2 |
Photosensitive member unit capable of preventing a photosensitive member and a charging roller from accidentally being released from a separation state
A photosensitive member unit includes a photosensitive member, a charging roller, a charging roller bearing member, a gear, a separation member having an engagement portion, a guide portion, and a frame to support the photosensitive member. The guide portion guides the charging roller bearing member urged by a urging member to separate the charging roller from the photosensitive member in a state where the engagement portion and the gear are engaged with each other and guides the charging roller bearing member urged by the urging member so that the charging roller comes into contact with the photosensitive member in a state where the engagement portion and the gear are not engaged. A distance between the urged charging roller bearing member and the frame is less than a length in which the engagement portion and the gear are engaged in the state where the engagement portion and the gear are engaged. |
US11592755B2 |
Enhancing performance of overlay metrology
A method for metrology includes directing at least one illumination beam to illuminate a semiconductor wafer on which at least first and second patterned layers have been deposited in succession, including a first target feature in the first patterned layer and a second target feature in the second patterned layer, overlaid on the first target feature. A sequence of images of the first and second target features is captured while varying one or more imaging parameters over the sequence. The images in the sequence are processed in order to identify respective centers of symmetry of the first and second target features in the images and measure variations in the centers of symmetry as a function of the varying image parameters. The measured variations are applied in measuring an overlay error between the first and second patterned layers. |
US11592750B2 |
Exposure apparatus, exposure method, decision method, and article manufacturing method
Exposure apparatus includes illumination optical system and projection optical system for forming projected image with light from the illumination optical system. The illumination optical system forms, on pupil plane of the illumination optical system, light emission region including first and second regions. The projected image is composited from images including first image formed by first light from the first region and second image formed by second light from the second region. The first light and/or the second light is broadband light. Increase/decrease change in line width in the second image caused by defocus has different sign with respect to increase/decrease change in line width in the first image caused by defocus, and increase/decrease change in line width in image obtained by compositing the first image and the second image, which is caused by defocus, is decreased. |
US11592746B2 |
Radiation-sensitive resin composition, resist pattern-forming method, compound and method of generating acid
A radiation-sensitive resin composition contains: a polymer that includes a structural unit including an acid-labile group; and a radiation-sensitive acid generating agent. The radiation-sensitive acid generating agent includes a sulfonate anion and a radiation-sensitive cation. The sulfonate anion includes two or more rings, and an iodine atom and a monovalent group having 0 to 10 carbon atoms which includes at least one of an oxygen atom and a nitrogen atom bond to at least one of the two or more rings. The ring is preferably an aromatic ring. The radiation-sensitive acid generating agent is preferably a compound represented by formula (1). In the formula (1), A1 represents a group obtained from a compound which includes a ring having 3 to 20 ring atoms by removing (p+q+r+1) hydrogen atoms on the ring. |
US11592741B2 |
Imprinting method, semiconductor device manufacturing method and imprinting apparatus
An imprinting method includes dispensing a first liquid on a first region of a substrate. The first liquid is a photocurable resist precursor. A second liquid is dispensed on a second region of the substrate. The second region is adjacent to and surrounding the first region. The second liquid is non-photocurable as dispensed. The first region is then irradiated with light while a patterned template is being pressed against the first liquid. The light cures the first liquid and forms a resist pattern corresponding to the patterned template. The patterned template and the substrate are then separated from each other. The second liquid is then selectively removed from the substrate while leaving the resist pattern on the substrate. |
US11592738B2 |
Extreme ultraviolet mask absorber materials
Extreme ultraviolet (EUV) mask blanks, methods for their manufacture and production systems therefor are disclosed. The EUV mask blanks comprise a substrate; a multilayer stack of reflective layers on the substrate; a capping layer on the multilayer stack of reflecting layers; and an absorber layer on the capping layer, the absorber layer comprising an alloy of molybdenum (Mo) and antimony (Sb). |
US11592735B2 |
Image display apparatus and image display unit
An image display apparatus according to an embodiment of the present technology includes a polarizer, a polarization conversion element, and a ¼ wave plate. The polarizer causes to transmit linearly polarized light having a predetermined polarization direction. The polarization conversion element converts a polarization state of the linearly polarized light transmitted through the polarizer and emits the light as light in a non-polarized state. The ¼ wave plate is arranged on an optical path of the light in the non-polarized state emitted from the polarization conversion element. |
US11592733B2 |
Structured light projector and electronic device including the same
Provided is a structured light projector including a light source configured to emit light, and a nanostructure array configured to form a dot pattern based on the light emitted by the light source, the nanostructure array including a plurality of super cells each respectively including a plurality of nanostructures, wherein each of the plurality of super cells includes a first sub cell that includes a plurality of first nanostructures having a first shape distribution and a second sub cell that includes a plurality of second nanostructures having a second shape distribution. |
US11592729B2 |
Camera accessory
An accessory mount can be inserted through the camera body mount without any of the first through third tabs being hindered by any of three camera body-side tabs at the camera body mount, as long as the accessory mount is inserted into the camera body mount at a correct interlock phase. The first, second, and third tabs extend over varying lengths along the circumferential direction. The first tab extends over a greatest length and the third tab extends over a smallest length, along the circumferential direction. The accessory mount includes a restricting member, a fitting portion, and a lock pin hole. The restricting member is disposed at a position assumed on a side substantially opposite from the lock pin hole across the fitting portion. |
US11592727B2 |
Modular camera mounts and cameras for security, surveillance, and access control applications
Aspects of the present disclosure relate to modular camera mounts interoperable with cameras. The modular camera mount may include a bracket comprising a first mounting portion positioned perpendicular to a camera mounting portion. The first mounting portion may facilitate securing the modular camera mount to a first surface, wherein the first surface may comprise a small area. Both the camera mounting portion and the first mounting portion may include a plurality of mounting provisions configured to align with mounting provisions of a cover. The cover may be secured to the bracket via a plurality of fasteners threaded through the mounting provisions. Securing the cover to the bracket may form a chamber therebetween, wherein the chamber may be a conduit for a cable configured to electrically connect the camera to a power source. The cover may be configured to secure the position adjustable camera via an angular adjustable bracket. |
US11592724B2 |
Driving thin film switchable optical devices
Controllers and control methods apply a drive voltage to bus bars of a thin film optically switchable device. The applied drive voltage is provided at a level that drives a transition over the entire surface of the optically switchable device but does not damage or degrade the device. This applied voltage produces an effective voltage at all locations on the face of the device that is within a bracketed range. The upper bound of this range is associated with a voltage safely below the level at which the device may experience damage or degradation impacting its performance in the short term or the long term. At the lower boundary of this range is an effective voltage at which the transition between optical states of the device occurs relatively rapidly. The level of voltage applied between the bus bars is significantly greater than the maximum value of the effective voltage within the bracketed range. |
US11592722B2 |
Electrochromic devices
Conventional electrochromic devices frequently suffer from poor reliability and poor performance. Improvements are made using entirely solid and inorganic materials. Electrochromic devices are fabricated by forming an ion conducting electronically-insulating interfacial region that serves as an IC layer. In some methods, the interfacial region is formed after formation of an electrochromic and a counter electrode layer. The interfacial region contains an ion conducting electronically-insulating material along with components of the electrochromic and/or the counter electrode layer. Materials and microstructure of the electrochromic devices provide improvements in performance and reliability over conventional devices. In various embodiments, a counter electrode is fabricated to include a base anodically coloring material and one or more additives. |
US11592721B2 |
Black electrochromic compound, and electrolyte-integrated radiation curable electrochromic composition and electrochromic device which contain same
The present invention relates to an electrochromic compound, and an electrochromic composition and an electrochromic device, including the same. The electrochromic compound according to the present invention may achieve excellent black coloring effects and excellent curing characteristics, and thus may be used advantageously in an electrochromic device. |
US11592718B2 |
Display substrate and display device
The present disclosure provides a display substrate and a display device, belonging to the field of display technology, which can solve the problem that a splicing gap between existing adjacent display substrates of a spliced screen is relatively wide, and a narrow-bezel display cannot be realized. The display substrate of the present disclosure has a display area and a non-display area surrounding the display area; the display substrate includes a base and a plurality of pixel units located on the base and arranged in the display area; each of the pixel units includes a pixel circuit. The display substrate further includes: a light detection circuit located on the base and arranged in the non-display area; where the light detection circuit is configured to detect brightness of ambient light. |
US11592717B2 |
Liquid crystal display device and electronic device
To provide a semiconductor device, a liquid crystal display device, and an electronic device which have a wide viewing angle and in which the number of manufacturing steps, the number of masks, and manufacturing cost are reduced compared with a conventional one. The liquid crystal display device includes a first electrode formed over an entire surface of one side of a substrate; a first insulating film formed over the first electrode; a thin film transistor formed over the first insulating film; a second insulating film formed over the thin film transistor; a second electrode formed over the second insulating film and having a plurality of openings; and a liquid crystal over the second electrode. The liquid crystal is controlled by an electric field between the first electrode and the second electrode. |
US11592713B2 |
Liquid crystal aligning agent composition, method for preparing liquid crystal alignment film using same, and liquid crystal alignment film and liquid crystal display device using same
Provided is a liquid crystal aligning agent composition including a urea-based compound that contains two or more urea functional groups and has a structure in which a hydroxyalkyl group is substituted for a terminal amino group of a urea functional group, together with polyimide and its precursor polymer. |
US11592708B2 |
Compensation device for luminance uniformity and method thereof
Embodiments of the disclosure relate to a compensation device of luminance uniformity and a controlling method thereof, more particularly, to a technology of predicting a level of maximum luminance value that is changed in compensating luminance uniformity of an image displayed on a display apparatus and providing it to a user.A compensation device of luminance uniformity according to an embodiment includes a data acquirer configured to acquire a luminance value of an image displayed on a display apparatus; a controller configured to determine a maximum luminance value and a minimum luminance value among the acquired luminance values, and determine luminance uniformity of the minimum luminance value based on the maximum luminance value, and determine a change amount of the maximum luminance value to be adjusted in order to change the determined luminance uniformity; and a display configured to display the change amount of the maximum luminance value adjusted to change the luminance uniformity, and the luminance uniformity that is changed in response to the change amount of the maximum luminance value. |
US11592707B2 |
Display device
Disclosed is a display device. The display device includes a display panel; a frame positioned in a rearward direction of the display panel; a substrate which is positioned on the frame, and has a light source providing light; an inner frame which is coupled to the frame, and supports the display panel; an optical layer which is positioned between the display panel and the inner frame, and in contact with the inner frame; and a side reflector which is positioned between the optical layer and the frame, and coupled to the inner frame, wherein the side reflector includes: a base surface positioned adjacent to the substrate; an inclination surface which is positioned adjacent to a lower surface of the optical layer, and reflects the light provided from the light source to the optical layer; and a side surface which connects the base surface and the inclination surface, and reflects the light provided by the light source. |
US11592702B2 |
Polarizing plate and optical display device including same
Provided are a polarizing plate and an optical display device including same, the polarizing plate comprising a polarizing film and a contrast ratio enhancement layer formed on a light-emitting surface of the polarizing film, wherein the contrast ratio enhancement layer comprises: a first resin layer including a pattern unit having one or more engraved patterns and a flat portion formed between the engraved patterns; and a second resin layer directly formed on the pattern unit, wherein the engraved patterns have a base angle of approximately 75° to approximately 90°, the pattern unit satisfies formula 1, the first resin layer has a refractive index larger than that of the second resin layer, and the first resin layer includes a dye of which the maximum absorption wavelength is approximately 550 nm to approximately 620 nm. |
US11592700B2 |
Light guide element comprising incidence, intermediate, and emission diffraction eelments provided on a light guide plate and image display apparatus
Provided are: a light guide element that includes an intermediate diffraction element to expand exit pupil such that a light utilization efficiency is high and a decrease in the brightness of an image to be displayed can be suppressed; and an image display apparatus. The light guide element includes a light guide plate, an incidence diffraction element, an intermediate diffraction element, and an emission diffraction element, in which the incidence diffraction element, the intermediate diffraction element, and the emission diffraction element include a liquid crystal layer that is formed of a composition including a liquid crystal compound and has a liquid crystal alignment pattern in which a direction of an optical axis derived from the liquid crystal compound changes while continuously rotating in at least one in-plane direction, in a cross-section of the liquid crystal layer observed with a SEM, bright portions and dark portions derived from a liquid crystal phase are tilted with respect to a main surface of the liquid crystal layer, and in a case where an interval between the bright portions or between the dark portions is represented by a ½ pitch, the pitch Pin of the incidence diffraction element and the pitch Pe of the intermediate diffraction element satisfy Pin |
US11592699B2 |
Backplane substrate including in-cell type touch panel, liquid crystal display device using the same, and method of manufacturing the same
The present invention is for a backplane substrate including an in-cell type touch panel advantageous to reducing the number of masks and the number of processes, a liquid crystal display device including the same, and a method of manufacturing the same, includes a plurality of interlayer dielectric layers disposed above a drain electrode of a thin film transistor are simultaneously patterned after forming a sensing line and a common electrode. |
US11592697B2 |
Display device
A display device is disclosed. The display device includes a display panel, a frame positioned behind the display panel, a plate positioned between the display panel and the frame, and a side frame, which extends along an edge of the frame behind the frame and which is coupled to the frame, wherein the plate includes a base facing the frame, and a projection, which projects rearwards from the base through the frame and the side frame and which is bent at an end thereof so as to be coupled to the side frame. |
US11592694B2 |
Waveguide liquid crystal display
A liquid crystal display is configured such that a composite layer thereof is transparent to incident light in one voltage condition (e.g., in the absence of an applied voltage) and scatters incident light out of the display in another voltage condition (e.g., when a voltage is applied). The liquid crystal display does not need polarizers or color filters. |
US11592693B2 |
Method for fabricating tunable optical phased array, and tunable optical phased array
A method for fabricating a tunable optical phased array, and a tunable optical phased array are disclosed by the present application. The tunable optical phased array includes: a substrate layer (10), a distributed Bragg reflector (20), a support layer (30), a piezoelectric layer (40), an antenna array (60), and a transducer module (50) configured to make interconversion between a phase control signal and a surface wave; the antenna array (60) and the distributed Bragg reflector (20) are used to form a Fabry Perot resonant cavity, and the phase control signal output by a signal source is concerted into the surface wave by the transducer module (50), and the surface wave is conducted to the antenna array (60) through the piezoelectric layer (40). |
US11592690B2 |
Loudspeaker device
The present disclosure provides a loudspeaker device. The loudspeaker device may include an earphone core configured to transfer an electrical signal to a vibration signal; an auxiliary function module configured to receive an auxiliary signal and perform an auxiliary function; a first flexible circuit board configured to electrically connect to an audio signal wire and an auxiliary signal wire of an external control circuit, the audio signal wire and the auxiliary signal wire being electrically connected with the earphone core and the auxiliary function module, respectively through the first flexible circuit board; and a core housing configured to accommodate the earphone core, the auxiliary function module, and the first flexible circuit board. The wiring process inside the loudspeaker device provided in the present disclosure may be simplified, thereby further reducing a volume of the loudspeaker device. |
US11592689B2 |
Adaptor system for eyewear and cochlear implants
An adaptor system to facilitate use of eyewear with an audio processor for a cochlear hearing implant. The system includes an audio processor adaptor configured to mount to the audio processor and an eyewear adaptor configured to mount to the eyewear. The audio processor adaptor and the eyewear adaptor can be selectively connected to join the eyewear and the audio processor. The audio processor adaptor may include an ear hook portion that allows the audio processor to be worn over a wearer's ear even when separated from the eyewear. The adaptor system may be provided as a kit including a plurality of audio processor adaptors configured to mount to different audio processors and/or a plurality of eyewear adaptors configured to mount to different eyewear. The adaptors may include universal connectors that allow any audio processor adaptor to be interconnected with any eyewear adaptor. |
US11592686B2 |
Touchable and 360-degree playable holographic display
A system for displaying three dimensional (3D) images. The system includes a 3D display operating in a first state to display a 3D image by outputting light into a viewing space and operating in a second state in which the 3D image is not displayed. The system further includes a screen element positioned between the 3D display and the viewing space. The screen element reflects light from the viewing space to appear opaque to a viewer in the viewing space when the 3D display operates in the second state. The screen element transmits the light output by the 3D display, whereby the 3D display image is perceivable by the viewer in the viewing space. The screen element includes a sheet of mesh or netting material that transmits light output by the 3D display through its pores or openings and may be a planar sheet of scrim or tulle. |
US11592682B2 |
Display apparatus
A display apparatus includes an image light generating unit that includes a laser light source unit and a MEMS mirror configured to reflect laser light emitted from the laser light source unit, and that is configured to generate image light, an exit pupil expander configured to expand a luminous flux diameter of the image light from the image light generating unit, a light-guiding plate, a first surface relief-type diffraction grating provided at a light incidence portion of the light-guiding plate and on which the image light passing through the exit pupil expander is incident and enters the light-guiding plate, and a second surface relief-type diffraction grating provided at a light emission portion of the light-guiding plate and through which the image light propagating inside the light-guiding plate exits, in which the image light generating unit includes a speckle noise reduction section configured to reduce speckle noise in the image light. |
US11592679B2 |
Systems and methods for illuminating and imaging objects
An illumination system includes a surface configured to have an imaging target placed thereon, a light source, a beam splitter and at least a first mirror. The beam splitter is configured to split the beam of light from the light source and the first mirror is configured to reflect a first beam from the beam splitter onto the surface with the imaging target. An imaging system includes an imaging surface configured to have an imaging target placed thereon, a mirror, and a capturing device. The capturing device is configured to capture an image of the imaging target through a path of emitted light that extends from the imaging target, reflects off of the mirror, and to the capturing device. The mirror, the capturing device, or both are configured to move in a diagonal direction with respect to the imaging surface to reduce a length of the path of emitted light. Systems and methods to calibrate an imaging system to remove or reduce non-uniformities within images of samples due to imaging system properties. |
US11592677B2 |
System and method for capturing a spatial orientation of a wearable device
A system and method capture a spatial orientation of a wearable device. The system has at least one capturing unit and at least one processor unit. The at least one capturing unit is designed to capture at least one first position parameter in relation to the wearable device and to capture at least one second position parameter in relation to a body part of a person on which the wearable device is arranged. The at least one processor unit is designed to determine a spatial orientation of the wearable device on the basis of the at least one first position parameter and the at least one second position parameter. |
US11592673B2 |
Transmissive image display device
A transmissive image display device includes an image generation part configured to emit a light, and a light-guiding optical system configured to guide the light. The light-guiding optical system includes a first deflection part configured to deflect the light, and a second deflection part configured to further deflect the light deflected by the first deflection part to guide the light to a position of the exit pupil while transmitting a portion of external light, a first external light transmittance adjustment part is provided outside an optical path of the light between the first deflection part and the second deflection part, and an average external light transmittance of the first external light transmittance adjustment part is higher than one of an average external light transmittance of the first deflection part and an average external light transmittance of the second deflection part lower than the other. |
US11592671B2 |
Near-eye display apparatus including lens with aspheric surfaces
A near-eye display apparatus is disclosed. The near-eye display apparatus includes a lens and an optical path folding assembly. The lens is configured to receive incident light of a first image, which is projected by a micro-display, and shape the first image; the lens includes a primary optical axis and a first lens face and a second lens face which are opposed in a first direction where the primary optical axis of the lens is positioned, and both the first lens face and the second lens face are aspheric surfaces; and the optical path folding assembly is configured to receive light of the first image shaped by the lens and fold an optical path from the lens to an exit pupil of the near-eye display apparatus. By adopting the bi-aspherical lens, image quality of the near-eye display apparatus can be improved and the volume can be reduced. |
US11592660B2 |
System and method for binocular tripod adapter with automatic locking engagement
A binocular adapter including a base and a receiver joined together by a stanchion arm. The receiver being configured to receive a binocular stem in a stem aperture defined by a receiver head. The receiver head configured to rotate relative to a receiver stanchion. The binocular stem including a first and a second end. The first end including a connector configured to connect to a binocular. The second end, distal to the first end, including a stem extension configured to be received by the stem aperture. The second end further including a groove configured to be received in a spring clip disposed on the receiver stanchion for retaining the binocular stem. The receiver head including a fastener for securing the binocular stem within the stem aperture while it is engaged in the spring clip. |
US11592659B2 |
Optical viewfinder for costume heads
A head for a walk-around costume is provided that is adapted for enhanced visibility. The costume head includes an outer shell defining an interior space for receiving a head of a human performer. The outer shell includes an aperture allowing incoming light from an exterior space to enter the interior space, and an eye location for the human performer is spaced apart from the aperture when the head is received in the interior space. To provide an enlarged field of view, the costume head includes an optical viewfinder assembly disposed within the interior space of the outer shell between the aperture and the eye location. The optical viewfinder assembly is adapted for receiving the incoming light and transmitting the incoming light to the eye location to move a viewpoint of the human performer to the aperture to provide a larger field of view of the exterior space. |
US11592654B2 |
Three-dimensional scanless holographic optogenetics with temporal focusing
Apparatus and methods for 3D-Scanless Holographic Optogenetics with Temporal focusing (3D-SHOT), which allows precise, simultaneous photo-activation of arbitrary sets of neurons anywhere within the addressable volume of the microscope. Soma-targeted (ST) optogenetic tools, ST-ChroME and IRES-ST-eGtACR1, optimized for multiphoton activation and suppression are also provided. The methods use point-cloud holography to place multiple copies of a temporally focused disc matching the dimensions of a designated neuron's cell body. Experiments in cultured cells, brain slices, and in living mice demonstrate single-neuron spatial resolution even when optically targeting randomly distributed groups of neurons in 3D. |
US11592648B2 |
Imaging lens
An imaging lens includes a first lens having positive refractive power; a second lens; a third lens; a fourth lens; a fifth lens; a sixth lens; a seventh lens; an eighth lens; and a ninth lens, arranged in this order from an object side to an image plane side. The imaging lens has a total of nine lenses. The first lens is formed in a shape so that a surface thereof on the image plane side has an aspherical shape. The ninth lens is formed in a shape so that a surface thereof on the image plane side has an aspherical shape. |
US11592647B2 |
Optical imaging lens
The application discloses an optical imaging lens. The optical imaging lens sequentially includes from an object side to an image side along an optical axis: a first lens having a focal power; a diaphragm; a second lens having a focal power; a third lens having a focal power, and provided with an object-side surface and an image-side surface, the object-side surface is convex surface, the image-side surface is a concave surface; a fourth lens having a positive focal power, and provided with an object-side surface and an image-side surface, the object-side surface is a concave surface, the image-side surface is a convex surface; and a fifth lens having a negative focal power; at least one aspherical mirror surface is included in an object-side surface of the first lens to an image-side surface of the fifth lens; the optical imaging lens meets the following relational expressions: f/EPD<1.5, and 2 mm |
US11592643B2 |
Image pickup apparatus equipped with rotary ring, optical device, and accessory device
An image pickup apparatus which is capable of stably detecting rotating operations of a rotary ring provided on an outer periphery of a lens barrel or the like. A holding member is provided on an inner periphery of the rotary ring to hold the rotary ring. A rotation detecting member detects a rotation direction and a rotation amount of the rotary ring when the rotary ring has been rotated. An urging member urges the rotary ring against the holding member in an urging direction perpendicular to a rotational axis of the rotary ring. A detecting direction of the rotation detecting member and the urging direction of the urging member are parallel to each other. |
US11592638B2 |
Heat management systems for enclosures for power and optical fiber networks
A thermal management system for a power and fiber splice enclosure that includes a housing including electrical components is provided. The thermal management system includes a solar shield disposed external to the housing and covering at least a major portion of the housing. The thermal management system includes a vent disposed in the housing for venting hot air from the enclosure. The thermal management system includes a condenser thermally coupled to a heat conducting component of the enclosure for cooling at least the heat conducting component. |
US11592629B2 |
Optical module
An object is to easily convey by suction an optical module equipped with optical fibers having ends coupled to optical receptacles and mount the optical module on a substrate. An optical module according to the present invention includes an optical device to which optical fibers having ends coupled to optical receptacles are optically coupled and also includes a carrier composed of a substrate and adhesive layers formed on the upper and lower surfaces of the substrate. The optical device is bonded on the adhesive layer formed on the lower surface of the substrate. Part of the optical fibers and the optical receptacles are bonded on the adhesive layer formed on the surface of the substrate. |
US11592628B2 |
Fiber optic cassette
A fiber optic cassette includes a body defining a front and an opposite rear. A cable entry location is defined on the body for a cable to enter the cassette, wherein a plurality of optical fibers from the cable extend into the cassette and form terminations at non-conventional connectors adjacent the front of the body. A flexible substrate is positioned between the cable entry location and the non-conventional connectors adjacent the front of the body, the flexible substrate rigidly supporting the plurality of optical fibers. Each of the non-conventional connectors adjacent the front of the body includes a ferrule, a ferrule hub supporting the ferrule, and a split sleeve surrounding the ferrule. |
US11592624B2 |
Fiber optic micro connector
A micro connector kit includes first and second ferrules and first and second micro connector ferrule housings. Each first and second micro connector ferrule housing defines a cavity sized and shaped to receive a respective one of the first and second ferrules with the first and second ferrules being disposed in closely spaced relation with the respective first or second micro connector ferrule housing when in each cavity. The first and second micro connector ferrule housings can be releasably coupled together such that the first and second ferrules form an optical connection when the first and second micro connector ferrule housings are coupled together. The first and second micro connector ferrule housings have first and second connection structure for releasably coupling the first and second micro connector housings together. |
US11592623B2 |
Optical waveguide connector assembly
A connector assembly includes a connector, an optical waveguide and a circuit board having a through-hole and a transmitter/receiver configured to transmit and/or receive light signals. The connector is interlockingly and releasably connected to the circuit board via a fastening element which is passed through the through-hole and connected to the circuit board. The connector has a receiving chamber which at least partially borders the transmitter/receiver. A lens unit is disposed in the receiving chamber and light-conductively connects the transmitter/receiver to the optical waveguide. A locking element is movably disposed on the connector. The locking element is disposed at least partially within the receiving chamber and secures the lens unit in the receiving chamber. The locking element is movable into a final latched position in which the locking element extends at least partially into the through-hole and blocks release of the fastening element from the circuit board. |
US11592621B2 |
Dual core waveguide
The invention described herein pertains to the structure and formation of dual core waveguide structures and to the formation of optical devices including spot size converters from these dual core waveguide structure for the receiving and routing of optical signals on substrates, interposers, and sub-mount assemblies. |
US11592614B2 |
Evacuated gratings and methods of manufacturing
Improvements to gratings for use in waveguides and methods of producing them are described herein. Deep surface relief gratings (SRGs) may offer many advantages over conventional SRGs and Bragg gratings, an important one being a higher S-diffraction efficiency. In one embodiment, deep SRGs can be implemented as polymer surface relief gratings or evacuated Bragg gratings (EBGs). EBGs can be formed by first recording a holographic polymer dispersed liquid crystal (HPDLC) grating. Removing the liquid crystal from the cured grating provides a polymer surface relief grating. Polymer surface relief gratings have many applications including for use in waveguide-based displays. |
US11592612B2 |
In-fiber offset to annulus converter
In some implementations, a waveguide may comprise an inner core to receive a first beam and an outer core surrounding the inner core to receive a second beam that is displaced from the first beam by an offset. The outer core may comprise a beam guiding region that rotationally expands over a length of the waveguide into an annulus that concentrically surrounds the inner core or a partial annulus that partially surrounds the inner core. For example, the beam guiding region may be defined by one or more low refractive index features that have a varied orientation and/or a varied shape over the length of the waveguide such that the second beam enters the waveguide as an offset beam and exits from the waveguide as a ring-shaped beam or a partial ring-shaped beam. |
US11592609B2 |
Single edge lit lighting module with bi-lobed light distribution
A single edge lit lighting module is disclosed which produces tailored light distributions valuable in many illumination applications. The lighting module comprises a unique light scattering optical element with volumetric light scattering properties which works in combination with configured reflective surfaces and optional surface relief features, Light distributions attainable using the invention are non-lambertian and anisotropic. Light distributions with one or more lobes of peak intensity can be produced which include, but are not limited to, symmetric and asymmetric batwing distributions, asymmetric distributions for perimeter lighting and symmetric distributions. The invention's unique single edge lit construction provide the means for achieving this without need for conventional two lit edges and within a compact form factor with narrow width, particularly well-suited for linear lighting fixtures that are suspended, surface mounted or recessed. Various embodiments also provide means for adjusting light distributions dynamically to control light output characteristics by the use of an additional cover lens or glare control films, and by controlling the input signals to the LED board included in the assembly. |
US11592606B2 |
Positioning device for positioning a light-conducting fibre in a calibration port
The invention relates to a positioning apparatus (100) for positioning a light-guiding fiber (206) in a calibration port (208) of a medical apparatus (202) comprising at least one light source (204) for the light-guiding fiber (206), wherein the positioning apparatus (100) comprises an elongate body (102) with two end faces (110, 112) and at least one side face (116). A channel (104) for receiving the light-guiding fiber (206) is formed in the body (102), said channel extending along a longitudinal axis of the body (102) proceeding from a first end face (110). Here, according to the invention, provision is made for the body (102), at least in one portion, to consist of an opaque material in the region of the channel (104) and/or to be coated with an opaque material and for said body to have at least one cutout (113, 118), which extends from a side face (116) and/or the second end face (112) of the body (102) to the channel (104) such that radiation emitted by the light-guiding fiber (206) can only emerge from the positioning apparatus (100) in unimpeded fashion through the at least one cutout (113, 118). |
US11592603B2 |
Optical filter
An optical filter (1a) includes a UV-IR-absorbing layer and has the following characteristics (i) to (v) when light with wavelengths of 300 nm to 1200 nm is incident at an incident angle of 0°: (i) an average transmittance of 78% or more in the wavelength range of 450 nm to 600 nm; (ii) a spectral transmittance of 1% or less in the wavelength range of 750 nm to 1080 nm; (iii) a spectral transmittance of 1% or less in the wavelength range of 300 nm to 350 nm; (iv) a decreasing spectral transmittance with increasing wavelength in the wavelength range of 600 nm to 750 nm and a first IR cut-off wavelength in the wavelength range of 620 nm to 680 nm; and (v) an increasing spectral transmittance with increasing wavelength in the wavelength range of 350 nm to 450 nm and a first UV cut-off wavelength in the wavelength range of 380 nm to 430 nm. |
US11592602B2 |
Sub-wavelength structural material having patch type array and compatibility of low detectability for infrared, laser, and microwave
The present disclosure provides a sub-wavelength structural material having compatibility of low detectability for infrared, laser, and microwave, which includes, from top to bottom, a metal type frequency selective surface layer I, a dielectric layer I, a metal type frequency selective surface layer II, a dielectric layer II, a resistive film, a dielectric layer III. Each of the metal type frequency selective surface layers is a sub-wavelength patch type array, and metal used by the metal type frequency selective surface layers has a characteristic of low infrared emissivity. The present disclosure modulates a phase by using a phase difference generated by patches with different sizes on the metal type frequency selective surface layer I, so as to control backscattering of incident electromagnetic waves to achieve compatibility of low detectability for laser and infrared, while the bottom three layers achieve absorption of microwave. |
US11592600B2 |
Window member, electronic apparatus including the same, and manufacturing method of window member
A window member including a base substrate and a light shielding layer including a first light shielding pattern disposed in a first area of the base substrate and a second light shielding pattern disposed in a second area of the base substrate while being spaced apart from the first light shielding pattern and providing a signal transmission area at an inner side thereof. The second light shielding pattern includes an edge having a plurality of curved portions on a plane. This arrangement reduces an area of the light shielding pattern adjacent to the signal transmission area of the window member. |
US11592599B2 |
Flat top diffuser for laser application
A micro-optic cell design with a regularly spaced micro-lens array, having a series of randomly positioned lenslets that have been digitally overwritten, wherein the overwritten area is greater than 0 up to 100 percent fill, and wherein a light shaping diffuser pattern is placed on top of the lenslets of the micro-optic cell. |
US11592598B1 |
Virtual lens optical system
An optical system has a virtual lens comprising an array of image sensors and processor in communication with the virtual lens and configured to focus the at least one virtual lens by way of mathematical image processing of a dynamic object plane. |
US11592597B2 |
Anti-reflective sputtering stack with low Rv and low Ruv
The present invention provides a UV antireflective coating stack for ophthalmic lenses. The antireflective coating stack is deposited by sputtering, which lowers the reflectivity of the antireflective stack in the UV range and maintains low reflectivity in the visible range. The antireflective coating stack offers improved thermo-mechanical performance as compared to evaporation-based UV antireflective stacks. |
US11592596B2 |
System and method for creating an invisible space
The invention relates to a method for creating a space of invisibility, which comprises: (a) providing a metamaterial plate having a subwavelength thickness, said metamaterial plate having bottom and top surfaces; (b) radiating the bottom surface of the metamaterial plate by a primary radiation thereby to form a space of invisibility above the top surface of the metamaterial plate, said space of invisibility being located within a space of a secondary radiation above the metamaterial plate which is in turn formed as a result of said primary radiation passing through metamaterial plate. |
US11592592B2 |
Tracking system for visual effect triggering using induced magnetic field and predictive analysis
A system comprises active magnetic emitters positioned within an area, passive magnetic emitters configured to be moved within the area, a magnetic field detector configured to measure a strength and direction of a magnetic field within the area, and a processor in communication with the magnetic field detector. The passive magnetic emitters are configured to be integrated in, coupled to, or secured to at least one tracked object or tracked subject within the area. The processor is configured to evaluate at least one change in the measured strength and direction of the magnetic field end send a signal to a visual effect actuator or visual effects display to initiate a visual effect based on the at least one change. A method and computer program product relating to the system is also provided. |
US11592582B2 |
System and method for tracking competitive driving on a circuit
A system and method tier tracking competitive driving on a driving circuit provides a unique driving experience for multiple drivers that allows a driving circuit, drivers and their vehicles, and driver statistics to be tracked, recorded, and displayed on a shared network. In some embodiments, the system and method provide a software application that enables multiple drivers to simultaneously drive on the same driving circuit, and on the same network. The driving circuit is a real public roadway that is digitally displayed, along with the position of each driver. The driving circuit is defined by a starting point and an ending point, and the position of the drivers is also visible on the driving circuit. Further, multiple driver statistics are recorded and displayed on the network for all to see. |
US11592581B2 |
Dual inertial measurement units for inertial navigation system
In one embodiment, a system includes a global navigation satellite system (GNSS) receiver unit, a first inertial measurement unit (IMU) and a second IMU. The system may further include a first micro-controller unit (MCU) coupled to the first IMU and the GNSS receiver unit to receive data from the first IMU and the GNSS receiver unit and a second MCU coupled to the second IMU and the GNSS receiver unit to receive data from the second IMU and the GNSS receiver unit. |
US11592577B2 |
Bezel antenna system
A wrist-worn electronic device comprises a housing, a bezel, a location determining element, a communication element, and four antennas. The housing includes a bottom wall contacting a wearer's wrist and a side wall coupled to the bottom wall. The bezel is formed at least partially from electrically conductive material and positioned along an upper edge of the side wall. Two antennas receive a first global navigation satellite system (GNSS) location signals at a first frequency and a second frequency that are used by the location determining element, each antenna including a radiating element formed by a portion of the circumference of the bezel. Two antennas transmit or receive communication protocol wireless signals at a third frequency and a fourth frequency output by or communicated to the communication element, each antenna including a radiating element formed by a portion of the circumference of the bezel. |
US11592575B2 |
Sensor steering for multi-directional long-range perception
The present disclosure relates to systems, vehicles, and methods for adjusting a pointing direction and/or a scanning region of a lidar. An example method includes determining a plurality of points of interest within an environment of a vehicle. The method also includes assigning, to each point of interest of the plurality of points of interest, a respective priority score. The method additionally includes partitioning at least a portion of the environment of the vehicle into a plurality of sectors. Each sector of the plurality of sectors includes at least one point of interest. For each sector of the plurality of sectors, the method includes adjusting a scanning region of a lidar unit based on the respective sector and causing the lidar unit to scan the respective sector. |
US11592574B2 |
LiDAR vision systems
In an exemplary embodiment, a LiDAR is provided that is configured for installation in a mobile platform. The LiDAR includes a scanner and a light-intensity receiver. The scanner includes a light source configured to direct illumination in an illuminating direction. The light-intensity receiver includes one or more light-intensity sensors; and one or more lens assemblies configured with respect to the one or more light-intensity sensors, such that that at least one sensor plane from the one or more light-intensity sensors is tilted to form a non-zero angle with at least one equivalent lens plane from the one or more lens assemblies, transferring the sensor focal plane to be align with the main light illumination direction and be consistent with the direction of movement of a mobile platform. |
US11592572B2 |
Depth sensing using dynamic illumination with range extension
In one embodiment, a system includes at least one projector comprising a plurality of light emitters, where the projector is configured to project a projected pattern comprising a plurality of projected features having different locations; a camera configured to capture an image comprising a detected pattern corresponding to a reflection of the projected pattern; and one or more processors configured to: identify at least one detected feature of the detected pattern, wherein the detected feature corresponds to at least one reflection of the projected features; and activate or deactivate one or more of the light emitters based on the detected feature. The light emitters may be activated or deactivated by determining a detected feature measurement based on the detected feature, and activating or deactivating one or more of the light emitters when the detected feature measurement satisfies a threshold feature measurement condition. |
US11592571B2 |
Free space detection apparatus and free space detection method
A free space detection apparatus for a vehicle is provided to detect a free space based on a lidar sensor and recognize a driving environment. The apparatus includes a point data processor that removes noise of point data acquired from the LIDAR sensor and derives a half line with respect to an obstacle point from which noise has been removed based on coordinates of the obstacle point. A map processor generates a map for space classification, checks whether the obstacle point or the half line with respect to the obstacle point is present in a cell of the map and determines cell states of the map. A free space detector detects a free space based on the cell states of the map. |
US11592570B2 |
Automated labeling system for autonomous driving vehicle lidar data
A system and method for using high-end perception sensors such as high-end LIDARs to automatically label sensor data of low-end LIDARs of autonomous driving vehicles is disclosed. A perception system operating with a high-end LIDAR may process sensed data from the high-end LIDAR to detect objects and generate metadata of objects surrounding the vehicle. The confidence level of correctly identifying the objects using the high-end LIDAR may be further enhanced by fusing the data from the high-end LIDAR with data from other sensors such as cameras and radars. The method may use the detected objects and metadata of the detected objects processed from the data captured by the high-end LIDAR and other sensors as ground truth to label data of a same scene captured by a low-end LIDAR mounted on the vehicle. A neural network may use the labeled sensor data from the low-end LIDAR during offline supervised training. |
US11592568B2 |
Measurement device and method of operating therefor
A measurement device including a light source with a first emitter and a second emitter, and a light intensity measurement unit. A controller configures the first emitter to emit a first light beam using a first operative parameter and the second emitter to emit a second light beam using a second operative parameter. The controller configures the light intensity measurement unit to measure a first light intensity value of the first light beam and a second light intensity value of the second light beam. The controller compares the measured first and second light intensity values with a target intensity value; and adjust the first operative parameter and the second operative parameter based on the comparison to derive a first adjusted operative parameter and a second adjusted operative parameter. The controller configures the emitters to use the adjusted operative parameters during a measurement and a first narrow band filter is arranged to filter the light beams received by the light intensity measurement unit and a second narrow band filter is arranged to filter the light beams emitted by the light source. |
US11592558B2 |
Time of flight lidar system using coherent detection scheme
Various technologies described herein pertain to a time of flight lidar sensor system that uses a coherent detection scheme. The lidar sensor system includes a laser source, a semiconductor optical amplifier, a combiner, and a balanced detector. The laser source emits an input optical signal. The semiconductor optical amplifier receives a first portion of the input optical signal and outputs a modulated optical signal (amplified and modulated). The combiner receives a second portion of the input optical signal and a returned optical signal received responsive to transmission of at least a portion of the modulated optical signal. The combiner coherently mixes the second portion of the input optical signal with the returned optical signal and outputs mixed optical signals. The balanced detector detects the mixed optical signals and generates an output signal (e.g., a differential photocurrent), which can be used to detect a distance to a target. |
US11592554B2 |
Display apparatus equipped with proximity sensor that switches displays and electronic device
A display apparatus which is assembled in a favorable manner and increases reliability at low cost by keeping the length of a flexible printed circuit (FPC) to a minimum. The display apparatus has a display member, on which at least an image is displayed, and an exterior member which covers the display member. The display member has a proximity sensor that detects the approach of an object to be detected. The exterior member has a protective member that protects the proximity sensor. A fixing member that fixes the display member to the exterior member in a sensing direction of the proximity sensor is formed in the exterior member. |
US11592549B2 |
Calibrating radars and tracking space objects
Technologies for calibrating radars and tracking space objects. Some of such technologies enable a technique for calibrating a radar based on using -A- an elemental antenna (308), which can be embedded on a housing hosting a set of antenna elements, or -B- an antenna (146) mounted to a reflector. Some of such technologies enable a radar site containing a first 1D phased array (112) and a second 1D phased array (112), where the first 1D phased array sends a set of signals and receives a set of reflections based on the set of signals, and the second 1D phased array receives the set of reflections. |
US11592547B2 |
Smart-device-based radar system detecting user gestures in the presence of saturation
Techniques and apparatuses are described that implement a smart-device-based radar system capable of detecting user gestures in the presence of saturation. In particular, a radar system 104 employs machine learning to compensate for distortions resulting from saturation. This enables gesture recognition to be performed while the radar system 104's receiver 304 is saturated. As such, the radar system 104 can forgo integrating an automatic gain control circuit to prevent the receiver 304 from becoming saturated. Furthermore, the radar system 104 can operate with higher gains to increasing sensitivity without adding additional antennas. By using machine learning, the radar system 104's dynamic range increases, which enables the radar system 104 to detect a variety of different types of gestures having small or large radar cross sections, and performed at various distances from the radar system 104. |
US11592546B1 |
Angle-Doppler Keystone formatting for airborne look-down radar system
An airborne radar system and signal interpretation approach that detects slow moving ground targets using angle and Doppler of Keystone formatting process, and is referred to as Angle-Doppler Keystone Formatting (ADK). ADK collapses the clutter ridge to a constant Doppler or to a constant angle, thereby transforming a clutter ridge in angle-Doppler space into a horizontal line of constant Doppler or a vertical line of constant angle. Clutter may then be filtered more effectively, such as by using multiple beams as the source of STAP training data or by using multiple Doppler bins. |
US11592545B2 |
Method of determining the yaw rate of a target vehicle
This disclosure describes a radar system configured to estimate a yaw-rate and an over-the-ground (OTG) velocity of extended targets in real-time based on raw radar detections. This disclosure further describes techniques for determining instantaneous values of lateral velocity, longitudinal velocity, and yaw rate of points of a rigid body in a radar field-of-view (FOV) of the radar system. |
US11592542B2 |
Coded aperture ultrasound detector
An ultrasound detection device comprising: an ultrasound receiver configured to generate a signal indicative of a pressure of ultrasound that impinges on the receiver; and a coded mask comprising an ultrasound-blocking material perforated by an array of a plurality of apertures, the apertures arranged such that when the coded mask is placed over the receiver between the receiver and a source of ultrasound in a predetermined lateral position, the ultrasound is transmitted from the ultrasound source to the receiver via a known unique pattern of active apertures of the plurality of apertures such that the signal that is generated by the receiver is a multiplexed signal. |
US11592539B2 |
Sensor alignment
Described herein are systems, methods, and non-transitory computer readable media for performing an alignment between a first vehicle sensor and a second vehicle sensor. Two-dimensional (2D) data indicative of a scene within an environment being traversed by a vehicle is captured by the first vehicle sensor such as a camera or a collection of multiple cameras within a sensor assembly. A three-dimensional (3D) representation of the scene is constructed using the 2D data. 3D point cloud data also indicative of the scene is captured by the second vehicle sensor, which may be a LiDAR. A 3D point cloud representation of the scene is constructed based on the 3D point cloud data. A rigid transformation is determined between the 3D representation of the scene and the 3D point cloud representation of the scene and the alignment between the sensors is performed based at least in part on the determined rigid transformation. |
US11592535B2 |
Methods and apparatus for repetitive histogramming
Various embodiments of the present technology may provide methods and apparatus for repetitive histogramming. The apparatus may provide a limited number of physical bins to perform multiple histograms on a total number of virtual bins. The apparatus may provide a single physical bin that is used to sweep over the total number of virtual bins. |
US11592532B2 |
Integrated light transmission/reception optical system module and scanning lidar having same
In one embodiment, an integrated light transmission/reception optical system module includes a light receiving lens, a light source, and a light transmitting mirror. The light receiving lens receives light, concentrates the received light on a light detector disposed at a rear position, and has an optical path groove formed to be directed from a circumference to a central portion and formed to expose a front side. The light source outputs a pulse laser along the optical path groove from the circumference of the light receiving lens toward the central portion of the light receiving lens. The light transmitting mirror is disposed within the optical path groove, is located on a path of the pulse laser, and reflects in a front direction the pulse laser outputted from the light source. Other embodiments are also possible. |
US11592527B2 |
Systems for incorporating LiDAR sensors in a headlamp module of a vehicle
A headlamp module of a vehicle includes a housing including a window, an illumination submodule disposed inside the housing and configured to provide illumination light to be transmitted through the window toward a scene in front of the vehicle, and a first LiDAR sensor disposed inside the housing and laterally displaced from the illumination submodule. The first LiDAR sensor includes one or more laser sources configured to emit laser beams to be transmitted through the window toward the scene, the laser beams being reflected off of one or more objects in the scene, thereby generating return laser beams to be transmitted through the window toward the first LiDAR sensor and one or more detectors configured to receive and detect the return laser beams. |
US11592516B2 |
Positioning based on calendar information
A method includes obtaining piece(s) of calendar information indicative of at least one appointment taking place in a space and extracting a set of space identifiers representing space(s) of the venue. The space identifier(s) for one or more spaces are extracted based on an indoor map of the venue. The method also includes determining or triggering determining whether at least a part of the set of space identifiers or one or more spaces of the set of space identifiers match(es) the at least one space as represented by the piece(s) of calendar information; and if a match is found: determining one or more reference location estimates. A respective reference location estimate is indicative of a location of the space that was determined to be a match. A corresponding apparatus, computer program product and system are also provided. |
US11592514B2 |
Amplitude goniometer and associated platform
The present invention relates to an amplitude goniometer comprises P receiver channels, P being greater than or equal to 2, each receiver channel being identified by an index p, each receiver channel comprising an antenna coupled to a receiver chain followed by at least two digital receiver modules each comprising an analogue-to-digital conversion module associated with a respective sampling frequency, each sampling frequency not complying with the Shannon criterion and not being a multiple of another frequency, N being the number of frequencies, N being greater than or equal to 2, each frequency being referenced by an index n, the amplitude goniometry estimator working from the amplitudes of the signals originating from at least Q adjacent receiver channels of the P receiver channels, Q being at most equal to P, the sampling frequencies being associated with the analogue-to-digital conversion modules of the Q adjacent receiver channels. |
US11592511B2 |
Methods and systems for diagnosing magnetic sensors
A magnetic sensor circuit includes a plurality of magnetic sensors having bias input and bias output terminals and first and second measurement terminals. The circuit includes a diagnostic sensor having bias input and bias output terminals and first and second measurement terminals. The circuit includes a first multiplexer configured to selectively couple a current source to the bias input terminals of the magnetic sensors or to the bias input terminal of the diagnostic sensor and includes a second multiplexer configured to selectively couple the bias output terminals of the magnetic sensors or the bias output terminal of the diagnostic sensor to a first terminal of a switch. The circuit includes a third multiplexer configured to selectively couple the measurement terminals of the magnetic sensors or the measurement terminals of the diagnostic sensor to differential input terminals of an amplifier. |
US11592507B2 |
Determining a saturation pulse for suppressing signals from unwanted areas
A method for determining a saturation pulse for suppressing signals from unwanted areas in the context of acquiring measurement data from a target volume of an object under examination by means of a magnetic resonance system, includes: loading the characteristics of the unwanted areas from which signals are to be suppressed; determining area saturation pulses for signal suppression in each of the unwanted areas; and determining a saturation pulse for signal suppression in all the unwanted areas on the basis of the area saturation pulses determined. |
US11592506B2 |
System and method for magnetic resonance imaging
The present disclosure provides a system and method for magnetic resonance imaging. The method may include obtaining first k-space data collected from a subject in a non-Cartesian sampling manner. The method may also include generating second k-space data by regridding the first k-space data. The method may further include generating third k-space data by calibrating the second k-space data, wherein a calibrated field of view (FOV) corresponding to the third k-space data is constituted by a central portion of an intermediate FOV corresponding to the second k-space data. The method may still further include reconstructing, using at least one of a compressed sensing algorithm or a parallel imaging algorithm, a magnetic resonance (MR) image of the subject based at least in part on the third k-space data. |
US11592504B2 |
MRI coil with a RF shield for radiation or x-ray applications
Various embodiments of the present disclosure are directed towards a magnetic resonance imaging (MRI) radio frequency (RF) coil. The MRI RF coil comprises a first conductive ring and a second conductive ring. A plurality of rung groups extend between the first and second conductive rings. The plurality of rung groups are spaced uniformly about the first conductive ring. Each of the plurality of rung groups comprises a plurality of conductive rungs extending between and connected to the first and second conductive rings. The plurality of conductive rungs of each of the plurality of rung groups are azimuthally separated from one another by a first azimuth angle. Each of the plurality of rung groups is separated from a neighboring rung group by a spacing that forms a window. Each of the windows have a second azimuth angle that is greater than the first azimuth angle. |
US11592503B2 |
Method and apparatus for hyperpolarisation of spins, in particular electron spins
A method for hyperpolarizing spins includes the following steps: a) placing a sample containing spins (s) in a stationary magnetic field; b) magnetically coupling the sample to an electromagnetic resonator having a resonance frequency ω0 equal to the Larmor frequency of the spins in the stationary magnetic field, such that the coupling with the resonator dominates the relaxation dynamics of the spins; and c) reducing the effective temperature of the electromagnetic field inside the electromagnetic resonator below its physical temperature and that of the sample; whereby the polarization of the spins of the sample is established at a value higher than its thermal equilibrium value. An apparatus for implementing such a method is also provided. |
US11592497B2 |
System and method for monitoring one or more characteristics of an ultracapacitor
A method for monitoring one or more characteristics of an ultracapacitor is provided. The method includes obtaining a plurality of voltage measurements. Each of the voltage measurements can be obtained sequentially at one of a plurality of intervals. Furthermore, each of the voltage measurements can be indicative of a voltage across the ultracapacitor. The method can include determining an actual voltage step of the ultracapacitor based on two consecutive voltage measurements of the plurality of voltage measurements. The method can further include determining whether the actual voltage step exceeds a threshold voltage step of the ultracapacitor. Furthermore, in response to determining the actual voltage step exceeds the threshold voltage, the method can include providing a notification associated with performing a maintenance action on the ultracapacitor. |
US11592494B1 |
Fuzzer test system for applications in electric power systems
The present disclosure relates to systems and methods to conduct a fuzzer test on a device under test and configured for use in an electric power system. In one embodiment, a system may include a configuration subsystem to receive a parameter of the device under test. A fuzzer subsystem in communication with the configuration subsystem may be configured to conduct a fuzzer test on the device under test. The fuzzer subsystem may include a fuzzer state machine to generate input data to deliver to the device under test, a packet buffer to store input data generated by the fuzzer state machine, and a packet regulator to deliver input data generated by the fuzzer state machine based the parameter. A physical interface in communication with the packet regulator may transmit input data to the device under test based on the parameter. |
US11592492B2 |
Device and method for diagnosing battery pack
A battery pack diagnosing device mediating signal communication between a battery pack and a user terminal includes a controller generating a wake-up signal based on a user input to a third switch and transmitting the generated wake-up signal to the battery pack, and establishing a communication connection according to a first communication method with the battery pack turned on based on the wake-up signal and receiving state information of the battery pack through the established communication connection. |
US11592488B2 |
Battery monitoring system
A battery monitoring system includes a data acquiring unit and a failure determining unit. The data acquiring unit acquires a plurality of types of monitoring data to monitor a state of a secondary battery. The failure determining unit determines whether the secondary battery has failed. The failure determining unit performs sparsity regularization using the monitoring data as variables and calculates a partial correlation coefficient matrix of the monitoring data. The failure determining unit calculates, as an abnormality level, an amount of change in a partial correlation coefficient, which is a component of the partial correlation coefficient matrix, between two partial correlation coefficient matrices calculated at different periods. The failure determining unit determines that the secondary battery has failed when the calculated abnormality level exceeds a predetermined threshold. |
US11592482B1 |
Scan channel slicing for compression-mode testing of scan chains
Scan channel slicing methods and systems for testing of scan chains in an integrated circuit (IC) reduce the number of test cycles needed to effectively test all the scan chains in the IC, reducing the time and cost of testing. In scan channel slicing, rather than loading and unloading into scan chains high-power patterns having numerous switching transitions over the length of each scan chain, loading and unloading the entirety of the scan chain scan while observing it, chain load data is sliced, apportioning between the different scan chains independently observable sections (slices) of transition data in which all four bit-to-bit transitions (“0” to “0”, “0” to “1”, “1” to 0”, “1” to “1”) are ensured to exist. The remainder of the scan chain load data, which is not observed in the test procedure, can be low-transition data that consumes low dynamic power, such as mostly zeroes or mostly ones. |
US11592481B1 |
Unified approach for improved testing of low power designs with clock gating cells
An apparatus includes a core logic circuit, one or more integrated clock-gating (ICG) cells, and one or more ICG control cells (ICCs). The core logic circuit generally comprises a plurality of flip-flops. The plurality of flip-flops may be connected to form one or more scan chains. Each of the one or more integrated clock-gating (ICG) cells may be configured to gate a clock signal of a respective one of the one or more scan chains. Each of the one or more ICG control cells may be configured to control a respective one or more of the one or more ICG cells. |
US11592480B2 |
Method and apparatus for analyzing phase noise in a signal from an electronic device
An apparatus and method for analyzing phase noise in a signal. A plurality of signal samples, each signal sample representing a value of phase noise in a signal-under-test at a corresponding offset frequency, and filter data representing filter characteristics on a first side of a spectrum boundary, are used to derive filtered signal samples. A measure of noise is derived from the filtered signal samples. This abstract is not to be considered limiting, since other embodiments may deviate from the features described in this abstract. |
US11592477B2 |
Test handler having multiple testing sectors
A test handler comprising a primary rotary turret comprising pick heads for transporting electronic components, and a secondary rotary turret arranged and configured to receive electronic components directly or indirectly from the primary rotary turret, the secondary rotary turret including multiple separate test sectors having component carriers for carrying the electronic components received from the primary rotary turret, wherein the multiple test sectors are rotatably movable relative to one another. The test handler also comprises at least one testing device positioned along a periphery of the secondary rotary turret, wherein the component carriers of the respective test sectors are operative to convey the electronic components to a position of the at least one testing device for testing. |
US11592474B2 |
Functional test equipment including relay system and test method using the functional test equipment
The present disclosure provides functional test equipment for a device under test and method of testing the device under test. The functional test equipment includes a first power supply, a second power supply and a relay system. The first power supply is configured to generate a first supply voltage. The second power supply is configured to generate a second supply voltage different from the first supply voltage. The relay system is configured to electrically couple the first power supply or the second power supply to the device under test, wherein the first supply voltage is applied to the device under test for a first duration and the second supply voltage is applied to the device under test for a second duration less than the first duration. |
US11592471B2 |
Monitoring systems for industrial machines having dynamically adjustable computational units
A flexible monitoring system and corresponding methods of use are provided. The system can include a base containing backplane, and one or more monitoring circuits. The monitoring circuits can be designed with a common architecture that is programmable to perform different predetermined functions. As a result, monitoring circuits can be shared between different implementations of the flexible monitoring system. Multiple bases that can be communicatively coupled in a manner that establishes a common backplane between respective bases that is formed from the individual backplanes of each base. Each monitoring circuit is not limited to sending data to and/or receiving data from the backplane to which it is physically coupled but can instead can communicate along the common backplane. Computational processing capacity can be increased or decreased independently of input signals received by addition or removal of processing circuits from the monitoring system. |
US11592470B2 |
Insulation abnormality detection apparatus
A controller (1) forms an insulation measurement path and turns on a third switch connected in parallel to a capacitor, (2) after a lapse of a first time period turns off the third switch, and (3) detects an insulation abnormality based on a voltage of the capacitor measured after a lapse of a second time period after the turning off of the third switch. |
US11592463B2 |
Systems and methods for mechanosynthesis
Methods, systems, and devices are disclosed for performing mechanosynthesis, including those that involve bulk chemical preparation of tips, multiple tips for supplying feedstock, and use of sequential tips such as in a thermodynamic cascade; such features may simplify starting requirements, increase versatility, and/or reduce complexity in the mechanosynthesis equipment and/or process. |
US11592462B2 |
Diamond probe hosting an atomic sized defect
A method of manufacturing, characterizing, mounting, and a system of a probe may include a pillar having a taper angle and at least one engineered defect. The taper angle may be formed using crystallographic- or etching-based techniques. The probe may be mounted to an AFM chip. Furthermore, an RF waveguide may be connected to the AFM chip for providing RF excitation. |
US11592457B2 |
Methods and systems for tunnel profiling
Described herein are new methods and systems for profiling tunnels. A method comprises moving a shuttle within a shuttle track extending between a boring apparatus (inside a tunnel) and a base station (outside the tunnel). The shuttle is equipped with a movement sensor, which records various movement parameters (e.g., linear and/or angular accelerations) while the shuttle moves within the shuttle track. These movement parameters are then transferred to a tunnel profiler (e.g., a base station) and the profile of the tunnel is determined based on these movement parameters. For example, a shuttle track can be a flexible tube (e.g., continuous or segmented) with the shuttle positioned within the tube. The shuttle can be removed from the tube or remain in the tube while the movement parameters are transferred and, in some examples, while the shuttle is recharged. |
US11592455B2 |
Adaptive voltage threshold for turbine engine
The subject matter of this specification can be embodied in, among other things, a method for controlling a turbine engine that includes receiving a predetermined arming threshold signal, receiving a predetermined triggering threshold signal, receiving a periodic signal from a speed sensor, determining a frequency signal based on the periodic signal, the predetermined arming threshold signal, and the predetermined triggering threshold signal, determining a speed value based on the determined frequency signal, and controlling a speed of a turbine based on the determined speed value. |
US11592451B2 |
Method for the preselection of drugs for protein misfolding diseases
The invention provides a method that gives direct information about the intervention of a potential drug on the secondary structure distribution of a targetbiomolecule, i.e., for a disease with misfolded protein, such as neurodegenerative diseases in a complex body fluid. The secondary structural change is monitored by vibrational spectroscopy. The method can be applied for prescreening of drug candidates for targeting of specific biomolecules. The effect of the drug on the secondary structure distribution is monitored label-free in real time and provides thereby direct information about the efficacy of the potential drug. |
US11592437B2 |
Electrochemical measurement of creatinine in serum
Methods and devices for quantifying creatinine in a test sample are provided. The test sample is contacted with a sensing composition to obtain a product comprising a hydantoin-transition metal complex and ammonia. The sensing composition comprises creatinine deaminase and a transition metal salt. The creatinine deaminase enzymatically reacts with creatinine to provide the N-methyl hydantoin and ammonia. The N-methyl hydantoin forms the hydantoin-transition metal complex with the transition salt. A potential difference is applied to the product to measure a current signal provided by the hydantoin-transition metal complex. Concentration of N-methyl hydantoin is obtained based on the measured current signal using a calibration equation. The concentration of N-methyl hydantoin is correlated with concentration of creatinine to quantify the creatinine in the test sample. |
US11592434B2 |
Apparatus and method for performing gas analysis using optical absorption spectroscopy, such as infrared (IR) and/or UV, and use thereof in apparatus and method for performing dissolved gas analysis (DGA) on a piece of electrical equipment
An apparatus and associated a method are described for performing gas analysis on a gas sample. The method comprising exciting the gas sample with one or more electromagnetic energy sources and obtaining optical absorption signals associated with the gas sample prior to application of a catalytic process to the gas sample as well as during and/or after application of the catalytic process to the gas sample. The obtained optical absorption signals may then be processed using differential calculation approaches to derive information associated with the gas sample, which may include for example information conveying concentrations of certain specific gases in the gas sample. In some implementations, the optical absorption measurement system is configured to use the one or more electromagnetic energy sources to excite the gas sample to produce first optical absorption signals. The optical absorption measurement system is also configured to apply a catalytic process to the gas sample to derive a modified gas sample and to use the one or more electromagnetic energy sources to excite the modified gas sample to produce second optical absorption signals. Information may then be derived at least in part by processing the first optical absorption signals and second optical absorption signals. The apparatus and associated method may find practical uses in a variety of fields including, without being limited to, the field of dissolved gas analysis (DGA) for detecting/monitoring faults in liquid-insulated electrical equipment as well as equipment used for mine safety, particularly coal mines; equipment for analyzing gases that emerge from the bore hole during drilling for natural gas and oil and equipment for identifying gas leaks in underground natural gas lines as well as other areas. |
US11592433B2 |
Quantifying contamination of downhole samples
Systems, devices, and techniques for determining downhole fluid contamination are disclosed. In one or more embodiments, phase-related properties are measured for a reservoir fluid having a determined composition. An equation-of-state (EOS) is selected and/or tuned based, at least in part, on the measured phase-related properties and the tuned EOS is applied to estimate fluid property values for a reference fluid over specified ranges of at least two thermodynamic properties. Contaminant reference data are generated that correlate the estimated fluid property values for the reference fluid with respective contaminant levels. Within a wellbore, a fluid sample is analyzed to determine a fluid property value. A contaminant level is identified that corresponds within the contaminant reference data to the determined fluid property value of the fluid sample. |
US11592431B2 |
Addressing incomplete soil sample data in soil enrichment protocol projects
In various embodiments, methods, systems, and computer program products are provided for estimating greenhouse gas emissions. In particular, methods, systems, and computer program products are presented for the task of quantifying emissions reduction from changes in stocks of soil organic carbon (SOC). The methods apply more generally to tasks that involve quantification of a total or average across a population of land (and/or possibly any space and any time) using measurements at a sample from that population. The sample may not be representative or unbiased. In some examples, estimating greenhouse gas emissions may apply to quantifying the total stock of SOC in land, the total nitrous oxide emissions in land and a time interval. |
US11592429B2 |
Open-air circulating pool for simulating ecological damage
The present disclosure provides an open-air circulating pool for simulating ecological damage, and belongs to the technical field of simulation tests of ecological environment impact. The open-air circulating pool is provided with a set of devices for simulating natural ecological environments of different water quality and sediments, as well as changes in water bodies caused by a sea occupation project, discharge of a typical pollution source and a sudden leakage accident, so as to observe changing trends of an aquatic organism and an environmental element, and qualitatively and quantitatively determine a law of causality of damage. The set of devices includes an open-air wave-flow circulating pool, an additive injection apparatus and an ecological indicator sampling and detection apparatus. |
US11592428B2 |
Evaluation method for impact of emission control on air quality, device and storage medium thereof
An atmospheric pollution emission control effect evaluation method, device and storage medium, including: carrying out meteorological condition frequency statistics of data collected from meteorological station, obtaining meteorological condition frequency distribution information; obtaining pollutant concentration information, performing pollutant concentration distribution statistics to obtain pollution concentration distribution information and pollution concentration variation information; decomposing effects of meteorological factors and non-meteorological factors according to meteorological condition frequency distribution information, pollution concentration distribution information and pollution concentration variation information, to obtain meteorological and non-meteorological contribution information; constructing source emission control effect evaluation data set according to meteorological condition frequency distribution information, pollution concentration distribution information, meteorological and non-meteorological contribution information. Accordingly, emission control effect can be quantitatively evaluated based on observation data. Emission increasing effect and contribution of meteorological changes to variation of average pollution level can be quantified. |
US11592427B2 |
Multi-parametric machine olfaction
A system includes an array of chemical, pressure, and temperature sensors, and a temporal airflow modulator configured to provide sniffed vapors in a temporally-modulated sequence through a plurality of different air paths across multiple sensor locations. |
US11592423B2 |
Adaptive ultrasonic sensing techniques and systems to mitigate interference
Disclosed are apparatus and methods for enhancing operation of an ultrasonic sensing device for determining the status of an object near such ultrasonic sensing device. From the ultrasonic sensing device, an emission signal having a current frequency or band in an ultrasonic frequency range is emitted. Ultrasonic signals are received and analyzed to detect one or more objects near or contacting the ultrasonic sensing device. After expiration of a predefined time period of emitting the emission signal, a background noise signal is detected from an environment of the ultrasonic device and background noise metrics are estimated based on the background noise signal. It is then determined whether the current frequency of the emission signal is optimized based on the background noise metrics. A next frequency or band is selected and the emission signal is emitted at the next frequency or band if it is determined that the current frequency or band is not optimum. The operations of detecting, estimating, determining, and selecting are repeated after each time a next frequency or band is selected and the emission signal is emitted at such next frequency or band. |
US11592419B2 |
Sensor element for gas sensor
A sensor element for a gas sensor includes: an element base being a ceramic structure including a sensing part to sense a gas component to be measured; and a leading-end protective layer being a porous layer to surround a predetermined range from a leading end portion on a side of the sensing part of the element base. The leading-end protective layer protrudes at a first end portion thereof opposite to a portion surrounding the element base in a longitudinal direction of the element base. A/B≥1.1 where A is maximum thickness of the leading-end protective layer, and B is thickness of the leading-end protective layer in a base portion that does not protrude. |
US11592415B2 |
Bio-sensor having interdigitated microelectrode using response of receptor and target bioproducts
The present invention relates to an interdigitated microelectrode biosensor using the reaction between receptors and target biomaterials, the interdigitated microelectrode biosensor comprising: an insulating layer formed so as to cover all of the sensor formation area of a substrate; a first interdigitated microelectrode formed such that a plurality of first protruding electrodes are arranged in a comb shape on the insulating layer of the substrate; a second interdigitated microelectrode, facing the first interdigitated microelectrode and formed such that a plurality of second protruding electrodes are arranged in a comb shape on the insulating layer of the substrate such that the plurality of second protruding electrodes are arranged to respectively interdigitate with the plurality of first protruding electrodes formed at the first interdigitated microelectrode; and a plurality of receptors arranged in the space between the first and second interdigitated microelectrodes, which are arranged to interdigitate with each other, so as to specifically react with the target biomaterial, thereby increasing an impedance detection width and detection limit, and improving detection accuracy according to the characteristics of each monomer and each polymer. |
US11592410B1 |
Wireless monitoring system for coal-gangue mixing ratio based on non-Hermite technology
Disclosed is a wireless monitoring system for a coal-gangue mixing ratio based on a non-Hermite technology, including a signal generation monitoring device, an excitation coil, a receiving coil and a parallel plate capacitor. The signal generation monitoring device is connected with the excitation coil; the receiving coil is connected with the parallel plate capacitor to form an LC resonance system; the receiving coil is placed in parallel with the excitation coil, and the axis of the receiving coil and the axis of the excitation coil are on a same horizontal line; the signal generation monitoring device is used to generate a pulse current and collect reflected signals; the excitation coil excites an initial magnetic field based on the generated pulse current, and the LC resonance circuit performs an electromagnetic field induction to generate an induced magnetic field, and feeds back the reflected signals to the signal generation monitoring device. |
US11592408B2 |
Thermal measurement apparatus and methods for anisotropic thermal materials
A system for characterizing thermal properties of thermally anisotropic heterogeneous samples includes a heating element, a first temperature sensing device, a second temperature sensing device, and a computing system. The heating element is positioned at a first location within a sample and heats the sample. The first temperature sensing device outputs data indicative of temperatures of the first location to the computing device. The second temperature sensing device outputs data indicative of temperatures of the second location to the computing device. The computing device computes a thermal conductivity of the sample based upon the temperatures of the first location. The computing device further outputs an indication of a portion of the sample to which the thermal conductivity pertains based upon the second temperatures. |
US11592407B2 |
Systems, devices, and methods for x-ray fluorescence analysis of geological samples
A geological analysis system, device, and method are provided. The geological analysis system includes sensors, including an X-ray fluorescence (XRF) unit, which detect properties of geological sample materials, a sample tray which holds the geological sample materials therein, and a processor. The XRF unit includes a body and a separable head unit and an output port configured to emit helium onto the geological sample materials within the sample tray. The sample tray includes chambers formed in an upper surface, ports, and passages, each providing communication between an interior of a chamber and an interior of a port. The ports are configured to be attachable to vials. The processor is configured to automatically position at least one of the sensors and the sample tray with respect to the other of the at least one of the sensors and the sample tray and to control the sensors. |
US11592406B2 |
Detection scheme for x-ray small angle scattering
A detection scheme for x-ray small angle scattering is described. An x-ray small angle scattering apparatus may include a first grating and a complementary second grating. The first grating includes a plurality of first grating cells. The complementary second grating includes a plurality of second grating cells. The second grating is positioned relative to the first grating. A configuration of the first grating, a configuration of the second grating and the relative positioning of the gratings are configured to pass one or more small angle scattered photons and to block one or more Compton scattered photons and one or more main x-ray photons. |
US11592405B1 |
RF signature detection for waveguide deformation
A radio frequency (RF) based waveguide health monitoring system is disclosed. The system employs an RF transmitter for launching a probe RF waveform into a waveguide. Reflections, etc., from the interior of the waveguide of the probe RF waveform create a signature RF waveform, with a health RF receiver receiving this resultant signature RF waveform. A health processing system analyzes the signature RF waveform, and when it detects a change indicative of a deformation of the waveguide, generates a warning signal. This change may be due to bends, flexes, vibrations (or changes in vibrations), or separations of the waveguide. The system may have low frequency, high frequency, or high frequency imaging modes. The system may employ a high-power probe RF waveform, thereby enabling a wireless charging system with power RF receivers located along the length of the waveguide providing additional functionality. |
US11592402B2 |
Connecting device for inspection
A connecting device for inspection includes optical probes, and a probe head including a plurality of guide plates. The probe head includes a first guide plate, and a second guide plate arranged movably with respect to the first guide plate in a radial direction of the penetration holes in a state in which the optical probes are inserted to the respective penetration holes. The probe head holds the optical probes by inner wall surfaces of the penetration holes of the first guide plate and inner wall surfaces of the penetration holes of the second guide plate in a state in which the positions of the central axes of the penetration holes of the first guide plate are shifted in the radial direction from the positions of the central axes of the penetration holes of the second guide plate. |
US11592400B2 |
System, method and computer program product for object examination
Inspection data that corresponds to potential defects of an object may be received. A first set of locations of first potential defects can be identified. The first set of locations of the first potential defects can be imaged with a review tool to obtain a first set of review images. The first potential defects can be classified based on the first set of review images to obtain first classification results of the first potential defects. An instruction can be determined for the review tool based on the first classification results, the instruction being associated with detecting potential defects. Using the instruction, a second set of locations of second potential defects of the plurality of potential defects to be imaged with the review tool can be identified. |
US11592395B2 |
Wide-area-sample based reader design for diagnostic detection of bio-particles
The present invention provides a wide-area sample-based reader design which serves as a diagnostic detection device for bio-particles. |
US11592393B2 |
Wide-field nanosecond imaging methods using wide-field optical modulators
Improved resolution of a time-varying optical image is provided with a wide field optical intensity modulator having a bandwidth greater than that of the detector array(s). The modulator configuration can have high photon collection efficiency, e.g. by using polarization modulation to split the incident light into several timegated channels. |
US11592391B2 |
Photothermal imaging device and system
Mid-infrared photothermal heterodyne imaging (MIR-PHI) techniques described herein overcome the diffraction limit of traditional MIR imaging and uses visible photodiodes as detectors. MIR-PHI experiments are shown that achieve high sensitivity, sub-diffraction limit spatial resolution, and high acquisition speed. Sensitive, affordable, and widely applicable, photothermal imaging techniques described herein can serve as a useful imaging tool for biological systems and other submicron-scale applications. |
US11592388B2 |
Clutter avoidance in wide-band cavity ring-down data acquisition
Improved optical absorption spectroscopy of species having broad spectral features is provided by choosing frequencies to cover the spectral feature(s) of interest, where the frequencies are slightly adjusted as needed to avoid narrow spectral features from interfering chemical species (i.e., clutter). The resulting clutter avoidance provides improved optical spectroscopy of species having broad spectral features. |
US11592386B2 |
Light detection systems having a secondary light scatter detector and methods for using same
Systems having an unfiltered light scatter detector configured to detect scattered light from a sample in a flow stream are provided. Systems according to certain embodiments include a light source having two or more lasers, a light detection system having an unfiltered light scatter detector and a processor having memory operably coupled to the processor where the memory includes instructions which when executed by the processor, cause the processor to generate one or more data signals in response to scattered light from each of the two or more lasers detected by the unfiltered light scatter detector; and determine one or more parameters of data acquisition based on the generated data signals from the unfiltered light scatter detector. Methods for determining one or more parameters for data acquisition with the subject systems are also described. |
US11592379B2 |
Flowing vapor pressure apparatus and related method
A method of determining vapor pressure of a fluid is provided. The method includes the steps of providing a meter (5) having meter electronics (20), the meter (5) being at least one of a flowmeter and a densitometer, and flowing a process fluid through the meter (5). A pressure of the process fluid is measured. The pressure of the process fluid is adjusted until a monophasic/biphasic boundary is reached. The flowing vapor pressure of the process fluid is determined at the monophasic/biphasic boundary. |
US11592375B2 |
Collision mitigation apparatus material testing systems having collision mitigation apparatus
An example material testing system includes: a crosshead configured to be actuated to transfer testing force to a test specimen during a material test; an actuator configured to actuate the crosshead and to apply the testing force to the crosshead; a force sensor configured to measure force applied by the crosshead to the specimen; and a control processor configured to: determine a reference force range based on a first force measurement from the force sensor in response to initiation of movement of the crosshead; and in response to a second force measurement by the force sensor that is outside of the reference force range, controlling the actuator to apply a braking force to the crosshead. |
US11592374B2 |
Cryostat chuck
A cryostat chuck is disclosed. The disclosed chuck may be configured for use in a frozen-sectioning device, such as a cryostat, or other suitable host equipment. The disclosed chuck may include a tab portion configured, in accordance with some embodiments, to provide a means for gripping the chuck by hand (e.g., human or robotic) or by a tool or other desired interfacing element. The tab portion may serve to distance a user's hand or piece of gripping equipment from the sharp microtome of the host cryostat, reducing the opportunity of sustaining bodily injury or equipment damage. Moreover, the tab portion may provide a means by which the cryostat chuck may be manipulated when inserting, adjusting, or removing the chuck prior to, during, or after engagement by the cryostat (or other suitable host equipment). |
US11592373B2 |
Electrochemical methods for sample pretreatment for metals determination and related apparatus
The disclosure relates to a method for pretreating a sample for metals determination. The method includes: providing an aqueous sample mixture comprising a sample containing or suspected of containing one or more metals for detection; contacting the aqueous sample mixture with a first electrode (anode) comprising electrically conducting boron-doped diamond (BDD); electrically contacting the aqueous sample mixture with a second electrode (cathode); applying an electrical potential between the first electrode and the second electrode (i) to provide an electrical current therebetween and through the aqueous sample mixture, (ii) to generate hydroxyl ion (OH−) species at the first electrode, (iii) to oxidize and free the one or more metals for detection in the sample, thereby forming a pretreated aqueous sample comprising free metal ions in aqueous solution and corresponding to the one or more metals in the original sample; and withdrawing the pretreated aqueous sample comprising the free metal ions in aqueous solution. The pretreated aqueous sample can be analyzed for metal content using any desired conventional analysis technique. |
US11592368B2 |
Method for collecting and preserving a biological sample
The disclosure relates to devices, solutions and methods for collecting and processing samples of bodily fluids containing cells (as well as embodiments for the collection, and processing and/or analysis of other fluids including toxic and/or hazardous substances/fluids). In addition, the disclosure relates generally to function genomic studies and to the isolation and preservation of cells from saliva and other bodily fluids (e.g., urine), for cellular analysis. With respect to devices for collection of bodily fluids, some embodiments include two mating bodies, a cap and a tube (for example), where, in some embodiments, the cap includes a closed interior space for holding a sample preservative solution and mates with the tube to constitute the (closed) sample collection device. Upon mating, the preservation solution flows into the closed interior space to preserve cells in the bodily fluid. The tube is configured to receive a donor sample of bodily fluid (e.g., saliva, urine), which can then be subjected to processing to extract a plurality of cells. The plurality of cells can be further processed to isolate one and/or another cell type therefrom. The plurality of cells, as well as the isolated cell type(s), can be analyzed for functional genomic and epigenetic studies, as well as biomarker discovery. |
US11592365B2 |
Smear preparing apparatus, method of controlling smear preparing apparatus, and sample processing apparatus
A smear preparing apparatus that operates under selectable operation modes, may include: a smearing unit that prepares smeared slides by smearing samples onto slides; a staining unit that is capable of housing the smeared slides and that performs staining processing by accommodating a staining solution used to stain the samples on the housed smeared slides; a fluid circuit that supplies the staining solution to the staining unit; and a controller that controls the supplying of the staining solution to the staining unit depending on a selected one of the operation modes. |
US11592364B2 |
Exhaust gas analysis apparatus, exhaust gas analysis system, exhaust gas measurement method, program recording medium recorded with program for exhaust gas analysis apparatus, and calibration method for exhaust gas analysis
To provide an exhaust gas analysis apparatus that, without the need to greatly change the flow rate of diluted exhaust gas passing through a filter, can change the flow rate of exhaust gas in the diluted exhaust gas passing through the filter with good followability to reflect weighting, and accurately measure PM, the exhaust gas analysis apparatus is adapted to include: a collection part that collects particulate matter in sampling exhaust gas partially splitting from original exhaust gas or in the diluted exhaust gas resulting from diluting the sampling exhaust gas with diluent gas; and a split flow ratio control mechanism configured to, in accordance with a vehicle driving mode set in compliance with predetermined regulations, change a split flow ratio that is the ratio of the split flow rate of the sampling exhaust gas to the total flow rate of the original exhaust gas. |
US11592363B2 |
Molten metal samplers for high and low oxygen applications
The present invention relates to a sampler for taking samples from a molten metal bath, particularly a molten steel bath, the sampler comprising:a carrier tube having an immersion end;a sample chamber assembly arranged on the immersion end of the carrier tube, the sample chamber assembly comprising a cover plate and a housing, wherein the housing comprises an immersion end having an opening;an inflow conduit having a first end for receiving molten metal and a second end, opposite the first end, wherein the second end is in communication with the opening, wherein the opening is configured to receive the molten metal from the inflow conduit;a measuring head, wherein the sample chamber and the second end of the inflow conduit are at least partly arranged in the measuring head; anda de-oxidant material arranged along a central axis of the inflow conduit, wherein at least part of the de-oxidant material is arranged near the second end of the inflow conduit inside the measuring head, and wherein the inflow conduit comprises first coupling means, arranged on the second end of the inflow conduit, wherein the de-oxidant material comprises second coupling means, to interact with the first coupling means on the inflow conduit to anchor the de-oxidant material in a position along the central axis of the inflow conduit. The invention also relates to a sampler for taking samples from a molten metal bath, particularly a molten steel bath, the sampler comprising: a carrier tube having an immersion end; a sample chamber assembly arranged on the immersion end of the carrier tube, the sample chamber assembly comprising a cover plate and a housing, wherein the housing comprises an immersion end having an opening; an inflow conduit having a first end for receiving molten metal and a second end, opposite the first end, wherein the second end is in communication with the opening, wherein the opening is configured to receive the molten metal from the inflow conduit; a measuring head, wherein the sample chamber and the second end of the inflow conduit are at least partly arranged in the measuring head; and a metal bushing, wherein the metal bushing coupling the inflow conduit to the sample chamber. |
US11592362B2 |
System and method for full-scale sampling to conduct material tests on a steam turbine rotor
A method for generating material test samples for conducting material tests of a legacy steam turbine rotor having an inter-blade region rotor surface, and an inlet region rotor surface adjoining the inter-blade region rotor surface. The method includes forming an annular ring of rotor material in the sample area and forming a material test sample from a portion of the annular ring. Also described is a legacy steam turbine rotor including an inter-blade region rotor surface, and an inlet region rotor surface adjoining the inter-blade region rotor surface. The steam turbine rotor having a groove formed therein, and wherein the groove is machined to enable removal of material from the steam turbine rotor to form samples configured to enable at least one of conducting material property tests and operating the improved legacy steam turbine rotor at an expanded thermal stress compared to the legacy steam turbine rotor. |
US11592361B2 |
System for generating data relating to a tissue core biopsy, and the use of the system to detect tissue abnormalities, in particular cancerous tissue, in a patient
A system for generating data relating to a tissue core comprises a core needle biopsy module configured to obtain a tissue core from a locus within the body, and a tissue disintegration module operably connected to the core needle biopsy module and configured to receive a tissue core from the core needle biopsy module and convert at least a portion of the tissue core into gaseous tissue molecules. The system also comprises first vacuum pump means configured to convey a tissue core from the needle biopsy module to the tissue disintegration module, and second vacuum pump means configured to convey gaseous tissue molecules from the tissue disintegration module to an analyser module. |
US11592360B2 |
Method and device for testing a technical system
A method for testing a technical system. Tests are carried out with the aid of a simulation of the system. The tests are evaluated with respect to a fulfillment measure of a quantitative requirement on the system and different error measures of the simulation. On the basis of the fulfillment measure and each of the error measures, a classification of the tests is carried out as either reliable or unreliable case by case. A selection among the error measures is made on the basis of a number of the tests classified as reliable. |
US11592357B2 |
Test bench and method for performing a dynamic test run for a test setup
To improve the identification of system parameters of a test setup of a test bench there is provision for the test setup to be dynamically excited on the test bench by virtue of a dynamic input signal being applied to the test setup. Measured values of the input signal of the test setup and of a resultant output signal of the test setup are recorded. A frequency response of the dynamic response of the test setup between the output signal and the input signal is determined using a nonparametric identification method. A model structure of a parametric model that maps the input signal onto the output signal is derived from the frequency response. The model structure and a parametric identification method are used to determine at least one system parameter of the test setup, and the at least one identified system parameter is used to perform the test run. |
US11592356B2 |
System and method for monitoring the wear of a free-wheel and associated apparatus
A method for detecting wear before failure of a free-wheel, the free-wheel comprising a driving part integrated into an upstream mechanical power transmission system and a driven part integrated into a downstream mechanical power transmission system. The method comprises determining an oscillation measurement of a monitoring parameter within the upstream or downstream mechanical power transmission system, determining a value of at least one dynamic parameter characteristic of the oscillation measurement or of a transform of the oscillation measurement in a frequency reference frame, and generating an alarm when the value of the dynamic parameter reaches at least one wear threshold. |
US11592355B2 |
Tracking and transmitting axle monitoring system
Embodiments of an axle monitoring system of the present invention generally include an oil bath cap plug equipped with a sensor assembly containing one or more power provision components, and an oil level monitor, a humidity/temperature sensor, a vibrational energy detector, and/or a GPS tracking chip, all of which are mounted on a microcircuit board, wherein the sensor assembly is adapted and configured to be fitted inside the axle oil bath cap plug. In various embodiments, information and/or data obtained by the sensor assembly can be transmitted, in raw or processed form, to one or more remote devices. Embodiments of a method of using embodiments of an axle monitoring system of the present invention are also provided. |
US11592354B2 |
Phase-distortion mitigation for an optical vector network analyzer
An OVNA system employing an array of reference delays to estimate distance-variant phase distortion in probe light during an optical-frequency sweep thereof. The estimated distance-variant phase distortion is then used to perform a phase correction for the digital electrical signals generated in response to the probe light being passed through a device under test (DUT) during the same optical-frequency sweep. Advantageously, the performed phase correction enables the OVNA system to provide a more-accurate determination of certain optical characteristics of the DUT than that achievable without such phase correction. |
US11592346B2 |
Multi-range load cell
Aspects of the present disclosure relate to a multiple range load cell capable of automatically switching measuring range and method for operating the multiple range load cell. |
US11592345B2 |
Method for detecting the presence of hands on the steering wheel
Method for detecting the presence of a driver's hands on the steering wheel is described. By a mathematical model, at least one part of a steering system of the motor vehicle is modeled. In addition, a rotational angle of a lower end and/or an upper end of a torsion bar of the steering system is determined. A torque acting on the torsion bar is determined by a measuring device. A sum of a torque with which the driver acts on the steering wheel and a counter-torque generated by friction in the upper part of the steering system is estimated by a Kalman Filter. In addition, the counter-torque is estimated, and the estimated sum of the torque and the counter-torque are used to determine whether the driver's hands are on the steering wheel. |
US11592340B2 |
Circuit device and temperature detection system
A circuit device that is connected to a temperature detection element that detects a temperature of an object via an external signal line and an external signal ground line includes a connector that is connected to the external signal line and the external signal ground line, an internal signal line that is connected to the external signal line via the connector, an internal signal ground line that is connected to the external signal ground line via the connector, a controlling circuit that is connected to the internal signal line and the internal signal ground line and detects the temperature of the object, and a high-frequency filter that is inserted into at least one of a foremost stage of the internal signal line and a foremost stage of the internal signal ground line as viewed from the connector. |
US11592337B2 |
Evaporative-cooled solid-state bolometer and single-photon detector
An evaporatively cooled device and a system including the same. In some embodiments, the system includes an oligolayer conductive sheet; a superconductor; a tunneling barrier, between the oligolayer conductive sheet and the superconductor; and a bias circuit, configured to apply a bias voltage across the tunneling barrier, the bias voltage being less than a gap voltage of the superconductor and greater than one-half of the gap voltage of the superconductor. |
US11592336B2 |
Systems and methods for thermal radiation detection
Systems and methods for thermal radiation detection utilizing a thermal radiation detection system are provided. The thermal radiation detection system includes one or more mercury-cadmium-telluride (HgCdTe)-based photodiode infrared detectors or Indium Antimonide (InSb)-based photodiode infrared detectors and a temperature sensing circuit. The temperature sensing circuit is configured to generate signals correlated to the temperatures of one or more of the plurality of infrared sensor elements. The thermal radiation detection system also includes a signal processing circuit. |
US11592335B2 |
Ear thermometer with a probe cover ejection device
The application provides an ear thermometer with a probe cover ejection device. The ear thermometer comprises a holding body and a measuring assembly disposed at one end of the holding body, which comprises a probe, a rotating member, and a socket. The rotating member includes a ring cover with an opening formed in a middle of the ring cover, at least one first abutting portion axially extended from a lateral side of the ring cover, and a lever portion radially extended from the lateral side of the ring cover. The socket includes a circular bottom surface and a closed section and an open section defined on a periphery of the circular bottom surface, a side wall surface vertically provided on the closed section, an accommodating space sandwiched between the side wall surface and the circular bottom surface, and at least one second abutting portion formed on the circular bottom surface. In this way, the dual motions of the radial and axial directions can be used to ensure that the probe cover can be reliably ejected and removed from the probe. |
US11592332B2 |
Transportation method
A transportation method for transporting an object including a plurality of Fabry-Perot interference filters, the transportation method including a first step of accommodating the object in an accommodating container, wherein the Fabry-Perot interference filter includes a substrate, a first mirror portion and a second mirror portion provided on the substrate to face each other via a gap and in which a distance from each other is variable, and in the first step, the object is accommodated and supported in the accommodating container in a state where the plurality of Fabry-Perot interference filters is two-dimensionally arranged. |
US11592331B2 |
Pixel circuit to improve sensing efficiency, image sensor using the same and operating method thereof
There is provided a circuit to improve the sensing efficiency of pixels that uses the induction effect of a capacitor to duplicate a voltage deviation caused by additional electrons and uses a circuit to cancel out the voltage deviation during reading pixel data thereby improving the sensing efficiency. |
US11592329B2 |
Photoelectric conversion apparatus, photoelectric conversion system, moving body, and testing method of photoelectric conversion apparatus
A photoelectric conversion apparatus includes a waveform shaping circuit, a reference circuit, and a counter. The waveform shaping circuit is configured to generate a first pulse signal based on a signal output from an avalanche diode. The reference circuit is configured to generate a second pulse signal without depending on incident light. The counter is connected to the waveform shaping circuit and the reference circuit to count a number of occurrences of a pulse signal. The pulse signal is based on at least one of the first pulse signal and the second pulse signal, and is input to the counter. |
US11592325B2 |
Solid colorant dispensing unit and tinting machine comprising the same
A solid colorant dispensing unit for dispensing charges of solid spherical colorant particles in a time-controlled way, the dispensing unit having a supply container having a nozzle for dispensing the particles having a number average particle size and a number particle size distribution, wherein a ratio of the standard deviation of the number particle size distribution to the number average particle size of the particles is less than 25%. The nozzle having a dispensing outlet having a diameter taking into account the number average particle size of the particles. The dispensing unit having a control assembly for controlling the dispensing of the charges of the particles by taking into account the properties of the particles and the diameter of the outlet of the nozzle. A tinting machine having the solid colorant dispensing unit. |
US11592323B2 |
Methods and systems for measuring energy of natural gas in a full cycle
The present disclosure provides a method for measuring energy of natural gas in a full cycle, including obtaining a metering value of the natural gas used by a user in a time period based on a metering device, and determining a consumption amount of natural gas based on the metering value and a pricing scheme. |
US11592322B2 |
Method and apparatus for remote monitoring and management of storage using machine learning and data analytics
The present disclosure describes methods and apparatus for remote sensing with data analytics. The methods and apparatus have many applications including monitoring the quality of grain during storage and/or transport. The present disclosure describes a way to collect temperature and other environmental data to describe and predict quality of stored grains, current and future, based on a myriad factors including fumigation, external temperature and humidity, in storage grain temperature and humidity. |
US11592321B1 |
Dynamic compensation for magnetostrictive sensors
A system for dynamically adjusting an operation of a magnetostrictive position sensor is provided. The system includes a controller configured to receive an electrical signal from the magnetostrictive position sensor that includes a response pulse, identify factory calibration data that correlates initial recorded values of amplitudes of response pulses received from the magnetostrictive position sensor at different locations of a position magnet along a length of the magnetostrictive position sensor, identify an initial amplitude of the response pulse based on the factory calibration data, calculate a difference between the initial amplitude and an amplitude of the response pulse, determine if the difference is greater than a threshold value, and generate an alert in response to determining that the difference is greater than the threshold value. |
US11592315B1 |
Aircraft flare-assist landing system
A system and method for sensing height above landing surface for an aircraft, processing that sensed height information to provide information useful to the aircraft pilot for assisting with the landing and flare-to-land maneuver, and providing the processed information in a peripheral vision display indicating landing conditions sequentially without interfering with pilot vision and focus on the landing area. |
US11592312B2 |
System and method for presenting autonomy-switching directions
An on-board computing system for a vehicle is configured to generate and selectively present a set of autonomous-switching directions within a navigation user interface for the operator of the vehicle. The autonomous-switching directions can inform the operator regarding changes to the vehicle's mode of autonomous operation. The on-board computing system can generate the set of autonomy-switching directions based on the vehicle's route and other information associated with the route, such as autonomous operation permissions (AOPs) for route segments that comprise the route. The on-board computing device can selectively present the autonomy-switching directions based on locations associated with anticipated changes in autonomous operations determined for the route of the vehicle, the vehicle's location, and the vehicle's speed. In addition, the on-board computing device is further configured to present audio alerts associated with the autonomy-switching directions to the operator of the vehicle. |
US11592309B1 |
Method and system for distributed detection of road conditions and damage
Methods and systems for distributed detection of road conditions and damage are described. In one embodiment, a method for distributed detection of road conditions and damage is provided. The method includes receiving, from one or more mobile devices, a plurality of reports of anomalies associated with roads in a geographic area. The method also includes storing the received reports of anomalies in a database and comparing each report of an anomaly to stored reports of previous anomalies in the database. The method further includes determining whether each report of an anomaly indicates road damage or a temporary problem. The method includes generating a prioritized list of locations of anomalies associated with one or more roads that have been determined to have road damage that needs maintenance and/or repair. |
US11592302B2 |
Electronic apparatus, mobile robot, and method for operating the mobile robot
A mobile robot is disclosed. The mobile robot may include a wireless transceiver, a driver, and a processor. The mobile robot may execute an artificial intelligence (AI) algorithm and/or a machine learning algorithm, and perform communications with other electronic devices in a 5G communication network. Accordingly, user convenience can be significantly improved. |
US11592299B2 |
Using static scores to control vehicle operations
An example system includes a sensor for obtaining information about an object in an environment and one or more processing devices configured to use the information in generating or updating a map of the environment. The map includes the object and boundaries or landmarks in the environment. The map includes a static score associated with the object. The static score represents a likelihood that the object will remain immobile within the environment. The likelihood may be between certain immobility and certain mobility. |
US11592296B2 |
Nautical chart display device, nautical chart display method, and nautical chart display program
The purpose is to provide a nautical chart display device which enables a measurement of a distance on an electronic nautical chart, like a measuring method which is performed by using a divider. The nautical chart display device includes a display unit, an operation detector, a registration processing module, and a change processing module. The display unit has a screen and displays a nautical chart on the screen. The operation detector detects a touch operation to the screen. The registration processing module accepts two points of the touch operation on the screen, and registers a scale at which a distance between the touched points on the screen matches a distance setting on the nautical chart as an additional scale. The change processing module changes the scale of the nautical chart to the additional scale. |
US11592295B2 |
System and method for position correction
Devices and methods for providing an enhanced navigation solution are disclosed that involve detecting correction events along a trajectory of a device. Platform speed is estimated based on characteristics of the correction events, such as by estimating speed of turn during the turn of the platform so that a navigation solution is enhanced by correcting the trajectory of the platform using the estimated speed. |
US11592294B2 |
Head positioning and posture balance reference device
An assembly for mounting to a head-worn accessory, the assembly includes a body configured to be affixed onto the accessory. The body has a level bubble tube. A second body configured to be affixed onto the accessory, the second body having a second level bubble tube. The second body is pivotably attached to the first body by a connection that allows pivoting of the second body relative to the first body. |
US11592292B2 |
Total station or theodolite having scanning functionality and settable receiving ranges of the receiver
A total station or a theodolite includes scanning functionality for optical surveying of an environment, in which the total station or the theodolite is configured such that direction-dependent active acquisition regions of the receiver are defined depending on the transmission direction of the transmitted radiation to adapt the receiver surface mechanically and/or electronically to a varying imaging position of the received radiation on the overall detector surface. |
US11592291B2 |
Method, device, and program for surveying
Detection of a target by a surveying device is automated to achieve simple work. A surveying method uses a surveying device for detecting and identifying a target device having an entire circumference reflection prism and a code display that is arranged in a vertical direction. The surveying device has a laser scanner configured to perform laser scanning along a vertical plane while horizontally rotating. The surveying method includes performing laser scanning by emitting laser scanning light along the vertical plane while making the surveying device horizontally rotate, and detecting the code display on the basis of the laser scanning light that is reflected back. |
US11592285B2 |
Modular inspection system for measuring an object
Aspects of the present disclosure provide a system for measuring an object, the system including a plurality of frame segments. The frame segments are configured to mechanically couple together to form a frame. The plurality of frame segments includes a plurality of measurement device link segments and each of the plurality of measurement device link segments includes a measurement device which together form a plurality of measurement devices having a field of view within or adjacent to the frame. Each of the plurality of measurement devices is operable to measure three-dimensional (3D) coordinates for a plurality of points on the object. The system further includes a computing device to receive data from the plurality of measurement devices via a network established by the plurality of measurement device link segments. |
US11592284B2 |
Vehicle and trailer frame measuring system
A measurement system for frames of heavy duty trucks and trailers does not require a dimensional reference database. A plurality of electronic targets are attached to selected target points on the frame. A position of the laser scanner from the selected target points is determined. Measurement data for additional targets is determined. The frame dimensions are then analyzed for defects that are greater than a pre-set tolerance. Measurements outside of a tolerance range can be flagged with contrasting color. The results of the frame analysis are shown on the user's screen, on the electronic target, and can be printed out or emailed for future inspection. The frame can be repaired while the targets and laser scanner are still deployed so that the measurement system can continue to display the status of the measurement points in real time and the success of the repairs can be confirmed. |
US11592281B2 |
Predetermining the thickness of a coating
A method for predetermining a thickness of a coating which is to be arranged on a substrate is provided. A spray spot is arranged on a surface of the substrate or a test substrate. The volume of the spray spot is determined, and based on the determined volume, the thickness of a layer which is to be applied is worked out. An arrangement for predetermining the thickness of a coating is further provided. |
US11592278B2 |
Method and apparatus for determining a relative position of an axis of rotation of a rotary table for a coordinate measuring machine
A method is described for determining a relative position of an axis of rotation of a rotary table of a coordinate measuring machine. The rotary table has or forms a reference element that is arranged eccentrically in relation to the axis of rotation. The method includes a measuring step including performing a rotary movement of the rotary table, and producing measuring points that encode a position of the reference element by a sensor of the coordinate measuring machine during the rotary movement. The method includes a determining step including determining the relative position of the axis of rotation of the rotary table based on the measuring points. |
US11592276B2 |
Spatial measurement system for agricultural applications
A system for obtaining spatial measurements between objects such as crops in an agricultural field. The system includes a measurement device including a motorized reel containing a wound length of measuring line, and electronic encoder with shaft rotated in opposing directions by dispensing or retrieving measuring line. A pivotably movable spring-biased tension arm maintains tension in the line when being rewound. The tension arm is responsive to changes in line tension and configured to automatically start the motor to rewind the line onto the reel based on angular position of the arm. A gear train includes a translatable shuttle gear which selectively couples the reel to the motor based on movement of the tension arm. The encoder converts rotary motion of its shaft into linear field measurements. In one implementation, the tension arm comprises an inboard arm and outboard arm with translatable pulley coupled thereto by an articulated joint. |
US11592269B2 |
Flash directed reactive target and method of manufacture
A concealed amalgamated neutralizer device covertly combines neutralizer material of inert materials such as calcium carbonate or silicates with common energetic material for the prevention of malicious use of the energetic material. The concealed amalgamated neutralizer device may vary in shape, size, and color and is therefore adaptable to varying methods of containment. The neutralizer material mimics the energetic material without detection. Upon disassembly of the concealed amalgamated neutralizer device, the neutralizer material is mixed with and neutralizes the energetic material rendering the energetic material useless. A container is provided which has a bottom section having an interior surface including a plurality of integrally formed recesses that are filled with the energetic material which allow manipulation of flash direction and intensity upon detonation. |
US11592267B2 |
Interactive weapon targeting system displaying remote sensed image of target area
Systems, devices, and methods for determining a predicted impact point of a selected weapon and associated round based on stored ballistic information, provided elevation data, provided azimuth data, and provided position data. |
US11592266B2 |
Firearm magnifier, system and method
The present disclosure is directed to a firearm magnifier. A firearm magnifier of the present disclosure is operationally configured for use with an optical sight of a firearm. A firearm magnifier of the present disclosure comprises a reticle operationally configured to range one or more target objects at one or more distances from the reticle. |
US11592260B2 |
Airgun with selective bypass from high pressure reservoir to firing pressure reservoir
An airgun has a high pressure reservoir for providing a pressurized motive gas to a breech to fire a projectile. A regulator is intermediate the high pressure reservoir and a downstream firing pressure reservoir for providing a consistent regulated pressure of the motive gas in the firing pressure reservoir. The airgun includes a bypass line for selectively connecting the high pressure reservoir to the firing pressure reservoir, independently of the regulator. Thus, an operator can select a firing of the airgun with either a regulated gas pressure in the firing reservoir or the pressure of the high pressure reservoir. |
US11592259B1 |
Illuminated feedneck
An illuminated feedneck may be utilized in a toy blaster, laser tag gun, airsoft or other toy gun, and the like to illuminate ammunition, such as Gellets, for use in non-daylight hours or indoors. A feedneck may be illuminated through ultraviolet light that may be powered through batteries and/or one or more other forms of power. The illuminated feedneck may charge ammunition through a series of specialty UVA (˜400 nM) wavelength light emitting diodes (LEDs) that safely become illuminated with a long-lasting and bright green glow. The ammunition may be infused to create a glow-in-the dark tracer effect as they are powered and pass through the illuminated feedneck. |
US11592257B2 |
Archery bow with wide ratio limb
In some embodiments, an archery bow comprises a frame, a first limb assembly supporting a first rotatable member and a second limb assembly supporting a second rotatable member. The first rotatable member comprises a cam. A bowstring extends between the first rotatable member and the second rotatable member. A power cable is in communication with the cam. The first limb assembly has a width and a length, wherein the width is at least 26% of the length. In some embodiments, the width is at least 28% of the length. |
US11592256B2 |
Weighted magazine system for firearm training apparatus
A firearm training tool having a shot indicating system configured to provide a training rifle with a shot indicating laser activated by pressing a trigger rearward. |
US11592254B2 |
Bolt catch device for firearms
A bolt catch device for firearms, which is connected to a lower housing and includes a linkage portion and a release portion. The linkage portion is connected to the lower housing by a first pivot shaft and has an abutting member. The release portion is connected with the lower housing by a second pivot shaft, and has a pin and a bolt catch. When the user uses the trigger finger to move the bolt catch, the bolt catch performs a rotational displacement movement from a first position with the second pivot shaft as the center, so that the bolt catch is located at the second position. The abutting member performs a rotational displacement movement centered on the first pivot shaft, and the abutting member is away from the bolt, and the bolt moves to complete the feeding of the ammunition. |
US11592250B2 |
Magazine
Proposed is a magazine having a magazine body of which the upper portion is not deformed by high-temperature heat that is generated at the moment that a bullet is fired. The magazine includes: a magazine body that is made of synthetic resin, has front and rear plates and two side plates, a cartridge outlet formed at a top thereof, a front groove being open upward and formed at a top of the front plate, and a rear groove being open upward and formed at a top of the rear plate, and has guide plates bent toward the inside of the cartridge outlet at rear portions of top of the side plates and preventing cartridges from separating upward; two side reinforcing metal plates inserted and fixed by insert molding inside upper portions of the side plates and the guide plates not to be exposed to the outside. |
US11592249B2 |
Firearm comprising a system for moving ammunition for a firearm
A system includes a movable assembly configured for pushing a piece of ammunition into a breech ring of a firearm and/or closing the breech ring, under control of a motor. A feeding device is configured for feeding the piece of ammunition into a position situated between the movable assembly and the breech ring. A synchronization device co-operates with the motor on one side and with the feeding device on the other side. The synchronization mechanism provides for selective transmission of motion, under control of the movable assembly, from the motor to the feeding mechanism, when the movable assembly is in a position away from the breech ring. |
US11592247B2 |
Heat exchanger
A heat exchanger includes a bag-like outer packaging material. A heat medium flows into an inside of the outer packaging material. An inner core material is arranged in the inside of the outer packaging material. The outer packaging material has an outer packaging laminate material including a metal heat transfer layer and a resin thermal fusion layer on a surface side of the heat transfer layer. The outer packaging laminate materials form a bag shape by integrally joining the thermal fusion layers along the peripheral edge portions. The inner core material includes the inner core laminate material with a metal heat transfer layer and resin thermal fusion layers on surface sides of the heat transfer layer. The thermal fusion layers of a concave portion bottom and a convex portion top of the inner core material and the thermal fusion layers of the outer packaging laminate material are integrally joined. |
US11592246B2 |
Nanostructure coating materials and methods of use thereof
Nanostructured coating materials, methods of their production, and methods of use in a variety of applications are described. The nanostructured materials described herein include one or more 2+ and/or 3+ metal ion(s), optionally in a ternary phase, on a substrate. |
US11592241B2 |
Jet impingement cooling apparatus and method
Apparatus and methods for jet impingement cooling are provided. In one arrangement, a fluid channelling structure engages against a target surface to define a flow volume. Fluid is jetted onto the target surface from inlets and is removed via outlets. Flow directing features form a plurality of channels with no straight paths between inlets and outlets. A time averaged flow direction of fluid in contact with each flow directing feature is more nearly perpendicular to a direction of jetting of the fluid from a nearest inlet than parallel to the direction of jetting One or more pairs of the inlets and outlets are such that a majority of fluid jetted onto the target surface from the inlet of the pair will be removed from the flow volume through the outlet of the same pair. |
US11592240B2 |
Loop-type heat pipe with vapor moving path in liquid pipe
A loop-type heat pipe includes an evaporator configured to vaporize an operating fluid, a condenser configured to condense the operating fluid, a liquid pipe configured to connect the evaporator and the condenser, a vapor pipe configured to connect the evaporator and the condenser, a porous body provided in the liquid pipe, and a vapor moving path provided at a part in the liquid pipe separately from the porous body and extending from the evaporator along a longitudinal direction of the liquid pipe, the operating fluid vaporized in the evaporator moving in the vapor moving path. The vapor moving path has a flow path in which the operating fluid vaporized in the evaporator flows and a wall part surrounding the flow path. |
US11592237B2 |
Lithium stuffed garnet setter plates for solid electrolyte fabrication
Setter plates are fabricated from Li-stuffed garnet materials having the same, or substantially similar, compositions as a garnet Li-stuffed solid electrolyte. The Li-stuffed garnet setter plates, set forth herein, reduce the evaporation of Li during a sintering treatment step and/or reduce the loss of Li caused by diffusion out of the sintering electrolyte. Li-stuffed garnet setter plates, set forth herein, maintain compositional control over the solid electrolyte during sintering when, upon heating, lithium is prone to diffuse out of the solid electrolyte. |
US11592234B2 |
Hydrocarbon fluid liquefaction system installation and system therefor
One aspect of the invention relates to a hydrocarbons fluid liquefaction system, having a first heat-exchange module having a pre-cooling exchanger having a pre-cooling circuit and a plurality of pre-cooling refrigerant circuits for pre-cooling the feed stream through the circulation of an expanded first mixed-refrigerant stream, and a second heat-exchange module having a liquefaction exchanger having a liquefaction circuit and a liquefaction refrigerant circuit for liquefying the feed stream through the circulation of an expanded second mixed-refrigerant stream, wherein each heat-exchange module has thermally insulating walls and a framework that allows the module to be transported and secured, and allows the first heat-exchange module to be stacked on top of the second heat-exchange module. |
US11592230B2 |
Vacuum adiabatic body and refrigerator
A vacuum adiabatic body includes a first plate; a second plate; a seal; a support; a heat resistance unit; and an exhaust port, wherein the heat resistance unit includes a conductive resistance sheet having one end connected to the first plate member, the conductive resistance sheet resisting heat conduction flowing along a wall for the third space, the heat resistance unit further includes a side frame connected to the conductive resistance sheet, the side frame defining at least one portion of the wall for the third space, the side frame includes a first mounting surface connected to the conductive resistance sheet and a second mounting surface connected to the second plate, and the second mounting surface is supported by the support. |
US11592229B2 |
Refrigerator
A refrigerator includes a cabinet: a door formed to open and close the cabinet; an upper moving part coupled to the door and formed to be moved in a first direction with respect to the cabinet; a lower moving part disposed under the upper moving part, including an upper adjustment member configured to move the upper moving part in the first direction, and guiding the upper moving part to be linearly moved in the first direction; and a fixing part fixed to the cabinet under the lower moving part, including a lower adjustment member configured to move the lower moving part in a second direction perpendicular to the first direction, and guiding the lower moving part to be linearly moved in the second direction. |
US11592218B2 |
Portable active temperature controlled container comprising a cool sink
An active temperature controlled container is configured to be portable so as to safely transport temperature sensitive and perishable goods (such as biological material): within a vessel that is thermally coupled to a thermoelectric assembly disposed within the container, where the thermal engine is powered by a power source, such as a battery. The thermoelectric assembly may include one or more resistors coupled to a resistor spacer block to act as a cool sink by actively and passively increasing the efficiency of the thermoelectric assembly. |
US11592215B2 |
Integrated demand water heating using a capacity modulated heat pump with desuperheater
A heat pump system provides at least six modes of heating, cooling, and/or domestic water heating operation, where domestic water heating may occur concurrently with heating or cooling a space in a structure. The heat pump system comprises a desuperheater positioned downstream of the compressor and operable as a desuperheater, a condenser or an evaporator, a source heat exchanger operable as either a condenser or an evaporator, a load heat exchanger operable as either a condenser or an evaporator, a reversing valve positioned downstream of the desuperheater heat exchanger and configured to alternately direct refrigerant flow from the desuperheater heat exchanger to one of the load heat exchanger and the source heat exchanger and to alternately return refrigerant flow from the other of the load heat exchanger and the source heat exchanger to the compressor, and an expansion valve positioned between the load heat exchanger and the source heat exchanger. |
US11592210B2 |
System and method for providing heated water to sabbath observers
A water supply system includes a main water tank that is configured to store water and includes a heater to heat the stored water to close to but below a boiling temperature thereof, to provide main heated water. A dispenser water tank receives a portion of the main heated water, and is free of any heating elements to add heat to the water stored therein, and providing dispensable heated water. A water mixer includes a first pipe for receiving the dispensable heated water from the dispenser tank and a second pipe for receiving utility water from a faucet that supplies utility-provided water, with a mixing chamber from which the waters from the first pipe and the second pipe are dispensed and/or in which these waters are admixed. |
US11592208B2 |
Water heater pan and hot water storage tank support system
The present disclosure provides a hot water storage tank support system and a water heater pan. In one implementation, the hot water tank support system comprises a water heat pan having a bottom wall, an outer wall extending upwardly from and substantially surrounding the bottom wall, and at least one elevated support feature, and at least one substantially rigid supplemental support component. The at least one elevated support feature is configured to support the hot water storage tank, and the at least one elevated support feature includes at least one supplemental support cavity configured to receive the at least one supplemental support component. In some implementations, the supplemental support component(s) may be insertable and removable from the water heater pan. |
US11592206B2 |
Gas-fueled water heater appliance having a foam barrier
A method for insulating a gas-fueled water heater includes providing a tank for storage of water for heating and a combustion chamber adjacent to the tank. The method includes providing a compressed foam barrier circumferentially around the tank. Further, the method includes positioning a covering around the tank from a top end to a bottom end, the covering extending over the compressed foam barrier. Moreover, the method includes decompressing the compressed foam barrier such that an outer diameter of the foam barrier expands up to and seals against the covering so as to separate an internal volume defined between an outer surface of the tank and the covering into a first section and a second section. Then, the method includes injecting a foam material into the first section so as to provide a foam barrier around at least a portion of an outer surface of the tank. |
US11592198B2 |
Air purifier
A humidifying air purifier includes a door assembly supported and configured to be selectively drawn out of a front side of a cabinet and drawn into the front side of the cabinet to respectively open and close an inner portion of the cabinet. The door assembly includes an accommodation portion configured to support an air filter and a humidifying device which are both drawn out of and into the humidifying air purifier with the door assembly. |
US11592197B2 |
Bottom-mounted whole house fan assembly
A bottom-mounted whole house fan assembly includes an intake plenum mounted over an opening in a ceiling of a building. The intake plenum is supported on the ceiling in the attic of the building. One end of a flexible duct is connected to the intake plenum and the other end of the duct is connected to a fan so that the fan draws air in the building through the intake plenum and duct and exhausts the air in the attic from whence the air is vented to atmosphere. The fan is supported by at least one vertical strut that is connected to the ceiling at the lower end of the strut and to a housing of the fan at the upper end of the strut. A sound dampener is interposed between the strut and the fan housing and/or the ceiling beam to which the strut is attached. |
US11592196B2 |
Ventilation system and method for killing airborne infectious bacteria, viruses and other pathogens
A ventilation system is provided, the ventilation system comprising at least one air flow generating device, the at least one air flow generating device having a calibrated speed to produce a downward air flow capable of forcing a cloud of infectious bacterial, viral or pathogen particles or droplets out of an ingestion zone of a mouth, a nose and eyes of an individual, at least one ultraviolet C light lamp positioned proximate at least one wall of an area in a pathway of an infected air flow, the infected air flow containing the cloud of infectious bacterial, viral or pathogen particles or droplets, an ultraviolet C radiation field created by the at least one ultraviolet C light lamp, the ultraviolet C radiation field extending throughout the area from the at least one wall near a ceiling of the area and the infected air flow containing the cloud of infectious bacterial, viral or pathogen particles or droplets passing through the ultraviolet C radiation field, wherein the at least one air flow generating device is positioned to enable an upward air flow return to the at least one air flow generating device to force the infected air flow and the cloud of infectious bacterial, viral or pathogen particles or droplets out of an area and through the ultraviolet C radiation field to eradicate the infectious bacteria, virus and pathogens from the infected air flow, and wherein a fresh air flow free of infectious bacteria, viruses and pathogens is reintroduced back into the area by the downward air flow of the at least one air flow generating device. |
US11592194B2 |
Planar element for forming heat exchanger
Planar element adapted to form, when stacked with a plurality of other such elements, a heat exchanger, comprising an inlet region, a first zone adapted to direct flow from the inlet region towards a second zone, a second zone comprising at least one cutout in the plane of the planar element, adapted to accommodate a cooling core, a third zone, adapted to direct flow from the second zone towards an outlet region and an outlet region, the planar element comprising a first blockage protrusion disposed along a first group of said side edges, the first group comprising at least a side edge adjacent to said outlet region, and a second blockage protrusion disposed along a second group of said side edges, the second group comprising at least a side edge adjacent to said inlet region. |
US11592193B2 |
Air-conditioning apparatus and method of using air-conditioning apparatus
A header includes a plurality of branch tubes and a header manifold. If refrigerant flowing into the header manifold forms a pattern of annular flow or churn flow, tips of the branch tubes inserted into the header manifold pass through a liquid-phase portion having a thickness δ [m] and reach a gas-phase portion. The thickness δ [m] of the liquid-phase portion is defined as δ=G×(1−x)×D/(4ρL×ULS), where G is a flow speed [kg/(m2 s)] of the refrigerant, x is a quality of the refrigerant, D is an inside diameter [m] of the header manifold, ρL is a liquid density [kg/m3] of the refrigerant, ULS is a reference apparent liquid speed [m/s] that is a maximum value within a range of variation in an apparent gas speed of the refrigerant flowing into a flow space of the header manifold. The reference apparent liquid speed ULS [m/s] is defined as G(1−x)/ρL. |
US11592192B2 |
Indoor unit of air-conditioning apparatus and air-conditioning apparatus
An indoor unit of an air-conditioning apparatus includes a heat-medium heat exchanger, an air vent valve, a drain pan, and a hose. The heat-medium heat exchanger is provided in a housing to cause heat exchange to be performed between a heat medium and indoor air. The air vent valve allows air to escape from a heat medium passage that allows the heat medium to flow in the heat-medium heat exchanger. The drain pan is provided below the heat-medium heat exchanger to receive condensation water generated at a surface of the heat-medium heat exchanger. The hose has flexibility, and is attached to the air vent valve, and provided to let out the air along with the heat medium from the heat medium passage to the inner space in the drain pan. The hose has a double-wall structure and an upper end portion of the hose is fixed to the air vent valve. |
US11592191B2 |
Air conditioner
An air conditioner includes a housing having a blowing port, a first guide configured to cover a portion of the blowing port, a second guide configured to cover another portion of the blowing port, a motor configured to rotate the first guide and the second guide, a first gear configured to be connected to the first guide, a guide holder configured to be connected to the second guide, and a second gear configured to connect the first gear to the motor. |
US11592187B2 |
Automatic safety device and method for a stove
Device and method are described for operational control of a knob on a stove or range. In some examples, a safety device, a sensor relay device, and method are described for automatically positioning an operational shaft of a burner to an Off position such that the power supplied to the burner is terminated upon the occurrence of a safety event. |
US11592186B2 |
Cooking appliance with multi-mode burner group
A cooking appliance and system therefor utilize a burner group capable of operating in multiple modes such that gas cooktop burners disposed in the burner group may be collectively or individually controlled in different modes. |
US11592183B2 |
Systems, apparatuses and methods for improved rotating detonation engines
Rotating detonation engines are provided with various improvements pertaining to performance and reliability. Improvements pertain to, for example, a fluidic valve/premixing chamber, injection/swirl, flow control and turning, ignition, and cooling. A rotating detonation engine can include a cylindrical inner shell within an outer housing, a cylindrical outer shell positioned between the inner shell and the outer housing, an annular gap between the outer shell and the outer housing functioning as a detonation chamber. |
US11592177B2 |
Purging configuration for combustor mixing assembly
A mixing assembly for a combustor includes: a pilot mixer including a pilot housing extending along a mixer centerline and a pilot fuel nozzle; a main mixer surrounding the pilot mixer; a fuel manifold between the pilot and main mixers; a mixer foot extending from a main housing of the main mixer; a main swirler body surrounding the main housing defining a mixing channel between the main housing and the main swirler body; and a main fuel ring in the mixing channel connected to the main housing by main fuel vanes, at least one of the main fuel ring and main fuel vanes including fuel injection ports for discharging fuel into the mixing channel, wherein the fuel injection ports are disposed non-uniformly relative to the mixer centerline, so as to produce a static pressure difference therebetween in response to mixer air flow passing around the main fuel ring. |
US11592173B1 |
Fastenerless shelves and candle holders
A shelf for mounting to a wall without fasteners and for magnetically holding a candle comprises a shelf portion comprising a substantially planar upper surface configured for holding a candle, a first magnet at least partially embedded within the shelf portion, the first magnet configured to magnetically interact with a battery of the candle, a wall portion coupled to the shelf portion, the wall portion comprising a substantially planar surface configured for contacting a surface of a wall, and a second magnet at least partially embedded within the wall portion and configured to interact with a fastener behind the surface of the wall. Related candle holders and systems including fastenerless shelves for holding one or more candles are also disclosed. |
US11592171B1 |
Continuous encapsulated linear lighting produced in segments
A method for making continuous encapsulated linear lighting is disclosed. In this method, a PCB is placed within a channel, and the channel is dammed by one or more stoppers. The dammed segment is filled and then caused or allowed to cure. The stoppers are then removed from their initial positions and moved along the channel. If one runs out of channel before the desired length of linear lighting is achieved, a second piece of channel is abutted to the previous segment of channel, the PCB is laid into it, and a segment is dammed, filled, and cured. The process continues iteratively until the desired length is achieved or more channel is required. The PCB may initially be cut to the full desired length and applied to the channel piecewise as needed. |
US11592170B2 |
Modularized component lighting device
A lighting device assembly includes an outer housing having an inner volume and an inner surface at least partially surrounding the inner volume, a first open end and a second open end. At least one rail is provided on the inner surface of the outer housing. A first heat sink member is received within the first open end of the outer housing and secured to the at least one rail. A light source is attached to the first heat sink member. A cap attaches to the outer housing to cover the second open end. A second heat sink member holding one or more driver electronics modules connects to the light source. The second heat sink member is secured to the cap and is received within the second open end of the outer housing when the cap attaches to the outer housing. |
US11592166B2 |
Light emitting device having improved illumination and manufacturing flexibility
Systems, methods, and apparatuses provide a light emitting device including one or more arrays of light emitting diodes attached to a first outward facing surface of a first substrate. The light emitting device further includes driver circuitry attached to a second outward facing surface of a second substrate. The light emitting device further includes a wire connection electrically coupling the first substrate and the second substrate such that the driver circuitry drives the one or more arrays of light emitting diodes. The light emitting device further includes an enclosure for housing the first substrate, the second substrate, and the wire connection. |
US11592165B1 |
Modular light housing
A modular light housing apparatus for removably holding a light assembly includes a light transmissible portion and a cover portion. The cover portion is releasably coupled to the light transmissible portion and the light transmissible portion has a mounting region and a light compartment configured for transmitting light from the apparatus. Wire passages are provided between the mounting region and the light compartment, which is defined by a frame. The frame has a plurality of wire conduits, each near one of the wire passages. The wire conduits each have a conduit opening opposite one of the wire passages. The cover portion has a light mount for holding the light source, and the wires travel through the wire passages, wire conduits, and conduit openings to engage a light source. |
US11592164B2 |
Light fixture capable of avoiding lighting automatically in power off
A stage light fixture capable of avoiding lighting in power off includes a light head, a brake motor, an auxiliary power supply, and a controller. The controller is configured to control the brake motor to drive the light head to move to a light-avoiding angle at which strong lighting cannot directly shining into a lighting outlet of the light head and perform power-off processing on the brake motor when the brake motor is switched to be powered by the auxiliary power supply. When the stage light fixture is suddenly powered off, the auxiliary power supply will supply power to the brake motor, and the controller enables a motor unit of the brake motor to drive the light head to move to the light-avoiding angle so as to avoid heat damage to the components inside the light head due to strong lighting irradiation. |
US11592160B2 |
Switchable lamp shade or covering
A lamp shade or cover that can be readily switched from a translucent-opaque mode to a transparent mode if the shade or cover from a material with transparency properties that can be modulated. A layer of liquid crystals encapsulated between transparent electrodes is included in the shade. Normally, the liquid crystals are randomly oriented and diffuse light so as to create a translucent state. When a direct current voltage is applied across the transparent electrodes, the liquid crystals become oriented and essentially transparent. Application of a pulsed or alternating current voltage can be used to modulate the degree of transparency. |
US11592159B2 |
Light source system and lighting apparatus
Provided is a light source system, including: a light-emitting module configured to emit first light along a first light path and second light along a second light path; a wavelength conversion device configured to receive the first light and emit excited light with a color different from the first light; and a compensation device configured to guide the second light and adjust its luminous intensity distribution so that the luminous intensity distribution of the second light exiting from the compensation device is substantially identical to the excited light. The compensation device includes a compensation element configured to adjust luminous intensity distribution of a light beam so that an emergent light beam of the compensation element has reduced overall luminous intensity compared with an incident light beam. The second light exiting from the compensation device is combined with the excited light to form third light. |
US11592157B1 |
Stage light with lens buffering feature
A stage light with a lens buffering feature includes a light source emitting light along an optical path and a dimming lens provided on the optical path. The dimming lens is mounted on a mounting plate and moves freely along the optical path under the driving of a drive mechanism. A limit plate is provided on at least one side of the dimming lens along the direction of the optical path, and the limit plate is provided with a first buffering magnet thereon. The mounting plate is provided with a second buffering magnet corresponding to the first buffering magnet, and the polarities of the sides of the first buffering magnet and the second buffering magnet close to each other are the same. When the stage light is suddenly powered off or during transportation, the dimming lens or the mounting plate can avoid collision with other components. |
US11592156B2 |
Diffuser plate, designing method of diffuser plate, manufacturing method of diffuser plate, display device, projection device, and lighting device
There is provided a method to manufacture a diffuser plate with better productivity and exhibiting an excellent diffusion property and having excellent durability with respect to light having large coherence, the microlens array diffuser plate including: a microlens group positioned on a surface of a transparent substrate. The diffuser plate includes two or more unit cells that are continuously set in array, the unit cell includes a plurality of microlenses positioned on the surface of the transparent substrate, and ridge lines between the microlenses adjacent to each other are nonparallel to each other, and are nonparallel to the transparent substrate. |
US11592150B1 |
Bendable and poseable decorative lamp
The present invention relates to a bendable decorative lamp, at least comprising: a plurality of segmental light-emitting bodies that are independent of each other, wherein each said segmental light-emitting body has an elastically bendable transparent tube, a flexible strip light having a plurality of light-emitting cells, and a spring steel band that is integrally formed, and the transparent tube radially wraps therein the strip light and the spring steel band that are arranged in parallel to each other, wherein the segmental light-emitting bodies are mechanically separated from each other and electrically connected to each other. |
US11592148B2 |
Luminaire and luminaire combination
The disclosure provides a luminaire and a luminaire combination. The luminaire combination includes at least two luminaires. The luminaire includes a housing and a light source module received in the housing. The housing defines a connecting groove therein. The connecting groove is in a flat strip shape and extends from an outer surface of the housing. One end of the connecting groove is opened for insertion of a connector. The connecting groove is provided with a limit portion on each of two opposite side walls thereof. A gap between each limit portion and a bottom surface of the connecting groove forms a channel guide. The connector is provided with a connecting portion on each of two opposite sides thereof. The connecting portion is operable to be inserted into and matched with the channel guide corresponding to the connection portion. |
US11592147B2 |
Expandable solar-powered light
An inflatable solar-powered light is provided. The solar-powered light includes a bladder and a solar-powered light assembly disposed entirely within the bladder. The solar-powered light assembly includes a solar panel, a rechargeable battery in electrical communication with the solar panel, and at least one light-emitting diode in electrical communication with the rechargeable battery. The bladder is substantially transparent, flexible, inflatable, and collapsible. |
US11592142B2 |
Television support tilt mechanism
An apparatus includes a head portion, an undercarriage portion, and a telescopic portion configured to adjustably move into a plurality of different lengths. A first end of the head portion is rotatably attached to a first end of the undercarriage portion and a second end of the undercarriage portion is rotatably attached to a first end of the telescopic portion. A second end of the head portion is rotatably attached to a second end of the telescopic portion. In a first position, the telescopic portion has a first length of the plurality of different lengths and the head portion and the undercarriage portion form a first angle. In a second position, the telescopic portion has a second length of the plurality of different lengths and the head portion and the undercarriage portion form a second angle different from the first angle. |
US11592140B2 |
Trailer stabilizers
Supports utilized to stabilize and/or support parked trailers, such as semitrailers parked at loading docks while loading and/or unloading cargo, are disclosed. Some example embodiments may include jacks mounted to repositionable frames, which may be mounted to posts. Some example embodiments may be configured to engage with king pin plates and/or king pins on the undersides of trailers. |
US11592139B2 |
Equipment mounting assembly
A mounting assembly includes a base; a post extending from the base, the post defining a vertical axis; a beam mounted on the post and being pivotable about the vertical axis, the beam comprising a first portion extending in a first horizontal direction and terminating in a first end, and a second portion extending in a second horizontal direction opposite of the first direction and terminating in a second end; an equipment mounting bracket at the first end; a latch along the beam and having an engaged position and release position, wherein in the engaged position the latch prevents the beam from pivoting; and a latch release along the second portion of the beam. A method of accessing equipment mounted on the mounting assembly includes actuating the latch release such that the latch moves from the engaged position to the release position; and rotating the beam about the vertical axis. |
US11592134B2 |
Apparatus for spreading fluids and in particular fertilizers, pesticides and similar
Apparatus for spreading fluids and in particular fertilizers, pesticides and similar fluids, with a connection for attaching said apparatus to a machine, with a tubular body for conducting the fluid, and with a first outlet device via which the fluid can be discharged. The outlet device can be fixed at various positions in a longitudinal direction of the tubular body such that a position of the outlet device can be selected relative to the tubular body. |
US11592132B2 |
Fluid coupling with tolerance compensation for the flexible connection of two media-conducting elements
The invention relates to a fluid coupling (1) with tolerance compensation for the flexible connection of two media-conducting elements. The invention was based on the object of improving a fluid coupling (1) of the described type in such a manner that the use of complicated latching systems for transport can be omitted. This object is achieved in that the fluid coupling (1) has at least one transport securing device (8, 12), by means of which a separation of the components (2, 3) of the fluid coupling (1) from one another prior to installation can be prevented. |
US11592129B2 |
Pre-assembled coupling assemblies with pipe fitting
A sprinkler configured for engagement with a coupling, the sprinkler includes a raised lip end, the sprinkler defining a raised lip at the raised lip end; and a deflector end disposed opposite from the raised lip end, the sprinkler defining a groove between the raised lip and the deflector end. |
US11592128B2 |
Sealing profile for embedding into a moulding of curable material
A sealing profile for embedding into a moulding of curable material, in particular a concrete or plastic moulding, and to a sealing arrangement comprising such a sealing profile. The object of the present invention is to provide a sealing profile for embedding into a moulding of curable material that can be anchored into the moulding in particular such that displacements of the seal in its seat occur to a significantly lesser extent, if at all, when installing or assembling the mouldings. The object is achieved by a sealing profile (1) with a profile region (2) having a profile region surface (4) which is directed towards the moulding (3) after embedding the sealing profile (1), wherein the profile region (2) has, at least in one subregion (6), a non-woven, felted or random fibre layer (5) which is fixedly connected to the sealing profile (1) and which extend beyond the profile region surface (4). |
US11592127B2 |
Pipe fitting with positive installation indicator
An indicator assembly includes a fastener defining a first end, a second end opposite the first end, and an axis extending from the first end to the second end; a first indicator positioned radially outwardly of the fastener relative to the axis of the fastener; and a second indicator positioned radially outwardly of the fastener relative to the axis of the fastener, wherein the second indicator is axially in between the first indicator and the second end of the fastener upon the fastener being oriented in a first position, and wherein the second indicator is radially inwardly or radially outwardly of the first indicator upon the fastener being oriented in a second position. |
US11592125B2 |
Pipe body cathodic protection
A flexible pipe for subsea transportation of production fluids, a method of manufacturing flexible pipe body and a method of providing corrosion protection to armour wires of at least one tensile armour layer of a flexible pipe having a breached pipe annulus are disclosed. The flexible pipe comprises a fluid retaining layer, an outer sheath and at least one tensile armour layer comprising a plurality of helically wound monofilament armour wires of a first material, each having a non-circular cross section with an aspect ratio of greater than 1:2 disposed between the fluid retaining layer and the outer sheath. The tensile armour layer further comprises at least one helically wound elongate anode element substantially having a cross-section aspect ratio of 1:1 and comprising a further material, interposed between armour wires, the anode element cross section having an area that is 50% or less of a corresponding area of said non-circular cross section. |
US11592122B2 |
Hydraulic hose clamp
A hose clamp for supporting a hose with respect to a machine. The hose clamp may include a deformable clamping element comprising a section of material at least partially surrounding an opening. The opening extends through a thickness of the clamping element and is configured to receive the hose. The hose clamp additionally comprises a support element configured to secure the clamping element to the machine. The support element is further configured to compress the clamping element along a direction of the thickness of the clamping element, thereby deforming the clamping element and causing the clamping element to constrict around the hose. |
US11592121B2 |
Method and device for positioning components on a cable
A device and method of positioning a component on a cable. The method includes: moving a collet into position on the component; engaging the component with the collet; moving the collet with the component positioned thereon into alignment with an end of the cable; securing the collet to the end of the cable; moving the component from the collet to the cable; and removing the collet from the end of the cable. |
US11592120B2 |
Cryogenic cylinder control system, globe valve, and solenoid valve
A valve assembly (6000) for use with a valve body (7000) having a valve seat (7112) is disclosed, the valve assembly (6000) comprising: a cartridge (6200) threadably engaged with and extending away from the valve body (7000); a poppet (6500) slidably engaged with the cartridge (6200); a plate (6600) engaged with the poppet (6500); a plunger (6400) slidably engaged with the cartridge (6200) and slidably extending through the plate (6600); and a retainer (6450) captured between the plate (6600) and a surface of the poppet (6500), wherein the retainer (6450) is threadably engaged with the plunger (6400). The valve assembly (6000) can regulate fluid flow. |
US11592119B2 |
Fluid distribution system with manifold assembly
A fluid distribution system includes a mass flow controller and a first manifold assembly. The mass flow controller includes first and second end ports each extending from a lower end of the mass flow controller, proximate corresponding first and second sides of the mass flow controller, for lateral flow through the mass flow controller from the first end port to the second end port. The first manifold assembly includes a first end connection coupled to the first end port of the mass flow controller. The first manifold assembly includes a first manifold body extending parallel to the first side of the mass flow controller, and a plurality of first valve subassemblies retained in the first manifold body and arranged across a plane extending substantially parallel to the first side of the mass flow controller, with valve movement perpendicular to the first side of the mass flow controller. |
US11592114B2 |
Fluid handling device and fluid handling system
A fluid handling device includes a first channel, a second channel, and a valve disposed at a connection part between the first channel and the second channel. The valve include a partition wall disposed between the first channel and the second channel, and a diaphragm disposed so as to face the partition wall, a portion of the first channel, and a portion of the second channel. The diaphragm is configured in such a way that when no pressure is applied to the diaphragm, a gap, which serves as a third channel that allows the first channel and the second channel to communicate with each other, is formed between the diaphragm and the partition wall. In plan view, the length of the diaphragm in the extending direction of the third channel is longer than the length of the diaphragm in the direction orthogonal to the extending direction. |
US11592113B2 |
Vasoconstriction-like pinch valve for localized flow control
The present disclosure describes one or more embodiments of a device for localized flow control. The device includes a plunger configured to slide along a longitudinal axis; a gate connecting to a proximal end of the plunger and configured to slide with the plunger; a spacer disposed along the longitudinal axis and on a same side with the gate relative to the plunger; a soft tube disposed in a gap between the spacer and a proximal end of the gate; and a plunger controller configured to slide the plunger between a closed position and an open position. In response to the plunger at the open position, the device is at an open state configured to allow a flow in the soft tube, and in response to the plunger at the closed position, the device is at a closed state configured to cut off the flow in the soft tube. |
US11592109B2 |
Bearing seal
A bearing seal includes at least one first metal-plate element having an attachment region for attaching the first metal-plate element to a bearing inner ring, at least one seal element attached to the first metal-plate element, and at least one spring element configured to press at least one region of the seal element in a radially outward direction. Also a wheel bearing assembly including the bearing seal. |
US11592108B2 |
Seal having a lip optimized for low temperature applications
A seal includes an annular seal body formed of an elastomeric material and has opposing first and second circumferential surfaces and a sealing projection extending radially from the first circumferential surface. The projection has a frustoconical primary sealing surface with first and second axial ends and an axial length between the first and second ends. The projection is sealingly engageable with the inner surface of the outer member when the seal body is coupled with the inner member, such that substantially the entire axial length of the primary sealing surface is disposed against the inner surface of the outer member. Alternatively, the projection is sealingly engageable with the outer surface of the inner member when the seal body is coupled with the outer member, such that substantially the entire axial length of the primary sealing surface is disposed against the outer surface of the inner member. |
US11592106B2 |
Hollow annular seal for equipment disposed in a subsea environment
A hollow annular seal for sealing two concentric components in a subsea environment is disclosed. The hollow annular seal is constructed from an elastomeric material with a hollow core. The hollow annular seal also includes a plurality of apertures to allow fluid to flow through the apertures and into the hollow core to prevent collapse of the fluid filled, hollow annular seal. |
US11592099B2 |
Gear
A gear includes: an outer circumferential rim provided integrally with a plurality of tooth portions disposed side-by-side in a circumferential direction on an outer circumferential surface; and a plurality of reinforcing ribs disposed inside the outer circumferential rim to be spaced from each other in the circumferential direction by thinning portions, wherein a position where each of the plurality of reinforcing ribs and the outer circumferential rim are joined corresponds, in the circumferential direction, to a position of a tooth groove between the plurality of tooth portions. |
US11592098B2 |
Non-axisymmetiric gear
A gear assembly including a first gear including a rim and a plurality of teeth. The plurality of teeth is configured to contact one or more of another plurality of teeth. A non-axisymmetric structure is defined at the rim. The non-axisymmetric structure is a non-contacting structure of the gear assembly. |
US11592097B2 |
Sub-assembly sprocket-carrying body and cogset for a bicycle rear wheel, ring nut for fixing such a sub-assembly and method for fixing a cogset to a sprocket-carrying body
A bicycle rear wheel sub-assembly having a sprocket-carrying body, a cogset including a plurality of axially adjacent sprockets with at least three of the plurality of sprockets formed into a monolithic set and a ring nut securing the cogset to the sprocket-carrying body. The ring nut is formed as two parts assembled together—an axially outer first part on which a tubular body and a flange are formed, and an axially inner second part on which a threaded portion is formed. This structure provides a simple and effective coupling of the ring nut with the monolithic sub-set of the cogset and the sprocket-carrying body. |
US11592096B2 |
Light-weight gear and manufacturing method thereof, manufacturing method of gear train, and robot
A light-weight gear including: an annular tooth portion made of metal; a shaft extending along a central axis of the tooth portion and made of metal; and a coupling element configured to couple the shaft to the tooth portion and made of a resin, in which a joining part between the shaft and the coupling element and a joining part between the tooth portion and the coupling element are provided with irregularities configured to be engaged with one another in a circumferential direction, and corners of the irregularities are rounded to release a stress. Also, provided is a manufacturing method of a light-weight gear including: disposing the tooth portion and the shaft in a mold and injecting a molten resin into a cavity of the mold, thereby simultaneously performing injection molding of the coupling element and joining the coupling element to the tooth portion and the shaft. |
US11592093B2 |
Geared rotary power distribution unit with mechanical differential gearing for multiple actuator systems
Methods and systems for nacelle door electromechanical actuation may include a power distribution unit comprising a motor and differential gears; and a plurality of electromechanical actuators, each coupled to an output of a corresponding one of the differential gears. Each of the electromechanical actuators may include a configurable brake and a mechanical output, where the power distribution unit may provide mechanical torque to one of the electromechanical actuators via the motor and the differential gears based on configuration of the configurable brakes in each of the electromechanical actuators. At least one of the configurable brakes may be an electrically configurable brake. At least one of the configurable brakes may be a mechanically configurable brake. The differential gears may include two or more differential gears for receiving an input torque and supplying an output torque to one of a plurality of outputs of the differential gears. |
US11592086B2 |
Apparatus for converting motion
An assembly for converting motion comprises a first arm and a second arm rotatable about first and second fixed pivots; a third arm pivotably connected to the second arm; a first connecting arm pivotably connected to and extending between the first arm and the third arm; a second connecting arm pivotably connected to and extending between the first arm and the second arm; and a locking assembly comprising a first locking member and a second locking member, the first locking member connected to one of the arms and engaging with the second locking member at one or more positions from the retracted position to the extended position. The assembly may comprise the guide assembly comprising a guide member and an engagement member moveably engageable with the guide member. |
US11592085B2 |
Belt-tensioning device
A belt-tensioning device includes an electric machine having a drive belt pulley, which is driven about a drive axis, and a further drive belt pulley, where an endless belt wraps around the drive belt pulleys. The device has a housing in which a first and a second spring arm are mounted, in each of which spring arms a tension roller having axes of rotation which are parallel to the drive axis is rotatably mounted. The spring arms are supported against one another and press the endless belt together via the tension rollers in the region of the drive belt pulley. A first and a second further spring arm are provided adjacent to the spring arms which are adjustable by an adjustment element such that the spring forces of the further spring arms either do or do not support the spring forces of the spring arms acting on the endless belt. |
US11592083B2 |
Configuration of gearshift variants
A method is provided for configuring different numbers of gearshift variants in a stepped powershift transmission for an agricultural working machine. The method includes providing a transmission unit, a front-mounted range unit, a gear reduction unit, a rear-mounted range unit, a housing, a drive shaft, a lay shaft, an output shaft, and a hydraulic control arrangement. The same transmission unit is used for all the numbers of gearshift variants while an identical spatial orientation of the shafts is maintained for all the numbers of gearshift variants. The method further includes adapting exclusively the gearshift variants by varying the front-mounted range unit or the rear-mounted range unit. |
US11592074B2 |
Position-dependent shock absorber
A shock absorber including a damper and a valve assembly for throttling fluid flow between a compression damper chamber and a pneumatic spring, with a valve assembly extending from an inner end portion of the damper into the compression damper chamber along a longitudinal central axis of the damper. A piston assembly is provided that includes an inner space which is open to the compression damper chamber and configured to receive and sealingly engage a distal portion of the valve assembly at an inner operational range of stroke and to disengage the valve assembly upon movement outside the inner operational range of stroke. The sealing engagement between the distal portion of the valve assembly and the inner space divides the compression damper chamber into an inner volume within the inner space and an outer volume in front of the piston assembly. |
US11592073B2 |
Variable load hydraulic control device
The present invention relates to a variable load hydraulic control device comprising an inner tube able to be coupled to an upper tubular head to form an internal chamber and an external chamber, in addition to an inner casing, a floating piston, able to slide between the inner tube and the inner casing, a retaining ring, an upper spring, located between the floating piston and an extension of a washer located inside the upper tubular head, a lower spring, located between the floating piston and an extension of the inner casing, a control surface, a leak opening to communicate the external chamber and the internal chamber, wherein the static load of the hydraulic control device determines the position of the floating piston and the section of passage through the leak opening. |
US11592072B2 |
Dynamic load damping apparatus
A dynamic load damping apparatus is employed in a hydraulic steering system control circuit of an aircraft. The dynamic load damping apparatus is positioned in the hydraulic steering system control circuit in parallel with a control valve of the control circuit that functions as the hydraulic fluid source of the control circuit and an actuator that controls movements of a nose gear of the aircraft. The dynamic load damping apparatus dampens loads transmitted to the hydraulic actuator that controls the steering movements of the nose gear on the aircraft. |
US11592070B2 |
Gas cylinder and gas spring for preventing gas leakage, and method for manufacturing same
A method of manufacturing a gas cylinder according to an embodiment of the present invention may include applying a sealant to at least a portion of inner surface of a hollow spindle; inserting a cylinder assembly contacting the inner surface of the spindle through an inlet of the spindle and forming a sealant film on an inner surface of the spindle by frictionally applying the sealant to the inner surface of the spindle; and hardening the sealant film to form a cured film cylinder in contact with the inner surface of the spindle. |
US11592069B2 |
Yaw brake pad and method of producing the same
Provided are a yaw brake pad and a method of producing the same, which relate to the technical field of friction material. The yaw brake pad is prepared from, by weight, the following main ingredients: 70-75 parts of polyether ether ketone, 10-20 parts of carbon fiber, 3-5 parts of glass fiber and 3-5 of graphite. It alleviates the technical problem that the metal-based friction materials generally for producing current international and domestic yaw brake pads are likely to rust, harmful to dual discs, and produce screechy. It has not only significantly improved mechanical properties and high temperature tolerance, much lower hardness, less wear to dual discs, and lower noise, but also improved friction stability and adaptability to working conditions, and thus can effectively satisfy the demand of the wind driven generator for yaw braking at a low speed. |
US11592068B2 |
Clutch assembly brake
The disclosure describes a clutch assembly that includes a first clutch element coupled to an input shaft and including a first clutch element friction surface; a second clutch element coupled to an output shaft, and a brake clutch coupled to a stationary component. The second clutch element includes a first friction surface configured to engage the first clutch element friction surface and a second friction surface opposite the first friction surface. The second clutch element is configured to move relative to the first clutch element to engage and disengage the first friction surface and the first clutch element friction surface. The brake clutch includes a brake clutch friction surface configured to engage the second friction surface of the second clutch element when the first clutch element and the second clutch element are disengaged. |
US11592067B2 |
Filtration device and use of said device for separating and collecting brake dust
The filtration device enables the separation and collection of dust and particles produced by the pads of a brake assembly. A first separation unit having an air filtration medium, typically annular, is provided in the housing of the device, in order to define an upstream zone where air is admitted, for example tangentially, and a downstream zone in communication with an outlet of the housing for discharging the purified air. The upstream zone is in communication with a lower stage situated lower down, in which a second separation unit is located in order to separate water from particles that have fallen from the upstream zone. A filtration by the second unit is intended to collect clean water and possibly to discharge this water by gravitational flow. The fallen particles remain trapped inside the device, under the first unit. |
US11592066B2 |
Clutch engagement booster system
A clutch engagement booster system is an apparatus used to support and improve clutch engagement on motor vehicles, both as a modification to existing clutch assemblies or as a standalone installation in various embodiments. The clutch engagement booster system utilizes a casing and pressure housing supporting a diaphragm, an expansion chamber, an engagement member, and at least one clutch element. The expansion chamber is formed between the diaphragm and the pressure housing in fluid communication with at least one pressure source through the at least one regulator device. The at least one clutch element is positioned within the casing, opposite the diaphragm across the engagement member. As the expansion chamber is pressurized the diaphragm deforms towards the engagement member, thereby forcing the at least one clutch element into engagement to transfer power through a host transmission. |
US11592060B2 |
Active magnetic bearing apparatus
An active magnetic bearing apparatus for supporting a rotor of a rotary machine comprises an axial magnetic bearing unit and a radial magnetic bearing unit mounted directly to one another. One of the axial magnetic bearing unit and the radial magnetic bearing unit is mounted to a support for attachment to a housing of the rotary machine. |
US11592057B2 |
Bearing device and rotary device using bearing device
A bearing device includes a rotational shaft; a first outer ring; a second outer ring; first balls; second balls disposed; and a C-spacer and a second spacer. α>δd is satisfied, where δd represents a difference between an inside diameter of the second spacer at an end portion on a second side and an outside diameter of a shaft outer circumferential face, and α represents a half of a difference between a diameter of a cylindrical face of the C-spacer on an outer circumferential side and a diameter of the cylindrical face of the C-spacer on an inner circumferential side. |
US11592056B2 |
Power transmission elements, torque measuring device and freewheel assembly
A measuring device with a crankshaft and a load cell for determining a radial force acting on the crankshaft having a receiving sleeve for receiving a bearing ring and a fastening ring for attaching the load cell in a transmission housing. Axial support areas are provided on the fastening ring for axially supporting the outer ring of the first bearing. Moreover, measuring regions for receiving radial forces of the receiving sleeve are provided which connect the receiving sleeve with the fastening ring. Strain sensors are attached to at least two of the measuring regions. An evaluation electronics is connected to the strain sensors. |
US11592055B2 |
Adjustable stroke device with cam
An adjustable stroke mechanism has a housing with a central axis and a wall defining a cavity. At least one counterweight is movably disposed, at least partially, within the cavity. A mounting assembly is disposed, at least partially, within the cavity. The mounting assembly has a workpiece attachment mechanism. A stroke adjustor couples the at least one counterweight with the mounting assembly. The stroke adjustor enables the counterweight and mounting assembly to move with respect to one another such that a distance between the counterweight and the mounting assembly may be variably adjusted which, in turn, variably adjusts a stroke radius of the workpiece attachment mechanism with respect to the central axis of the housing. |
US11592052B2 |
Fastener assembly with pivoting nut
An example pivot nut assembly includes a pivot body and a nut. The nut is pivotably engaged in the pivot body. |
US11592049B2 |
Device for fastening a light strip to a motor vehicle
A device for fastening a light strip to a motor vehicle includes a mounting support and an opening having a first region with a first diameter and a second region arranged so as to be offset in relation to the first region. The second region has a second diameter smaller than the first diameter. The light strip is configured to be mounted on the mounting support in a form-fitting manner. A form-fitting connection between the mounting support and the light strip is established by a T bolt configured to be inserted into the first region and then displaced from the first region into the second region. |
US11592045B2 |
Lap fillet arc welded joint
A lap fillet arc welded joint includes: a first steel sheet and a second steel sheet which are overlapped each other, the first steel sheet and the second steel sheet each having a tensile strength of 950 MPa or more; and a weld metal which extends along a corner formed by an upper surface of the first steel sheet and an end surface of the second steel sheet. When: a toe angle of the weld metal is defined as β; the total number of concave portions present on the surface of the weld metal included a range of 0.4 mm or less from a fusion boundary is defined as NA; and the number of concave portions in contact with ferrite grains having a maximum grain size of 10 μm or more is defined as NB, the weld metal satisfies the following conditional expressions (1) and (2) at the same time. 0°<β<30° (1) NB/NA≤0.70 (2) (Here, NA is 20 or more). |
US11592042B2 |
System and method for assembly attachment
An attachment system may be used for attaching an assembly to a target. The attachment system includes an attachment element adapted to attach to the target. The attachment system also includes a receiver adapted to attach the assembly to the attachment system. A portion of the attachment system is reversibly detachable from the target. The portion of the attachment system is reversibly detachable from the target when the attachment system is attached to the target. |
US11592038B2 |
Regulator unit
Provided is a regulator unit that when a pressure is set with respect to a workpiece having a certain weight, can be used for raising/lowering, suspension, or the like of a workpiece having a weight exceeding the weight with the set pressure maintained. The regulator unit is disposed between a drive cylinder and a fluid pressure source and includes a regulator body and a pressure control mechanism connected to the regulator body. The pressure control mechanism includes a cylindrical housing, an end surface cover, and an operation handle fixed to an end of a screw rod protruding from the end surface cover. The end surface cover is fixed to a resin ring fitted to an end of the cylindrical housing and is slidingly rotatable with respect to the end surface of the cylindrical housing integrally with the resin ring in accordance with the amount of turn of the operation handle. |
US11592034B2 |
Vaneless supersonic diffuser for compressor
A mixed-flow compressor includes an impeller attached to a shaft and rotatable about a shaft axis. A vaneless diffuser is located axially downstream of the impeller and has a converging portion and a diverging portion. A vaned diffuser is located axially downstream of the vaneless diffuser. |
US11592032B2 |
Centrifugal fan, air-sending device, air-conditioning apparatus, and refrigeration cycle apparatus
A centrifugal fan includes: a fan, blades; and a scroll casing housing the fan, the scroll casing including a discharge portion, and a scroll portion including a side wall, a circumferential wall, and a tongue portion. In the circumferential wall, at a first end between the circumferential wall and the tongue portion, and at a second end between the circumferential wall and the discharge portion, a distance between an axis of the rotational shaft and the circumferential wall is equal to a distance between the axis of the rotational shaft and a standard circumferential wall, and is greater than or equal to the distance between the first end and the second end of the circumferential wall, the circumferential wall including a plurality of extended portions between the first end and the second end of the circumferential wall. |
US11592031B2 |
Blower housing assembly structure
A blower housing assembly structure includes a locking base formed by aluminum die casting and two opposite casing covers disposed on both sides of the locking base respectively. The locking base has two opposite side connecting plates, each having a connection part formed at the top of the side connecting plate, and a side of each casing cover has an intake vent, and the two casing covers have two opposite half-extended pipe sections extending from the edges of the locking base connection part respectively, so that the half-extended pipe sections of the two casing covers are engaged to form an exhaust vent of a housing. This invention has the advantages of simple structure, easy assembling, effective alignment and high stability and the effects of preventing damages by vibration and reducing the noise during operation. |
US11592030B2 |
Fan assembly and washing machine having the same
The washing machine includes a cabinet, a drum installed inside the cabinet, and a fan assembly to guide heated air into the drum. A fan assembly includes a shroud provided with an air inlet hole, a hub rotated by a driving motor, a plurality of blades provided along a circumferential direction of the hub to guide the air introduced through the air inlet hole in the circumferential direction of the hub, and a scroll guiding the air guided in the circumferential direction of the hub into the drum. A partition wall prevents the air guided in the circumferential direction of the hub from being re-introduced into the air inlet hole. The blade includes a shroud contact portion in contact with the shroud and a hub contact portion in contact with the hub. An inflection point is formed between the shroud contact portion and the hub contact portion. |
US11592027B1 |
Compressor surge prevention control
Pneumatic air systems for use onboard aircraft include a compressor configured to receive air from an air supply and increase a pressure of said received air to generate compressed air, a heat exchanger configured to receive the compressed air as a first working fluid and a treating air as a second working fluid, the heat exchanger configured to convert the compressed air to compressed and temperature treated air, one or more aircraft systems configured to receive the compressed and temperature treated air, and a surge prevention circuit arranged to prevent surge of air at the compressor, wherein the surge prevention circuit comprises a mechanical valve that is actuated based on a detected pressure within a sense line operably coupled to the mechanical valve. |
US11592024B2 |
Multi-stage rotary vane pump
A multi-stage rotary vane pump comprising at least two rotor elements. The rotor elements are supported by a rotor shaft. The rotor elements and the rotor shaft are in the form of a single piece. |
US11592022B2 |
Scroll compressor and refrigeration cycle device
A scroll compressor includes a hermetic container, a fixed scroll, a swing scroll, a frame, an electric motor, and a shaft. A first groove and a second groove are provided outside a fixed wrap in a radial direction at an end plate surface of the fixed scroll. An oil supply hole for guiding lubricant oil from a through-hole opens at an end plate surface of the swing scroll. A single opening of the oil supply hole alternately communicates with the first groove and the second groove along with swing of the swing scroll. |
US11592020B2 |
Fracturing equipment
The present disclosure provides a fracturing equipment. The fracturing equipment includes: a plunger pump, a main motor and a noise reduction device. The plunger pump is used for pressurizing liquid. The main motor is connected to the plunger pump by transmission for providing driving force to the plunger pump. The noise reduction device is constructed as a cabin structure and covers outside the main motor and isolates the main motor from the plunger pump. With the fracturing equipment according to the present disclosure, the fracturing equipment is driven by the main motor with relatively low noise during operation. The noise reduction device isolates the main motor from the outside, which can effectively reduce the noise intensity transmitted to the outside during operation, thereby achieve the effect of noise reduction. In addition, the plunger pump is isolated from the main motor by the noise reduction device, thus realizing isolation of high-pressure dangerous areas and ensuring safe operation. |
US11592016B2 |
Low-voltage microfluidic valve device and system for regulating the flow of fluid
A low-voltage microfluidic valve device and system for regulating the flow of fluid. One low-voltage microfluidic valve device for regulating the low of fluid includes a nano-textured dendritic metallic filament configured to grow and retract in response to a voltage. The low-voltage microfluidic valve device also includes a microfluidic channel configured to allow fluid flow, wherein the fluid flow is selectively interrupted by the growth of the nano-textured dendritic metallic filament. The low-voltage microfluidic valve device also includes a membrane positioned proximate to the fluid and configured to alter shape in response to the growth of the nano-textured dendritic metallic filament. |
US11592015B2 |
Device for vacuum-packing a product in an airtight container in order to keep the product fresh longer
The device consists of two separate parts: a stationary unit (12) which contains a motor (16) and vacuum pump (14), and a mobile head (20) with a power-supply switch for the motor and an aspirating nozzle designed to fit over the valve (32) in the lid of an airtight container (28, 30). The mobile head connects to the stationary unit with two flexible coaxial spiral cords, consisting of a hose (22) linking the vacuum pump and aspirating nozzle, and a power cord (36) linking the switch to the electrical motor. Both lines can easily be stretched together from the storage position, in which the mobile head sits on the stationary unit, to active mode, in which the suction effect keeps the mobile head coupled to the container. |
US11592008B2 |
Fluid film bearing and wind turbine
Provided is a fluid film bearing, especially for a rotor hub in a wind turbine, including an inner part that supports a rotating outer part, wherein the inner part includes multiple radial pads distributed along the outer circumference of the inner part, each of the radial pads having at least one radial pad sliding surface, wherein the radial pad sliding surfaces support at least one outer part sliding surface of the outer part in the radial direction. |
US11592007B2 |
Equipotential bonding of wind turbine rotor blade
A wind turbine rotor blade has a spar cap including conductive material, and a lightning conductor extending over the spar cap. There is a non-conductive layer between the lightning conductor and the spar cap. An equipotential bonding element electrically bonds the lightning conductor to the spar cap. The non-conductive layer is discontinuous to define a gap, and the equipotential bonding element extends through the gap. |
US11592005B2 |
Stray current detection in wind turbine generators
An electrical power generating assembly (20) for a wind turbine (1). The electrical power generating assembly comprises a gearbox (22) comprising a gearbox output shaft, a generator (24) comprising a rotor (32) that is coupled to the gearbox output shaft; and a current measuring module (40) located between the gearbox (22) and the generator (24). The current measuring module (40) comprises: an electrical pickup (42) mounted to the electrical power generating assembly (20), wherein the electrical pickup (42) includes an electrical contact (44) that engages with a slip ring (48) associated with the rotor (32). The current measuring module further comprises: a first current measuring device (50) mounted with respect to the electrical pickup (42) to detect current flowing at least through the electrical pickup; and a second current measuring device (52) mounted with respect to the electrical pickup (42) to detect current flowing through at least a component associated with the gearbox output shaft. |
US11592002B1 |
Renewable power generation system
Disclosed embodiments provide a renewable power generation apparatus. In embodiments, the renewable power generation apparatus is driven by wind. In other embodiments, the renewable power generation apparatus is driven by water. Disclosed embodiments utilize two cylindrical turbines placed adjacent to each other. A diverter directs wind towards both turbines, causing them to rotate about their respective longitudinal axis. The turbines are coupled to a driveshaft that drives a generator to generate power. Embodiments utilize an airfoil adjacent to each turbine. The airfoil causes air to move faster over the airfoil surface to create low pressure which increases the performance of the turbines. The renewable power generation apparatus of disclosed embodiments is relatively compact compared to a traditional wind turbine. This allows disclosed embodiments to have more flexibility in where they are installed, facilitating local power generation, off-grid applications, and other important environmental applications. |
US11591994B2 |
Fuel injection device
For a fuel injection device, a configuration to improve fuel sealability when a valve is closed is provided. Therefore, the fuel injection device includes: a valve body that opens and closes a fuel flow path; a movable iron core in which a fuel passage hole communicating an upstream side and a downstream side is formed, and that operates the valve body toward the upstream side; a biasing spring whose one end contacts the movable iron core, and that biases the movable iron core in a valve opening direction; and a regulating unit that regulates movement of the one end of the biasing spring, in which the shortest distance between the one end of the biasing spring and the fuel passage hole is larger than a radial travel distance of the one end until radial movement of the one end is regulated by the regulating unit. |
US11591993B2 |
Filter element and air cleaner assembly
A filter element may include first and second pairs of opposing walls extending along a longitudinal axis of the filter element. The first and second pairs of opposing walls may create a flow passage between an inlet end and an outlet end of the filter element. The filter element may further include filter media configured to separate particulates from air flowing through the flow passage, and a wedge element associated with an exterior surface of at least one of the first pair of opposing walls. The wedge element may be configured to cooperate with an interior surface of a filter housing configured to receive the filter element. Outlet edges of the opposing walls of the first pair of opposing walls may extend at a first oblique angle with respect to the longitudinal axis, and the wedge element may extend at a second oblique angle with respect to the longitudinal axis. |
US11591991B1 |
Methods and systems for merging EGR with intake air
Methods and systems are provided for merging recirculated exhaust gas (EGR) with fresh intake air in an intake passage. In one example, a method may include introducing EGR to the intake passage via an angled annular slot and flowing unmixed EGR and ambient air through an intake compressor inlet. Ambient air may flow to a center of the intake compressor while the EGR may flow along a periphery of the intake compressor inlet. |
US11591988B2 |
Throttle plate
A valve, such as a throttle valve plate, which is suitable for use with a throttle assembly, and is able to withstand a backpressure test. The throttle valve plate includes a flat plate, and a plastic material overmolded onto a portion of the valve plate. The plate includes at least one rib, and may include a plurality of ribs, allowing for a thinner and lighter weight plate which is manufactured at a lower cost. The valve may also be a two-piece valve plate having an overlap portion. The two pieces of the valve plate overlap at the portion of the valve plate which interfaces with the shaft of the throttle assembly. The remaining portion of the plate surface includes at least one ribbed feature, and may include a plurality of ribbed features which reduce material usage and therefore reduce weight and cost, but also provide the required strength and rigidity. |
US11591987B2 |
Turbomachine with electric machine comprising a rotor ring attached to the fan
An aircraft turbomachine, including a fan that is able to rotate inside a casing, and an electric machine including a rotor secured to the fan and a stator secured to the casing, wherein the rotor of the electric machine includes a ring that is able to rotate inside the stator, which is linked by arms to a cone mounted upstream from the fan. |
US11591985B2 |
Method and system for thrust reverser operation
There are described a system and method for operating a thrust reverser of an aircraft engine, the thrust reverser having a deployed state and a stowed state. The method comprises placing the thrust reverser in the stowed state when the thrust reverser is in the deployed state, a thrust lever associated with the engine is in a forward position, and the engine is rotating at a speed below an idle speed, wherein hydraulic pressure for stowing the thrust reverser is provided by a pump driven by the engine rotating at the speed below the idle speed. |
US11591983B2 |
Engine system
An engine system is provided, including a controller which controls devices of an engine at a given engine speed so that, when a demanded engine load is a first load, a mass ratio (G/F) of intake air inside a cylinder (containing fresh air and burnt gas) to fuel is a first G/F and mixture gas inside the cylinder combusts by flame-propagation, when the demanded load is a second load ( |
US11591982B2 |
Injection control device
A first switch designates one of energization instruction signals to designate a valve closing detection cylinder. A valve closing detection unit monitors downstream voltages of the fuel injection valves to detect occurrence of an inflection point in change of the downstream voltages and detects valve closing. A second switch designates one of the downstream voltages and designates the valve closing detection cylinder. A stage number designation unit designates a valve closing detection stage number. A valve closing time measuring unit measures a valve closing time, which is from a switching timing at which the energization instruction signal is switched from ON to OFF to a valve closing detection timing of the valve closing, for injection of the valve closing detection stage number of the valve closing detection cylinder. A valve closing time learning unit learns the valve closing time measured by the valve closing time measuring unit. |
US11591979B2 |
Method for synchronizing an internal combustion engine
A method for synchronizing an internal combustion engine includes: a) a first step of acquiring, by the camshaft sensor, signals corresponding to at least five cam edges x; b) a second step of determining the value, from the camshaft signal, of a first, second and third actual ratio; c) a third step of establishing, for each actual value ratio obtained in b), a list of possible cam edges x by comparing the values of the first, second and third actual ratios, respectively, with a tolerance window corresponding to a value of a first, second or third theoretical ratio for a given cam edge x, each weighted by a tolerance factor k; and d) a fourth step of determining the cam edge x seen by the camshaft sensor, the cam edge actually seen by the sensor corresponding to the cam edge x common to the three lists established in c). |
US11591978B1 |
Speed control for a mobile machine
A mobile machine includes an internal combustion engine operatively connected to a plurality of propulsion devices for travel over a work surface. The mobile machine can include an electronic controller that receives condition data signals indicative of the operating state or condition of the mobile machine from a plurality of condition input sensors. The electronic controller compares the condition data signals with condition threshold to determine whether to operate the internal combustion engine in accordance with rated engine speed range or an adjusted engine speed range. |
US11591974B2 |
Systems and methods for engine calibration
Methods and systems for calibrating an engine having a rotating shaft are provided. Readings from a plurality of speed sensors provided in one of a plurality of configurations about the shaft are obtained over a plurality of rotations of the shaft, the readings indicative of the passage of position markers and associated with a first precision level. A parameter indicative of relative spacing between the plurality of speed sensors is determined by applying a statistical algorithm to the readings, the parameter being associated with a second precision level higher than the first precision level. The parameter is compared to reference parameters associated with the plurality of configurations to identify an actual speed sensor configuration from amongst the plurality of configurations. The engine is calibrated based on the actual speed sensor configuration. |
US11591972B2 |
Mechanical gearbox for aircraft turbomachine
A mechanical gearbox for an aircraft turbomachine includes a sun gear having an axis (X) of rotation, a ring gear around the sun gear, and planet gears meshed with the sun gear and the ring gear. Each planet gear has a first toothing meshed with the sun gear and a second loathing meshed with the ring gear. The first toothing includes a series of upstream teeth and a series of downstream teeth located on either side of a plane (H) perpendicular to the axis (X) of rotation of the sun gear. The second toothing includes a series of upstream teeth and a series of downstream teeth located on either side of the plane (H) and separated from one another by the first toothing, these teeth being parallel to one another and to the axis (Y) of rotation of the planet gear. |
US11591971B2 |
Hybrid transmission on propeller gearbox
A gearbox assembly for a gas turbine engine includes a planetary gear set comprising a sun gear, a planet gear, and a ring gear, the sun gear configured for connection to a first drive shaft of the gas turbine engine and the ring gear configured for connection to a second drive shaft of the gas turbine engine, and an electric machine assembly comprising an input and an electric machine. The electric machine comprising a rotor coupled to the input and a stator fixedly positioned within the gearbox assembly, the input of the electric machine assembly coupled to one of the sun gear, the ring gear, or the planet gear of the planetary gear set. |
US11591968B2 |
System and method for shimming a bevel gear in an IGB on a gas turbine without removal of the bevel gear
A method for shimming a thrust bearing for an accessory power take off shaft to obtain optimal meshing of bevel gears within the internal gearbox (IGB) without disassembly of the IGB is enabled by relocating the thrust bearing from the engine sump. The accessory gearbox (AGB) is driven from a power off-take from the turbine spool via the IGB. The radial position of the power take-off bevel gear is established by a radial position of the thrust bearing attached to the exterior of the casing via a housing. Candidate shims are selected from a set each having different thicknesses, the shims are formed of two halves and placed between the housing and the engine casing to adjust the radial position of the thrust bearing and consequently the power take-off bevel gear, without requiring the disassembly of the IGB. |
US11591965B2 |
Thermal management system for transferring heat between fluids
A thermal management system for transferring heat between fluids includes a thermal transport bus through which a heat exchange fluid flows. Additionally, the system includes a heat source heat exchanger arranged along the bus such that heat is added to the fluid flowing through the heat source heat exchanger. Moreover, the system includes a plurality of heat sink heat exchangers arranged along the bus such that heat is removed from the fluid flowing through the plurality of heat sink heat exchangers. Furthermore, the system includes a bypass conduit fluidly coupled to the bus such that the bypass conduit allows the fluid to bypass one of the heat source heat exchanger or one of the heat sink heat exchangers. In addition, the system includes a valve configured to control a flow of the fluid through the bypass conduit based on a pressure of the fluid within the bus. |
US11591961B1 |
Jet engine screen assembly
A jet engine screen assembly for protecting a jet engine from debris includes a mounting ring which forms a closed loop thereby facilitating the mounting ring to be mounted to an intake of a jet engine. A grate is hingedly disposed on the mounting ring. The grate is comprised of a plurality of intersecting members that are arranged to define a plurality of holes to facilitate air to pass through the grate. The grate is comprised of a rigid material to inhibit debris from entering into the jet engine. The grate is positionable in a closed position has the grate covering the intake of the jet engine. Conversely, the grate is positionable in an open position having the grate being displaced from the intake of the jet engine. |
US11591954B2 |
Enclosure segments for forming an enclosure for an engine generator set
A genset enclosure includes a frame system, a plurality of side panels, a plurality of roof panels, a first connector, and a second connector. The frame system includes a plurality of interconnected frame members. The plurality of side panels are coupled to opposing sides of the frame system. The plurality of roof panels are coupled to a roof of the frame system and extend between the opposing sides of the frame system. The plurality of roof panels are oriented perpendicular to the plurality of side panels. The frame system, the plurality of side panels, and the plurality of roof panels together define an enclosure portion having a first open end and a second open end. The first connector and second connector are engageable with one another and are coupled to the frame system along a perimeter of the first open end and the second open end, respectively. |
US11591953B2 |
Method for controlling hydrogen combustion in a hydrogen internal combusting engine
A method for controlling hydrogen combustion in a hydrogen internal combustion engine system includes a combustion chamber linked to an intake port via an intake valve, the hydrogen internal combustion engine system comprising a piston slidably moving between a top dead center position and a bottom dead center position, characterized by the steps of: injecting water in liquid phase in the intake port when the piston is between 0 and 40 crank angle degrees before opening of the intake valve, injecting hydrogen after opening of the intake valve and when the piston is between 0 and 60 crank angle degrees after the top dead center position, stopping hydrogen injection when the piston is between 0 and 100 crank angle degrees before the bottom dead center position. |
US11591952B2 |
High performance turbo-hydraulic compressor
Use of the hydraulically driven device in a series configuration with a minimally restrictive turbocharger is defined which will allow a very responsive and powerful boosting system to reach boost levels of 4-5 pressure ratio (PR) to support and enable OEM engine downsizing trends. An electric supercharger is also considered. A hydraulic drive assists to increase the acceleration rate of a turbocharger impeller/turbine shaft assembly and provide a secondary means of driving the compressor impeller at lower engine speeds where exhaust gases alone does not generate adequate shaft speeds to create significant induction boost. The hydraulic circuit includes a dual displacement motor, which provides high torque for acceleration yet converts to a single motor for high-speed operation. When the exhaust driven turbine function allows compressor speeds, beyond which the hydraulic system can contribute, a slip clutch allows disengagement of the hydraulic drive. In an alternative embodiment, the hydraulic drive provides means of forced induction air alone. |
US11591950B2 |
Heat exchanging member, heat exchanger and heat exchanger with purifier
A heat exchanging member including a hollow pillar shaped honeycomb structure having partition walls defining cells, the cells penetrating from a first end face to a second end face to form flow paths for a first fluid, an inner peripheral wall, and an outer peripheral wall; and a covering member being configured to cover the outer peripheral wall of the pillar shaped honeycomb structure. The heat exchanging member is configured to perform heat exchange between the first fluid and a second fluid flowing through an outer side of the covering member. In the heat exchanging member, in a cross section of the pillar shaped honeycomb structure perpendicular to a flow path direction of the first fluid, the cells are radially provided, and each of the inner peripheral wall and the outer peripheral wall has a thickness larger than that of each of the partition walls. |
US11591939B2 |
Compression release mechanism and internal combustion engine including the same
A compression release mechanism including a camshaft, a cam provided on the camshaft and protruding outward in a radial direction of the camshaft, a lever, of which a portion is disposed in the camshaft, a support shaft supporting the lever such that the lever is swingable between a first position and a second position relative to the camshaft, and a spring attached to the camshaft, to urge the lever toward the first position. The lever includes a cam portion configured to protrude out from the camshaft with the lever at the first position, a centrifugal weight for moving the lever toward the second position in accordance with rotation of the camshaft, and an abutment portion configured to be in abutment with an inner peripheral surface of the camshaft with the lever at the first position, and be located away from the inner peripheral surface with the lever at the second position. |
US11591937B2 |
Remotely mounted idler gear
The present disclosure provides a remote mount for an idler gear assembly, comprising: a gear mounting plate including a plurality of bores configured to receive a corresponding plurality of fasteners to mount a gear assembly to the gear mounting plate; and an attachment bracket including a plurality of mounting openings configured to receive a corresponding plurality of bolts to mount the remote mount to a cylinder head. The gear mounting plate supports the gear assembly such that a gear of the gear assembly rotates about an axis that is parallel to an axis of a crankshaft of an engine and the attachment bracket mounts to an upper surface of the cylinder head. |
US11591936B2 |
Systems and methods for proactive operation of process facilities based on historical operations data
Provided are techniques for proactively operating gas-oil separation plant (GOSP) type process facilities that include determining historical operational characteristics of a GOSP for a past time interval using historical operational data for the GOSP, determining expected operating characteristics of the GOSP for a subsequent time interval using the historical operational characteristics, determining an operating plan for the GOSP using the expected operating characteristics, and operating the GOSP in accordance with the operating plan. |
US11591933B2 |
Method for installing a gas turbine assembly on a foundation, and gas turbine assembly
A method for installing a gas turbine assembly of a first type at a position of an existing power plant where previously a gas turbine assembly of a second type was installed on a foundation specially designed for said second type. The gas turbine assembly includes at least one housing, a compressor, a combustion chamber, a gas turbine, and a plurality of venting and removal lines guided along the exterior of the housing. Modifications to the venting and/or removal lines of the gas turbine assembly of the first type are carried out in a first step, and the modified gas turbine assembly is installed on the existing foundation in a second step. |
US11591928B2 |
Meta-stable detergent based foam cleaning system and method for gas turbine engines
Embodiments in accordance with the present disclosure include a meta-stable detergent based foam generating device of a turbine cleaning system includes a manifold configured to receive a liquid detergent and an expansion gas, a gas supply source configured to store the expansion gas, and one or more aerators fluidly coupled with, and between, the gas supply source and the manifold. Each aerator of the one or more aerators comprises an orifice through which the expansion gas enters the manifold, and wherein the orifice of each aerator is sized to enable generation of a meta-stable detergent based foam having bubbles with bubble diameters within a range of 10 microns (3.9×10−4 inches inches) and 5 millimeters (0.2 inches), having a half-life within a range of 5 minutes and 180 minutes, or a combination thereof. |
US11591925B2 |
Monitoring device, method for monitoring target device, and program
An acquisition unit is configured to acquire measurement values of a target device. The measurement values that are acquired include at least a temperature and a flow rate of an input fluid to be input to the target device, and a temperature and a flow rate of an output fluid to be output from the target device. A correction unit is configured to obtain a correction measurement value by which the measurement values are corrected through thermal equilibrium calculations based on the measurement values. A distance calculation unit is configured to calculate a Mahalanobis distance with a factor of the correction measurement value. |
US11591924B2 |
Assembly for a turbomachine turbine
An assembly for a turbomachine turbine includes a housing (1) extending circumferentially about an axis X, sectors (2) intended to form a ring capable of delimiting a gas flow path, each sector (2) comprising a first side (17) and a second side (18) extending radially and circumferentially about the said axis X and spaced axially from each other, each side (17, 18) of the sector (2) including at least one radial bearing surface of an oblong hole capable of cooperating with support pins (13, 14) of the housing (1), at least one of the sides (17, 18) including means (23) for the circumferential positioning of the sector (2) with respect to the housing (1), wherein each radial bearing surface is cylindrical relative to axis X and is capable of bearing on a complementary cylindrical surface relative to axis X of a support pin. |
US11591918B2 |
Article with ceramic barrier coating and layer of networked ceramic nanofibers
An article includes a substrate, a ceramic barrier coating, and a layer of networked ceramic nanofibers. The ceramic barrier coating is disposed on the substrate and has a porous columnar microstructure. The layer of networked ceramic nanofibers is disposed on the ceramic barrier layer and seals the pores of the porous columnar microstructure. |
US11591913B2 |
Variable pitch bladed disc
A variable-pitch bladed disc including a plurality of blades, each at a variable pitch in relation to a rotation axis of the blade and each having a root, the plurality of blades including at least one first blade and at least one second blade, a plurality of rotor connecting shafts, each having a root and a tip, each root being mounted at the tip of a corresponding rotor connecting shaft by way of a pivot so as to allow each blade to rotate about the blade rotation axis, the first blade having a first blade inclination, such that the first blade is inclined in a fixed manner with respect to the blade rotation axis of the first blade, and the second blade having a second blade inclination different from the first blade inclination. |
US11591912B2 |
Internal core profile for a turbine nozzle airfoil
An internal core profile for a turbine nozzle airfoil of a gas turbine is provided. The turbine nozzle may include an airfoil core having an uncoated nominal profile substantially in accordance with Cartesian coordinate values of X, Y, and Z set forth in Table 1, wherein the X, Y, and Z coordinates are distances in inches measured in a Cartesian coordinate system, the corresponding X and Y coordinates, when connected by a smooth continuous arc, define one of a plurality of airfoil core profile sections at each Z distance, and the plurality of airfoil core profile sections, when joined together by smooth continuous arcs, define an airfoil core shape. |