Overview | Releases | Download | Docs | Links | Help | RecentChanges

Search for: ORB

View changes for these pages

34 pages found:

AcronymSoup
*[[CORBA]] *[[BOC]] *[[DAQ]] *[[DCS]] *[[DDC]] *[[DSP]] *[[IDL]] *[[ILU]] * OmniORB *[[ORB]] *[[POA]] ...
1K - last updated 2004-06-23 18:33 UTC by ChrisLester

AnybodyToDo
== DAQUSER's WISHLIST == This is a list of things which if ANYBODY (who has time) did, would be very ... PMG in MRS, and possibly a subsequent cryptic CORBA timeout message ** Part of the reason is that ...
6K - last updated 2008-08-20 14:19 UTC by alanbarr

BoostOptional
Describe the new page here. <pre> gdb $SCT_DAQ_ROOT/installed/i686-slc3-gcc323-dbg/bin/CalibrationController ... #21 0x08072821 in boost::detail::function::void_function_obj_invoker0<SctCalibrationController::SequenceRequestWorker, ...
1K - last updated 2005-12-06 13:49 UTC by lester

CORBA
[[CORBA]] = Common Object Request Broker Architecture The [[CORBA]] is an architecture for distributed ... the objects and the processes actually are. [[CORBA]] is not a program, it is a specification for ... be managed and/or implemented. [[ILU]], OmniORB, VisiBroker and the [[Oracle8iJServer]] are examples ... of [[CORBA]] implementations. Actually, [[ILU]] is not a ... compliant [[CORBA]] implementation - it only implements the wire ...
1K - last updated 2008-05-29 09:42 UTC by Bruce

CombinedRunning
This page replaces the old [[Sr1Setup]] page, which is largely obsolete. BuildingSctRodDaq is some tips ... /daqsoft/combined/partitions/part_SCT_withCorboTDCQDCSegment.xml * Combined SCT/TRT running: /daqsoft/combined/partitions/part_Combined.xml ...
3K - last updated 2006-06-21 14:38 UTC by Dave

