question

Justyne K avatar image
0 Likes"
Justyne K asked Joerg Vogel answered

What does the invalid pointer mean? and how do i solve this problem?

flexsim commands
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Joerg Vogel avatar image
2 Likes"
Joerg Vogel answered

First of all your model doesn't use one of the standard created tasksequences. Each time you activate in the properties of an object an action of an operator a tasksequence is created. This tasksequence tells the operator what to do in tasks ordered in a sequence. The TASKTYPE_PICKOFFSET doesn't belong to the standard transport tasksequence or the utilize tasksequence. This means you or someone else created a the tasksequence in the model. The invalid pointer should contain a reference to the specific item that must be picked in the faulty task. You have to find the object or ProcessFlow where the tasksequence is created and look for the reference of the item that has to be picked. I recommend to use the datatype treenode, because the item is somewhere in the model tree.

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.