Ways of pausing individual CANBUS periodic messages or changing arbitration ID

My app is happily using the CAN hardware to periodically transmit a dozen different CAN messages (typically background period a few 100 ms). I have just learned that rather bizarely that the customer uses some of the 29 bits of the identifier as error status bits(!). So I am just wondering if I can change the identifier of the NC_CAN_COMM_TX_PERIODIC based object on the fly. The only way I can think of is to close the object and open up a new one with a different object name. I don't really fancy constantly reopening objects as I am not sure of the overhead it would use.
Another way is to create every possible message and somehow pause the ones that are not relevant in that moment in time.
The other way is to do things manually in software at the network object level by having a high priority thread periodically banging out CAN messages. I suspect running on XP the TX period will nowhere near be as accurate as if it was done by hardware.
Any ideas?
(Thanks)
P.S. I'm using the Frame API with Visual C++.
Message Edited by Intuitioned on 02-06-2006 05:01 AM

Can't really use ncAction. I was planning on opening a message for every possibly used arb ID and only start the ones that are relevant in a particular moment in time. Unfortuanally that would mean 1000's of them. The only other way is to recreate the objects when "error" bits are injected into the arb ID. In a little test I could close and recreate new objects 100's times a second. Seems like the way to go.
Message Edited by Intuitioned on 03-06-2006 05:33 AM

Similar Messages

  • How can i link my E-mail with my iPad in a way that i can delete my messages from my email inbox server not from my iPad inbox only?

    How can i link my E-mail with my iPad in a way that i can delete my messages from my email inbox server also not from my iPad inbox only?
    Because when i delete emails from my iPad inbox, it will be deleted on my iPad only but when i check my email inbox server from the browser its not deleted!
    So how can i set up this link so when i delete any email from my iPad it will be deleted from my email inbox server also?

    Hi Pierrot10,
    Insert your backup disc (or plug your external hd), then open Mail.
    In the File menu, click *Import Mailboxes* and follow the steps for a *Mail for Mac OS X* transfer.
    Navigate to your CD/DVD's or external HD's backup and hit "OK".
    This should create a new "Imported" folder in Mail with all your old messages in it, that you can then rearrange as you wish, creating new mailboxes etc.
    Axel

  • Is there a way to delete all my email messages in my inbox at once?

    Is there a way to delete all my email messages in my inbox in one move, rather than selecting one at a time, then deleting?

    You CAN delete all your email.  Here's how: >> Open Inbox >> Edit  >> Check/select the top message; it will highlight the move button. >> Press and hold the move button and uncheck the message that you had checked earlier. >> Lift all your fingers off from the ipad screen and leave it alone. Wait until all your messages pile up on the right hand portion of the screen (in ipad); iphone will give you the actual number of emails it has selected for the action. Now they are just waiting for your command to be moved ALL at once. >> Choose trash to delete all of them or any other folder where u want to move them, like one piece. Remember this will replicate your action on the server so you will ACTUALLY move them or delete them on the server and not just the ipad. Once you have moved all messages to the trash you can either leave them there for the scheduled cleaning or empty it right away by doing this: go to trash folder and touch Edit. The Delete All button shows up at the bottom of the screen. Hit it! You’re done! If you do not see the effects of your actions on the server make sure you have enabled your email accounts for such actions.

  • Is there any way to print out my text messages?

    IM trying to figure out if there is any way to print out my text messages?  thankyou

    You can print off your text message number sent and received by accessing www.verizonwireles.com login with your user id and password. Once logged in select my bill click on usage details then click on messages it will pull up the numbers you can print them from there. If you are looking for the actual messages you will not be to view that information online you can only get that information court ordered subpoena. 

  • Is there any way to PAUSE/RESUME the actual recording while recording a Video Demo slide in Captivate 8?

    If I have to take an "off-screen" action while recording a video demo slide in Captivate I am forced to END and start a separate video demo to continue.
    This fragments my demo and seems an unnecessary set of steps.
    Is there a way to pause the recording for long enough, say to clear my throat, and then resume?
    Thanks.

    Hi kjjr54,
    Please refer to the link below:
    Create Mobile Learning & Elearning Content. Screen Capture, Screen Recorder | Adobe Captivate 8
    Hope this helps!
    Regards,
    Sheena

  • Is there a way to get a deleted text message back ?

    Is there a way to get a deleted text message back ?

    Yes, you could Restore your iPhone from your backup on iCloud and get the text. Any texting, or other items, you did between the backup and the Restore would be lost.

  • Way to generate report from Discussion Messages

    Does anyone know of a way to get a reports of Messages within a Discussion which also tell that the message(s) has been "reply" or not?
    In another word is it possible to get a report of all subject(s) which do not have "reply" to?
    Your response and help are greatly appreciated.
    Sean.

    Hi,
    Have you checked hierarchy which attached. The problem is with Hierarchy.
    Please do changes to the hierarchy and attach a proper hierarchy.
    Is the data available for that hierarchy?
    Let us know if you still facing any issues.
    Reg
    Pra

  • Best way to update individual rows of a Table?

    I've taken a look at some examples, though haven't gotten any clarification on this.  I am looking to have something close to a listbox or table to where I can update just a single column of row values at a 1 time per second pace.  I am looking to display our data-acquisition values in a table or listbox.  The single listbox seemed to work good for this, but I was unable to use row headers to list the channel names next to the channel values.  I was thinking about connecting the cursor values of two list-boxes to do this, but didn't find any info on this for the single list-box.
    I have a few questions:
    1) I have a 1D array to where I want to use that array of data to constantly update the first column (with a multitude of rows) of a table.  I am looking for the best route so as not to take up too much processing time in doing this.
    What is the best way to update individual rows of a table?   Invoke Node "Set Cell Value" ... or is there another method?
    2) Why is it that after every other iteration the row values are erased? 
    Also, for adding additional strings to the original arrray ... is it best to use the "Array Subset" and then the "Build Array" function, or the "Array Subset" and "Insert Into Array" function?
    See the attached example.
    Thanks.
    Solved!
    Go to Solution.
    Attachments:
    Table Example.vi ‏19 KB

    Jeff·Þ·Bohrer wrote:
    2) Why is it that after every other iteration the row values are erased?
    Classic race condition.  dump the for loop and p-node and just wire the 2D array to the table terminal.!
    I'm not seeing the race condition.  What I am seeing is the table emptying after the last element was written to it on every other run.  I saw watched this with highlight execution on.
    But I'm in full agreement with just writing to the terminal.  It is a 1D array, so you will need to use a build array and transpose 2D array in order for it to write properly.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Is it possible to lock individual app like messages, photos etc without jailbreak in io8....?

    Is it possible to lock individual app like messages, photos etc without jailbreak in io8....?

    No third-party app can do what you want as those apps do not have access to iOS as a whole. They are (for the most part) sandboxed, and cannot directly access other apps.
    ~Lyssa

  • Periodic Message: You have some checked-out files in the working directory

    Hi,
    we are recieving a periodic message (appearing every 5 minutes) saying:
    "You have some checked-out files in the working directory. We recommend that you check in the files after editing. Click here to checkin the files.
    After clicking on the message easyDMS is opened and Private- & Public-Folder are shown.
    There are no checked out files on the client.
    What happened?
    Thanks a lot!
    Edited by: B Lobascio on Feb 8, 2011 5:13 PM

    After changing the Working directory in easyDMS preferences the message did not apear anymore.
    That means that there have been some some damaged documents in origin working directory.
    Edited by: B Lobascio on Feb 16, 2011 10:35 AM

  • What is the easiest way to copy individual photos from a pc to ipad?

    what is the easiest way to copy individual photos from a pc to ipadair 2?  I have been told that transferring via itunes creates one mass file from which individual photos cannot be manipulated.

    Photos synced from iTunes cannot be deleted one at a time if that's what you mean. They can be manipulated, if manipulated means editing or moving them into folders that you create on the iPad in the photos app.
    I agree with Procyon256 that emailing is probably the easiest way for one at a time, but there are also WiFi transfer apps that are pretty nice for this purpose, I use this one.
    http://www.wirelesstransferapp.com/

  • Im try to import a large amount of pictures to Iphoto. I have pleant of space on my HD. But half way thru the transfer an error message comes up and says not enough disc space. How can I fix this?

    Im trying to import a large amount of pictures to Iphoto. I have pleanty of space on my HD. But half way thru the transfer an error message comes up and says not enough disc space. How can I fix this?

    I. I want to import 58.64 GB of Photos from an external HD
    2. I have 278.28 GB space left on my HD
    3. The exact error message goes like this......
    Insufficient Disk Space
    iPhoto cannot import your photos because
    there is not enough free space on the
    volume containing your iPhoto library
    I Have researched this and most advice is to empty the iPhoto trash. I have already done this and it did not help.
    Thank you for helping

  • Does anyone know if theres a way to create ringtones for text messaging?

    I can create ringtones for phone calls, but is there a way to create ringtones for text messaging?

    There is no current support for that. If you like to give Apple feedback and request this, go to http://www.apple.com/feedback/

  • On the 652X, is there a way to know which port/line caused the change detection w/o checking each individual line?

    On the 652X, is there a way to know which port/line caused the change detection w/o checking each individual line? This question relates to creating an interrupt handler when there are many events that cause an interrupt.

    No. Read the User Manual, CH4, Change Notification.

  • Is there any way to determine what device text messages are sent from? Do free text messaging apps relate to the apple ID, or the iPod?

    My son had a friend give him his apple ID username and password, and downloaded a texting app. Now, some text messages were sent, and they are both denying it.  Is there any way to know if the text messages came from my son's iPod? The app and texts are deleted, so I can't look at a history to see who typed them.

    I could not find anything one the developer's upport page. Contact the developer and ask
    http://pinger.zendesk.com/categories/2067-need-help-with-textfree

