NcSetAttr.vi returns error for setting Transciver mode with USB8472 hardware

I am using a NI-USB 8472 (low speed CAN @ 33333kbps) device and am trying to set it up for the wakeup mode which states in the devices spec that it has this capability.  However, attached is the quick test code that returns and error when using the ncSetAttr.vi to change the transciver mode from normal to wakeup
The error returned from the ncSetAttr.vi is 0xBFF62104: The property ID, attribute ID, or operation code that you provided is invalid.  Solution: Read the function description and verify that you provide ad valid ID.
As far as I can see I have everything configured and set appropriately for it to work.  Anyone that could help out with why the hardware is not properly being configured for this mode would be appreciated.
Attachments:
ncSetAttr-example3.vi ‏27 KB

That may have been generating that error and yes it does work as long as the value is set to 0.  However, if I try to set it to a value of 2 or 3 in your example I get the following error:
Possible reason(s):
NI-CAN:  (Hex 0xBFF6211E) You set a transceiver mode that is not supported by your CAN hardware. For example, Single-Wire modes are not supported for High-Speed or Low-Speed / Fault-Tolerant transceivers. Solutions: Consult the manual to determine the valid transceiver modes for your hardware.
I notice in MAX that my hardware is listed as Low-Speed/Fault Tolerant so that is why it is generating that error.  However, all documentation for the USB-8472 states that sleep mode/wakeup mode is supported for this device so why does it not allow it.  Can the type be changed from Low-Speed / Fault tolerant to  Single-Wire or is this a hardware component (i.e. transciever) inside the hardware. 
Also if this is not supported for this device then why does it state so in documentation (copied below)?  If not supported for this device, the documentation is very misleading!
CAN Interfaces
USB-847x CAN interfaces feature the industry-standard Philips SJA1000
CAN controller, which implements ISO 11898 CAN functionality. The
SJA1000 offers additional features to aid in system development,
including listen-only mode, sleep/wakeup mode, error counter access,
and self-reception (echo) mode. USB-847x CAN interfaces recognize
standard (11-bit) and extended (29-bit) arbitration IDs and are compatible
with J1939 networks.

