Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning

Attention:

All scripts in this page are assuming that your current shell is Bash.

  • If you are using some other shell such as tcsh, you can switch to bash in your current session by typing "bash" in your terminal.
  • If you wish to switch permanently to Bash as your default shell here are some instructions:

In order to change your default shell at login from tcsh (or any other shell) to Bash, please execute the following command on a Linux server on the AFS network, such as a rhel6-64* node. (You will be prompted for your password during this process):

ypchsh -s /bin/bash

After that, close the terminal and open a new one. You will be using Bash as the default shell. 

You can check if all went well with the following command in a new Terminal window:

echo $SHELL

matpva

  • matpva is a powerful extention that provides seamless integration between MATLAB and EPICS 7 through Python P4P module.


How to use matpva

matpva: Integrate EPICS7 into MATLAB using PVAccess for Python (P4P) module


How to test matpva

How to test matpva in DEV and PROD (lcls and facet)


Anchor
java_top
java_top
Java

At the time of this writing, the latest version of Java available in Development and Production is 1.8.0_181 (64-bit). In order to use this Java version, source the following scripts depending on your environment:

...

Anchor
matlab_top
matlab_top
MATLAB

Anchor
matlab_installation
matlab_installation
Installation

...