Welcome Guest! To enable all features please Login. New Registrations are disabled.

Notification

Icon
Error

Login


Options
Go to last post Go to first unread
Offline Italo Rebouças  
#1 Posted : 16 March 2024 10:58:00(UTC)
Italo Rebouças


Rank: Member

Groups: Registered
Joined: 29/11/2023(UTC)
Posts: 10
Brazil
Location: Mossoró, RN

Hello,

I have a question regarding the use of the plugin FEBeam. I downloaded some examples given by the plugin's creator, JC Mendonza, but couldn't reproduce it. When i try to add a point load, the following message(Portuguese) appears:
"O índice está fora do intervalo. Ele deve ser não-negativo e menor que o tamanho da coleção. Nome do parâmetro: index", which translates to:
"The index is outside the interval. It must be non-negative and smaller than the collection size. Parameter name: index".

I don't understand why this is occurring, since the load is applied at a positive position that is smaller than the beam length.

FEBeam error.png

Could someone help me with this?

Thanks in advance.

Wanna join the discussion?! Login to your SMath Studio Forum forum account. New Registrations are disabled.

Offline Davide Carpi  
#2 Posted : 19 March 2024 00:16:07(UTC)
Davide Carpi


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 13/01/2012(UTC)
Posts: 2,647
Man
Italy
Location: Italy

Was thanked: 1329 time(s) in 875 post(s)
Most likely a out of range index issue in the code. The plugin is closed source, so you have to contact directly the developper.
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects
Offline JC Mendoza  
#3 Posted : 19 April 2024 07:44:49(UTC)
JC Mendoza

Rank: Newbie

Groups: Registered
Joined: 23/11/2018(UTC)
Posts: 6
Man
Philippines

Was thanked: 5 time(s) in 1 post(s)
Originally Posted by: Italo Rebouç Go to Quoted Post
Hello,

I have a question regarding the use of the plugin FEBeam. I downloaded some examples given by the plugin's creator, JC Mendonza, but couldn't reproduce it. When i try to add a point load, the following message(Portuguese) appears:
"O índice está fora do intervalo. Ele deve ser não-negativo e menor que o tamanho da coleção. Nome do parâmetro: index", which translates to:
"The index is outside the interval. It must be non-negative and smaller than the collection size. Parameter name: index".

I don't understand why this is occurring, since the load is applied at a positive position that is smaller than the beam length.

FEBeam error.png

Could someone help me with this?

Thanks in advance.


Looking at the snapshot, the error is because no beam has been created in the code. The functions, "A_AddBeam" and "A_AddSupport" need to run by evaluating them. The function should return 1, which means "true" in the code behind that it has been executed. Put equals in the formulas for example: A_AddBeam(_,_,_,_) = 1. Though not sure why smath does not evaluate if you dont put "=".

Best,

JC Mendoza
Offline Italo Rebouças  
#4 Posted : 27 April 2024 02:26:07(UTC)
Italo Rebouças


Rank: Member

Groups: Registered
Joined: 29/11/2023(UTC)
Posts: 10
Brazil
Location: Mossoró, RN

Thanks Mr. Mendonza.
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.