SNVT_str_int

Overview:

Wide character string with locale code (15 characters max)  (Wide character string.) .   

A wide-character string of up to 14 characters plus a terminator (ASCII 0) that must be stored within the wide_char field, immediately after the last character of the string. The maximum string length is therefore 14 characters plus the terminator. SNVT_str_asc must only be used for communicating textual information to system integrators and operators. It must not be used for encoding commands or state information for other devices. Commands and state information must be encoded in appropriate scalar or structure network variable types.


Details:

Resource Set: Standard 00:00:00:00:00:00:00:00-0
Index: 37
Obsolete: no
Size: 31
Programmatic Name: SNVT_str_int
Neuron C Type:
Structure
char_setLocale code.  (code value.) .   
 
unsigned short
Minimum: 0
Maximum: 255
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
wide_charWide character string.  (array of 15 wide characters.) .   
 
unsigned long [15]
Minimum: 0
Maximum: 65535
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
Formats:

SNVT_str_int:  text("%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d", char_set, wide_char[0], wide_char[1], wide_char[2], wide_char[3], wide_char[4], wide_char[5], wide_char[6], wide_char[7], wide_char[8], wide_char[9], wide_char[10], wide_char[11], wide_char[12], wide_char[13], wide_char[14])

SNVT_str_int#LO:  text("%d|%d|%d|%d|%d|%d|%d|%d|%d|%d|%d|%d|%d|%d|%d|%d", char_set, wide_char[0], wide_char[1], wide_char[2], wide_char[3], wide_char[4], wide_char[5], wide_char[6], wide_char[7], wide_char[8], wide_char[9], wide_char[10], wide_char[11], wide_char[12], wide_char[13], wide_char[14])