1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 <2013> 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 <2013> 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | RE: lvDCOM (LabVIEW -> EPICS PVs on Windows) |
From: | <[email protected]> |
To: | <[email protected]>, <[email protected]> |
Date: | Thu, 3 Oct 2013 22:19:54 +0000 |
Hi Emmanuel, there are a couple of scripts in the distribution kit that will give you starting points for both the XML file and associated EPICS DB file. The scripts grab
everything on the front panel and generate both “input” and “output” records (they can’t distinguish controls from indicators) so afterwards you just need to edit the files and delete the entries that are not appropriate. The first part of this process, however,
currently requires access to a copy of LabVIEW to interactively run the “Export Strings” wizard – if this is not practical for you (e.g. you only have compiled LabVIEW applications, or many VIs) let me know and I’ll write a small utility to do this (the LabVIEW
ExportVIStrings() method is accessible via DCOM). The other caveat that I should mention is lvDCOM only works with controls/indicators that are either simple types or arrays of such types i.e. accessing items
embedded in LabVIEW clusters is currently not supported. While it is possible to access clusters via DCOM, you have to read/write the cluster as a whole unit which may not be ideal depending on the situation, but cluster access is a feature that I could add
if it would be useful. Regards, Freddie From: Emmanuel Mayssat [mailto:[email protected]]
"lvDCOM allows LabVIEW variables to be accessed by EPICS aware tools," > From:
[email protected] --
|