Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - EAButNotForGames

Pages: [1] 2 3
1
General Board / Re: Not being able to type a FlowProperty with a Signal
« on: August 20, 2025, 06:09:18 pm »
In the properties window of the FlowProperty, under Type.

This worked in older EA Versions. I used it through Version 16. And I am pretty sure it worked in the release version of 17.

I was trying to model the signal flow in an IBD. And while creating the InterfaceBlocks I noticed this bug.
Based on the SysML specification: "A FlowProperty shall be typed by a ValueType, Block, or Signal."
Value Type and Block still works though.

2
General Board / Not being able to type a FlowProperty with a Signal
« on: August 19, 2025, 07:34:49 pm »
Does anyone have the same Poblem?
I am using Build 1710

3
General Board / Re: Question about the Excel Import
« on: June 25, 2025, 07:46:34 pm »
Ah, thanks!
I didn't see that hidden column.
Works perfectly!

4
General Board / Question about the Excel Import
« on: June 24, 2025, 06:19:53 pm »
So I am playing around with the Microsoft Office Add-In
Especially with the Excel Im-/Export
If you export, lets say requirements.
Is there a way to import those, so they replace the existing ones, while keeping their traceability.

I am asking, because I somehow managed it a couple of times.
But I can't reproduce it anymore.


5
This seems like the wrong content for this forum...

6
General Board / SendSignal, AcceptEvent and Ports
« on: March 04, 2025, 07:17:01 pm »
I have a question about Sending/Recieving Signals over ports:

In a SendSignal Action you can devine a port with "On Port"
The triggers also have the option of selecting a port.

Can you limit the reception of SendSignal and AcceptEvent through ports?

Here is an example:

A block, consisting of 3 subblocks:
Each block has an activity with a diagram.


The IBD:
The ports are typed with interface blocks. Each has one flow property, wich is typed by a signal.


The following is the activity diagram of Block0.
The 3 diagram frames below are from the subblocks.
Block2 and Block3 are both waiting for SIG_1 and SIG_2.
But only Block2 should recieve SIG_1 and Block3 SIG_2.
For this, the SendSignal SIG_1 is On Port: Port1
SendSignal SIG_2 is On Port: Port2
The Triggers of Block2 and Block3 are linked to the port of their block.


The problem is, that Block2 and Block3 both recieve SIG_1 and ignore SIG_2

So am I doing something wrong or does EA not support this functionality?


7
General Board / Package in Specification View
« on: February 17, 2025, 08:29:10 pm »
Is there a way to see the parent package in the specification view.
I can't find it in the field chooser.

8
General Board / Re: Value Type, Quantity Kind and Units
« on: February 12, 2025, 05:23:00 pm »
Good to know!
I guess I'll have to the network config.

Thanks for the answer.

9
General Board / Re: Value Type, Quantity Kind and Units
« on: February 10, 2025, 05:38:30 pm »
The Error Message is:

Unable to connect to service
Http Status Code: 403 Forbidden

So far, everyone in my company gets this error.

10
General Board / Re: Value Type, Quantity Kind and Units
« on: February 04, 2025, 11:32:16 pm »
I randomly stumbled on his thread and wanted to try the ISO 80000 Library.
But I get an error message, when selecting it in the Model Builder.

11
General Board / CallOperationAction not functioning?
« on: January 27, 2025, 06:13:31 pm »
I am trying to run a CallOperationAction in a simulation. But it always stops at the CallOperationAction and doesn't proceed.
The operation isn't the issue.
Even crashed EA and made the repository unusable. Thank god it was one I made to test some stuff in EA.
Both the EA User Guide and the Simulation and Behavior PDF weren't helpful.


I would prefer to use the CallOperationAction because the code generation looks a bit nicer with it.
If I call an operation in an atomic action, I have to write the whole sim path in Javascript, which I then have to clean up in the generated code.
Using the CallOperationAction I get something like:
OutptPin1 = someOperation();
Which is a bit nicer.

Anyone got an idea or is this just deprecated?

12
General Board / Re: Attributes not visible
« on: January 09, 2025, 12:11:03 am »
BDD (short for Block Definition Diagram) is a Structure Diagram from the SysML Perspective.
This question focuses on the Blocks, which are modeled in this type of diagram.
Those can have attributes, which can be displayed by showing their compartments either for the block specifically or for the whole diagram.
I noticed that the display of attributes is not working, even though the display feature is activated.

13
General Board / Attributes not visible
« on: January 08, 2025, 08:10:09 pm »
Anyone else got that problem, that attributes aren't visble anymore in the BDD since the new update?

14
General Board / Script Library Templates
« on: December 18, 2024, 08:20:19 pm »
I would like to change the template of the scripts in the script library.
But, because of the IT, I don't have excess to them.
Is there a way to change the folder EA uses for the script templates?

15
General Board / Position of an Element in a Grid Style Diagram
« on: December 09, 2024, 08:20:11 pm »
Is there a way to read the cell position of an element in a grid style diagram, via a scriptlet?

Pages: [1] 2 3