{"id":3999,"date":"2019-02-12T16:10:18","date_gmt":"2019-02-12T16:10:18","guid":{"rendered":"https:\/\/cyflexdoc.wpengine.com\/usage-help-manual\/1-utilities-and-user-commands\/sys_start\/"},"modified":"2026-05-27T15:09:59","modified_gmt":"2026-05-27T20:09:59","slug":"sys_start","status":"publish","type":"page","link":"https:\/\/cyflex.com\/index.php\/usage-help-manual\/10-standard-services\/sys_start\/","title":{"rendered":"sys_start"},"content":{"rendered":"<div>\n<h3>Purpose:<\/h3>\n<\/div>\n<p style=\"padding-left: 40px;\">Initialize shared memory areas, semaphores, and events for the CyFlex system.<\/p>\n<h3>Enter:<\/h3>\n<dl>\n<dd>\n<p><strong>sys_start<\/strong>\u00a0[filename] [real=X] [integer=X] [logical=X] [string=X] [stat=X] [expr=X] [saved_data=X] [limits=X] [tables=X] [alias=X] [rarray=X] [iarray=X] [sarray=X] [larray=X] [PAM_stats=X] [log_vars=X]<\/p>\n<\/dd>\n<\/dl>\n<h3>Where:<\/h3>\n<dl>\n<dd>\n<div>\n<table cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col \/>\n<col \/> <\/colgroup>\n<tbody>\n<tr>\n<td>\n<p>filename<\/p>\n<\/td>\n<td>\n<p>Optional. Specify the filename to access initialization information. The default is &#8216;\/cell\/logi_specs.nnn&#8217;, where nnn is the test cell number.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>real=X<\/p>\n<\/td>\n<td>\n<p>Optional. Specify the number of general usage real variables allowed. The default is 1000.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>integer=X<\/p>\n<\/td>\n<td>\n<p>Optional. Specify the number of general usage integer variables allowed. The default is 200.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>logical=X<\/p>\n<\/td>\n<td>\n<p>Optional. Specify the number of general usage logical variables allowed. The default is 200.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>string=X<\/p>\n<\/td>\n<td>\n<p>Optional. Specify the number of general usage string variables allowed. The default is 256.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>stat=X<\/p>\n<\/td>\n<td>\n<p>Optional. Specify the number of general usage statistical variables allowed. The default is 100.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>expr=X<\/p>\n<\/td>\n<td>\n<p>Optional. Specify the number of general usage computed expressions allowed. The default is 1000.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>saved_data=X<\/p>\n<\/td>\n<td>\n<p>Optional. Specify the number of variables that can be stored in the \/data\/save_parameters file. The default is 200.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>limits=X<\/p>\n<\/td>\n<td>\n<p>Optional. Specify the number of limits allowed. The default is 200.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>tables=X<\/p>\n<\/td>\n<td>\n<p>Optional. Specify the number of calibration tables allowed. The default is 100.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>alias=X<\/p>\n<\/td>\n<td>\n<p>Optional. Specify the number of aliases variables names. The default is 100.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>rarray=X<\/p>\n<\/td>\n<td>\n<p>Optional. Specify the number of real array variables. The default is 10.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>iarray=X<\/p>\n<\/td>\n<td>\n<p>Optional. Specify the number of integer array variables. The default is 10.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>sarray=X<\/p>\n<\/td>\n<td>\n<p>Optional. Specify the number of string array variables. The default is 10.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>larray=X<\/p>\n<\/td>\n<td>\n<p>Optional. Specify the number of logical array variables. The default is 10.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>PAM_stats=X<\/p>\n<\/td>\n<td>\n<p>Optional. Specify the maximum number of pam_specs variables that can be specified as &#8220;AVER&#8221;. The default is 1000.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>log_vars=X<\/p>\n<\/td>\n<td>\n<p>Optional. Specify the maximum number of variables that can be logged with either floger or dlogger. The default is 1000.<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/dd>\n<\/dl>\n<h3>Example:<\/h3>\n<dl>\n<dd>\n<p><strong>sys_start<\/strong> filename real=1000 integer=384 logical=1000 string=256 stat=128 expr=1000 saved_data=256 limits=200 tables=256 long_tables=12 PAM_stats=100 log_vars=1200<\/p>\n<p>The above example performs initialization and overrides the default values with the specified values for each of the specified data types. By specifying 1200 for the log_vars argument, upto 1200 variables can be logged within the dlogger and floger programs.<\/p>\n<p><strong>sys_start<\/strong><\/p>\n<p>The above command performs initialization and accesses the file logi_specs.nnn for some of the initialization information.<\/p>\n<\/dd>\n<\/dl>\n<h3>Notes:<\/h3>\n<dl>\n<dd>\n<p>Use the &#8216;show_mem&#8217; command to check shared memory usage. Array sizes for general use variables are flexible and configurable.<\/p>\n<\/dd>\n<\/dl>\n<h3>See Also:<\/h3>\n<dl>\n<dd>\n<p><a href=\"https:\/\/cyflex.com\/index.php\/usage-help-manual\/10-standard-services\/create_var\/\">create_var<\/a>, <a href=\"\/index.php\/usage-help-manual\/11-utilities-and-user-commands\/show_mem\/\">show_mem<\/a>, <a href=\"\/wp-content\/uploads\/Array-Variables.pdf\">Array Variables<\/a><\/p>\n<\/dd>\n<\/dl>\n","protected":false},"excerpt":{"rendered":"<p>Purpose: Initialize shared memory areas, semaphores, and events for the CyFlex system. Enter: sys_start\u00a0[filename] [real=X] [integer=X] [logical=X] [string=X] [stat=X] [expr=X] [saved_data=X] [limits=X] [tables=X] [alias=X] [rarray=X] [iarray=X] [sarray=X] [larray=X] [PAM_stats=X] [log_vars=X] Where: filename Optional. Specify the filename to access initialization information. The default is &#8216;\/cell\/logi_specs.nnn&#8217;, where nnn is the test cell number. real=X Optional. Specify the [&hellip;]<\/p>\n","protected":false},"author":47,"featured_media":0,"parent":1950,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3999","page","type-page","status-publish","hentry"],"post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/cyflex.com\/index.php\/wp-json\/wp\/v2\/pages\/3999","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cyflex.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cyflex.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cyflex.com\/index.php\/wp-json\/wp\/v2\/users\/47"}],"replies":[{"embeddable":true,"href":"https:\/\/cyflex.com\/index.php\/wp-json\/wp\/v2\/comments?post=3999"}],"version-history":[{"count":1,"href":"https:\/\/cyflex.com\/index.php\/wp-json\/wp\/v2\/pages\/3999\/revisions"}],"predecessor-version":[{"id":15392,"href":"https:\/\/cyflex.com\/index.php\/wp-json\/wp\/v2\/pages\/3999\/revisions\/15392"}],"up":[{"embeddable":true,"href":"https:\/\/cyflex.com\/index.php\/wp-json\/wp\/v2\/pages\/1950"}],"wp:attachment":[{"href":"https:\/\/cyflex.com\/index.php\/wp-json\/wp\/v2\/media?parent=3999"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}