Patents
Literature
Hiro is an intelligent assistant for R&D personnel, combined with Patent DNA, to facilitate innovative research.
Hiro

59 results about "Machine scheduling" patented technology

Policy driven print engine

A scheduler for a machine includes a selector and a traverser. The selector selects the traverser and selects policies from a library based on a model of the machine. The traverser looks for a preferred itinerary. The scheduler includes a first module to choose an itinerary, a second module to calculate a combined weight, and logic to repeatedly operate the first and second modules to choose additional itineraries from the group of itineraries and calculate their combined weight until an end condition is reached. The end condition includes one or more of when a calculated combined weight for an itinerary exceeds a predetermined threshold, when a predetermined time has elapsed, when a combined weight for each of a predetermined number of itineraries has been calculated, and when a combined weight for each itinerary in the group of itineraries has been calculated. The first module chooses an itinerary from either a list of all of the itineraries or a sub-set of the itineraries. The second module includes an itinerary validator to compute an itinerary weight for the chosen itinerary for each of the policies and also includes a combiner to combine the computed itinerary weight for each of the policies into a combined weight for the chosen itinerary. The scheduler further includes a third module to choose an itinerary that has a combined weight calculated by the second module that is greater than a combined weight of any other itinerary calculated by the second module.
Owner:XEROX CORP

Method, device and equipment for scheduling essential factors of agricultural machine, and readable storage medium

The invention discloses a method, a device and equipment for scheduling essential factors of an agricultural machine, and a readable storage medium. The method comprises the steps of dynamically generating agricultural machine scheduling subsystems based on an agricultural machine essential factor scheduling requirement and an object, wherein the agricultural machine scheduling subsystems comprises an operation information service subsystem, an agricultural machine terminal information dynamic accessing and management subsystem, an agricultural machine operation task management and schedulingsubsystem, an agricultural machine dynamic supervision subsystem and an agricultural machine operation auxiliary decision subsystem; acquiring and analyzing agricultural data information in a preset area, transmitting each piece of agricultural data information to the agricultural machine scheduling subsystem which corresponds an agricultural data information work attribute, thereby processing thereceived agricultural data information by the agricultural machine scheduling subsystem; and outputting and displaying the processing result of each agricultural machine scheduling subsystem to the agricultural data information. The method, the device, the equipment and the readable storage medium settles technical problems of low operation efficiency of an agricultural service organization and incapability of performing scientific matching and scheduling for aiming at a production requirement of the farmer.
Owner:WUHAN NAVIGATION & LBS INC

Equipment state real-time monitoring method and system based on distributed scheduling task

The invention provides an equipment state real-time monitoring method and system based on a distributed scheduling task. The method comprises the steps that monitoring information of a key fault partof equipment is received and the monitoring information is transmitted to a real-time database; the scheduling center realizes task allocation and scheduling, the job actuators are distributed in different machines, and the scheduling center allocates tasks and execution time executed by the job actuators on each machine according to a configured task allocation strategy; the actuator obtains dataneeded by equipment monitoring through the real-time database, then processes the data and calculates the current running state of the equipment. According to the invention, the concurrency rate of the scheduled tasks is improved by scheduling the timed tasks and splitting the scheduled tasks into the scheduling center and the executor, the execution efficiency of timed scheduling is improved, itis ensured that the state of the equipment can be monitored in real time, state change detection of the equipment is accurate to the second level, and the real-time performance and accuracy of equipment monitoring are further improved.
Owner:SHANDONG LUNENG SOFTWARE TECH

Intelligent resource scheduling method based on vSphere

ActiveCN112416520ALess impact on normal useOvercome the more restrictive flawsResource allocationSoftware simulation/interpretation/emulationMachine schedulingResource utilization
The invention provides an intelligent resource scheduling method based on vSphere, which is suitable for a complex environment of a multi-host cluster. The method comprises the following steps: setting the number of virtual machines and threshold values and weights of resource parameters; obtaining the resource utilization rate of each host in the cluster and the number of the virtual machines, checking whether the resource utilization rate of each host exceeds a threshold value or not, and adding the hosts exceeding the threshold value to a resource excess list; counting 24-hour performance usage reports of the hosts in each cluster, performing analyzing to obtain the least frequently-used time period of host resources, and setting the most frequently-used time period as virtual machine scheduling time; sorting the weight sequence of each host in each cluster according to a weight formula to obtain a resource weight ranking list of the hosts; obtaining the host with the threshold value, obtaining the weight ranking of the virtual machines through a weight formula, and storing the virtual machine with the highest ranking in a virtual machine list needing to be scheduled; and in thevirtual machine scheduling time, migrating to the host with the lowest host resource weight rank by using vMotion, or using cold migration resources after suspending the virtual machine.
Owner:GUANGZHOU VCMY TECH CO LTD

