Next event

31/10/2024

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

Manufacturing companies: Experiment with exchanging manufacturing information across the value chain to enable the transition towards remanufacturing

Service description

1. A test and integration environment for technology providers and manufacturing companies to exchange manufacturing information across the value chain compliant with the IDSA and GAIA-X standards. 2. Similar to above, but used as the TEF-internal backbone (i.e. to integrate the data exchange on the BIC factory floor).
Expected results: Technology evaluation, demonstratror
Methodology: – Data Quality Assessment – Data Preparation and Pipelines analysis/design – Integration of data-driven and model-based techniques – Off site Proof of Concept – On site Test before Invest (optional)
Target: AI-Provider+AI-User

Enhance your manufacturing
project with AI technologies

jQuery(document).ready(function($) { // Fonction pour mettre à jour le compteur de résultats après le filtrage AJAX function updateResultsCount() { // Fait une requête AJAX pour récupérer la nouvelle page après filtrage $.ajax({ url: window.location.href, // URL actuelle de la page type: 'GET', success: function(response) { // Cherche le compteur de résultats dans la réponse HTML var newCount = $(response).find('.results-count').text(); // Met à jour l'élément actuel avec le nouveau nombre $('.results-count').text(newCount); } }); } // Déclenchement après l'application du filtre via AJAX $(document).on('wbwpf_ajax_filter_success', function() { updateResultsCount(); }); });