problem with loading model

Hi Soren,
I have a problem with loading of an AnyBody model. The model I was
using gave a Error message:
Model loading skipped
Loading Main : “E:\pamela\pamela\model\Repository\Repository.5
\ARep\Aalborg\Recumbent\BikeModel.main.any”
Scanning…
Parsing…
Constructing model tree…
ERROR(SCR.PRS9) : E:\pamela\pamela\model\Repository\Repository.5
\BRep\Aalborg\Leg3D\Mus.any(216) : ‘Sign’ : Unresolved object
Deleting last loaded model…Done.
Model loading skipped

My supervisor (Kenneth Meijer, University Maastricht) had a back-up
of the model on his computer. The loading
of this model went okay. Now we copied the back up to my computer
and tried to load the “new” model.
The same Error message appeared during loading of the model:
Model loading skipped
Loading Main : “E:\pamela\pamela\model
pamela\Repository\Repository.5
\ARep\Aalborg\Recumbent\BikeModel.main.any”
Scanning…
Parsing…
Constructing model tree…
ERROR(SCR.PRS9) : E:\pamela\pamela\model
pamela\Repository\Repository.5\BRep\Aalborg\Leg3D\Mus.any
(216) : ‘Sign’ : Unresolved object
Deleting last loaded model…Done.
Model loading skipped

I really don’t know what is wrong with this, because it work well on
Kenneth’s computer. Can you
help me with this?

Kind regards,

Michel van Exsel
University Maastricht
The Netherlands

Hi Michel

Welcome to the group.

I think your problems are related to that you are trying to run
repository 5 on a AnyBody Ver. 2?

There are some minor syntax changes between AnyBody ver.1 and ver.2,
and the error you get and the description fits with that. So maybee
Kenneth was running an old version of AnyBody and you are running
the newest one, this can be seen in the About box in the Help menu.

There are two ways to resolve the problem.

1 you could download the newest version of the repository ver.6 from
www.anybody.aau.dk and insert your recumbent bike into the arep
folder, this will have the benefit of updating the repository with
bug fixed etc.

2 you could keep your current model and update the syntax to work
with the new version.

There are mainly two things you need to change if you do the latter.

In all segments “r” and “Axes” is now “r0” and “Axes0” respecetively.

If you double click on the error message you get you will jump to
the file mus.any and the line looking something like

SPLine.InitWrapPosVectors = {
{0.04,0.03,0.0*…Sign}, {0.1,…Sign*0.0,0.0}
};

please remove one dot in front of the “Sign” variables, so that it
will look like

SPLine.InitWrapPosVectors = {
{0.04,0.03,0.0*…Sign}, {0.1,…Sign*0.0,0.0}
};

Why it is like this is a long explanation so i have copied it from
the official release notes:

Important notice: Scope for right-hand side variables have changed
to be the scope of the assignment instead of the scope of the
variable to be assigned. This typically does not mean anything, but
for complex assignments like Folder1.var1=…var2; it implies a
change. It will now be Folder1.var1=.var2; (only 1 dot before var2)
because it is not relatively to the scope of the expression and not
the scope of Folder1 that is used for the right-hand side evaluation.

You can read the full version of the release notes of ver. 2
on this page http://www.anybodytech.com/466.0.html

I hope this helps you move on, otherwise please do not hesitate to
write again.

Best regards
Søren, AnyBody Support

— In anyscript@yahoogroups.com, “sybert84” <sybert84@…> wrote:
>
> Hi Soren,
> I have a problem with loading of an AnyBody model. The model I was
> using gave a Error message:
> Model loading skipped
> Loading Main : “E:\pamela\pamela\model\Repository\Repository.5
> \ARep\Aalborg\Recumbent\BikeModel.main.any”
> Scanning…
> Parsing…
> Constructing model tree…
> ERROR(SCR.PRS9) : E:\pamela\pamela\model\Repository\Repository.5
> \BRep\Aalborg\Leg3D\Mus.any(216) : ‘Sign’ : Unresolved object
> Deleting last loaded model…Done.
> Model loading skipped
>
> My supervisor (Kenneth Meijer, University Maastricht) had a back-
up
> of the model on his computer. The loading
> of this model went okay. Now we copied the back up to my computer
> and tried to load the “new” model.
> The same Error message appeared during loading of the model:
> Model loading skipped
> Loading Main : “E:\pamela\pamela\model
> pamela\Repository\Repository.5
> \ARep\Aalborg\Recumbent\BikeModel.main.any”
> Scanning…
> Parsing…
> Constructing model tree…
> ERROR(SCR.PRS9) : E:\pamela\pamela\model
> pamela\Repository\Repository.5\BRep\Aalborg\Leg3D\Mus.any
> (216) : ‘Sign’ : Unresolved object
> Deleting last loaded model…Done.
> Model loading skipped
>
> I really don’t know what is wrong with this, because it work well
on
> Kenneth’s computer. Can you
> help me with this?
>
> Kind regards,
>
> Michel van Exsel
> University Maastricht
> The Netherlands
>

Thanks for the quick reaction, but
I copied the files in the repository.6 directory
which I downloaded. But I still have a problem with
loading. The same error message appears. Besides
the recumbent directory, which i placed in the new
map, i copied the files in de brep to the new directory.

When I removed one dot for Sign, i got a new error message:

ERROR(SCR.PRS9) : E:\michel\Repository\Repository.6
\BRep\Aalborg\BodyModels\FullBodyModel\CalibrationSequence.any
(51) : ‘Cal1Right’ : Unresolved object

There is something wrong in this line:
AnyOperation
&Cal1Right=.RightLegCalibration1.LegCalibrationStudy1.MuscleCalibrati
onAnalysis;

Kind regards,

Michel

— In anyscript@yahoogroups.com, “AnyBody Support” <support@…>
wrote:
>
> Hi Michel
>
> Welcome to the group.
>
> I think your problems are related to that you are trying to run
> repository 5 on a AnyBody Ver. 2?
>
> There are some minor syntax changes between AnyBody ver.1 and
ver.2,
> and the error you get and the description fits with that. So
maybee
> Kenneth was running an old version of AnyBody and you are running
> the newest one, this can be seen in the About box in the Help menu.
>
> There are two ways to resolve the problem.
>
> 1 you could download the newest version of the repository ver.6
from
> www.anybody.aau.dk and insert your recumbent bike into the arep
> folder, this will have the benefit of updating the repository with
> bug fixed etc.
>
> 2 you could keep your current model and update the syntax to work
> with the new version.
>
> There are mainly two things you need to change if you do the
latter.
>
> In all segments “r” and “Axes” is now “r0” and “Axes0”
respecetively.
>
> If you double click on the error message you get you will jump to
> the file mus.any and the line looking something like
>
> SPLine.InitWrapPosVectors = {
> {0.04,0.03,0.0*…Sign}, {0.1,…Sign0.0,0.0}
> };
>
> please remove one dot in front of the “Sign” variables, so that it
> will look like
>
> SPLine.InitWrapPosVectors = {
> {0.04,0.03,0.0
…Sign}, {0.1,…Sign*0.0,0.0}
> };
>
> Why it is like this is a long explanation so i have copied it
from
> the official release notes:
>
> Important notice: Scope for right-hand side variables have changed
> to be the scope of the assignment instead of the scope of the
> variable to be assigned. This typically does not mean anything,
but
> for complex assignments like Folder1.var1=…var2; it implies a
> change. It will now be Folder1.var1=.var2; (only 1 dot before
var2)
> because it is not relatively to the scope of the expression and
not
> the scope of Folder1 that is used for the right-hand side
evaluation.
>
> You can read the full version of the release notes of ver. 2
> on this page http://www.anybodytech.com/466.0.html
>
> I hope this helps you move on, otherwise please do not hesitate to
> write again.
>
> Best regards
> Søren, AnyBody Support
>
> — In anyscript@yahoogroups.com, “sybert84” <sybert84@> wrote:
> >
> > Hi Soren,
> > I have a problem with loading of an AnyBody model. The model I
was
> > using gave a Error message:
> > Model loading skipped
> > Loading Main : “E:\pamela\pamela\model\Repository\Repository.5
> > \ARep\Aalborg\Recumbent\BikeModel.main.any”
> > Scanning…
> > Parsing…
> > Constructing model tree…
> > ERROR(SCR.PRS9) :
E:\pamela\pamela\model\Repository\Repository.5
> > \BRep\Aalborg\Leg3D\Mus.any(216) : ‘Sign’ : Unresolved
object
> > Deleting last loaded model…Done.
> > Model loading skipped
> >
> > My supervisor (Kenneth Meijer, University Maastricht) had a back-
> up
> > of the model on his computer. The loading
> > of this model went okay. Now we copied the back up to my
computer
> > and tried to load the “new” model.
> > The same Error message appeared during loading of the model:
> > Model loading skipped
> > Loading Main : “E:\pamela\pamela\model
> > pamela\Repository\Repository.5
> > \ARep\Aalborg\Recumbent\BikeModel.main.any”
> > Scanning…
> > Parsing…
> > Constructing model tree…
> > ERROR(SCR.PRS9) : E:\pamela\pamela\model
> > pamela\Repository\Repository.5\BRep\Aalborg\Leg3D\Mus.any
> > (216) : ‘Sign’ : Unresolved object
> > Deleting last loaded model…Done.
> > Model loading skipped
> >
> > I really don’t know what is wrong with this, because it work
well
> on
> > Kenneth’s computer. Can you
> > help me with this?
> >
> > Kind regards,
> >
> > Michel van Exsel
> > University Maastricht
> > The Netherlands
> >
>

