02-03-2017 04:01 PM - edited 02-03-2017 04:02 PM
DCAF Core 1.1 has been released and is available for download and installation on the NI Tools Network VIPM repository. It is the first major update to DCAF since the original release in August 2016.
DCAF 1.1 includes four main updates:
Other incremental improvements to usability are also included.
A brief description of the new features, development community statistics, and upgrade instructions are below. Additional documentation for these features is in work and will be provided on the DCAF community (ni.com/dcaf).
Full details and statistics can be found at https://github.com/LabVIEW-DCAF. Below is a summary of the updates since August 2016.
The new version of DCAF is available on the NI Tools Network repository and can be installed from VI Package Manager. This update is fully backwards compatible with previous versions.
Note: The DCAF 1.1 Core VI package now includes an installer for PuTTY (www.putty.org), a free open-source SSH and telnet client. The new Syslog functionality requires additional binaries to be installed on execution targets, and PuTTY is used to deploy those binaries from the Configuration Editor.
04-01-2017 10:50 AM
Just a quick note about using PuTTY or deploying though the configuration editor...
You must enable "Enable Secure Shell Server (sshd)" for RT targets in MAX:
You will get a "Connection Refused" error if you do not enable this.
I've been chasing my tail a while on that one...
-Ryan
04-22-2017 11:17 AM
Hi !
I am trying to run RT Temperature Controller on cRIO-9074. When I try to deploy I get a "Connection Refused" error, but in MAX I do not have "Enable Secure Shell Server (sshd)". I made a small research and get information that my cRIO doesn't support sshd.
Is it possible to run the Temperature Controller on my cRIO?
04-24-2017 10:43 PM
DCAF and the temperature controller example should run on any hardware that runs LabVIEW. The deployment utility and other tooling (like syslog) only work on RT Linux targets though. The example should work, but you will need to move the configuration file over to the appropriate path on the controller's hard drive manually instead of using the deploy tool.
04-25-2017 03:25 PM
Deploy tool works also on cRIO-9074 with VxWorks. You have to change "Target Type" in Configuration Editor to system which is using in your cRIO. Also you have to change "path to deploy on target" because in Linux default directory is "/home/lvuser/" while in VxWorks and others is simple "c:\"
04-25-2017 03:31 PM
Awesome! Thanks for clearing that up. Were you able to get the example to run after deploying the configuration file?
04-27-2017 04:40 AM
Yes, everything is run perfectly after deploy the example