A Single Machine Scheduling Method for Additive Manufacturing Oriented to Selective Laser Melting Process

ActiveCN111290283BSolving Manufacturing Production Scheduling ProblemsSolve production scheduling problemsAdditive manufacturing apparatusAdaptive controlSelective laser meltingNeighborhood search
The invention relates to a single-machine scheduling method for additive manufacturing oriented to a selective laser melting process. This method proposes a single-objective mathematical model with the optimization goal of minimizing the production cost per unit volume of parts. On this basis, based on the excellent performance of the distribution estimation algorithm in combinatorial optimization problems such as production scheduling, combined with the neighborhood search strategy It is used to solve the single-machine scheduling problem of additive manufacturing considering the direction of part construction. In the algorithm, a real number encoding method including part sorting, job assignment and part construction direction is proposed. Based on this encoding, random sampling is used to generate On this basis, the probability model is updated by sampling the elite population. In order to ensure the diversity of the population and avoid local optimum, after each generation of the elite population is generated, the individuals in the elite population are locally adjusted through neighborhood search. Make the algorithm jump out of the local extremum and find a better solution.
Owner:FUZHOU UNIV

CDN edge node cross-machine scheduling method and system based on eBPF technology

ActiveCN112968955ASolve the problem of multiple 302 redirectsReduce the efficiency of requestsTransmissionMachine schedulingOperational system
The invention discloses a CDN node cross-machine scheduling method and system based on an eBPF technology, and the method comprises the steps: judging the load conditions of virtual network cards under a first server and a second server on a CDN node; when the first server does not have a virtual network card with a redundant bandwidth, guiding the access request to a virtual network card with the minimum load in a second server under the CDN node; embedding eBPF module codes in a TC layer of an operating system kernel in each machine, and installing a communication Agent module in each single machine, wherein the Agent module is mainly responsible for cross-machine communication (through an ARP broadcast function of a router) and data interaction (cross-machine network card load condition intercommunication, and UDP communication is adopted), and the eBPF module is mainly used for selecting a virtual network card with low bandwidth load from a machine cluster in a node to carry out data return, so that the problem of multiple 302 redirection of a client is solved. and the effect consumption of the request is reduced; besides, an endless loop is avoided during cross-machine scheduling in the node, so that the optimal scheduling is realized.
Owner:北京网聚云联科技有限公司

Job Shop scheduling problem solving method and system based on double-loop nested optimization strategy

The invention discloses a Job Shop scheduling problem solving method and system based on a double-loop nested optimization strategy, and the method comprises the steps: dividing an actual order into processing tasks of the same product, the same delivery period and the same delivery period to form different virtual orders; constructing a double-loop nested optimization strategy to perform joint optimization of batch segmentation and job sorting on the virtual orders; performing batch segmentation scheme optimization on the virtual orders by the double-loop nested optimization strategy through a first quantum genetic algorithm on the outer layer; and disassembling the Job Shop scheduling problem into a plurality of same-type parallel machine scheduling problems on the inner layer based on a batch segmentation scheme, and performing job sorting optimization on each same-type parallel machine scheduling problem through a second quantum genetic algorithm. According to the method, an optimized operation plan scheme which meets the requirements of an actual manufacturing system and is free of tardiness or as little as possible in tardiness can be obtained through the double-loop nested optimization strategy, and the method is suitable for a large-scale batch type manufacturing system.
Owner:WUHAN UNIV OF SCI & TECH

Multi-robot scheduling method and device

The invention aims to provide a multi-robot scheduling method and equipment, a server program of the multi-robot scheduling method mainly plays a role in sharing operation data, and is responsible for collecting and distributing operation data packets of shared robots to robot individuals; and the robot individuals can trigger multi-machine scheduling of the corresponding scheduling strategies only when running into the scheduling areas, the decision-making process of the multi-machine scheduling is not initiated by a server but independently completed by client programs carried by the robot individuals, and the scheduling strategies can be preset decision-making tree models of the corresponding scheduling areas according to the scheduling strategies. According to the invention, a lightweight data packet format is adopted between the robot and the server to carry out operation information exchange, so that the communication load caused by an overlarge data packet and a retransmission mechanism is greatly reduced. The server can be arranged in a local area network and does not need to be connected with an external network, so that the information safety in a user environment is ensured, and the interactive communication traffic between the server and the robot is small.
Owner:SHANGHAI SLAMTEC
Who we serve
  • R&D Engineer
  • R&D Manager
  • IP Professional
Why Eureka
  • Industry Leading Data Capabilities
  • Powerful AI technology
  • Patent DNA Extraction
Social media
Try Eureka
PatSnap group products