Hi Michel

Ok i think this is because the calibration studies in the Brep has
changed in the way they are being included into the model.

Please look in the main files of for example the bikemodel3d model
in the arep/aalborg directory of rep. 6. Then copy the section for
the calibration and replace it with the calibration definition you
have in your current main file.

Best regards
Søren, AnyBody Support

— In anyscript@yahoogroups.com, “sybert84” <sybert84@…> wrote:
>
> Thanks for the quick reaction, but
> I copied the files in the repository.6 directory
> which I downloaded. But I still have a problem with
> loading. The same error message appears. Besides
> the recumbent directory, which i placed in the new
> map, i copied the files in de brep to the new directory.
>
>
> When I removed one dot for Sign, i got a new error message:
>
> ERROR(SCR.PRS9) : E:\michel\Repository\Repository.6
> \BRep\Aalborg\BodyModels\FullBodyModel\CalibrationSequence.any
> (51) : ‘Cal1Right’ : Unresolved object
>
> There is something wrong in this line:
> AnyOperation
>
&Cal1Right=.RightLegCalibration1.LegCalibrationStudy1.MuscleCalibrati
> onAnalysis;
>
>
> Kind regards,
>
> Michel
>
>
>
> — In anyscript@yahoogroups.com, “AnyBody Support” <support@>
> wrote:
> >
> > Hi Michel
> >
> > Welcome to the group.
> >
> > I think your problems are related to that you are trying to run
> > repository 5 on a AnyBody Ver. 2?
> >
> > There are some minor syntax changes between AnyBody ver.1 and
> ver.2,
> > and the error you get and the description fits with that. So
> maybee
> > Kenneth was running an old version of AnyBody and you are
running
> > the newest one, this can be seen in the About box in the Help
menu.
> >
> > There are two ways to resolve the problem.
> >
> > 1 you could download the newest version of the repository ver.6
> from
> > www.anybody.aau.dk and insert your recumbent bike into the arep
> > folder, this will have the benefit of updating the repository
with
> > bug fixed etc.
> >
> > 2 you could keep your current model and update the syntax to
work
> > with the new version.
> >
> > There are mainly two things you need to change if you do the
> latter.
> >
> > In all segments “r” and “Axes” is now “r0” and “Axes0”
> respecetively.
> >
> > If you double click on the error message you get you will jump
to
> > the file mus.any and the line looking something like
> >
> > SPLine.InitWrapPosVectors = {
> > {0.04,0.03,0.0*…Sign}, {0.1,…Sign0.0,0.0}
> > };
> >
> > please remove one dot in front of the “Sign” variables, so that
it
> > will look like
> >
> > SPLine.InitWrapPosVectors = {
> > {0.04,0.03,0.0
…Sign}, {0.1,…Sign*0.0,0.0}
> > };
> >
> > Why it is like this is a long explanation so i have copied it
> from
> > the official release notes:
> >
> > Important notice: Scope for right-hand side variables have
changed
> > to be the scope of the assignment instead of the scope of the
> > variable to be assigned. This typically does not mean anything,
> but
> > for complex assignments like Folder1.var1=…var2; it implies a
> > change. It will now be Folder1.var1=.var2; (only 1 dot before
> var2)
> > because it is not relatively to the scope of the expression and
> not
> > the scope of Folder1 that is used for the right-hand side
> evaluation.
> >
> > You can read the full version of the release notes of ver. 2
> > on this page http://www.anybodytech.com/466.0.html
> >
> > I hope this helps you move on, otherwise please do not hesitate
to
> > write again.
> >
> > Best regards
> > Søren, AnyBody Support
> >
> > — In anyscript@yahoogroups.com, “sybert84” <sybert84@> wrote:
> > >
> > > Hi Soren,
> > > I have a problem with loading of an AnyBody model. The model I
> was
> > > using gave a Error message:
> > > Model loading skipped
> > > Loading
Main : “E:\pamela\pamela\model\Repository\Repository.5
> > > \ARep\Aalborg\Recumbent\BikeModel.main.any”
> > > Scanning…
> > > Parsing…
> > > Constructing model tree…
> > > ERROR(SCR.PRS9) :
> E:\pamela\pamela\model\Repository\Repository.5
> > > \BRep\Aalborg\Leg3D\Mus.any(216) : ‘Sign’ : Unresolved
> object
> > > Deleting last loaded model…Done.
> > > Model loading skipped
> > >
> > > My supervisor (Kenneth Meijer, University Maastricht) had a
back-
> > up
> > > of the model on his computer. The loading
> > > of this model went okay. Now we copied the back up to my
> computer
> > > and tried to load the “new” model.
> > > The same Error message appeared during loading of the model:
> > > Model loading skipped
> > > Loading Main : “E:\pamela\pamela\model
> > > pamela\Repository\Repository.5
> > > \ARep\Aalborg\Recumbent\BikeModel.main.any”
> > > Scanning…
> > > Parsing…
> > > Constructing model tree…
> > > ERROR(SCR.PRS9) : E:\pamela\pamela\model
> > > pamela\Repository\Repository.5\BRep\Aalborg\Leg3D\Mus.any
> > > (216) : ‘Sign’ : Unresolved object
> > > Deleting last loaded model…Done.
> > > Model loading skipped
> > >
> > > I really don’t know what is wrong with this, because it work
> well
> > on
> > > Kenneth’s computer. Can you
> > > help me with this?
> > >
> > > Kind regards,
> > >
> > > Michel van Exsel
> > > University Maastricht
> > > The Netherlands
> > >
> >
>

Hi,

I compared my calibration part with that from the BikeModel3D and I
didn’t see differences between those. I copied my part below, maybe
you can see what is wrong with it.

//This calibration sequence will calibrate the legs only
AnyFolder &HumanFolderRef= Main.Model.HumanModel; //This is the
reference to
//the folder which contains the human model

