Giter Club home page Giter Club logo

cspp's Introduction

CS++ README

This LabVIEW project "CS++.lvproj" is used to develop the successor of the CS Framework.

  • CS++ is based on native LabVIEW classes and the Actor Framework.
  • CS++ follows the KISS principle: "Keep It Smart & Simple"

Currently used development SW is LabVIEW 2016.0f2

Related documents and information

GIT Submodules

  • Packages/CSPP_Core: This package is used as submodule.
  • Packages/CSPP_ObjectManager: This package is used as submodule.

Run to pull:

  • git submodule init
  • git submodule update

Optional submodules

  • Packages/CSPP_DeviceBase: Definition of CS++Device ancestor classes
  • Packages/CSPP_IVI: Implementations of derived CS++Device classes using IVI driver
  • Packages/CSPP_DSC: Containing DSC Alarm- & Trend-Viewer
  • Packages/CSPP_DIM: Providing DIM for PV communication
  • Packages/CSPP_OPCUA: Providing an interface to OPCUA server
  • Packages/CSPP_RT: Providing a librarie supporting LabVIEW-RT features.
  • Packages/CSPP_Syslog: Providing a Syslog based Message Handler
  • Packages/CSPP_Utilities: Providing some usefull utility classes.
  • Packages/CSPP_Examples: Illustrating the usage of the some of the above packages

Optional External Dependencies

Getting started:

  • Clone this repository, if not alread done.
  • Switch to the desired branch.
  • Get submodules:
    • git submodule init
    • git submodule update
  • Create a hard link to the custom error file(s):
    • cd <LabVIEW 2015>\user.lib\errors
    • mklink /h CS++Core-errors.txt Packages\CSPP_Core\CS++Core-errors.txt
  • Create a project specific copy of "CS++.lvproj" ( or "CS++-Linux.lvproj")
    • or add CS++CoreContent.vi into your own LabVIEW project. You can drag the desired libraries from the dependencies into your virtual project folder structure.
  • You need to create your project specific CS++.ini-file, like "CSPP_Core.ini" containing samples of all classes and actors, etc.
  • You need to create and deploy your project specific shared variable libraries.
    • Sample shared variable libraries should be available on disk in the corresponding package folder.
    • If you plan to used process variables on Linux, you are restricted to DataSocket and you need to configure the DataSocket-Server on a Window-PC first.
  • Run your project specific "CS++Main.vi"
    • Concatenate the desired Content.vi's, at least CS++CoreContent.vi or CS++CoreContent-Linux.vi , to the Launch CS++StartActor.vi before execution.

Known issues:

  • Actor-Frontpanel-Web-Publishing is not supported in the LabVIEW development environment, but from an executable. You may need to change the WebServer-Listener port in niwebserver.conf, e.g. Listen 8082. Be aware that VIs with '+' in their fully qualified name are not supported for unknown reason (LabVIEW-Bug?).

Author: [email protected], [email protected]

Copyright 2013 GSI Helmholtzzentrum für Schwerionenforschung GmbH

Planckstr.1, 64291 Darmstadt, Germany

Lizenziert unter der EUPL, Version 1.1 oder - sobald diese von der Europäischen Kommission genehmigt wurden - Folgeversionen der EUPL ("Lizenz"); Sie dürfen dieses Werk ausschließlich gemäß dieser Lizenz nutzen.

Eine Kopie der Lizenz finden Sie hier: http://www.osor.eu/eupl

Sofern nicht durch anwendbare Rechtsvorschriften gefordert oder in schriftlicher Form vereinbart, wird die unter der Lizenz verbreitete Software "so wie sie ist", OHNE JEGLICHE GEWÄHRLEISTUNG ODER BEDINGUNGEN - ausdrücklich oder stillschweigend - verbreitet.

Die sprachspezifischen Genehmigungen und Beschränkungen unter der Lizenz sind dem Lizenztext zu entnehmen.

cspp's People

Contributors

hb-gsi avatar keale avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.