Search found 8 matches

by chaix
Wednesday 08 May, 2019 - 12:06
Forum: Enterprise Dynamics 4DScript
Topic: Experiment Wizard
Replies: 4
Views: 15525

Re: Experiment Wizard

Thank you very much for your support Fred.

I did it. :D

Chaix
by chaix
Tuesday 07 May, 2019 - 11:16
Forum: Enterprise Dynamics 4DScript
Topic: Experiment Wizard
Replies: 4
Views: 15525

Re: Experiment Wizard

Hi Fred, thank you very much for the reply, I used the KernelFnc and it works. To get to generate the report I added the lines GuiControl([btnNext]) and GuiRun([Click]) to open the Standard Report form and it works, but when I added the lines GuiControl([btnGenerate]) and GuiRun([Click]), I get this...
by chaix
Friday 03 May, 2019 - 11:24
Forum: Enterprise Dynamics 4DScript
Topic: Experiment Wizard
Replies: 4
Views: 15525

Experiment Wizard

Hi everyone, when I open the Experiment Wizard and I click on "Start Experiment" button, the Experiment Wizard start the simulations and when it finished it shows the "Analyze Experiment Result" form. Could you tell me which lines of code produce this opening? Because through the...
by chaix
Tuesday 30 April, 2019 - 17:19
Forum: Modeling in Enterprise Dynamics
Topic: Execute 4dScript code from external application
Replies: 6
Views: 9460

Re: Execute 4dScript code from external application

Hi evraamsdonk, thanks for your suggestion.

I downloaded the Jacob library, but when I try to use the ActiveXComponent constructor I have to pass the ED programId as a parameter.
Can you tell me what it is?

Thanks,
chaix
by chaix
Tuesday 30 April, 2019 - 10:42
Forum: Enterprise Dynamics 4DScript
Topic: Open model and start simulation 4DScript
Replies: 2
Views: 13133

Re: Open model and start simulation 4DScript

Thank you very much Harry
by chaix
Monday 29 April, 2019 - 17:22
Forum: Enterprise Dynamics 4DScript
Topic: Open model and start simulation 4DScript
Replies: 2
Views: 13133

Open model and start simulation 4DScript

Hello everyone,

I would like open an existing model using 4DScript and start the simulation, what are the corresponding lines of code?

Thanks in advance
by chaix
Monday 29 April, 2019 - 12:27
Forum: Modeling in Enterprise Dynamics
Topic: Execute 4dScript code from external application
Replies: 6
Views: 9460

Re: Execute 4dScript code from external application

Hi Harry, thanks for the reply

I installed the add-on package but I only noticed support for C#, VB and Delphi. Is it possible to use Java?

Otherwise, I noticed that for C# it is possible to add an ED library to the references of the project, is there one for Java?
by chaix
Friday 26 April, 2019 - 15:44
Forum: Modeling in Enterprise Dynamics
Topic: Execute 4dScript code from external application
Replies: 6
Views: 9460

Execute 4dScript code from external application

Good morning everyone, I wanted to ask if it is possible to start a simulation on Enterprise Dynamics through an external application written in Java. Let me explain better, I would like to create a project in Java that allows me to choose an existing model, open it and execute some 4dScript code au...