AcronymSoup
*[[CORBA]] *[[BOC]] *[[DAQ]] *[[DCS]] *[[DDC]] *[[DSP]] *[[IDL]] *[[ILU]] * OmniORB *[[ORB]] *[[POA]] ...
1K - last updated 2004-06-23 18:33 UTC by
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
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 ... and the [[Oracle8iJServer]] are examples of [[CORBA]] implementations. Actually, [[ILU]] is not a ... compliant [[CORBA]] implementation - it only implements the wire ... protocol part of [[CORBA]]. In particular, it's C and C++ language bindings ...
1K - last updated 2008-05-29 09:42 UTC by
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
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
DocumentationForOmniMigration
The following documentation bears some relation to the OmniMigration programme: * AcronymSoup * SctDaqHowto ... ** For definition of TERMINATE (CORBA::TERMINATE exceptions) see /scratch/tdaq/online/online-00-22-00/installed/include/omniORB4/CORBA_Exception.h ... and also CorbaExceptions * Online 00-21-02 Release notes http://rd13doc.cern.ch/cmt/download/online-00-21-02/release_notes.html ... * [[CORBA]] ** General programming ... reference http://edocs.bea.com/tuxedo/tux81/CORBA_ref/ ** Mapppings pg 31 of http://www.omg.org/docs/formal/03-06-03.pdf ...
2K - last updated 2008-05-29 09:42 UTC by
HangingCalibrationController
== Mail of Wed, 1 Mar 2006 18:52:00 == <pre> Some Good News ! With some helpful suggestions from ... instead to do with our memory allocation for the CORBA IPCServants for ScanRequest, TestRequest and ... 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
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
ILU
[[ILU]] = Inter-Language Unification [[ILU]] is a distributed process system developed by Xerox. It pre-dates ... [[CORBA]] and later versions supported the [[CORBA]] ... 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]] ...
1K - last updated 2004-06-29 11:40 UTC by
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
IpcRefFile
The IpcRefFile is the reference used by IPC to tell it how to look up the other Corba and IPC objects. ... visible 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
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 ... 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
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
ORB
[[ORB]] = Object Request Broker An [[ORB]] is a critical component of any [[CORBA]] implementation. Different ... to each other - this is one of the things that CORBA specifies (i.e. the wire protocol). See also ... [[CORBA]] and AcronymSoup. ...
1K - last updated 2005-02-23 22:49 UTC by
OmniORB
OmniORB is a [[CORBA]] implementation created by Omni. The [http://omniorb.sourceforge.net/ OmniORB homepage]. ... OmniORB took over from [[ILU]] as the default [[CORBA]] implementation. See also [[CORBA]], [[ORB]], ... \ $SCT_DAQ_ROOT/SCT/CORBA_Test/example1/Rabbit.idl \ $SCT_DAQ_ROOT/SCT/CORBA_Test/example2/Rabbit.idl ...
2K - 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
POA
[[POA]] = Portable Object Adaptor A Portable Object Adaptor ([[POA]]) is an intermediary between the ... ([[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
ProblemWithInitialPowerOn
Note: Possible bug? Failure to initialise crate or vme on first occasion since power on ... This note ... 5 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
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 ... done. * 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
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); ... controller 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 * ...
5K - last updated 2007-04-17 16:33 UTC by
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
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> ... 5 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
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 ... 5 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
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
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