Next event

31/10/2024

Round table session: ‘AI applications in the (high-tech) manufacturing industry’- October 31st

Single and dual arm cobot testbed

Service description

Experiment with one or two Panda cobots to investigate if they can add value in the production line. A single arm could be utilized for product singulation, e.g. in a bin- or heap picking task. The dual arm setup extends the ability towards tasks where humans normally need both their hands. Examples could be (dis)assembly tasks, packaging or introducing products to the production line.

Enhance your manufacturing
project with AI technologies

jQuery(document).ready(function($) { // Function to update the query results count after filter is applied function updateResultsCount() { var searchTerm = $('input[name="s"]').val(); // Example to get search terms // Add more parameters if needed $.ajax({ url: ajaxurl, // WordPress AJAX URL type: 'POST', data: { action: 'update_results_count', // The action defined in the PHP code s: searchTerm // Send filter parameters // Add other filter parameters here }, success: function(response) { // Update the results count element with the new value $('.results-count').text('Total Results: ' + response); } }); } // Trigger when a filter is applied via WBW Product Filter $(document).on('wbwpf_ajax_filter_success', function() { updateResultsCount(); // Update the results count }); });