#include “…\BRep\Aalborg\BodyModels\FullBodyModel\CalibrationS
equence.any”

The part where something is wrong in it, is the following:

AnyOperationSequence CalibrationSequence ={

 AnyOperation

&Cal1Right=.RightLegCalibration1.LegCalibrationStudy1.MuscleCalibrati
onAnalysis;
AnyOperation
&Cal1Left=.LeftLegCalibration1.LegCalibrationStudy1.MuscleCalibration
Analysis;
AnyOperation
&Cal2Right=.RightLegCalibration2.LegCalibrationStudy2.MuscleCalibrati
onAnalysis;
AnyOperation
&Cal2Left=.LeftLegCalibration2.LegCalibrationStudy2.MuscleCalibration
Analysis;
AnyOperation
&Cal3Right=.RightLegCalibration3.LegCalibrationStudy3.MuscleCalibrati
onAnalysis;
AnyOperation
&Cal3Left=.LeftLegCalibration3.LegCalibrationStudy3.MuscleCalibration
Analysis

I sorry to bother you with this, but I really don’t know what to do
anymore. Thanks for all the help.

Kind regards,

Michel

— In anyscript@yahoogroups.com, “AnyBody Support” <support@…>
wrote:
>
> Hi Michel
>
> Ok i think this is because the calibration studies in the Brep has
> changed in the way they are being included into the model.
>
> Please look in the main files of for example the bikemodel3d model
> in the arep/aalborg directory of rep. 6. Then copy the section for
> the calibration and replace it with the calibration definition you
> have in your current main file.
>
> Best regards
> Søren, AnyBody Support
>
>
>
> — In anyscript@yahoogroups.com, “sybert84” <sybert84@> wrote:
> >
> > Thanks for the quick reaction, but
> > I copied the files in the repository.6 directory
> > which I downloaded. But I still have a problem with
> > loading. The same error message appears. Besides
> > the recumbent directory, which i placed in the new
> > map, i copied the files in de brep to the new directory.
> >
> >
> > When I removed one dot for Sign, i got a new error message:
> >
> > ERROR(SCR.PRS9) : E:\michel\Repository\Repository.6
> > \BRep\Aalborg\BodyModels\FullBodyModel\CalibrationSequence.any
> > (51) : ‘Cal1Right’ : Unresolved object
> >
> > There is something wrong in this line:
> > AnyOperation
> >
>
&Cal1Right=.RightLegCalibration1.LegCalibrationStudy1.MuscleCalibrati
> > onAnalysis;
> >
> >
> > Kind regards,
> >
> > Michel
> >
> >
> >
> > — In anyscript@yahoogroups.com, “AnyBody Support” <support@>
> > wrote:
> > >
> > > Hi Michel
> > >
> > > Welcome to the group.
> > >
> > > I think your problems are related to that you are trying to
run
> > > repository 5 on a AnyBody Ver. 2?
> > >
> > > There are some minor syntax changes between AnyBody ver.1 and
> > ver.2,
> > > and the error you get and the description fits with that. So
> > maybee
> > > Kenneth was running an old version of AnyBody and you are
> running
> > > the newest one, this can be seen in the About box in the Help
> menu.
> > >
> > > There are two ways to resolve the problem.
> > >
> > > 1 you could download the newest version of the repository
ver.6
> > from
> > > www.anybody.aau.dk and insert your recumbent bike into the
arep
> > > folder, this will have the benefit of updating the repository
> with
> > > bug fixed etc.
> > >
> > > 2 you could keep your current model and update the syntax to
> work
> > > with the new version.
> > >
> > > There are mainly two things you need to change if you do the
> > latter.
> > >
> > > In all segments “r” and “Axes” is now “r0” and “Axes0”
> > respecetively.
> > >
> > > If you double click on the error message you get you will jump
> to
> > > the file mus.any and the line looking something like
> > >
> > > SPLine.InitWrapPosVectors = {
> > > {0.04,0.03,0.0*…Sign}, {0.1,…Sign0.0,0.0}
> > > };
> > >
> > > please remove one dot in front of the “Sign” variables, so
that
> it
> > > will look like
> > >
> > > SPLine.InitWrapPosVectors = {
> > > {0.04,0.03,0.0
…Sign}, {0.1,…Sign*0.0,0.0}
> > > };
> > >
> > > Why it is like this is a long explanation so i have copied it
> > from
> > > the official release notes:
> > >
> > > Important notice: Scope for right-hand side variables have
> changed
> > > to be the scope of the assignment instead of the scope of the
> > > variable to be assigned. This typically does not mean
anything,
> > but
> > > for complex assignments like Folder1.var1=…var2; it implies a
> > > change. It will now be Folder1.var1=.var2; (only 1 dot before
> > var2)
> > > because it is not relatively to the scope of the expression
and
> > not
> > > the scope of Folder1 that is used for the right-hand side
> > evaluation.
> > >
> > > You can read the full version of the release notes of ver. 2
> > > on this page http://www.anybodytech.com/466.0.html
> > >
> > > I hope this helps you move on, otherwise please do not
hesitate
> to
> > > write again.
> > >
> > > Best regards
> > > Søren, AnyBody Support
> > >
> > > — In anyscript@yahoogroups.com, “sybert84” <sybert84@> wrote:
> > > >
> > > > Hi Soren,
> > > > I have a problem with loading of an AnyBody model. The model
I
> > was
> > > > using gave a Error message:
> > > > Model loading skipped
> > > > Loading
> Main : “E:\pamela\pamela\model\Repository\Repository.5
> > > > \ARep\Aalborg\Recumbent\BikeModel.main.any”
> > > > Scanning…
> > > > Parsing…
> > > > Constructing model tree…
> > > > ERROR(SCR.PRS9) :
> > E:\pamela\pamela\model\Repository\Repository.5
> > > > \BRep\Aalborg\Leg3D\Mus.any(216) : ‘Sign’ : Unresolved
> > object
> > > > Deleting last loaded model…Done.
> > > > Model loading skipped
> > > >
> > > > My supervisor (Kenneth Meijer, University Maastricht) had a
> back-
> > > up
> > > > of the model on his computer. The loading
> > > > of this model went okay. Now we copied the back up to my
> > computer
> > > > and tried to load the “new” model.
> > > > The same Error message appeared during loading of the model:
> > > > Model loading skipped
> > > > Loading Main : “E:\pamela\pamela\model
> > > > pamela\Repository\Repository.5
> > > > \ARep\Aalborg\Recumbent\BikeModel.main.any”
> > > > Scanning…
> > > > Parsing…
> > > > Constructing model tree…
> > > > ERROR(SCR.PRS9) : E:\pamela\pamela\model
> > > > pamela\Repository\Repository.5\BRep\Aalborg\Leg3D\Mus.any
> > > > (216) : ‘Sign’ : Unresolved object
> > > > Deleting last loaded model…Done.
> > > > Model loading skipped
> > > >
> > > > I really don’t know what is wrong with this, because it work
> > well
> > > on
> > > > Kenneth’s computer. Can you
> > > > help me with this?
> > > >
> > > > Kind regards,
> > > >
> > > > Michel van Exsel
> > > > University Maastricht
> > > > The Netherlands
> > > >
> > >
> >
>

Hi Michel

Please try to zip your recumbent bike direcertory and upload it to
the file section of the group then we will try to debug the model.

Best regards
AnyBody Support

— In anyscript@yahoogroups.com, “sybert84” <sybert84@…> wrote:
>
> Hi,
>
> I compared my calibration part with that from the BikeModel3D and
I
> didn’t see differences between those. I copied my part below,
maybe
> you can see what is wrong with it.
>
>
>
> //This calibration sequence will calibrate the legs only
> AnyFolder &HumanFolderRef= Main.Model.HumanModel; //This is the
> reference to
> //the folder which contains the human model
>
>
#include “…\BRep\Aalborg\BodyModels\FullBodyModel\CalibrationS
> equence.any”
>
>
> The part where something is wrong in it, is the following:
>
> AnyOperationSequence CalibrationSequence ={
>
> AnyOperation
>
&Cal1Right=.RightLegCalibration1.LegCalibrationStudy1.MuscleCalibrati
> onAnalysis;
> AnyOperation
>
&Cal1Left=.LeftLegCalibration1.LegCalibrationStudy1.MuscleCalibration
> Analysis;
> AnyOperation
>
&Cal2Right=.RightLegCalibration2.LegCalibrationStudy2.MuscleCalibrati
> onAnalysis;
> AnyOperation
>
&Cal2Left=.LeftLegCalibration2.LegCalibrationStudy2.MuscleCalibration
> Analysis;
> AnyOperation
>
&Cal3Right=.RightLegCalibration3.LegCalibrationStudy3.MuscleCalibrati
> onAnalysis;
> AnyOperation
>
&Cal3Left=.LeftLegCalibration3.LegCalibrationStudy3.MuscleCalibration
> Analysis
>
> I sorry to bother you with this, but I really don’t know what to
do
> anymore. Thanks for all the help.
>
> Kind regards,
>
> Michel
>
>
>
>
> — In anyscript@yahoogroups.com, “AnyBody Support” <support@>
> wrote:
> >
> > Hi Michel
> >
> > Ok i think this is because the calibration studies in the Brep
has
> > changed in the way they are being included into the model.
> >
> > Please look in the main files of for example the bikemodel3d
model
> > in the arep/aalborg directory of rep. 6. Then copy the section
for
> > the calibration and replace it with the calibration definition
you
> > have in your current main file.
> >
> > Best regards
> > Søren, AnyBody Support
> >
> >
> >
> > — In anyscript@yahoogroups.com, “sybert84” <sybert84@> wrote:
> > >
> > > Thanks for the quick reaction, but
> > > I copied the files in the repository.6 directory
> > > which I downloaded. But I still have a problem with
> > > loading. The same error message appears. Besides
> > > the recumbent directory, which i placed in the new
> > > map, i copied the files in de brep to the new directory.
> > >
> > >
> > > When I removed one dot for Sign, i got a new error message:
> > >
> > > ERROR(SCR.PRS9) : E:\michel\Repository\Repository.6
> > > \BRep\Aalborg\BodyModels\FullBodyModel\CalibrationSequence.any
> > > (51) : ‘Cal1Right’ : Unresolved object
> > >
> > > There is something wrong in this line:
> > > AnyOperation
> > >
> >
>
&Cal1Right=.RightLegCalibration1.LegCalibrationStudy1.MuscleCalibrati
> > > onAnalysis;
> > >
> > >
> > > Kind regards,
> > >
> > > Michel
> > >
> > >
> > >
> > > — In anyscript@yahoogroups.com, “AnyBody Support” <support@>
> > > wrote:
> > > >
> > > > Hi Michel
> > > >
> > > > Welcome to the group.
> > > >
> > > > I think your problems are related to that you are trying to
> run
> > > > repository 5 on a AnyBody Ver. 2?
> > > >
> > > > There are some minor syntax changes between AnyBody ver.1
and
> > > ver.2,
> > > > and the error you get and the description fits with that. So
> > > maybee
> > > > Kenneth was running an old version of AnyBody and you are
> > running
> > > > the newest one, this can be seen in the About box in the
Help
> > menu.
> > > >
> > > > There are two ways to resolve the problem.
> > > >
> > > > 1 you could download the newest version of the repository
> ver.6
> > > from
> > > > www.anybody.aau.dk and insert your recumbent bike into the
> arep
> > > > folder, this will have the benefit of updating the
repository
> > with
> > > > bug fixed etc.
> > > >
> > > > 2 you could keep your current model and update the syntax to
> > work
> > > > with the new version.
> > > >
> > > > There are mainly two things you need to change if you do the
> > > latter.
> > > >
> > > > In all segments “r” and “Axes” is now “r0” and “Axes0”
> > > respecetively.
> > > >
> > > > If you double click on the error message you get you will
jump
> > to
> > > > the file mus.any and the line looking something like
> > > >
> > > > SPLine.InitWrapPosVectors = {
> > > > {0.04,0.03,0.0*…Sign}, {0.1,…Sign0.0,0.0}
> > > > };
> > > >
> > > > please remove one dot in front of the “Sign” variables, so
> that
> > it
> > > > will look like
> > > >
> > > > SPLine.InitWrapPosVectors = {
> > > > {0.04,0.03,0.0
…Sign}, {0.1,…Sign*0.0,0.0}
> > > > };
> > > >
> > > > Why it is like this is a long explanation so i have copied
it
> > > from
> > > > the official release notes:
> > > >
> > > > Important notice: Scope for right-hand side variables have
> > changed
> > > > to be the scope of the assignment instead of the scope of
the
> > > > variable to be assigned. This typically does not mean
> anything,
> > > but
> > > > for complex assignments like Folder1.var1=…var2; it implies
a
> > > > change. It will now be Folder1.var1=.var2; (only 1 dot
before
> > > var2)
> > > > because it is not relatively to the scope of the expression
> and
> > > not
> > > > the scope of Folder1 that is used for the right-hand side
> > > evaluation.
> > > >
> > > > You can read the full version of the release notes of ver. 2
> > > > on this page http://www.anybodytech.com/466.0.html
> > > >
> > > > I hope this helps you move on, otherwise please do not
> hesitate
> > to
> > > > write again.
> > > >
> > > > Best regards
> > > > Søren, AnyBody Support
> > > >
> > > > — In anyscript@yahoogroups.com, “sybert84” <sybert84@>
wrote:
> > > > >
> > > > > Hi Soren,
> > > > > I have a problem with loading of an AnyBody model. The
model
> I
> > > was
> > > > > using gave a Error message:
> > > > > Model loading skipped
> > > > > Loading
> > Main : “E:\pamela\pamela\model\Repository\Repository.5
> > > > > \ARep\Aalborg\Recumbent\BikeModel.main.any”
> > > > > Scanning…
> > > > > Parsing…
> > > > > Constructing model tree…
> > > > > ERROR(SCR.PRS9) :
> > > E:\pamela\pamela\model\Repository\Repository.5
> > > > > \BRep\Aalborg\Leg3D\Mus.any(216) : ‘Sign’ :
Unresolved
> > > object
> > > > > Deleting last loaded model…Done.
> > > > > Model loading skipped
> > > > >
> > > > > My supervisor (Kenneth Meijer, University Maastricht) had
a
> > back-
> > > > up
> > > > > of the model on his computer. The loading
> > > > > of this model went okay. Now we copied the back up to my
> > > computer
> > > > > and tried to load the “new” model.
> > > > > The same Error message appeared during loading of the
model:
> > > > > Model loading skipped
> > > > > Loading Main : “E:\pamela\pamela\model
> > > > > pamela\Repository\Repository.5
> > > > > \ARep\Aalborg\Recumbent\BikeModel.main.any”
> > > > > Scanning…
> > > > > Parsing…
> > > > > Constructing model tree…
> > > > > ERROR(SCR.PRS9) : E:\pamela\pamela\model
> > > > > pamela\Repository\Repository.5\BRep\Aalborg\Leg3D\Mus.any
> > > > > (216) : ‘Sign’ : Unresolved object
> > > > > Deleting last loaded model…Done.
> > > > > Model loading skipped
> > > > >
> > > > > I really don’t know what is wrong with this, because it
work
> > > well
> > > > on
> > > > > Kenneth’s computer. Can you
> > > > > help me with this?
> > > > >
> > > > > Kind regards,
> > > > >
> > > > > Michel van Exsel
> > > > > University Maastricht
> > > > > The Netherlands
> > > > >
> > > >
> > >
> >
>

Hi,

I’ve uploaded the file. I hope these are the things you needed.
Thanks!

Michel

— In anyscript@yahoogroups.com, “AnyBody Support” <support@…>
wrote:
>
> Hi Michel
>
> Please try to zip your recumbent bike direcertory and upload it to
> the file section of the group then we will try to debug the model.
>
> Best regards
> AnyBody Support
>
> — In anyscript@yahoogroups.com, “sybert84” <sybert84@> wrote:
> >
> > Hi,
> >
> > I compared my calibration part with that from the BikeModel3D
and
> I
> > didn’t see differences between those. I copied my part below,
> maybe
> > you can see what is wrong with it.
> >
> >
> >
> > //This calibration sequence will calibrate the legs only
> > AnyFolder &HumanFolderRef= Main.Model.HumanModel; //This is
the
> > reference to
> > //the folder which contains the human model
> >
> >
>
#include “…\BRep\Aalborg\BodyModels\FullBodyModel\CalibrationS
> > equence.any”
> >
> >
> > The part where something is wrong in it, is the following:
> >
> > AnyOperationSequence CalibrationSequence ={
> >
> > AnyOperation
> >
>
&Cal1Right=.RightLegCalibration1.LegCalibrationStudy1.MuscleCalibrati
> > onAnalysis;
> > AnyOperation
> >
>
&Cal1Left=.LeftLegCalibration1.LegCalibrationStudy1.MuscleCalibration
> > Analysis;
> > AnyOperation
> >
>
&Cal2Right=.RightLegCalibration2.LegCalibrationStudy2.MuscleCalibrati
> > onAnalysis;
> > AnyOperation
> >
>
&Cal2Left=.LeftLegCalibration2.LegCalibrationStudy2.MuscleCalibration
> > Analysis;
> > AnyOperation
> >
>
&Cal3Right=.RightLegCalibration3.LegCalibrationStudy3.MuscleCalibrati
> > onAnalysis;
> > AnyOperation
> >
>
&Cal3Left=.LeftLegCalibration3.LegCalibrationStudy3.MuscleCalibration
> > Analysis
> >
> > I sorry to bother you with this, but I really don’t know what to
> do
> > anymore. Thanks for all the help.
> >
> > Kind regards,
> >
> > Michel
> >
> >
> >
> >
> > — In anyscript@yahoogroups.com, “AnyBody Support” <support@>
> > wrote:
> > >
> > > Hi Michel
> > >
> > > Ok i think this is because the calibration studies in the Brep
> has
> > > changed in the way they are being included into the model.
> > >
> > > Please look in the main files of for example the bikemodel3d
> model
> > > in the arep/aalborg directory of rep. 6. Then copy the section
> for
> > > the calibration and replace it with the calibration definition
> you
> > > have in your current main file.
> > >
> > > Best regards
> > > Søren, AnyBody Support
> > >
> > >
> > >
> > > — In anyscript@yahoogroups.com, “sybert84” <sybert84@> wrote:
> > > >
> > > > Thanks for the quick reaction, but
> > > > I copied the files in the repository.6 directory
> > > > which I downloaded. But I still have a problem with
> > > > loading. The same error message appears. Besides
> > > > the recumbent directory, which i placed in the new
> > > > map, i copied the files in de brep to the new directory.
> > > >
> > > >
> > > > When I removed one dot for Sign, i got a new error message:
> > > >
> > > > ERROR(SCR.PRS9) : E:\michel\Repository\Repository.6
> > > >
\BRep\Aalborg\BodyModels\FullBodyModel\CalibrationSequence.any
> > > > (51) : ‘Cal1Right’ : Unresolved object
> > > >
> > > > There is something wrong in this line:
> > > > AnyOperation
> > > >
> > >
> >
>
&Cal1Right=.RightLegCalibration1.LegCalibrationStudy1.MuscleCalibrati
> > > > onAnalysis;
> > > >
> > > >
> > > > Kind regards,
> > > >
> > > > Michel
> > > >
> > > >
> > > >
> > > > — In anyscript@yahoogroups.com, “AnyBody Support”
<support@>
> > > > wrote:
> > > > >
> > > > > Hi Michel
> > > > >
> > > > > Welcome to the group.
> > > > >
> > > > > I think your problems are related to that you are trying
to
> > run
> > > > > repository 5 on a AnyBody Ver. 2?
> > > > >
> > > > > There are some minor syntax changes between AnyBody ver.1
> and
> > > > ver.2,
> > > > > and the error you get and the description fits with that.
So
> > > > maybee
> > > > > Kenneth was running an old version of AnyBody and you are
> > > running
> > > > > the newest one, this can be seen in the About box in the
> Help
> > > menu.
> > > > >
> > > > > There are two ways to resolve the problem.
> > > > >
> > > > > 1 you could download the newest version of the repository
> > ver.6
> > > > from
> > > > > www.anybody.aau.dk and insert your recumbent bike into the
> > arep
> > > > > folder, this will have the benefit of updating the
> repository
> > > with
> > > > > bug fixed etc.
> > > > >
> > > > > 2 you could keep your current model and update the syntax
to
> > > work
> > > > > with the new version.
> > > > >
> > > > > There are mainly two things you need to change if you do
the
> > > > latter.
> > > > >
> > > > > In all segments “r” and “Axes” is now “r0” and “Axes0”
> > > > respecetively.
> > > > >
> > > > > If you double click on the error message you get you will
> jump
> > > to
> > > > > the file mus.any and the line looking something like
> > > > >
> > > > > SPLine.InitWrapPosVectors = {
> > > > > {0.04,0.03,0.0*…Sign}, {0.1,…Sign0.0,0.0}
> > > > > };
> > > > >
> > > > > please remove one dot in front of the “Sign” variables, so
> > that
> > > it
> > > > > will look like
> > > > >
> > > > > SPLine.InitWrapPosVectors = {
> > > > > {0.04,0.03,0.0
…Sign}, {0.1,…Sign*0.0,0.0}
> > > > > };
> > > > >
> > > > > Why it is like this is a long explanation so i have
copied
> it
> > > > from
> > > > > the official release notes:
> > > > >
> > > > > Important notice: Scope for right-hand side variables have
> > > changed
> > > > > to be the scope of the assignment instead of the scope of
> the
> > > > > variable to be assigned. This typically does not mean
> > anything,
> > > > but
> > > > > for complex assignments like Folder1.var1=…var2; it
implies
> a
> > > > > change. It will now be Folder1.var1=.var2; (only 1 dot
> before
> > > > var2)
> > > > > because it is not relatively to the scope of the
expression
> > and
> > > > not
> > > > > the scope of Folder1 that is used for the right-hand side
> > > > evaluation.
> > > > >
> > > > > You can read the full version of the release notes of ver.
2
> > > > > on this page http://www.anybodytech.com/466.0.html
> > > > >
> > > > > I hope this helps you move on, otherwise please do not
> > hesitate
> > > to
> > > > > write again.
> > > > >
> > > > > Best regards
> > > > > Søren, AnyBody Support
> > > > >
> > > > > — In anyscript@yahoogroups.com, “sybert84” <sybert84@>
> wrote:
> > > > > >
> > > > > > Hi Soren,
> > > > > > I have a problem with loading of an AnyBody model. The
> model
> > I
> > > > was
> > > > > > using gave a Error message:
> > > > > > Model loading skipped
> > > > > > Loading
> > > Main : “E:\pamela\pamela\model\Repository\Repository.5
> > > > > > \ARep\Aalborg\Recumbent\BikeModel.main.any”
> > > > > > Scanning…
> > > > > > Parsing…
> > > > > > Constructing model tree…
> > > > > > ERROR(SCR.PRS9) :
> > > > E:\pamela\pamela\model\Repository\Repository.5
> > > > > > \BRep\Aalborg\Leg3D\Mus.any(216) : ‘Sign’ :
> Unresolved
> > > > object
> > > > > > Deleting last loaded model…Done.
> > > > > > Model loading skipped
> > > > > >
> > > > > > My supervisor (Kenneth Meijer, University Maastricht)
had
> a
> > > back-
> > > > > up
> > > > > > of the model on his computer. The loading
> > > > > > of this model went okay. Now we copied the back up to my
> > > > computer
> > > > > > and tried to load the “new” model.
> > > > > > The same Error message appeared during loading of the
> model:
> > > > > > Model loading skipped
> > > > > > Loading Main : “E:\pamela\pamela\model
> > > > > > pamela\Repository\Repository.5
> > > > > > \ARep\Aalborg\Recumbent\BikeModel.main.any”
> > > > > > Scanning…
> > > > > > Parsing…
> > > > > > Constructing model tree…
> > > > > > ERROR(SCR.PRS9) : E:\pamela\pamela\model
> > > > > > pamela\Repository\Repository.5\BRep\Aalborg\Leg3D\Mus.any
> > > > > > (216) : ‘Sign’ : Unresolved object
> > > > > > Deleting last loaded model…Done.
> > > > > > Model loading skipped
> > > > > >
> > > > > > I really don’t know what is wrong with this, because it
> work
> > > > well
> > > > > on
> > > > > > Kenneth’s computer. Can you
> > > > > > help me with this?
> > > > > >
> > > > > > Kind regards,
> > > > > >
> > > > > > Michel van Exsel
> > > > > > University Maastricht
> > > > > > The Netherlands
> > > > > >
> > > > >
> > > >
> > >
> >
>

Hi Soren,

I’ve changed some directory’s and repository’s, and
now it is working. I don’t really know what I’ve have
done, but it is working right now.

Thanks for your time!

Kind regards,

Michel

— In anyscript@yahoogroups.com, “AnyBody Support” <support@…>
wrote:
>
> Hi Michel
>
> Please try to zip your recumbent bike direcertory and upload it to
> the file section of the group then we will try to debug the model.
>
> Best regards
> AnyBody Support
>
> — In anyscript@yahoogroups.com, “sybert84” <sybert84@> wrote:
> >
> > Hi,
> >
> > I compared my calibration part with that from the BikeModel3D
and
> I
> > didn’t see differences between those. I copied my part below,
> maybe
> > you can see what is wrong with it.
> >
> >
> >
> > //This calibration sequence will calibrate the legs only
> > AnyFolder &HumanFolderRef= Main.Model.HumanModel; //This is
the
> > reference to
> > //the folder which contains the human model
> >
> >
>
#include “…\BRep\Aalborg\BodyModels\FullBodyModel\CalibrationS
> > equence.any”
> >
> >
> > The part where something is wrong in it, is the following:
> >
> > AnyOperationSequence CalibrationSequence ={
> >
> > AnyOperation
> >
>
&Cal1Right=.RightLegCalibration1.LegCalibrationStudy1.MuscleCalibrati
> > onAnalysis;
> > AnyOperation
> >
>
&Cal1Left=.LeftLegCalibration1.LegCalibrationStudy1.MuscleCalibration
> > Analysis;
> > AnyOperation
> >
>
&Cal2Right=.RightLegCalibration2.LegCalibrationStudy2.MuscleCalibrati
> > onAnalysis;
> > AnyOperation
> >
>
&Cal2Left=.LeftLegCalibration2.LegCalibrationStudy2.MuscleCalibration
> > Analysis;
> > AnyOperation
> >
>
&Cal3Right=.RightLegCalibration3.LegCalibrationStudy3.MuscleCalibrati
> > onAnalysis;
> > AnyOperation
> >
>
&Cal3Left=.LeftLegCalibration3.LegCalibrationStudy3.MuscleCalibration
> > Analysis
> >
> > I sorry to bother you with this, but I really don’t know what to
> do
> > anymore. Thanks for all the help.
> >
> > Kind regards,
> >
> > Michel
> >
> >
> >
> >
> > — In anyscript@yahoogroups.com, “AnyBody Support” <support@>
> > wrote:
> > >
> > > Hi Michel
> > >
> > > Ok i think this is because the calibration studies in the Brep
> has
> > > changed in the way they are being included into the model.
> > >
> > > Please look in the main files of for example the bikemodel3d
> model
> > > in the arep/aalborg directory of rep. 6. Then copy the section
> for
> > > the calibration and replace it with the calibration definition
> you
> > > have in your current main file.
> > >
> > > Best regards
> > > Søren, AnyBody Support
> > >
> > >
> > >
> > > — In anyscript@yahoogroups.com, “sybert84” <sybert84@> wrote:
> > > >
> > > > Thanks for the quick reaction, but
> > > > I copied the files in the repository.6 directory
> > > > which I downloaded. But I still have a problem with
> > > > loading. The same error message appears. Besides
> > > > the recumbent directory, which i placed in the new
> > > > map, i copied the files in de brep to the new directory.
> > > >
> > > >
> > > > When I removed one dot for Sign, i got a new error message:
> > > >
> > > > ERROR(SCR.PRS9) : E:\michel\Repository\Repository.6
> > > >
\BRep\Aalborg\BodyModels\FullBodyModel\CalibrationSequence.any
> > > > (51) : ‘Cal1Right’ : Unresolved object
> > > >
> > > > There is something wrong in this line:
> > > > AnyOperation
> > > >
> > >
> >
>
&Cal1Right=.RightLegCalibration1.LegCalibrationStudy1.MuscleCalibrati
> > > > onAnalysis;
> > > >
> > > >
> > > > Kind regards,
> > > >
> > > > Michel
> > > >
> > > >
> > > >
> > > > — In anyscript@yahoogroups.com, “AnyBody Support”
<support@>
> > > > wrote:
> > > > >
> > > > > Hi Michel
> > > > >
> > > > > Welcome to the group.
> > > > >
> > > > > I think your problems are related to that you are trying
to
> > run
> > > > > repository 5 on a AnyBody Ver. 2?
> > > > >
> > > > > There are some minor syntax changes between AnyBody ver.1
> and
> > > > ver.2,
> > > > > and the error you get and the description fits with that.
So
> > > > maybee
> > > > > Kenneth was running an old version of AnyBody and you are
> > > running
> > > > > the newest one, this can be seen in the About box in the
> Help
> > > menu.
> > > > >
> > > > > There are two ways to resolve the problem.
> > > > >
> > > > > 1 you could download the newest version of the repository
> > ver.6
> > > > from
> > > > > www.anybody.aau.dk and insert your recumbent bike into the
> > arep
> > > > > folder, this will have the benefit of updating the
> repository
> > > with
> > > > > bug fixed etc.
> > > > >
> > > > > 2 you could keep your current model and update the syntax
to
> > > work
> > > > > with the new version.
> > > > >
> > > > > There are mainly two things you need to change if you do
the
> > > > latter.
> > > > >
> > > > > In all segments “r” and “Axes” is now “r0” and “Axes0”
> > > > respecetively.
> > > > >
> > > > > If you double click on the error message you get you will
> jump
> > > to
> > > > > the file mus.any and the line looking something like
> > > > >
> > > > > SPLine.InitWrapPosVectors = {
> > > > > {0.04,0.03,0.0*…Sign}, {0.1,…Sign0.0,0.0}
> > > > > };
> > > > >
> > > > > please remove one dot in front of the “Sign” variables, so
> > that
> > > it
> > > > > will look like
> > > > >
> > > > > SPLine.InitWrapPosVectors = {
> > > > > {0.04,0.03,0.0
…Sign}, {0.1,…Sign*0.0,0.0}
> > > > > };
> > > > >
> > > > > Why it is like this is a long explanation so i have
copied
> it
> > > > from
> > > > > the official release notes:
> > > > >
> > > > > Important notice: Scope for right-hand side variables have
> > > changed
> > > > > to be the scope of the assignment instead of the scope of
> the
> > > > > variable to be assigned. This typically does not mean
> > anything,
> > > > but
> > > > > for complex assignments like Folder1.var1=…var2; it
implies
> a
> > > > > change. It will now be Folder1.var1=.var2; (only 1 dot
> before
> > > > var2)
> > > > > because it is not relatively to the scope of the
expression
> > and
> > > > not
> > > > > the scope of Folder1 that is used for the right-hand side
> > > > evaluation.
> > > > >
> > > > > You can read the full version of the release notes of ver.
2
> > > > > on this page http://www.anybodytech.com/466.0.html
> > > > >
> > > > > I hope this helps you move on, otherwise please do not
> > hesitate
> > > to
> > > > > write again.
> > > > >
> > > > > Best regards
> > > > > Søren, AnyBody Support
> > > > >
> > > > > — In anyscript@yahoogroups.com, “sybert84” <sybert84@>
> wrote:
> > > > > >
> > > > > > Hi Soren,
> > > > > > I have a problem with loading of an AnyBody model. The
> model
> > I
> > > > was
> > > > > > using gave a Error message:
> > > > > > Model loading skipped
> > > > > > Loading
> > > Main : “E:\pamela\pamela\model\Repository\Repository.5
> > > > > > \ARep\Aalborg\Recumbent\BikeModel.main.any”
> > > > > > Scanning…
> > > > > > Parsing…
> > > > > > Constructing model tree…
> > > > > > ERROR(SCR.PRS9) :
> > > > E:\pamela\pamela\model\Repository\Repository.5
> > > > > > \BRep\Aalborg\Leg3D\Mus.any(216) : ‘Sign’ :
> Unresolved
> > > > object
> > > > > > Deleting last loaded model…Done.
> > > > > > Model loading skipped
> > > > > >
> > > > > > My supervisor (Kenneth Meijer, University Maastricht)
had
> a
> > > back-
> > > > > up
> > > > > > of the model on his computer. The loading
> > > > > > of this model went okay. Now we copied the back up to my
> > > > computer
> > > > > > and tried to load the “new” model.
> > > > > > The same Error message appeared during loading of the
> model:
> > > > > > Model loading skipped
> > > > > > Loading Main : “E:\pamela\pamela\model
> > > > > > pamela\Repository\Repository.5
> > > > > > \ARep\Aalborg\Recumbent\BikeModel.main.any”
> > > > > > Scanning…
> > > > > > Parsing…
> > > > > > Constructing model tree…
> > > > > > ERROR(SCR.PRS9) : E:\pamela\pamela\model
> > > > > > pamela\Repository\Repository.5\BRep\Aalborg\Leg3D\Mus.any
> > > > > > (216) : ‘Sign’ : Unresolved object
> > > > > > Deleting last loaded model…Done.
> > > > > > Model loading skipped
> > > > > >
> > > > > > I really don’t know what is wrong with this, because it
> work
> > > > well
> > > > > on
> > > > > > Kenneth’s computer. Can you
> > > > > > help me with this?
> > > > > >
> > > > > > Kind regards,
> > > > > >
> > > > > > Michel van Exsel
> > > > > > University Maastricht
> > > > > > The Netherlands
> > > > > >
> > > > >
> > > >
> > >
> >
>

Hi Michel

In the meanwhile i have made some changes to your model and now it
loads in repository 6, i think you will still be able to use it. The
new model has been uploaded to the file section as recumbentv2.zip

I have changed a lot of stuff, please try to search for AnyBody
support to find the locations. Some changes i did not add comments
on, these are typical syntax changes like Axes are changed to Axes0
and r chnaged to r0. Further more in the
jointAndDriversSupport2.any file i have similarly made syntax
changes on the Reaction.Type setteings in the drivers.

The following files have been changed as i recall it:

DrawSettings.any : added a marker folder which the new brep use

JointAndDriverSupport2.any: numerus changes on syntax and changes
in the fourierdriver on the pedals.

Bikemodel.main.any: Changes in the model anyfamily member since i
did not have the used file, saddelpos was changed accordingly.
Calibration statement was changed so the only the legs are calibrate
not the fullbody which is not there.

BikeWheelAndFrames.any : some minor synatx changes of Axes and r.

Best regards
AnyBody Support

— In anyscript@yahoogroups.com, “sybert84” <sybert84@…> wrote:
>
> Hi Soren,
>
> I’ve changed some directory’s and repository’s, and
> now it is working. I don’t really know what I’ve have
> done, but it is working right now.
>
> Thanks for your time!
>
> Kind regards,
>
> Michel
>
>
> — In anyscript@yahoogroups.com, “AnyBody Support” <support@>
> wrote:
> >
> > Hi Michel
> >
> > Please try to zip your recumbent bike direcertory and upload it
to
> > the file section of the group then we will try to debug the
model.
> >
> > Best regards
> > AnyBody Support
> >
> > — In anyscript@yahoogroups.com, “sybert84” <sybert84@> wrote:
> > >
> > > Hi,
> > >
> > > I compared my calibration part with that from the BikeModel3D
> and
> > I
> > > didn’t see differences between those. I copied my part below,
> > maybe
> > > you can see what is wrong with it.
> > >
> > >
> > >
> > > //This calibration sequence will calibrate the legs only
> > > AnyFolder &HumanFolderRef= Main.Model.HumanModel; //This is
> the
> > > reference to
> > > //the folder which contains the human model
> > >
> > >
> >
>
#include “…\BRep\Aalborg\BodyModels\FullBodyModel\CalibrationS
> > > equence.any”
> > >
> > >
> > > The part where something is wrong in it, is the following:
> > >
> > > AnyOperationSequence CalibrationSequence ={
> > >
> > > AnyOperation
> > >
> >
>
&Cal1Right=.RightLegCalibration1.LegCalibrationStudy1.MuscleCalibrati
> > > onAnalysis;
> > > AnyOperation
> > >
> >
>
&Cal1Left=.LeftLegCalibration1.LegCalibrationStudy1.MuscleCalibration
> > > Analysis;
> > > AnyOperation
> > >
> >
>
&Cal2Right=.RightLegCalibration2.LegCalibrationStudy2.MuscleCalibrati
> > > onAnalysis;
> > > AnyOperation
> > >
> >
>
&Cal2Left=.LeftLegCalibration2.LegCalibrationStudy2.MuscleCalibration
> > > Analysis;
> > > AnyOperation
> > >
> >
>
&Cal3Right=.RightLegCalibration3.LegCalibrationStudy3.MuscleCalibrati
> > > onAnalysis;
> > > AnyOperation
> > >
> >
>
&Cal3Left=.LeftLegCalibration3.LegCalibrationStudy3.MuscleCalibration
> > > Analysis
> > >
> > > I sorry to bother you with this, but I really don’t know what
to
> > do
> > > anymore. Thanks for all the help.
> > >
> > > Kind regards,
> > >
> > > Michel
> > >
> > >
> > >
> > >
> > > — In anyscript@yahoogroups.com, “AnyBody Support” <support@>
> > > wrote:
> > > >
> > > > Hi Michel
> > > >
> > > > Ok i think this is because the calibration studies in the
Brep
> > has
> > > > changed in the way they are being included into the model.
> > > >
> > > > Please look in the main files of for example the bikemodel3d
> > model
> > > > in the arep/aalborg directory of rep. 6. Then copy the
section
> > for
> > > > the calibration and replace it with the calibration
definition
> > you
> > > > have in your current main file.
> > > >
> > > > Best regards
> > > > Søren, AnyBody Support
> > > >
> > > >
> > > >
> > > > — In anyscript@yahoogroups.com, “sybert84” <sybert84@>
wrote:
> > > > >
> > > > > Thanks for the quick reaction, but
> > > > > I copied the files in the repository.6 directory
> > > > > which I downloaded. But I still have a problem with
> > > > > loading. The same error message appears. Besides
> > > > > the recumbent directory, which i placed in the new
> > > > > map, i copied the files in de brep to the new directory.
> > > > >
> > > > >
> > > > > When I removed one dot for Sign, i got a new error message:
> > > > >
> > > > > ERROR(SCR.PRS9) : E:\michel\Repository\Repository.6
> > > > >
> \BRep\Aalborg\BodyModels\FullBodyModel\CalibrationSequence.any
> > > > > (51) : ‘Cal1Right’ : Unresolved object
> > > > >
> > > > > There is something wrong in this line:
> > > > > AnyOperation
> > > > >
> > > >
> > >
> >
>
&Cal1Right=.RightLegCalibration1.LegCalibrationStudy1.MuscleCalibrati
> > > > > onAnalysis;
> > > > >
> > > > >
> > > > > Kind regards,
> > > > >
> > > > > Michel
> > > > >
> > > > >
> > > > >
> > > > > — In anyscript@yahoogroups.com, “AnyBody Support”
> <support@>
> > > > > wrote:
> > > > > >
> > > > > > Hi Michel
> > > > > >
> > > > > > Welcome to the group.
> > > > > >
> > > > > > I think your problems are related to that you are trying
> to
> > > run
> > > > > > repository 5 on a AnyBody Ver. 2?
> > > > > >
> > > > > > There are some minor syntax changes between AnyBody
ver.1
> > and
> > > > > ver.2,
> > > > > > and the error you get and the description fits with
that.
> So
> > > > > maybee
> > > > > > Kenneth was running an old version of AnyBody and you
are
> > > > running
> > > > > > the newest one, this can be seen in the About box in the
> > Help
> > > > menu.
> > > > > >
> > > > > > There are two ways to resolve the problem.
> > > > > >
> > > > > > 1 you could download the newest version of the
repository
> > > ver.6
> > > > > from
> > > > > > www.anybody.aau.dk and insert your recumbent bike into
the
> > > arep
> > > > > > folder, this will have the benefit of updating the
> > repository
> > > > with
> > > > > > bug fixed etc.
> > > > > >
> > > > > > 2 you could keep your current model and update the
syntax
> to
> > > > work
> > > > > > with the new version.
> > > > > >
> > > > > > There are mainly two things you need to change if you do
> the
> > > > > latter.
> > > > > >
> > > > > > In all segments “r” and “Axes” is now “r0” and “Axes0”
> > > > > respecetively.
> > > > > >
> > > > > > If you double click on the error message you get you
will
> > jump
> > > > to
> > > > > > the file mus.any and the line looking something like
> > > > > >
> > > > > > SPLine.InitWrapPosVectors = {
> > > > > > {0.04,0.03,0.0*…Sign}, {0.1,…Sign0.0,0.0}
> > > > > > };
> > > > > >
> > > > > > please remove one dot in front of the “Sign” variables,
so
> > > that
> > > > it
> > > > > > will look like
> > > > > >
> > > > > > SPLine.InitWrapPosVectors = {
> > > > > > {0.04,0.03,0.0
…Sign}, {0.1,…Sign*0.0,0.0}
> > > > > > };
> > > > > >
> > > > > > Why it is like this is a long explanation so i have
> copied
> > it
> > > > > from
> > > > > > the official release notes:
> > > > > >
> > > > > > Important notice: Scope for right-hand side variables
have
> > > > changed
> > > > > > to be the scope of the assignment instead of the scope
of
> > the
> > > > > > variable to be assigned. This typically does not mean
> > > anything,
> > > > > but
> > > > > > for complex assignments like Folder1.var1=…var2; it
> implies
> > a
> > > > > > change. It will now be Folder1.var1=.var2; (only 1 dot
> > before
> > > > > var2)
> > > > > > because it is not relatively to the scope of the
> expression
> > > and
> > > > > not
> > > > > > the scope of Folder1 that is used for the right-hand
side
> > > > > evaluation.
> > > > > >
> > > > > > You can read the full version of the release notes of
ver.
> 2
> > > > > > on this page http://www.anybodytech.com/466.0.html
> > > > > >
> > > > > > I hope this helps you move on, otherwise please do not
> > > hesitate
> > > > to
> > > > > > write again.
> > > > > >
> > > > > > Best regards
> > > > > > Søren, AnyBody Support
> > > > > >
> > > > > > — In anyscript@yahoogroups.com, “sybert84” <sybert84@>
> > wrote:
> > > > > > >
> > > > > > > Hi Soren,
> > > > > > > I have a problem with loading of an AnyBody model. The
> > model
> > > I
> > > > > was
> > > > > > > using gave a Error message:
> > > > > > > Model loading skipped
> > > > > > > Loading
> > > > Main : “E:\pamela\pamela\model\Repository\Repository.5
> > > > > > > \ARep\Aalborg\Recumbent\BikeModel.main.any”
> > > > > > > Scanning…
> > > > > > > Parsing…
> > > > > > > Constructing model tree…
> > > > > > > ERROR(SCR.PRS9) :
> > > > > E:\pamela\pamela\model\Repository\Repository.5
> > > > > > > \BRep\Aalborg\Leg3D\Mus.any(216) : ‘Sign’ :
> > Unresolved
> > > > > object
> > > > > > > Deleting last loaded model…Done.
> > > > > > > Model loading skipped
> > > > > > >
> > > > > > > My supervisor (Kenneth Meijer, University Maastricht)
> had
> > a
> > > > back-
> > > > > > up
> > > > > > > of the model on his computer. The loading
> > > > > > > of this model went okay. Now we copied the back up to
my
> > > > > computer
> > > > > > > and tried to load the “new” model.
> > > > > > > The same Error message appeared during loading of the
> > model:
> > > > > > > Model loading skipped
> > > > > > > Loading Main : “E:\pamela\pamela\model
> > > > > > > pamela\Repository\Repository.5
> > > > > > > \ARep\Aalborg\Recumbent\BikeModel.main.any”
> > > > > > > Scanning…
> > > > > > > Parsing…
> > > > > > > Constructing model tree…
> > > > > > > ERROR(SCR.PRS9) : E:\pamela\pamela\model
> > > > > > > pamela\Repository\Repository.5
\BRep\Aalborg\Leg3D\Mus.any
> > > > > > > (216) : ‘Sign’ : Unresolved object
> > > > > > > Deleting last loaded model…Done.
> > > > > > > Model loading skipped
> > > > > > >
> > > > > > > I really don’t know what is wrong with this, because
it
> > work
> > > > > well
> > > > > > on
> > > > > > > Kenneth’s computer. Can you
> > > > > > > help me with this?
> > > > > > >
> > > > > > > Kind regards,
> > > > > > >
> > > > > > > Michel van Exsel
> > > > > > > University Maastricht
> > > > > > > The Netherlands
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>