473,943 Members | 1,835 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Develping a good scheduler for ARINC transmission... advice needed

Hello all,

I have been working on my first embedded project which has been exciting and
stressfull at the same time. My task now is to develop a good scheduler for
transmitting ARINC labels. There is about 180 labels that go out over the bus.
Each label has a transmission rate of 10 ms to 1000 ms or higher. I need to
develop a good scheduler so that each label goes out at their respective
transmission rate so they don't time out. I need the scheduler to be
deterministic and flexible. Does anyone have any advice or examples on writing
a scheduler for this? Any help is greatly appreciated. Thanks

Mark
Nov 14 '05 #1
4 1908
LongBow wrote:
Hello all,

I have been working on my first embedded project which has been exciting and
stressfull at the same time. My task now is to develop a good scheduler for
transmitting ARINC labels. There is about 180 labels that go out over the bus.
Each label has a transmission rate of 10 ms to 1000 ms or higher. I need to
develop a good scheduler so that each label goes out at their respective
transmission rate so they don't time out. I need the scheduler to be
deterministic and flexible. Does anyone have any advice or examples on writing
a scheduler for this? Any help is greatly appreciated. Thanks

Mark


Your post is offtopic to c.l.c.
C knows nothing of ARINC, ARINC labels, schedulers, transmission,
reception, etc etc ad nauseum.

c.l.c. is about the C language, not algorithms or such.

Nov 14 '05 #2
The scheduler in this case is geared for arinc, but I was looking for
information on creating a scheduler just in general. What newsgroup
would be appropriate for asking a question regarding creating a
flexible scheduler?

Mark
dbtid <db***@dev.null .us> wrote in message news:<MH******* *************@f e2.columbus.rr. com>...
LongBow wrote:
Hello all,

I have been working on my first embedded project which has been exciting and
stressfull at the same time. My task now is to develop a good scheduler for
transmitting ARINC labels. There is about 180 labels that go out over the bus.
Each label has a transmission rate of 10 ms to 1000 ms or higher. I need to
develop a good scheduler so that each label goes out at their respective
transmission rate so they don't time out. I need the scheduler to be
deterministic and flexible. Does anyone have any advice or examples on writing
a scheduler for this? Any help is greatly appreciated. Thanks

Mark


Your post is offtopic to c.l.c.
C knows nothing of ARINC, ARINC labels, schedulers, transmission,
reception, etc etc ad nauseum.

c.l.c. is about the C language, not algorithms or such.

Nov 14 '05 #3
mrhicks wrote:

The scheduler in this case is geared for arinc, but I was looking
for information on creating a scheduler just in general. What
newsgroup would be appropriate for asking a question regarding
creating a flexible scheduler?


Don't toppost. Do snip. Your answer belongs after, or intermixed
with, the quoted material after removing anything not germane to
your comments. Doing otherwise gets you yelled at and/or ignored
in most comp.* newsgroups, and many others.

What is a scheduler? What is an arinc? These terms have no
meaning in the C language. After you define them find a newsgroup
that deals with those subjects.

--
"A man who is right every time is not likely to do very much."
-- Francis Crick, co-discover of DNA
"There is nothing more amazing than stupidity in action."
-- Thomas Matthews
Nov 14 '05 #4
On 3 Sep 2004 09:16:32 -0700, in comp.lang.c , Lo*****@hotmail .com
(mrhicks) wrote:
The scheduler in this case is geared for arinc, but I was looking for
information on creating a scheduler just in general. What newsgroup
would be appropriate for asking a question regarding creating a
flexible scheduler?


Well, CLC is not the place to ask where some offtopic subject might be
topical. Thats typically for the poster to work out for themselves, even
tho that seems harsh.

For myself, I'd guess at comp.programmin g since its a general programming
issue, or a platform-specific group since your system may have some useful
nonportable extensions that support scheduling.

And please don't top post.

--
Mark McIntyre
CLC FAQ <http://www.eskimo.com/~scs/C-faq/top.html>
CLC readme: <http://www.ungerhu.com/jxh/clc.welcome.txt >
----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
Nov 14 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1375
by: Charles Hartman | last post by:
I know the answer to this is going to be "It depends . . .", but I want to get my mind right. In Fowler's *Refactoring* I read: "Older languages carried an overhead in subroutine calls, which deterred people from small methods" (followed by the basic "Extract Method" advice). In Skip Montanaro's "Python Performance Tips" (http://manatee.mojam.com/~skip/python/fastpython.html) I read: ". . . use local variables wherever possible. If the...
4
10628
by: keepyourstupidspam | last post by:
Anyone know of a reliable design for a Windows C++ Task Scheduler Class. The scheduler will expose a member function that will add schedules, its parameters will be an interval to run the tasks and a function pointer. This function pointer will be a void* function in other objects that will use the scheduler. So when another object calls the addSchedule function the scheduler will run these tasks at each interval provided. There may...
1
2953
by: Mike Thomas | last post by:
I want to start this thread again - on my first attempt I was a little ambiguous and was not able to get the answer I need. I am trying to start Access 2000 on Windows NT 2000 Server by using the scheduler with the command line: "c:\Program Files\Microsoft Office\Office\msaccess.exe" "d:\Apps\ChangeManagement.mdb" /x StartLoad This works when I run it from the "run" box, or via the scheduler when I am
15
1248
by: Simon Harris | last post by:
Hi All, I am looking for the asp.net equiv' to ASP include files. Something which will build common, much used parts of a page, such as header, footer etc... We have 3-4 developers, so ideally the code/html needs to come from a common place in the first instance.
7
15208
by: Shane Story | last post by:
Have an app and would like to allow easy addition of MYAPP.EXE /F /P (for example) my prog with command line args, as a job to be run. Would like to make it easier on the user to run the app. I want to have it run automatically as specified by the user. What is the best thing to do and what platforms would it limit me to?
5
1043
by: - Dan - | last post by:
anyone know any good threading articles? I don't know all the good places to search. I'd like to find an article that can discuss passing variables to a thread and getting info back that updates the UI. Maybe ones that talk about the harder stuff like invokerequired. thanks!
2
1529
by: mesut demir | last post by:
Dear collegeaus, I would like to learn Visual Basic.NET and working with DATABASES. My intention is making some Windows programs using Database & Internet programs using Databaseses.(SQL) I'm a 3GL programmer.... Which and What book do you advice for start learning these stuffs? I have downloaded from Microsoft site:
5
2627
by: db2inst2 | last post by:
Hi I have posted this question on IBM's DB2 forums without much success and I hope I'll have success here. I would like to know if there is a way to create a scheduled job in DB2 (I'm using DB2 8.1 on Linux) without having to use the DB2 Task Center GUI. Ideally, I'd like to create a set of stored procedures that accept job parameters (much like msdb.dbo.sp_add_job in MSSQL) and update the scheduler tables accordingly.
7
1362
keyvanrahmadi
by: keyvanrahmadi | last post by:
Hello everyone, i am a bit coonfused and possibly being completely dense about the solution for the following dilema: I have created 6 drop down menus which are being populated with data: <?php $heading = 'ADMIN PAGE'; echo "<u><h1><center>$heading</center></h1></u>\n"; $queries = array(
0
9970
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
11133
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
11301
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10666
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9866
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
7392
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
6090
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
6311
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
4515
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.