List of Contributions

HubP-SDe

Contact Details

HubP-SDe


My Content

1 to 18 of 18 total
Posted By HubP-SDe Feb 20, 2026 03:18:00 AM
Found In Egroup: Emulate3D Software
\ view thread
Great news Mike & team! Please could you provide some list of the updated/fixed tutorials, and the new ones? This is critical for our own internal knowledge, but also for our customer trainings. Thank you in advance ------------------------------ Stéphane DELACROIX Hub Performance (French Emulate3D ...
Posted By HubP-SDe Feb 04, 2026 03:02:00 AM
Found In Egroup: Emulate3D Software
\ view thread
Hi, Did you check the PhysicsEnabled status of your load in both cases? By default, Load Physics may be disabled while handled by robots. ------------------------------ Stéphane DELACROIX Hub Performance (French Emulate3D VAR) ------------------------------
Posted By HubP-SDe Dec 12, 2025 02:11:41 AM
Found In Egroup: Emulate3D Software
\ view thread
Glad that you could go forward in your project! I suppose that you could have 2 approaches: you can edit properties directly into your catalog, from the right click, and then preset whatever value you wish them to have at creation. you could also simply create your loads as-is by script (C# or ...
Posted By HubP-SDe Dec 11, 2025 03:48:08 AM
Found In Egroup: Emulate3D Software
\ view thread
Hi Ruiz, Have you tried setting the Load.Kinematic property to True? (or Load.RigidBody.Kinematic, if using CitM Aspects) This would inhibit Gravity and any physical interactions, until you set it back to false. If needed, the part could still move along with its Parent, hence you also may want ...
Posted By HubP-SDe Dec 11, 2025 03:42:00 AM
Found In Egroup: Emulate3D Software
\ view thread
Hi Nakul, Your Modulo script is not (yet) in your model: it is apparently in one of your loaded catalogs. To make it available to your current model Visuals, you'd need to drag a component from you "Modulo" catalog, that references your expected "Modulo" script. Do not hesitate to write to us ...
Posted By HubP-SDe Dec 11, 2025 03:34:00 AM
Found In Egroup: Emulate3D Software
\ view thread
Hi, I was talking of this link in the Package Explorer: Otherwise, where you may have seen other Release/Patch Notes is in the News feed, from the Help ribbon: 18.03.00 ------------------------------ Stéphane DELACROIX Hub Performance (French Emulate3D VAR) --------------------------- ...
Posted By HubP-SDe Dec 10, 2025 01:46:00 AM
Found In Egroup: Emulate3D Software
\ view thread
Hi Nemo, To me, you'd be referring to the documentation link of each catalog/script, provided as a question-mark '?' in the Package Explorer. Note though, that sometimes scripts would not have any Release Notes, they may be hosted in their referring Catalog documentation page (for instance Protocol ...
Posted By HubP-SDe Nov 10, 2025 03:11:00 AM
Found In Egroup: Emulate3D Software
\ view thread
Hi Andy, Several ways to reach what you aim, mostly depending on your own skills, and how you'd like the feature to be customizable by common users or not: in C#, the CreateLoadNow() function can be overloaded with a Load Type, so that a Load Creator would create a Load of a given Type on demand, ...
Posted By HubP-SDe Oct 15, 2025 02:55:43 AM
Found In Egroup: Emulate3D Software
\ view thread
Hi Suryan, Have you covered the dedicated Tutorial before using Zone Control? How to Manage Zone Control ------------------------------ Stéphane DELACROIX Hub Performance (French Emulate3D VAR) ------------------------------
Posted By HubP-SDe Sep 30, 2025 07:33:48 AM
Found In Egroup: Emulate3D Software
\ view thread
The knowledge base has now been diluted into the main online manual. All links are available from the new "Help" ribbon: Dealing with Packages, well if the Feed if well logged in, I guess you'd rather send a Ticket to Support if it still fails: Cheers! ------------------------------ Stéphane ...
Posted By HubP-SDe Sep 25, 2025 12:26:00 AM
Found In Egroup: Emulate3D Software
\ view thread
Hi Cathryn For question #a, the 2025 release now features a new "Help" ribbon that replaces the legacy "?" Dropdown menu. Dealing with question #b, have you well logged in the Pachage Feed? ------------------------------ Stéphane DELACROIX Hub Performance (French Emulate3D VAR) ...
Posted By HubP-SDe Jul 21, 2025 12:59:00 AM
Found In Egroup: Emulate3D Software
\ view thread
Hi Suryan, Is it not because your conveyor are using the "Transfer" Control Mode? if it is the case, try toggling to Dieback. You can find a set of explained demo models for Smart Conveyors on the Training Web Store. Introducing Smart Conveyors - Example Configurations ...
Posted By HubP-SDe Jul 02, 2025 12:49:00 AM
Found In Egroup: Emulate3D Software
\ view thread
Hi Kevin Is it not just the ">" HTML syntax that should be replaced with ">"? EDIT: removed Original Message text exposed in the post -FL ------------------------------ Stéphane DELACROIX Hub Performance (French Emulate3D VAR) ------------------------------
Posted By HubP-SDe May 15, 2025 01:30:00 AM
Found In Egroup: Emulate3D Software
\ view thread
Hi, For TSE conveyors, you should be Conveying to the conveyor itself, as the station contains a check that inhibits it's regular behavior if the Load is currently in a Transfer. ------------------------------ Stéphane DELACROIX Hub Performance (French Emulate3D VAR) --------------- ...
Posted By HubP-SDe May 10, 2025 02:44:00 AM
Found In Egroup: Emulate3D Software
\ view thread
Hi Suryan, One thing I know is that he scripting API for Vehicle Framework is attached in the Catalog "User Resources". ------------------------------ Stéphane DELACROIX Hub Performance (French Emulate3D VAR) ------------------------------
Posted By HubP-SDe Apr 23, 2025 01:08:00 AM
Found In Egroup: Emulate3D Software
\ view thread
Hi, I suppose you could simply rely on this old but still valid WebStore tutorial from the "Fundamentals" folder: Searching in the Scene ------------------------------ Stéphane DELACROIX Hub Performance (French Emulate3D VAR) ------------------------------
Posted By HubP-SDe Apr 03, 2025 02:23:00 AM
Found In Egroup: Emulate3D Software
\ view thread
Hi Andy, That's the trick! The load variable value is not null in this case: it shows the load name suffixed with "-Disposed" when printed. But still, you cannot just look for "Disposed" as a string. For now, Developpers confirmed that in QL, the if [[load] . [Parent]] is setapproach ...
Posted By HubP-SDe Apr 02, 2025 04:57:00 AM
Found In Egroup: Emulate3D Software
\ view thread
Dear E3D Community, In QL, how would you check if a load (pointed to as a visual Variable) is Disposed or not? In a specific context, I'm getting the following exception System.InvalidOperationException: Attempting to reparent deleted visual 'Tote_1271' to 'SceneVisual' where "load" ...