Similar Messages

  • 'Missing select' error for update statement using WITH clause

    Hi,
    I am getting the below error for update statement using WITH clause
    SQL Error: ORA-00928: missing SELECT keyword
      UPDATE A
      set A.col1 = 'val1'
         where
      A.col2 IN (
      WITH D AS
      SELECT col2 FROM
      (SELECT col2, MIN(datecol) col3 FROM DS
      WHERE <conditions>
        GROUP BY PATIENT) D2
      WHERE
      <conditions on A.col4 and D2.col3>

    Hi,
    The format of a query using WITH is:
    WITH  d  AS
        SELECT  ...  -- sub_query
    SELECT  ...   -- main query
    You don't have a main query.  The keyword FROM has to come immediately after the right ')' that ends the last WITH clause sub-query.
    That explains the problem based on what you posted.  I can't tell if the real problem is in the conditions that you didn't post.
    I hope this answers your question.
    If not, post a complete test script that people can run to re-create the problem and test their ideas.  Include a little sample data (CREATE TABLE and INSERT statements, relevant columns only) for all the tables involved, and the results you want from that data.
    In the case of a DML operation (such as UPDATE) the sample data should show what the tables are like before the DML, and the results will be the contents of the changed table(s) after the DML.
    Explain, using specific examples, how you get those results from that data.
    Always say what version of Oracle you're using (e.g. 11.2.0.2.0).
    See the forum FAQ: https://forums.oracle.com/message/9362002

  • [Non IE Regression] Support for full screen mode with multiple monitors

    This seems to be a regression with Flash Player v11.2.202.x (for all other browsers).
    With Internet Explorer it is still working.
    http://kb2.adobe.com/cps/890/cpsid_89050.html
    == Support for full screen mode with multiple monitors ==
    Full screen content will remain in full-screen on secondary monitors, allowing users to watch full-screen content while working on another display.
    Tested on Windows 7 x64 SP1 with:
    - Internet Explorer 9
    - Firefox Release, Beta, Aurora, Nightly
    - Opera 12 build 1116
    In bugbase.adobe.com I cannot choose v11.2.x

    Please vote for it If you have the same problem:
    https://bugbase.adobe.com/index.cfm?event=bug&id=3016912
    Thanks

  • API for setting Access points with PEAP programmatically

    Dear Godly developers,
    Would like to find out if there is any APIs for setting Access points with PEAP programmatically?
    Regards
    hAoZ

    Thanks for your response. We don't have the Wireless LAN Controller installed and have only configured directly through the AP's, which don't seem to have any configuration changes regarding Aironet IE's. Is there a config change that needs to be made just on the AP's? Or is the Wireless LAN Controller software necessary to make this change?
    Thanks again.

  • "Assign Access Control" returns error for essbase apps in shared services

    Hello,
    I installed and configured Oracle EPM 11.1.2 (Foundation, Essbase, Planning, Reporting&Analysis):
    OS: Windows Server 2008 Sp2 (32bit)
    Default Installation with default ports,
    Installation of all components on the same server,
    no clustering
    EPM System Diagnostic says that everything is OK.
    Now I want to assign filter access for an essbase database in the Shared Services.
    Starting the menu item "Assign Access Control" in Shared Services returns the following error:
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    +10.4.5 404 Not Found+
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    +....+
    Can anybody help ???
    best regards,
    Nicole

    Hello,
    here's what I found out so far:
    I get the error if I start the shared services console via the URL "http://servername:port/interop/index.jsp" and then select the "assign access control" for an essbase database.
    If I start the shared services console via the workspace everything works fine.
    Does anybody know what to do so that it also works if I start the shared services console via URL?
    best regards,
    Nicole

  • Runtime Error for Set text container

    Hi I'm receiving a runtime error in IE for a set text for
    container. Works in Firefox and Safari.
    IE dubugging says its line 17 (which is the last line of
    code):

    Hi
    1. Try to put WHERE conditions for KEY FIELDS.
    Solution: Create a RANGE for the key fields & put that in SELECT Query.
    DATA: gr_rueck TYPE RANGES OF afru-rueck.
    SELECT .. WHERE rueck IN gr_rueck.
    2. Avoid using CORRESPONDING FIELDS OF TABLE in SELECT.
    Solution: Change internal table fields ORDER.
    TYPES:
    BEGIN OF TY_VORNR,
      budat TYPE ..
      pernr TYPE ..
      aufnr TYPE ..
      vornr TYPE ..
      ... " Other fields
    END OF TY_VORNR.
    SELECT .. INTO TABLE IT_VORNR ...

  • Sdo_geom.validate_geometry_with_context returns error for a valid polygon

    Hi people,
    I have found a strange case, where sdo_geom.validate_geometry_with_context returns an error:
    select sdo_geom.validate_geometry_with_context(SDO_GEOMETRY(2003, 8307, NULL, SDO_ELEM_INFO_ARRAY(1, 1003, 1), SDO_ORDINATE_ARRAY(0.0, 51.9273, 0.3556, 51.9273, 0.3910, 51.9274, 0.1964, 51.9274, 0.0, 51.9273)), 1) from dual;
    13349 [Element <1>] [Ring <1>][Edge <3>][Edge <1>]
    The tolerance for SRID 8307 is in meters, right? The shape is a parallelogram, although the lat dimension is about 0.0001 grad or ~11 meters. Any hints why there is an error?
    // using Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    Edited by: Slava2 on May 27, 2013 3:12 AM

    You defined a spheric polygon in WGS84, that has a self intersection near <0.22945371630245; 51.9274226210077> :
    WITH l1 AS
    (SELECT SDO_GEOMETRY(2002, 8307, NULL, SDO_ELEM_INFO_ARRAY(1, 2, 1), SDO_ORDINATE_ARRAY(0.0000,51.9273, 0.3556,51.9273)) geom
        FROM dual),
        l2 AS
    (SELECT SDO_GEOMETRY(2002, 8307, NULL, SDO_ELEM_INFO_ARRAY(1, 2, 1), SDO_ORDINATE_ARRAY(0.3910,51.9274, 0.1964,51.9274)) geom
    FROM dual)
    SELECT  sdo_geom.sdo_intersection(l1.geom, l2.geom,0.00001) FROM l1, l2;
    (2001; 8307; ; (1; 1; 1); (0.22945371630245; 51.9274226210077))
    1 row selected.

  • Settings for 24p advanced mode with a Panasonic AG-DVX100B?

    I recently bought a Panasonic AG-DVX100B to shoot a docu and a low-budget feature. I have shot some test footage (and am going to be shooting) in 24P advanced mode. Can anyone tell me what FCP settings I need to change (or be concerned about) since I'll be changing from a mid-level consumer miniDV camera to the DVX?
    Also, so I don't have to keep bugging people in here, does anyone know of any reputable tutorial sites for using FCP with the DVX? Or even any site(s) or book(s) that explain FCP in more detail than the manual? I've perused Ken Stone's site, and it looks pretty helpful but, the more, the merrier!
    I'm using FCP 4.5 on a dual 2GHz PowerMac running 10.4.9, with 1.5GB of RAM, a 400GB internal drive, and a 140GB Firewire drive.
    Any help would be greatly appreciated. Thank you,
    Lloyd

    Lloyd... as a DVX lover, I must say you made a great choice.
    The DV/NTSC (or PAL) 2.3.3.2 Advanced Pulldown Removal option for capture works great... IF *I'll get to that IF in a second.
    I copied that default and made one that also includes the anamorphic button checked (as the default doesn't.)
    Ok... the IF - make sure you:
    1) NEVER turn off the camera while recording (use the RED stop button first, then turn off (of course))
    2) NEVER when shooting 24pA review your shot material. SOMETIMES if you use the find last frame feature on the camera (in VCR mode) it will be ok, but NEVER just rewind and start recording willy-nilly... this will for sure disrupt the cadence and you'll get a quit capture when you try to capture the footage.
    3) NEVER switch the scene setup on the camera in the middle of a tape. Put some duck-tape over that scene wheel so you don't hit it with your thumb!! (the B model is better about this as it is recessed a bit.)
    If all else fails, capture using the 29.97 setting without the cadence removal and then chop it up into bits and use the TOOLS menu feature to remove the cadence after you've captured it.
    As for the sequence (after you've got it captured...) use the 23.97 DV/NTSC (pal) sequence - use the anamorphic as needed.
    Good luck... feel free to check out the DVX site (if you like skateboard videos), there are some VERY knowledgeable folks over there - or email me anytime also.
    CaptM

  • Cross Domain error for Silverlight + MVC application with self hosted WCF service on azure

    Hi,
    We are migrating existing Silverlight application to MVC; existing Silverlight application is hosted on
    Azure which is consuming self-hosted WCF service. For authentication we have implemented
    ADFS with WIF (passive). The cloud service (<myWebSite>.cloudapp.net) is C Name to (<myWebSite>.<myDomain>.com) and we 
    are consuming  WCF service at <myWebSite>.cloudapp.net/<myService>.svc, as we were getting “Cross Domain” error so we have added “clientaccesspolicy.xml” at the root of “WEB ROLE”.
    Existing Silverlight application works fine but the problem occurred when we deploy our migrated application to the same cloud service. We are getting a “Cross Domain” error.
    The same migrated application works fine on UAT environment, the only difference is UAT environment is
    without ADFS WIF implementation.
    Migrated application is half Silverlight and half MVC with initial landing page is Silverlight. MVC web role is used to host the service i.e. .SVC . To go to SL landing page , redirected from home controller. Following is being observed in fiddler for this
    application
    Existing Silverlight application -
    After authentication with ADFS it redirect to Silverlight landing page.
    Before calling service method it looks for “clientaccesspolicy.xml”
    In response header we are getting the content of “clientaccesspolicy.xml”
    And after this everything works fine
    Migrated Silverlight-MVC application –
    After authentication with ADFS it redirects to “HomeController” and from there we are redirecting to Silverlight landing page.
    Before calling service method it looks for “clientaccesspolicy.xml”
    In response header we are getting  following content - “https://federation-sts.<myDomain>.com/adfs/ls/?wa=wsignin1.0&amp;
    wtrealm=https%3a%2f%2f<myWebSite>.<myDomain>.com&amp;
    wctx=rm%3d0%26id%3dpassive%26ru%3d%252fclientaccesspolicy.xml&amp;wct=2014-03-17T10%3a36%3a04Z”
    4.Throw “Cross Domain” error.
    Also we have added filter in
    RouteConfig
    for .xml file
    routes.IgnoreRoute("{*allxml}",
    new { allxml = @".*\.xml(/.*)?" });
    NOTE: There is no configuration change apart from MVC configuration.
    We have done RDP to web role and found that “clientaccesspiolicy.xml” is present at “E:\approot” location and it is also accessible at “https://<myWebSite>.<myDomain>.com/clientaccesspolicy.xml”.
    Please help
    Thanks,
    Rahul P

    Hi,
    Please try to configure the cross domain policy file to allow public read access (that is, access it without federation requirement), make sure you can access the address
    http://something/clientaccesspiolicy.xml directly in a browser
    without redirecting to check whether the cross domain policy file could be anonymous accessed (Please start a new browser session and make sure you're
    not logged in. Then test the cross domain policy file.).
    Best Regards,
    Ming Xu
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • File name for append processing mode with time stamp

    Hi Experts
    we are doing file to file scenario using the processing mode as Append.
    the requirement for us to append the files and we need to have new file name with time stamp added to the appended file.but in the processing mode of the file adapter either we can append or add time stamp. thatz the problem I am facing now.
    we are doing file based processing not message based ,micheal blog regarding the dynamic file name is for message based not for file based.
    Please provide your valuable comments.
    Thanks
    Faheem

    Hi mohamed,
                      I suggest you to map the target source structure to the required filename u want, like for example ur filename is input26062008.txt means to the target structure u perform the following mapping
    constant (input) concat with currentdate function --> concat with constant .txt --> map this concat to target. So u will get the filename u expected with the time.
    Then in the communication channel u select the mode as append. Now ur requirement will get solve i think so. plz try.
    Regards,
    Murugavel

  • Best practice for setting up iCloud with multiple devices using a single AppleID

    Hi there
    Me and my wife have an iPhone each, and are looking at getting both of us using iCloud. The problem is that we only use one Apple ID for our music library.
    Is getting a separate Apple ID necessary for each device on iCloud, or can multiple devices have seperate settings/photos/music, etc.?

    Using different Apple ID for iCloud is not necessary, but in most cases it is recommended.
    You can however choose to use separate Apple IDs for iCloud and continue to use the same Apple ID for iTunes, thereby being able to share all your purchases of music, apps and books.

  • Error while setting the SSL with trusted cert --  any help on this?

    Connecting to Node Manager ...
    <Aug 3, 2010 5:20:17 PM CDT> <Warning> <Security> <BEA-090542> <Certificate chai
    n received from localhost - 127.0.0.1 was not trusted causing SSL handshake fail
    ure. Check the certificate chain to determine if it should be trusted or not. If
    it should be trusted, then update the client trusted CA configuration to trust
    the CA certificate that signed the peer certificate chain. If you are connecting
    to a WLS server that is using demo certificates (the default WLS server behavio
    r), and you want this client to trust demo certificates, then specify -Dweblogic
    .security.TrustKeyStore=DemoTrust on the command line for this client.>
    This Exception occurred at Tue Aug 03 17:20:18 CDT 2010.
    javax.net.ssl.SSLKeyException: [Security:090542]Certificate chain received from
    localhost - 127.0.0.1 was not trusted causing SSL handshake failure. Check the c
    ertificate chain to determine if it should be trusted or not. If it should be tr
    usted, then update the client trusted CA configuration to trust the CA certifica
    te that signed the peer certificate chain. If you are connecting to a WLS server
    that is using demo certificates (the default WLS server behavior), and you want
    this client to trust demo certificates, then specify -Dweblogic.security.TrustK
    eyStore=DemoTrust on the command line for this client.
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireException(Unknow
    n Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireAlertSent(Unknow
    n Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.fireAlert(Unknown
    Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.fireAlert(Unknown
    Source)
    at com.certicom.tls.record.handshake.ClientStateReceivedServerHello.hand
    le(Unknown Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.handleHandshakeMes
    sage(Unknown Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.handleHandshakeMes
    sages(Unknown Source)
    at com.certicom.tls.record.MessageInterpreter.interpretContent(Unknown S
    ource)
    at com.certicom.tls.record.MessageInterpreter.decryptMessage(Unknown Sou
    rce)
    at com.certicom.tls.record.ReadHandler.processRecord(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)

    Go through this link
    http://weblogic-wonders.com/weblogic/2010/03/03/ssl-exceptions-in-admin-server-and-node-manager/

  • Posting Error for Pensioner who are with some Third party Deductions

    Dear all:
    While posting Payroll result to FI, there is a issue that  "cost centre is not assigned" for the pensioners(Who are with some deductions like income Tax, bank Loan and so on) . The Cost Centre is assigned with Org Unit and Positon, but for pensioners, there is no position in the org unit.
    how we could handle it?
    Any tip is greatly appreciated,
    Thank a lot in advance!

    Hi Sathya,
    This is how we have setup the retirees (pensioners).
    If we speak about the pensioners from Business point of view, then there should be only pensioner department (or PA) and every retiree should be assign to it.
    So we have created one position which is applicable to every retiree and only assigned to org unti (retiree) which has the cost center default on it.
    Try presenting this structure to your client. This will surely simplify the business processes around pensioners.
    Arti

  • Use GUID for setting partition element with bcdedit

    The following is an example of a valid BCDEDIT command:
    BCDEDIT /set {ntldr} /device partition=d:
    If a disk were added to the system and the drive letter of the
    partition just referenced was no longer "d:" then it would not
    be found by the loader. 
    Could a volume name such as
    \\?\Volume{e1e236ee8-7dbd-1223-a442-806d61f356de}
    be used in place of the drive letter in the same command ?
    (If not, my next question would be how to reset the
    element in a script...perhaps some hints?)
    Thank you.

    Hi,
    Which OS are installed in the disk you attached to system? Windows XP?
    Do you want to makes a dual boot?
    Please run bcdedit /enum in privileged command prompt, and upload the result here.
    Andy Altmann
    TechNet Community Support

  • Authentication error for Yahoo email/AIM with Android update

    Moved for greater exposure

    jayknicks wrote:
    I just chose to use the Yahoo Mobile app instead of the messaging function..works fine that way.
    Well, ok, but that doesn't do anything for AIM. And I like using the messaging functionality when it's not broken.

Maybe you are looking for

  • Airport Express: Internet Access Works But Not "Seen" in Admin. Util. ??

    Hi All -- I have a friend with the set-up described below and a seemingly impossible problem. he's asked for my help, and so I'm asking for yours, because frankly the situation just has me stumped. Here goes: Set-Up & Other Relevant Facts • DSL conne

  • Can we use content conversion for this structure

    Hi, could any one help me on this MT_Type    Segment(0-unbounded)         field1         field2         field3         Segment 2(0-unbounded)              field1              field2         Segment 3(0-unbounded)              field1              fiel

  • Working with array variables defined in the BPM process

    Hello, I have created an array variable in my process. This array was created based on a custom type that contains 2 strings variables. How can I set/get and add new items to this array variable using java code? The only thing I know is that, if this

  • I need to prove something..

    My eMac falls into the replacement programme serials (awesome). I stopped using it about 18 months ago when it started dying on me. at the time it wasn't covered by the programme, but now it does. My problem is this: I went into the reseller / repair

  • BAPI or Function Module to change PFCG role of an User from Background

    Hello Experts, I have a requirement to change PFCG role assigned in User from background and I need a BAPI , FM or any other method to do the same, I have gone through BAPI_BUPA_ROLE_REMOVE and BAPI_BUPA_ROLE_ADD_2 but as per my understanding , these