Maybe you are looking for

  • How do I sync from ical and address book to office for mac 2011

    How do I sync from ical and address book to office for mac 2011 in outlook?  icloud is turned on, sync is turned on in outlook and in itunes.  Email working fine in outlook, but no contact or calendar information.  Microsoft said it is an Apple issue

  • Photograph - Photoshop CS5 Cloning

    I have been using the new CS5 photoshop for about 6 months. I have a grasp on the basics of cloning/healing inc the new content aware fill (which is great). I can get good results on simple cloning but on complex stuff I really struggle. I could do w

  • Change the sequence settings from NTSC 30 fps to PAL 25 fps, is possible?

    Hello, I have a finished project that was make in a sequence with the format NTSC 30 fps. Now I need to change that sequence and the project to PAL 25 fps. I have changed the settings of the source secuence to PAL 25, but in the resulting sequence th

  • Can you make calls on iPod Touch?

    I've been thinking about buying an iPhone 4s. However, the price is quite high and I found that the iPod Touch is alot cheaper and has Siri and a good camera. Could you please tell me if you can make calls and text on iPod Touch?

  • Combining layer 3/4 and layer 7 filtering

    Hi. The configuration below is extracted from a working configuration where the ACE is doing SSL offload for a web service - this is pretty standard stuff. What I have been asked to do is modify the configuration so that: 1) Any connections from an i