Error in finding the phase and magnitude of the acquired signal

Dear sir,
              I am trying to develop a module for calculating  unbalance in the spindle . I am using an accelerometer and  tacho for that. Till the last part in my vi I am getting the output properly but in final stage while finding the phase and magnitude I am not getting any outputs , just getting zero value..
I have attached the vi.
Please help me to solve the problem.
Thanks & Regards
Rajeshkumar C
Attachments:
Phase and magnitude.vi ‏60 KB

Hm...
my guess is you have to check your configuration.
Timo
PS: You may get better help if you tell us a bit more. You did not even bother to tell us if you use jdev at all.

Similar Messages

  • Xmlreader schema validation error: Cannot find the declaration of element

    I have multiple schemas with namespaces but I would like to validate an xml document without namespaces. The schemas all have elementFormDefault="unqualified" in the root element.
    I am encountering error below in my validation using xmlreader:
    ERROR:
    Cannot find the declaration of element 'NewTradenetDeclaration'.
    my code is:
    xmlReader = XMLReaderFactory.createXMLReader("org.apache.xerces.parsers.SAXParser");
    xmlReader.setFeature(VALIDATION_FEATURE_ID, true);
    xmlReader.setFeature(SCHEMA_VALIDATION_FEATURE_ID, true);
    xmlReader.setFeature(SCHEMA_FULL_CHECKING_FEATURE_ID, true);
    xmlReader.setFeature(SCHEMA_NAMESPACE_FEATURE_ID, true);
    xmlReader.setProperty(JAXP_SCHEMA_LANGUAGE, XMLConstants.W3C_XML_SCHEMA_NS_URI);
    String schemaURI = "NewTradenetDeclaration.xsd";
    // ive tried all of the ff but throws the same error
    //xmlReader.setProperty(EXTERNAL_SCHEMA_LOCATION, "urn:crimsonlogic:tn:schema:xsd:NewTradenetDeclaration NewTradenetDeclaration.xsd");
    //xmlReader.setProperty(EXTERNAL_SCHEMA_LOCATION, schemaURI);
    xmlReader.setProperty(JAXP_SCHEMA_SOURCE, schemaURI);
    // set entity resolver to resolve xsd locations
    MyResolver resolver = new MyResolver();
    xmlReader.setEntityResolver(resolver);the entity resolver has:
    public InputSource resolveEntity (String publicId, String systemId) {
      String filename =  "c:/workspace/TXParser/schema/"+ systemId.substring(systemId.lastIndexOf("/")+1);
      File f = new File(filename);
      InputSource source = null;
      try {
        source = new InputSource(new FileReader(f));
      } catch(Exception e) {
      System.out.println("InputSource exception: " + e.getMessage());                 
      return source;
    }Help please. Thanks.

    I fight with the same error, it is curious that the schema from schemaLocation can not be validated. If i set the schema manually through an attribute it works. What i try to do is overwriting the resolveEntity in the handler to get the schema from another location and validate the xml against the schema specified in the attribute schemaLocation rather than setting it manually :-(

  • Installation error: cannot find the data source checking utility (dbcheck)

    BO XI 3.0:
    During the process of installing "Dashboard and Analytics Servers", we've got this error.
    Installation error: cannot find the data source checking utility (dbcheck)
    Have anyone encountered this issue? We can't move on after this error.
    Thanks,

    I've fixed the problem.
    Lianjun.
    Lianjun (guest) wrote:
    : I've tried to run the latest beta version of OMWB to migrate
    from
    : MS SQLSERVER7.0 to Oracle8i. At step 4:Source Database Details,
    : every time I put in the data source name (which is in the
    control
    : panel-ODBC data source Administrator), it gave an error message
    : that Data source name not found and no default driver
    : specified).Anybody has any ideas?
    : Thanks for the help!
    : Lianjun.
    null

  • OrgChart error: Cannot find the root of your orgchart....

    Hi,
    I'm trying to install orgchart live.
    When I run OrgChart - I got following error: "Cannot find the root of your orgchart...."
    Well settings are following:
    a) data connection: ASHOST=xxxxxxxxxxxx  SYSNR=xx USER=xxxx PASSWD=xxxxxx CLIENT=xxx (this is OK)
    b) General settings: 50000051 (for OrgChartRot - which is OK)
    If i check CDS log I got following:
    ERROR: StructGenerator : processStructureRules : Chart Is Empty (ChartingStruct.RootNodes == null)
    Any idea?
    Thx,
    Damjan

    sure....
    <extrainfo>
            <item>
              <name><![CDATA[DLL]]></name>
              <value><![CDATA[Nakisa.SAP.SAPProcessor]]></value>
            </item>
            <item>
              <name><![CDATA[CLASS]]></name>
              <value><![CDATA[Nakisa.SAP.SAPProcessor.BAPI_Hroci]]></value>
            </item>
            <item>
              <name><![CDATA[ParentViewId]]></name>
              <value><![CDATA[ZVWO2P]]></value>
            </item>
            <item>
              <name><![CDATA[ViewId]]></name>
              <value><![CDATA[ZVWO2O]]></value>
            </item>
            <item>
              <name><![CDATA[ObjectType]]></name>
              <value><![CDATA[O]]></value>
            </item>
            <item>
              <name><![CDATA[Depth]]></name>
              <value><![CDATA[3]]></value>
            </item>
            <item>
              <name><![CDATA[PlanVersion]]></name>
              <value><![CDATA[01]]></value>
            </item>
            <item>
              <name><![CDATA[BapiName]]></name>
              <value><![CDATA[Hcm_Get_Orgstructure_As_Xml]]></value>
            </item>
            <item>
              <name><![CDATA[AddChildrenFlag]]></name>
              <value><![CDATA[True]]></value>
            </item>
            <item>
              <name><![CDATA[mail]]></name>
              <value><![CDATA[]]></value>
            </item>
          </extrainfo>
    do you see something here...
    Any idea from here on...what should I do?
    Edited by: Damjan Drnovsek on Apr 21, 2010 3:54 PM

  • RFC metadata import error - Couldnu0092t find the branch for version with id

    Hi All,
    When re-importing RFC meta-data, system returned following error message   <i>Couldn’t find the branch for version with id = <version id></i>
    I am not able to delete the existing (already imported) RFC meta-data.  However, I am able to import the same RFC into a different Software Component.
    The error is described in SAP note – 710998, unfortunately, this note only references  XI 2.0
    Is there anyway other than these-
    1) Deleting a new SWCV and importing it and then import the RFC and make Release transfer from new SWCV to Old  SWCV. If so, is there any impact on my QA systems and Productions systems during transport.
    2) Deleting the existing SWC and Reimporting from SLD and trying to import the RFC again and redoing all the design
    3) Exporting the current SWC and deleting it and importing the same file and then trying out the RFC import.
    These options I just thought as an workaround solutions. Because i am not able to try these, as i don't have any test systems for this. Let me know any suggestions on these.
    Thanks in advance,
    Regards,
    Moorthy

    Yes, the used structures were imported from an old XI system. But I created the mapping new on the PI and put the used externel definitions manually to the mapping. That worked fine but now everytime when saving the mapping this error occurs. Btw both structures are used in other mappings, too, and they can be modified without any problems.
    Which jdk version do you mean? Client or server?
    Regards.
    Oliver.

  • Error: Cannot find the assembly Oracle.DataAccess

    Hi, I've this problem when any program use a connection with Oracle provider over any server (2 distinct server access to Oracle 9i with forms applications).
    The specific error is:
    Cannot find the assembly Oracle.DataAccess, Version=1.102.2.20, Culture=neutral, PublicKeyToken=89b483f429c47342.
    This problem is resolve (temporary) executing:
    Alter Procedure <<Any procedure valid name>> compile
    But this is not an elegant solution.
    Please, ODP save something else in memory than executing this sentence clear an resolve this situation ??
    Exists any solution for this problem ??
    Thank for advance..
    Claudio

    This sounds odd - I don't see how compiling an Oracle procedure would help .NET to locate an assembly - you're not trying to run an assembly inside Oracle are you?
    Tell is more about what you're trying to do. If this is just a common program that is running on a server and trying to connect to Oracle, it sounds like ODP is not installed on the computer that is running this code. You should see Oracle.DataAccess in the GAC.
    Eric

  • PageComposer Error - Cannot find the module necessary for printing C5051

    Hi
    Having some problems trying to setup a Windows 2008 R2 print server with shared Canon iR C5051 printer
    I've created the printer, installed the 64 bit driver Canon iR-ADV C5045/5051 PCL6 v 20.90 and works fine for 64 bit Windows 7 clients, installed the 32 bit driver by selecting printer properties, sharing tab, additional drivers and selecting x86 and pointing to the 32 bit PCL driver. Driver installs fine on the print server without any errors.
    Goto 32 bit client, add printer, select the shared printer from the printserver, printer installs Ok. When the user however tries to print, get the error:-
    Canon PageComposer
    Cannot find the module necessary for printing
    Re-install the printer driver
    I've done this countless times, any idea's on how to fix ?
    Thanks

    Where is the code you posted? Running in a separate project, I assume? Does that project have a dependency on the project containing the app module specified?
    And just to check (although by default, JDev should do this for you)--the app module project has been compiled since adding the configuration, right? You need to check to make sure the config exists not only under Project/src, but under Project/classes.
    Edited by: Avrom Roy-Faderman on Oct 6, 2008 2:02 PM
    Oh, and BTW--I assume this is not a typical ADF application, right? In a standard ADF application, you would very rarely need to instantiate an application module in code like this; you could just let the data binding facility do it for you. The technique like the one you're using is most appropriate for purely programmatic, no-UI cases. (e.g., once I tried to implement an SMTP server backed by business components. That was an appropriate case for ditching databindings and doing the sort of thing you're doing, because it had no view layer (because it had no UI to render).

  • JSPM is not lauching. Error: cannot find the path specified

    Hi experts,
    I'm on windows 2003. I'm not able to launch JSPM where I want to apply latest sp-stakcs. I'm able to use visual admin. I'm using j2sdk1.4.2_15 which located on c drive. My Java_home env for user and system setup like this: JAVA_HOME
    C:\J2SDK....1.4.2_15\BIN.
    When I go to \usr\sap\SID\JC02\j2ee\JSPM> bo.bat , I always get the following error:
    C:\use\sap\sid\jc02\j2ee\JSPM>go.bat
    The system cannot find the path specified.
    ERROR: could not update JSPM
    Pres any key to continue . . . .
    I have administrative permission, infact, I have full permission over usr\sap.... etc...
    Please need help ASAP..
    Your input is really important and appreciated.
    Thanks,
    Points will be given for sure.

    When you run the go.bat it tries to run java
    Go to that directory and try to issue java -version and see if you get an error.
    If you do, correct your JAVA_HOME statment in your environment variables and/or add the java directory to your path.
    That should do it.
    Lee

  • Error: Cannot find the MQService2UIFMapping.properties

    I am getting a following message when I run the tool:
    Cannot find the MQServide2UIFMapping.properties file.
    Any help would be appreciated
    Thank you,
    Sung Kim

    This sounds odd - I don't see how compiling an Oracle procedure would help .NET to locate an assembly - you're not trying to run an assembly inside Oracle are you?
    Tell is more about what you're trying to do. If this is just a common program that is running on a server and trying to connect to Oracle, it sounds like ODP is not installed on the computer that is running this code. You should see Oracle.DataAccess in the GAC.
    Eric

  • Solution:  How to find the phone signal in fringe areas

    This is not so much a question but a solution I accidentally found.
    If you are in a weak signal area and the phone is stuck on "searching" or says "no signal" and you need to get it to find that phone signal all you need to do is push the phone shut off button on the top of the phone by holding it down until the shut down screen appears, but don't move the slider to shut down the phone.
    Next, wait a few seconds and the phone signal will show up. In really fringy areas you may need to try twice.
    There is no question that this phone is much more able to get weak signals than my 3GS.

    Hi, thanks for the information, but i have figured out the following additional settings that are required to be made :
    1)  from upper menu, select the "Environment" to :- Business blueprint
    2) then select any folder on the left-hand-side
    3) Now, click on 'Structure' tab
    ....and now, follow the steps as answered by you.
    Also, after you have opened up the "History" dialog box  ..... click on the "show scope info' ...... it will give you the entire change log.
    Thanks,
    PS : step no. 1) is very important.

  • Error with finding the correct LABEL.ASC file during install

    I am installing the SAPNW2004sJavaSP9_Trial and at the stage where SAPIns perform the "software package check" i am asked to browse to the package location and I have tried all locations on the extracted downloads and I keep getting the error "........ ( look for label SAP:JMIG:700:::*)
    I have browsed to all the locations where there is a "label.asc" file and there are quite a few of them. I am not able to go past this point.
    Please help
    Thanks
    Chuks

    Lydia,
    i discovered that I probably didn't get a full download of the install files. Someone sent me the ftp links to the download site and i got a full download and then installed properly. I didn't see that issue again. Here's the link below:
    ftp://ftp.sap.com/pub/sdn/devkits/netweaver/java/SAPNW2004sJavaSP9_Trial.part1.rar
    ftp://ftp.sap.com/pub/sdn/devkits/netweaver/java/SAPNW2004sJavaSP9_Trial.part2.rar
    ftp://ftp.sap.com/pub/sdn/devkits/netweaver/java/SAPNW2004sJavaSP9_IDE.rar

  • Hi iam new to implement custome code in sssrs when iam created connection in ssrs its throwing error please find the screen shot

    when iam previwing report this error is occured
    System.Data.SqlClient.SqlException: Login failed for user 'FPS\hariprasad.a'.
       at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
       at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
       at System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)
       at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject)
       at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)
       at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)
       at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)
       at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)
       at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnec

    hi pasted error .iam impleting custom code in ssrs like below
    Public Shared Function DeleteData(Byval empno AS Integer) As String
                    Dim strResult As String
                    Dim conn As New System.Data.SqlClient.SqlConnection
                    conn.ConnectionString = "Integrated Security=SSPI;Data Source=172.16.1.111\DATA_SERVICES;Initial Catalog=Recounsiled"
                    Dim sql As String
                    sql = "sp_empno"
                    Dim com As New System.Data.SqlClient.SqlCommand
                    com.CommandText = sql
                    com.CommandType = System.Data.CommandType.StoredProcedure
                    com.Parameters.Add("@empno", System.Data.SqlDbType.Int).Value =empno
                    com.Connection = conn
                    Try
                                    com.Connection.Open()
                                    com.ExecuteNonQuery()
            com.Connection.Close()
                                    strResult = "Successful"
                    Catch ex As Exception
                                    com.Connection.Close()
                                    strResult = ex.ToString()
                    End Try
                    return strResult
    End Function

  • Prob in freqency of the acquired signal

    Hi frnz,
          I have a prob in acquiring a signal. By using DAQ iam generating a sine signal and iam acquring the same. During the runtime
      i need to change the frequency. The Prob here is delay in changing the frequency. If the output sampling rate is 1000 then there
    comes a delay in varying the frequency. If the o/p rate is 20k then immediate change in frequency occurs, but the frequency
    acquired here is a multiple of 20 depending on the O/P rate.
      Eg:             generated frequency=10Hz
                                       O/P RATE : 1000 ==>acquired frequency  = 10Hz
                                       O/P RATE : 10000 ==>acquired frequency= 100Hz   
                                       O/P RATE : 20000 ==>acquired frequency= 200Hz
                    Please help me out with this prob...........
    Solved!
    Go to Solution.
    Attachments:
    Overshoot_(REQ)_trial control.vi ‏199 KB

    hi. Here i attatched my VI.Go through tat.....
    Attachments:
    Actuator control,overshoot (REQ)_trial control.vi ‏148 KB
    Overshoot Read DAQ 1.vi ‏26 KB
    Overshoot Write DAQ 1.vi ‏25 KB

  • "Windows cannot find the microsoft software license terms" Windows 8.1 Installation Error - Parallels

    I'm trying to install Windows 8.1 via Parallels on my Macbook Pro.
    I create a new VM and use the .ISO file and get the error: "Windows cannot find the microsoft software license terms. Make sure the installation sources are valid and restart the installation."
    I found this question was answered here: http://social.technet.microsoft.com/Forums/windows/en-US/b1021d66-9774-4b5b-b50b-ad860c5ecc89/windows-8-enterprise-rtm-installation-error?forum=w8itproinstall
    However, following the steps of the solution did not work for me. I created a blank VM and chose Windows 8.1. After this, it asks me to insert the installation disc. I cannot figure out how to use the .ISO as the source at this point. I tried copying and
    pasting the path to the file and dragging the file to the VM, but no luck.
    If there is a way I can install this without this error message or by somehow getting the path to the .ISO that'd be perfect.

    Hi,
    According to your description, I would like to confirm if you have unchecked the Express installation box.
    Be sure to uncheck 'Express Installation' when installing, otherwise Windows setup will fail with an error "cannot find license terms" and get stuck in a reboot cycle.
    I suggest you refer to the following link to use Parallels Desktop to install Windows 8.1.
    Using Parallels Desktop to install Windows and the dev tools on your Mac:
    http://msdn.microsoft.com/en-us/library/windows/apps/jj945424.aspx
    Regards,
    Kelvin hsu
    TechNet Community Support

  • Error when trying to install the iSCSI target - Cannot find the Windows PowerShell data file 'ImportExportIscsiTargetConfiguration.psd1'

    Hi,
    I'm just attempting to setup an iSCSI target on a freshly installed Windows 2012r2 box, but I get the following error when attempting to Create and iSCSI virtual disk via the wizard after a successful
    installation of the iSCSI target role.
    The full error is:
    Cannot find the Windows PowerShell data file 'ImportExportIscsiTargetConfiguration.psd1' in directory 'C:\Windows\System32\WindowsPowerShell\v1.0\Modules\IscsiTarget\en-GB\', or in any parent culture.
    I tried to uninstall, then reinstall the role but no go.
    The Server Locale and UI was all updated to en-GB but this folder does not appear to exist in this location. Rather, the folder I can see is:
    'C:\Windows\System32\WindowsPowerShell\v1.0\Modules\IscsiTarget\en-US\'
    I'm going to attempt to copy the 'en-US' folder to 'en-GB' to see what happens, but I would like to know why this has occurred in the first place? Other roles have installed (such as AD DS AD CS and
    IIS) on other machines with no issue.
    Many thanks
    Chris
    Chris

    Hi Chris,
    The error "Cannot find the Windows PowerShell data file 'ImportExportIscsiTargetConfiguration.psd1'" occured, because the file 'ImportExportIscsiTargetConfiguration.psd1' can't be loaded under the folder en-GB with current culture.
    I recommend you can copy this .psd1 file under  'C:\Windows\System32\WindowsPowerShell\v1.0\Modules\IscsiTarget'. Essentially if PowerShell can’t find the specified data file for the current culture it will “fallback” to the top-level data
    file in this case.
    For more detailed information, please refer to this article:
    Windows PowerShell 2.0 String Localization
    If there is anything else regarding this issue, please feel free to post back.
    Best Regards,
    Anna Wang
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Maybe you are looking for

  • Can i set up an apple id with a gift card?

    I understand that it is possible to set up an Apple ID without a credit card using a gift card instead and I would like to do so for my daughter's iPad. Is an Apple Store gift card or an ITunes gift card specifically required?

  • User Authorisations in Dialog Programming.

    Hi Friends, I have a small requirement, I want to create user authorisations in dialog programming. Actually client requirement is he want to enter absence details of each and every branch. For that i have created a cusom table and i  also i have dev

  • WiFi Connect HP LaserJet 100 color MFP M175nw

    I have been using a HP LaserJet 100 color MFP M175nw succesfully over my home WiFi network for a few months now. I had a Comcast (WiFi) outage yesterday and had to re-configure my cable-modem/WiFi-Router (combo unit - Motorola Surfboard SBG6580). I u

  • Custom iPhone Icons

    Someone else posted in the iWeb section with no replies, so I'll try here. Anyone know now to use the information from the iPhone Development Center on creating WebClip Bookmark Icons, but using iWeb? http://developer.apple.com/iphone/devcenter/desig

  • Solaris 8 DCA Download Won't Fit on Floppy

    Holy Schmokes Gus, here's my prob. I downloaded the Solaris 8 Device Configuration Assistant file to drop on a floppy, but the file is like 19k too big. My floppy has a formatted size of 1,457,664 bytes, but the file size is 1,474,560. Has anyone els