List of Contributions

QUYEN

Contact Details

QUYEN


My Content

1 to 17 of 17 total
Posted By QUYEN Oct 27, 2025 08:12:00 PM
Found In Egroup: Emulate3D Software
\ view thread
I want to write a value to a server value(on IO Browser) using C# Could you provide the exact command or code snippet to do this? Thank you. -------------------------------------------
Posted By QUYEN Oct 20, 2025 06:20:47 PM
Found In Egroup: Emulate3D Software
\ view thread
Hi Sam Thank you for your support. I would like to control human joints(Skeleton) using C#. Could you please show me how to arbitrarily change the state of the joints(Skeleton)? Thank you very much. -------------------------------------------
Posted By QUYEN Oct 16, 2025 02:47:01 AM
Found In Library: Emulate3D Software
Posted By QUYEN Oct 16, 2025 02:47:00 AM
Found In Egroup: Emulate3D Software
\ view thread
I tried running Omniverse on E3D 2025, but the following error occurred "'0.00  Exception  Could not load type 'Demo3D.Visuals.IDocumentContainer' from assembly 'Demo3D.Core, Version=18.0.2.81, Culture=neutral, PublicKeyToken=null'." Could you please tell me how to resolve this issue? Thank you very ...
Posted By QUYEN Oct 06, 2025 06:46:00 PM
Found In Egroup: Emulate3D Software
\ view thread
Dear Mark Emeott Thank you for your support. Could you please guide me on how to move the person to a specified teachpoint, and how to move the arms and legs to a specified pose in C#? -------------------------------------------
Posted By QUYEN Oct 02, 2025 07:22:00 PM
Found In Egroup: Emulate3D Software
\ view thread
I would like to ask for support regarding an error when using the Visible command in C#. I wrote a C# program (as shown in the attached image) where, upon pressing reset, the specified Visual automatically hides. However, when I try to assign the Visible property, an error occurs. In addition, I would ...
Posted By QUYEN Sep 21, 2025 11:20:00 PM
Found In Egroup: Emulate3D Software
\ view thread
I wrote the program so that it executes whenever either X or Z changes. However, I want to modify it so that the code runs only once when both X and Z change simultaneously, instead of running once for X and then again for Z. [Auto] void OnXUpdated(Visual sender, object value, object oldValue) ...
Posted By QUYEN Sep 21, 2025 11:13:00 PM
Found In Egroup: Emulate3D Software
\ view thread
Hi Zaher. Thank you for your support. I found a way to resolve the issue as below without reinstalling E3D Go to this location on PC: %appdata%\Emulate3D Locate the file named: Startup2025.ini Note: If it doesn't exist, please create a new text file and then ...
Posted By QUYEN Sep 16, 2025 09:42:00 PM
Found In Egroup: Emulate3D Software
\ view thread
I am working on a digital twin project. I use an AI camera to capture the real person's coordinates (x, y, z) and send these coordinates to E3D. However, I don't know how to link these coordinates to the virtual avatar in E3D so that the real person and the virtual one can move in sync. Could ...
Posted By QUYEN Sep 09, 2025 07:15:00 PM
Found In Egroup: Emulate3D Software
\ view thread
Dear Support Team, I am experiencing an error when starting E3D 2025.(The 2024 version runs normally on the same computer; the error only occurs in the 2025 version.) When I launch the software, the error shown in the attached screenshot occurs.(error message: "You do not have any debugging symbols ...
Posted By QUYEN Sep 09, 2025 07:14:46 PM
Found In Library: Emulate3D Software
Posted By QUYEN Aug 07, 2025 06:23:00 PM
Found In Egroup: Emulate3D Software
\ view thread
Hi Mark Emeott Thank you for your support. I want to read the value of a Visual's property and store it in another variable (only when the property value changes), as shown in the image below. I've managed to read a single property, but I'm not sure how to handle multiple properties in ...
Posted By QUYEN Aug 05, 2025 11:48:00 PM
Found In Egroup: Emulate3D Software
\ view thread
Hi Friedrich Rutzen Thanks for your idea. I want to read multiple BindableVisualProperties of a Visual whenever their values change. I tried copying and pasting the same code, but it didn't work. -------------------------------------------
Posted By QUYEN Aug 04, 2025 09:48:00 PM
Found In Egroup: Emulate3D Software
\ view thread
I tried reading the value using the program below, but it can only read one InputProperty. How can I read multiple InputProperty?(Ex: InputProperty1,InputProperty2,InputProperty3 ) Please show me how. Thank you. using Demo3D.QuickLogic; using System; using System.Collections; using System.Co ...
Posted By QUYEN Jul 09, 2025 05:59:00 PM
Found In Egroup: Emulate3D Software
\ view thread
I want to fill the IO Browser based on the excel sheet. Initially, C# will read an Excel file containing variable names and their values, then write those values to the tags whose names match the variable names in the Excel file. Please help me!!!
Posted By QUYEN Jul 09, 2025 01:12:00 AM
Found In Egroup: Emulate3D Software
\ view thread
I want to read an Excel file and then write the retrieved values into the IO Browser. However, I don't know which commands to use to read the names and addresses of the tags in the IO Browser and the commands to write values to the tags. Please help me!!!