Support Board
Date/Time: Sat, 18 Jan 2025 18:28:50 +0000
Post From: increase number of SC_SUBGRAPHS_AVAILABLE for custom study
[2018-02-12 20:19:22] |
User494732 - Posts: 7 |
Hi I developed study for displaying multiple horizontal lines based on the content for text file , however number of lines limited by SC_SUBGRAPHS_AVAILABLE constants. Is it possible to change this constant manually for developing a single custom study , than top reverse it back to standard after producing DLLs ? Please advise This is from scconstants.h const int SC_SUBGRAPHS_AVAILABLE = 60; const int SC_INPUTS_AVAILABLE = 128; const int SC_DRAWING_MAX_LEVELS_OLD = 32; const int SC_DRAWING_MAX_LEVELS = 64; // Do not change this, used in s_ChartDrawing and s_ConfigData const int ACSIL_DRAWING_MAX_LEVELS = 32; const int NUM_LINREG_TOOL_STD_DEVIATIONS = 12; |