English | Russian |
absolute value function | функция абсолютного значения (ssn) |
an alternative is to provide an initialization function that sets all internal values to the correct initial values | Альтернативный подход здесь таков – определить функцию инициализации, устанавливающую все внутренние переменные в корректное исходное состояние (см. "The Practice of Programming" by Brian W. Kernighan & Rob Pike 1999 ssn) |
an alternative is to provide an initialization function that sets all internal values to the correct initial values | Альтернативный подход здесь таков определить функцию инициализации, устанавливающую все внутренние переменные в корректное исходное состояние (см. "The Practice of Programming" by Brian W. Kernighan & Rob Pike 1999 ssn) |
Any Function Block Diagram network that generates a boolean output can be connected to a transition. In this example, MotorChecks is a function that sets a boolean signal Go to 1 true, when values of inputs Vibration, Fuel and Pressure are within operating limits | Любая сеть диаграммы функциональных блоков, порождающая логический результат вычислений, может быть связана с переходом. В этом примере, MotorChecks-функция, которая устанавливает логический сигнал Go продолжать в 1 истина, когда значения входов Vibration вибрация, Fuel топливо и Pressure давление находятся в заданных пределах (см. Robert W. Lewis: Programming industrial control systems using IEC 1131-3 ssn) |
Combinational logic circuits, described earlier, have the property that the output of a logic block is only a function of the current input values, assuming that enough time has elapsed for the logic gates to settle | как обсуждалось ранее, комбинационные логические схемы обладают следующим свойством: выход логического блока является функцией только текущих входных значений, при этом предполагается, что прошло достаточно времени для установления режима логического элемента (см. Digital Integrated Circuits – A Design Perspective 2/e by Jan M. Rabaey, Anantha Chandrakasan, Borivoje Nikolić 2003 ssn) |
data type of the value to be returned by the function | тип данных значения, возвращаемого функцией (ssn) |
declaration of initial values of function inputs | объявление начальных значений входных параметров функции (ssn) |
function as value | функция как значение (ssn) |
function block which accumulates a value for the number of changes sensed at one or more specified inputs | функциональный блок, который накапливает значение числа изменений, определяемых на одном или более указанных входов (функциональный блок счётчика ssn) |
function of the current input values | функция текущих входных значений (ssn) |
function returning a Boolean value | функция, возвращающая булево значение (Alex_Odeychuk) |
function returning no value | функция, не возвращающая значения (процедура Alex_Odeychuk) |
functions that start with the values of some arguments and return a single value as the result of the function call | функции, принимающие значения некоторого числа аргументов и возвращающие одно значение (ssn) |
individual values anywhere in the function diagram | отдельные значения в любом месте функциональной диаграммы (ssn) |
initial values of function inputs | начальные значения входных параметров функции (ssn) |
initialization function that sets all internal values to the correct initial values | функция инициализации, устанавливающая всё внутренние переменные в корректное исходное состояние |
input value of the function | входной параметр функции (ssn) |
input value of the function is type BYTE | входной параметр функции типа BYTE (ssn) |
input value of the function is type INT | входной параметр функции типа INT (ssn) |
product of the values of a function | произведение значений функции (ssn) |
product of the values of a function at points over a given range | произведение значений функции в точках на указанном интервале (ssn) |
record of function values | запись значений функционального типа (Microsoft Alex_Odeychuk) |
record of function values | запись функциональных значений (Microsoft Alex_Odeychuk) |
remaining values in the function parameter pack | остальные значения в пакете параметров функции (ssn) |
return value of the function | возвращаемое значение функции (ssn) |
returning value from function | значение, возвращаемое функцией (ssn) |
the input value of the function is type BYTE and the output is type INT | входной параметр функции типа BYTE и выход типа INT (ssn) |
the input value of the function is type INT, the output is type BYTE | входной параметр функции типа INT, выход типа BYTE (ssn) |
the type of the return value of the function must also be that of the signal | Тип возвращаемого значения функции также должен совпадать с типом сигнала (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual) |
the variable initialization constructs can be used for the declaration of initial values of function inputs and initial values of their internal and output variables | Конструкции инициализации переменных могут использоваться для объявления начальных значений входных параметров функции, внутренних и выходных переменных (см. IEC 61131-3:2013 Programmable Controllers – Programming Languages) |
this function converts a byte in BCD format into an INT value | эта функция преобразует байт формата BCD в число типа INT (ssn) |
this function converts a byte value in the Gray code | эта функция преобразует значение байта в код Грея (ssn) |
this function converts an INTEGER value into a byte in BCD format | эта функция преобразует INTEGER число в байт формата BCD (ssn) |
type, function, member and value declarations | объявление типов, функций, членов классов и значений (Alex_Odeychuk) |
type of the return value of the function | тип возвращаемого значения функции (ssn) |
type of the value to be returned by the function | тип значения, возвращаемого функцией (ssn) |
value from a function | значение, возвращаемое функцией (ssn) |
value from a function block output parameter | значение, возвращаемое выходным параметром функционального блока (ssn) |
value function | функция-значение (функция, выполняющая действие над одной символьной строкой, числом или датой/временем ssn) |
value of the function name | значение имени функции (ssn) |
value passed as the parameter to the function | значение, которое будет передано функции в качестве параметра (ssn) |
value returned by a function | значение, возвращённое функцией (ssn) |
value returned by the function | значение, возвращаемое функцией (ssn) |
value to be returned by the function | значение, возвращаемое функцией (ssn) |
values of a function | значения функции (ssn) |
values of function inputs | значения входных параметров функции (ssn) |
values of the constants which are passed to the function | значения констант, которые передаются функции (ssn) |
values of the variables which are passed to the function | значения переменных, которые передаются функции (ssn) |