EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  <20182019  2020  2021  2022  2023  2024  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  <20182019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: Question about the waveform record of CA Lab.
From: Carsten Winkler <[email protected]>
To: <[email protected]>
Date: Thu, 14 Jun 2018 09:36:18 +0200

Hi Zhefu,

please set EPICS_CA_MAX_ARRAY_BYTES in your environment variables to your desired array size. Same discussion was here : https://epics.anl.gov/tech-talk/2010/msg00636.php

Cheers
Carsten

Am 14.06.2018 um 08:28 schrieb lzf neu:
Hi all,

My problem is how to increase the number of elements of an array in waveform record of CA Lab. Below is the waveform record in demo.db, the default number of elements of an array are 2000. 
 
record(waveform, "caLab:test")
{
    field(DESC, "Double waveform record")
    field(PREC,0)
    field(NELM, 2000) 
    field(FTVL, "DOUBLE")
    #field(EGU, "mm")
    field (PINI, "YES")
}

I increased the value in the field NELM from 2000 to 30000 ( field(NELM, 30000) ), an error occured in the terminal:
    caLab:test *** CA error The requested data transfer is greater than available memory or EPICS_CA_MAX_ARRAY_BYTES

Therefore I try to change the default settings in demoIOC.cmd as follows and then restart the demoIOC: 

@echo off
#############################################################
set EPICS_CA_MAX_ARRAY_BYTES=1638400000  # I added the line here.
#############################################################
echo start demo IOC now
echo Type 'dbl' to get a list of all available records.
echo Type 'exit' to terminate this session.
echo ---
..\lib\softIoc.exe -D ..\lib\softIoc.dbd -d db\demo.db
:end

However, it doesn't work. No matter what value I set, the same error still exist in the terminal.

Any help will be appreciated and thanks in advance.

Zhefu












Helmholtz-Zentrum Berlin für Materialien und Energie GmbH

Mitglied der Hermann von Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V.

Aufsichtsrat: Vorsitzender Dr. Karl Eugen Huthmacher, stv. Vorsitzende Dr. Jutta Koch-Unterseher
Geschäftsführung: Prof. Dr. Bernd Rech (kommissarisch), Thomas Frederking

Sitz Berlin, AG Charlottenburg, 89 HRB 5583

Postadresse:
Hahn-Meitner-Platz 1
D-14109 Berlin

https://www.helmholtz-berlin.de

References:
Question about the waveform record of CA Lab. lzf neu

Navigate by Date:
Prev: Re: Question about the waveform record of CA Lab. Zhang Yuliang
Next: Ethernet attached stepper motors Pearson, Matthew R.
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  <20182019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: Question about the waveform record of CA Lab. Zhang Yuliang
Next: Ethernet attached stepper motors Pearson, Matthew R.
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  <20182019  2020  2021  2022  2023  2024 
ANJ, 14 Jun 2018 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·