Problems related to adm file

Hi,
I am using following commands in *adm file to achieve platform pitching motion, acceleration and velocity. Also generator rotational speed and hub translational velocity along LSS. But after running it seems there are something wrong with them. Because the results are different with results accululated in *.plt file.
Could anybody tell me what is wrong with my added statements?

! adams_view_name=‘PltPtch_V’
VARIABLE/666
, FUNCTION = AY(1000,1)
!
! adams_view_name=‘PltRVy_V’
VARIABLE/6666
, FUNCTION = WY(1000,1,1)
!
! adams_view_name=‘PltRAy_v’
VARIABLE/66666
, FUNCTION = WDTY(1000,1,1)
!
! adams_view_name=‘GenrtSpeed_V’
VARIABLE/777
, FUNCTION = WM(3150,2140)
!
! adams_view_name=‘HubTVx’
VARIABLE/9000
, FUNCTION = VX(4000,1,1,1)

Any help will be appreaciable.
Best Regards,

Mehdi,

Dear Mehdi,

I don’t have the time to check all of your functions, but to see how ADAMS-to-AeroDyn (A2AD) calculates the outputs written to the *.plt file using ADAMS functions, see routine CalcOuts() in A2AD_Mod.f90. You should easily be able to compare the functions used in CalcOuts() with the functions you’ve written to spot differences.

Best regards,