FEBeam Plugin (Error on point load)

FEBeam Plugin (Error on point load) - Messages

#1 Posted: 3/16/2024 4:58:00 AM
Ítalo Oliveira Rebouças

Ítalo Oliveira Rebouças

0 likes in 10 posts.

Group: User

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.
#2 Posted: 3/18/2024 6:16:07 PM
Davide Carpi

Davide Carpi

1415 likes in 2872 posts.

Group: Moderator

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 please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#3 Posted: 4/19/2024 1:44:49 AM
Jose Carlo Mendoza

Jose Carlo Mendoza

6 likes in 14 posts.

Group: Moderator

Wrote

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
#4 Posted: 4/26/2024 8:26:07 PM
Ítalo Oliveira Rebouças

Ítalo Oliveira Rebouças

0 likes in 10 posts.

Group: User

Thanks Mr. Mendonza.
  • New Posts New Posts
  • No New Posts No New Posts