Detailed topic list for FESA Web

Results from FESA web retrieved at 03:10 (GMT)

FESA3CopyPaste
Code Snippets for coding a FESA3 class Retrieving Parameters in a Server action Scalar values void ReadHistoryBlock::execute(fesa::RequestEvent* evt,Device* dev...
FESA3CreateClassesAndDUs100
Guideline to develop, run and test a first, simple Fesa3 binary As first step you need to configure your linux environment . Now make sure that you installed the...
FESA3DBInformation
Getting Information from the FESA Database During release of FESA software or on demand information about FESA designs of FESA classes, deploy units and instantia...
FESA3DataBaseConcepts
FESA Database To store FESA designs in the FESA3 database a variety of ideas exist on how to improve the procedure. A FESA design can be exported * during the ...
FESA3DataBaseIntegration
FESA3 Database Integration At GSI exist different needs and wishes concerning the FESA3 database. This is a summary of the ideas on how to integrate the FESA3 dat...
FESA3DatabaseRelations
SQL Developer On the global development platform (asl720 asl724) a database access client, called "sqldeveloper" is preinstalled and can be used to browse the dat...
FESA3DatabaseWorkflow
Suggested Workflow for integration of the FESA3 Database in the deployment process for operational FESA3 software From FESA3 2.0.1 on the FESA3 database is integr...
FESA3DatabaseWorkflow201
FESA3 Database Workflow Issues to consider The integration of the FESA3 database may affect the FESA development workflow known so far. The following issues sho...
FESA3DatabaseWorkflow222
FESA3 Database Workflow Issues to consider The integration of the FESA3 database may affect the FESA development workflow known so far. If FESA software is supp...
FESA3DatabaseWorkflow300
FESA3 Database Workflow Issues to consider The integration of the FESA3 database may affect the FESA development workflow known so far. If FESA software is supp...
FESA3Debug
* Debugging of FESA3 equipment software within Eclipse
FESA3Debug100
Debugging via Console If your binary runs on the asl cluster, you have direct acces to gdb: * Debugging via Console If our binary runs on a FEC, you are forced...
FESA3Debug122
Debugging via Console Using GDB On the asl cluster start your binary with the " g" option: ./start__.sh g This launches the binary with GDB and breaks at the b...
FESA3Debug222
Debugging via Console Using GDB On the asl cluster start your binary with the " g" option: ./startManually_ deploy unit name _ X .sh g This launches the binary...
FESA3Debug300
Debugging via Console Using GDB On the asl cluster start your binary with the " g" option: ./startManually_ deploy unit name _ X .sh g This launches the binary...
FESA3Debug400
Debugging via Console Debugging on asl cluster (gdb fully available) On the asl cluster start your start script with the " g" option: ./startManually_ deploy uni...
FESA3DebugConsole100
Debugging FESA binaries via Console In order to simplify thing, a script with predefined application arguments is provided to minimize typing effort when starting...
FESA3DebugEclipse100
Debug Configuration for a local Connection 1 In the C Perspective: create a new Debug Configuration (Run Debug Configurations... C/C Remote Application New) ...
FESA3DebugEclipse122
Debug Configuration for a local Connection 1 In the C Perspective: create a new Debug Configuration (Run Debug Configurations... C/C Remote Application New) ...
FESA3DefaultValuesAutomatically
Setting Default Values in GSI Template based FESA Software automatically Using the GSI template to create FESA software from brings a couple of items which have t...
FESA3DeliverProcedure
Run a FESA3 class on the Blade center The Blade Center environment (asl720,asl721,asl722,asl723 and asl724) primary should be used to develop FESA3 classes. Anyh...
FESA3DeployProcedure
Deploy Procedure of FESA3 Before Deployment of a FESA3 Deploy Unit * Creation of FESA3 class(es) / source code generation / compilation * Creation of FESA3...
FESA3DevicesWorkflowBestPractices
Device Configuration Workflow in the new Control System Best Practices Issues to consider when configuring / integrating / removing accelerator devices for / in...
FESA3Eclipse2018-12Plugin
Eclipse 2018 12 https://www.eclipse.org/eclipse/news/4.10/ Migration Issues Source Code * jlibs: EnumeratedSequence constructor requires type cast * unuse...
FESA3Eclipse2019-03Plugin
Eclipse 2019 03 See also https://www acc.gsi.de/wiki/FESA/FESA3Eclipse2018 12Plugin Available for testing on vmlb020, asl744. Trouble * xml apis.jar * ...
FESA3Eclipse2021-06Plugin
Eclipse 2021 06 Sources https://git.acc.gsi.de/FESA3 Eclipse Plug In/eclipse 2021 06 Troubleshooting * error message: "Unable to relaunch the workbench becau...
FESA3EclipseKeplerPlugin
FESA3 Plug In for Eclipse Kepler (2013) Update Sites Eclipse Kepler: https://www.eclipse.org CDT: http://download.eclipse.org/tools/cdt/releases/kepler Subversi...
FESA3EclipseLunaPlugin
FESA Plug In for Eclipse Luna (4.4) experimental Update Sites Eclipse Luna: https://www.eclipse.org, e.g. JAVA EE Linux Version, 64 bit CDT: http://download.ecl...
FESA3EclipseMarsPlugin
Eclipse Mars: FESA plug in for code developers New https://www.eclipse.org/eclipse/news/4.5/ https://www.eclipse.org/eclipse/news/4.5/pde.php https://www.eclipse...
FESA3EclipseMovingToNewVersion
Moving to a newer Eclipse Version Every year a new major Release of the Eclipse IDE is available. To benefit from updates and bugfixes the second service release ...
FESA3EclipseNeonPlugin
Eclipse Neon: FESA plug in for code developers New https://www.eclipse.org/eclipse/news/4.6/ https://www.eclipse.org/eclipse/news/4.6/pde.php Download Eclipse I...
FESA3EclipsePlugin
FESA3 Eclipse Plug In for Core Developers Installation Issues Update Site URL GSI: https://www acc.gsi.de/data/eclipse/fesa (always the current version) Develop...
FESA3EclipsePluginMavenBuild
Build Fesa3 Eclipse Plugin with Maven SVN Repository URL Codebase for Eclipse Neon: https://www acc.gsi.de/svn/fesa/framework/trunk/plugin/neon The codebase con...
FESA3EclipsePluginTesting
Testing Eclipse Plug Ins SWTBot can be used to test Eclipse based applications, plug ins, etc. . Links * https://www.vogella.com/tutorials/SWTBot/article.html...
FESA3EclipseWorkingSets
Working Sets Eclipse allows to define 'Working Sets'. A working set may include a smaller number of projects that belong together. If selected only the projects t...
FESA3FAQ
Fesa3 FAQ Fesa3 Eclipse Plugin Q: Why does content assistance in C Perspective not work? A: Several possible causes: * The C Indexer can't find the sources ...
FESA3FAQ100
FESA3 1.x.x FAQ Frequently Asked Questions Working with Projects in Eclipse Q: How to import an existing FESA class/FESA deploy unit into the workspace ? A: ...
FESA3FAQ201
FESA3 2.x.x FAQ Frequently Asked Questions Working with Projects in Eclipse Q: How to import an existing FESA class/FESA deploy unit into the workspace ? A: ...
FESA3FAQ222
FESA3 2.2.2/2.3.2 FAQ Frequently Asked Questions Working with Projects in Eclipse * How to import an existing FESA class/FESA deploy unit into the workspace ...
FESA3FAQ300
FAQ Frequently Asked Questions Eclipse related How to import an existing FESA class/FESA deploy unit into the workspace ? * Copy the class to your workspac...
FESA3FAQ310
FAQ Frequently Asked Questions Eclipse related How to import an existing FESA class/FESA deploy unit into the workspace ? Briefly: * Copy the class to your...
FESA3FAQ400
FAQ Frequently Asked Questions %BUTTON{ "" target="FESA3FAQ400#Eclipse" }% %BUTTON{ "" target="FESA3FAQ400#XML" }% %BUTTON{ "" t...
FESA3FAQ420
FAQ Frequently Asked Questions %BUTTON{ "" target="FESA3FAQ420#Eclipse" }% %BUTTON{ "" target="FESA3FAQ420#XML" }% %BUTTON{ "" t...
FESA3FAQ431
FAQ Frequently Asked Questions %BUTTON{ "" target="FESA3FAQ431#Eclipse" }% %BUTTON{ "" target="FESA3FAQ431#XML" }% %BUTTON{ "" t...
FESA3FAQ501
FAQ Frequently Asked Questions %BUTTON{ "" target="FESA3FAQ501#Eclipse" }% %BUTTON{ "" target="FESA3FAQ501#XML" }% %BUTTON{ "" t...
FESA3FAQ700
FAQ Frequently Asked Questions %BUTTON{ "" target="FESA3FAQ700#Eclipse" }% %BUTTON{ "" target="FESA3FAQ700#XML" }% %BUTTON{ "" t...
r11 - 08 Apr 2024 - 08:46 by DominicDay
FESA3FAQ800
FAQ Frequently Asked Questions %BUTTON{ "" target="FESA3FAQ800#Eclipse" }% %BUTTON{ "" target="FESA3FAQ800#XML" }% %BUTTON{ "" t...
FESA3FEX
FESA3 Explorer Contributed by HaraldBraeuning (LOBI). Based on CERN's FESA Navigator, re implemented to work @GSI. Launch On asl cluster as a FESA developer: mat...
FESA3FeatureRequests
Requested features for the next FESA versions (3.xx) * 64 Bit Compatibility * Possibility to switch more easily to new versions of a FESA class, e.g. a script...
FESA3GITExperiments
FESA3 vs. git Roadmap SVN to GIT Migration: 2020 Calendar Week What Contact Status until KW43 SVN repository synchronization FESA software devel...
r21 - 16 Sep 2020 - 12:32 by TobiasHabermann
Number of topics: 50
< Previous Page 4 of 10 Next >

See also the faster WebTopicList

This topic: FESA > WebHome > WebIndex
Topic revision: 09 Jan 2009, ProjectContributor
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback