{{getConfigureVariableDataType(item.key)}}
{{item.name}}
{{item.displayName}}
{{lc(item.key)}}
{{storageFilterLabel}} ×
{{l('Yes')}} ›
{{l('No')}}
{{lc('AllModes')}}
{{lc('PeriodSampling')}} ›
{{lc('ChangeSampling')}}
{{lc('AllPeriods')}}
{{lc('SecondStorage')}}
{{lc('MinuteStorage')}}
{{lc('HourStorage')}}
{{lc(item.key)}}
  • {{lc('BasicVariable')}}
  • {{lc('CalculationVariable')}}
{{l('Actions')}} {{lc('ConfigureVariableName')}} {{lc('Unit')}} {{lc('DataSourceName')}} {{lc('VariableGroup')}} {{lc('DataType')}} {{lc('MinValue')}} {{lc('MaxValue')}} {{lc('CharCount')}} {{lc('StateDescription')}} {{lc('AccessRights')}} {{lc('RefVariableName')}} {{lc('VariableDevice')}} {{lc('ConfigureVariableStationNo')}} {{lc('MqttVariableName')}} {{lc('MqttVariableDataPath')}} {{lc('VariableDataType')}} {{lc('VariableAddress')}} {{lc('IsEnableVariableStorage')}} {{record.name}} {{record.dataType === dataType.Int32 || record.dataType === dataType.Float ? record.unit : '-'}} {{getDataSourceName(record.configureDataSourceName, record.dataParsed)}} {{record.groupName}} {{getConfigureVariableDataType(record.dataTypeStr)}} {{record.dataType === dataType.Int32 || record.dataType === dataType.Float ? record.minValue : '-'}} {{record.dataType === dataType.Int32 || record.dataType === dataType.Float ? record.maxValue : '-'}} {{record.dataType === dataType.String ? record.charCount : '-'}} {{record.dataType === dataType.Bool ? getLabelString(record.labelText) : '-'}} {{lc(record.variableRwTypeStr)}} {{record.refFBoxVariableDto?.name}} {{record.refFBoxVariableDto?.devAlias}} {{record.refFBoxVariableDto?.stationNo}} {{record.refMqttVariableDto?.mqttVariableName}} {{record.refMqttVariableDto?.dataPath}} {{record.refMqttVariableDto ? getMqttDataType(record.refMqttVariableDto.dataType) : ''}} {{record.refFBoxVariableDto ? formatDataType(record.refFBoxVariableDto.dataType, record.refFBoxVariableDto.bitIndexEnabled) : ''}} {{record.refFBoxVariableDto?.addressDescription}} {{record.enableVariableStorage? l('Yes') : l('No')}}
{{l('NoData')}}
{{l('TotalRecordsCount', primengTableHelper.totalRecordsCount)}}