CorbaExceptions
Most useful ones (including CORBA::TERMINATE) are defined in [http://www.hep.phy.cam.ac.uk/~atlasdaq/FilesForWikiDownload/CORBA_Exception.h ... CORBA_Exception.h] particularly near line 237 and the ... that tend to cause the above errors (when corba methods take longer than 30 secs to time out) ...
3K - last updated 2005-01-26 14:22 UTC by ChrisLester

Docs
Please browse the pages starting at SctRodDaq for general documentation on using/running/debugging SctRodDaq. ... and DocumentationForOmniMigration. CORBA docs == Release 4 Current (tip of TDAQ14_BRANCH) ...
4K - last updated 2008-05-29 09:41 UTC by Bruce

DocumentationForOmniMigration
The following documentation bears some relation to the OmniMigration programme: * AcronymSoup * SctDaqHowto ... might go about using the SctDaq software. * OmniORB ** OmniORB C++ language bindings: http://www.omg.org/docs/formal/03-06-03.pdf ... ** http://omniorb.sourceforge.net/cgi-bin/moin.cgi/FrontPage ** http://omniorb.sourceforge.net/docs.html ... ** Threading: http://omniorb.sourceforge.net/omni40/omniORB/omniORB008.html ... ** For definition of TERMINATE (CORBA::TERMINATE exceptions) see /scratch/tdaq/online/online-00-22-00/installed/include/omniORB4/CORBA_Exception.h ...
2K - last updated 2008-05-29 09:42 UTC by Bruce

HangingCalibrationController
== Mail of Wed, 1 Mar 2006 18:52:00 == <pre> Some Good News ! With some helpful suggestions from ... to do with our memory allocation for the CORBA IPCServants for ScanRequest, TestRequest and SequenceRequest. ... static const long initialWidth = request.widthCorba(); --- > static RawScan * request = new RawScan(); ... const long initialWidth = request->widthCorba(); 28c28 < request.setWidthCorba(initialWidth); ... --- > request->setWidthCorba(initialWidth); 34c34 < request.setScanNice(s); ...
5K - last updated 2006-03-01 19:04 UTC by lester

IDL
[[IDL]] = Interface Definition Language The [[IDL]] is the language in which all objects with [[CORBA]] ...
1K - last updated 2004-06-23 12:15 UTC by ChrisLester

ILU
[[ILU]] = Inter-Language Unification [[ILU]] is a distributed process system developed by Xerox. It pre-dates ... [[CORBA]] and later versions supported the [[CORBA]] wire ... C and C++ stub generation from a subset of [[CORBA]] compliant [[IDL]] files. The [[ILU]] homepage ... the OnlineSoftware used [[ILU]] as its [[CORBA]] implementation. From 00-21-00 onwards, [[ILU]] ... is repaced by [[OmniORB]]. See also AcronymSoup. ...
1K - last updated 2004-06-29 11:40 UTC by MattPalmer

IPC
For Inter-Process Communication. This is an online component that uses CORBA, currently the ILU implementation. ...
1K - last updated 2003-11-27 16:59 UTC by BruceGallop

IpcRefFile
The IpcRefFile is the reference used by IPC to tell it how to look up the other Corba and IPC objects. ... by all processes communicating by IPC/IS/Corba. (Other search terms: ipc_init_ref tdaq_ipc_init_ref ...
1K - last updated 2005-04-22 14:33 UTC by ChrisLester

IssuesDuringOmniMigration
Problems and queries arrising during the migration to online-00-21-02 from online-00-19-01. ---- See ... for the synch to occur ''after'' all the CORBA interfaces have been set up. The reason for this ... many processes grab references to other servers/CORBA interfaces as they start up, so each process needs ... Because SctApi doesn't know the Scan is a CORBA object it doesn't know when to delete it, and ... mehtod that isn't used by anyone. Namely "copycorbatostdcollection". Maybe it should be deleted... ...
6K - last updated 2004-12-09 16:39 UTC by ChrisLester

JanuaryTestingWeek
==Aim== To find out any remaining problems with SctRodDaq which could compromise our ability to do stand-alone ... configuration - seems to be related to a 30 s corba timeout -- Alan *** Work-around - set > 30 ...
2K - last updated 2006-03-31 11:28 UTC by FishFinger

L1IDSetup
All you ever need to know about L1IDs, but were afraid to ask: * ATLAS TDAQ counts the "first trigger" ... ECR (soft reset) at the start of each run (or orbit) to synchronise the counters. All you ever need ...
1K - last updated 2006-03-10 10:21 UTC by PWP

ORB
[[ORB]] = Object Request Broker An [[ORB]] is a critical component of any [[CORBA]] implementation. Different ... implementations may have different [[ORB]]s, but hopefully they all talk the same language ... to each other - this is one of the things that CORBA specifies (i.e. the wire protocol). See also [[CORBA]] ...
1K - last updated 2005-02-23 22:49 UTC by ChrisLester

OmniORB
OmniORB is a [[CORBA]] implementation created by Omni. The [http://omniorb.sourceforge.net/ OmniORB homepage]. ... From OnlineSoftware version 00-20-00, OmniORB took over from [[ILU]] as the default [[CORBA]] ... implementation. See also [[CORBA]], [[ORB]], DocumentationForOmniMigration and ... as a different user (lester) I installed omniORB and omniORBpy with # # configure --prefix=/atlas/lester/usr/local ... done so, we can use this better version of omniorb to generate python stubs back as user "sctrod" ...
3K - last updated 2008-08-08 14:03 UTC by pcphsctr06.cern.ch

OnlineSoftwareVersion
Below describes moving from 00-19-01 to 00-20-00. See TdaqOneSixNotes for moving to 01-06-00. Conversation ... on 20th Jan) and this will include the new CORBA engine. This is extremely significant for us - ...
1K - last updated 2006-09-07 09:19 UTC by wwwcache2.rl.ac.uk

Oracle8iJServer
The [[Oracle8iJServer]] is a [[CORBA]] implementation. Here is some [http://www.csee.umbc.edu/help/oracle8/java.815/a64683/corba2.htm ...
1K - last updated 2004-06-24 13:30 UTC by ChrisLester

POA
[[POA]] = Portable Object Adaptor A Portable Object Adaptor ([[POA]]) is an intermediary between the ... implementation of an object and the [[ORB]]. There is always at least one [[POA]] present, ... ([[POA]]s replace BOAs which were an old [[CORBA]] idea which disappeared a long time ago.) Here ... alternative description]. See also [[CORBA]] and AcronymSoup. ...
1K - last updated 2004-06-23 18:57 UTC by ChrisLester

PhaseMeasurement
This page documents how to make the phase measurement of the cosmic trigger with respect to the 40Mhz ... Processor provides the L1 and BC signals. * CORBO, [http://www.hep.phy.cam.ac.uk/online/rcb8047.pdf ... ./v775_test 0x00100000 1 The dip switch on the corbo is set to 0x400000 -- but it replies to 0x600000 ... from vmescan! ./corbo_test 0x600000 1 30000 15 vmeconfig -a ~sr1daq/temp.cfg ... 2006/02/28== Bilge and Chris tried to get the Corbo+TDQ+QDC modules running in the cosmics environment. ...
5K - last updated 2006-10-17 12:53 UTC by Bilge

ProblemWithInitialPowerOn
Note: Possible bug? Failure to initialise crate or vme on first occasion since power on ... This note ... seconds) (10:58:27) lester: and then something corba (or IPC) (10:58:33) lester: times out on a CORBA ...
2K - last updated 2005-02-21 17:07 UTC by BruceGallop

Release4.0ToDo
* Dave's GUI's refresh-after-run-cycle issue. ** fixed ... at least with work around? * TDAQ_IPC_TIMEOUT ... issue particularly during raw scans (see also CorbaExceptions). ** Should now be fixed, though Bruce ... * Go through all code to insert checks for Corba cache expiry exceptions and ipc.CacheExpiredException ...
1K - last updated 2005-02-10 17:41 UTC by ChrisLester

Scan
A series of Histograms. # A chip variable is modified according to a list of values. # For each value ... == <pre> > Bruce turned scans from Corba objects with implementations > into structs. ... noticed is that I removed the options enum from CORBA in favour of specifying the option with a string. ... >> scan = scanRequest.getScanCorba(); >> scan.setOption(Sct_SctApi.ScanOptions.tim,1); ... that it's changed. scanRequest.setScanCorba(scan); </pre> ...
1K - last updated 2009-04-27 10:53 UTC by pcfk.hep.phy.cam.ac.uk

SctApiToDo
See SctApiTests for things that should be checked every time. Add Slave single write to RODDiagnostics. ... for a new one): * Much easier with Release 4 CORBA * Useful for switching all scans to 32 bit * Tests ...
5K - last updated 2007-04-17 16:33 UTC by BruceGallop

Sr1Setup
==Overview== There are currently two main test systems in SR1: * H8 test box setup. Host machine srsctdaq1, ... triggers must be vetoed for the duration of the ORBIT signal (as generated by the TTCvi). The following ...
3K - last updated 2006-03-22 16:09 UTC by Dave

SynchTriggerNoise
In the SynchTriggerNoise test, a trigger is sent at the same time to modules. An analysis for this data ... ||Source || excluded by || ||SctApi || || ||CORBA impl || || ||Configuration || || ||CalibrationController ...
5K - last updated 2005-09-15 22:21 UTC by Alan

TestingSctRodDaq 4 1
I tested SctRodDaq_4_1 in pcei.hep.phy.cam.ac.uk:/usera/sctrod/testing_4_1 This <a href="http://www.hep.phy.cam.ac.uk/atlas/macro-assembly/DAQ/SctRodDaq_4_1/BinaryRelease.tar.gz">BinaryRelease</a> ... seconds) (10:58:27) lester: and then something corba (or IPC) (10:58:33) lester: times out on a CORBA ...
1K - last updated 2005-02-21 16:38 UTC by ChrisLester

