🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Error in a code while number of nodes is higher

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

hi,

when I am running my macro if the number of nodes is higher am getting the above error.

Any idea about this.

I used lists and 2 inner for loop for iterating through nodes.

 

<?xml version="1.0" encoding="UTF-8"?>error.png

Find more posts tagged with

Sort by:
1 - 4 of 41
    User: "tinh"
    Altair Community Member
    Updated by tinh

    Hi

    Please replace {nodes $uniqueList} by 'nodes $uniqueList'

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    Hi

    Please replace {nodes $uniqueList} by 'nodes $uniqueList'

    hi tinh,

    Thanks .

    But initially when I running the macro for small model it worked.

    why its not working for big ones.

    User: "tinh"
    Altair Community Member
    Updated by tinh

    Hi,

    Maybe in small one, it does not call that command

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    Hi,

    Maybe in small one, it does not call that command

    hi,

    Thanks tinh.

    the command gets the call.

    As per iterations I done and some studies came across I,i think may be the list which contains the nodes have some memory limitations.