TestingSctRodDaq 4 2 RC1
I tested SctRodDaq_4_2_RC1 in pcei.hep.phy.cam.ac.uk:/usera/sctrod/testing_4_2_RC1 The binary release ... seconds) (10:58:27) lester: and then something corba (or IPC) (10:58:33) lester: times out on a CORBA ...
1K - last updated 2007-04-23 09:22 UTC by ChrisLester

TestsForBarrelSix
==Barrel 6 Routine Assembly Tests== General - 16 bit histograms would speed up r/o time for most of these. ...
3K - last updated 2005-02-23 14:26 UTC by Alan

Topical Discussions
Topical Discussion pages: * [[DraftConfigurationQuestionnaireAnswers]] * [[PreparationsForFullBarrel]] ... * [[TestsForBarrelSix]] * [[Barrel3Analysis]] * [[VME Hardware ...
1K - last updated 2006-06-06 09:08 UTC by BruceGallop

VisiBroker
VisiBroker is a [[CORBA]] implementation created by Borlan. Borland's [http://info.borland.com/techpubs/bes/v6/html_books/vbcpp_dg/contents.html ...
1K - last updated 2004-06-23 19:03 UTC by ChrisLester

runInPmgEnvFromIS
This is a MiniUtils (TM) utility for running a program (if necessary in gdb or valgrind) in the environment ... 'SCT_0107', 'TDAQ_IPC_INIT_REF': 'corbaloc:iiop:10.146.40.250:40992/%ffipc/partition%00initial', ...
2K - last updated 2007-06-01 15:38 UTC by ChrisLester