3
Mais lidos
9
Mais lidos
10
Mais lidos
Linked Symbols
6 de Março, 2015
AGENDA
Agenda
InduSoft (Vinícius Chicone)
– Arquitetura Interna
– Linked Symbols
• Objetivos e Benefícios
• Design
• Demos
– Edição de Runtime
• Visão Geral
• Suporte Gráfico
– Clientes
• Visão Geral
• Suporte Gráfico
– Loja Online do Indusoft
– Q & A
ESTRUTURA INTERNA
Internal Architecture Diagram
OPC
XML/DA
Runtime
Database /
ERP
Runtime
Driver
Runtime
OPC DA
Client
Runtime
OPC UA
Client
Runtime
TCP/IP
Client
Runtime
Background
Task
TCP/IP
Server
Runtime
Tags
Database
Engine
Alarms
Trends
Recipes
Reports
Math
Script
Scheduler
Studio Manager.exe
(Runtime)
Local Viewer
(Viewer.exe)
Secure Viewer
Thin Client
Web
Thin Client
SMA
Thin Client
Graphical Interface
Third party
Web Server
IIS
Project
Configuration
Files
LINKED SYMBOLS
Linked Symbols – Objetivos e Benefícios
Melhora a produtividade (poupa
tempo):
 Projete uma vez(símbolo master),
implante muitas vezes (instâncias do
símbolo)
 Modifique o símbolo master e atualiza
automaticamente todas as suas
intâncias
Melhore a qualidade:
 Reforce a consistência ao longo
do projeto
Aproveite a flexibilidade:
 Personalize a sua própria biblioteca de
símbolos
 Compartilhe símbolos através de
diferentes projetos
Configuração de Objetos Orientados
Nativos em um ambiente amigável.
Linked Symbols – Design
Bibliotecas:
 Biblioteca dos Símbolos do Sistema: Product-based library (ex: C:Program Files
(x86)InduSoft Web Studio v7.1Symbol*.*).
 Biblioteca dos Símbolos do Projeto: Biblioteca baseada no projeto (ex:
C:Users<UserName>DocumentsInduSoft Web Studio v7.1
ProjectsPCDemoSymbol*.*).
Biblioteca de Símbolos do
Sistema
Biblioteca de Símbolos do
Porjeto
Crie um
símbolo
Envie aos Símbolos do
Sistema
Editor de Tela
Adicione um Símbolo
de Sistema em uma
Tela
Linked Symbols – Design
Definição de Propriedade Personalizada:
 Propriedades dos Linked Symbols podem ser personalizados individualmente para cada instância do Linked Symbol
mestre vinculado.
Alias alfanumérico para a
propriedade personalizada
(ex: ValveState).
Segue as mesmas regras para nomes
de tag:
- Até 1024 caracteres
- Letras (A..Z), números (0..9), e
sublinhar (_)
- Primeiro caractere não pode ser
um número
- Não é case sensitive.
Valor Padrão Opcional para a
propriedade personalizada. Possíveis
opções:
- Número (ex: 10)
- Texto (ex: “On”)
- Nome de Tag (ex: Level)
- Expressão (ex: (Level+10))
#Custom_Property_Name:[Custom_Property_Default_Value]
Syntax da Propriedade Personalizada:
Símbolo de Hash Caractere “dois pontos”
Comportamente da Propriedade Personalizada:
 Durante o tempo de execução, tudo entre o símbolo hash (#) e o caractere dois pontos (:), incluindo estes dois
caracteres, são ignorados, e o tempo de execução executa somente o que está escrito depois dos dois pontos.
Linked Symbols – Design
Exemplos:
Custom Property Remarks
MyProperty Invalid syntax. Missing # and :
#MyProperty Invalid syntax. Missing :
MyProperty: Invalid syntax: Missing #
#MyProperty: Correct syntax. No default value.
#MyProperty:10 Correct syntax. Default value is the
numeric value 10.
#MyProperty:”ABC” Correct syntax. Default value is the string
(text) value ABC.
#MyProperty:TagA Correct syntax. Default value is the value
of the tag called TagA.
#MyProperty:(TagA+10) Correct syntax. Default value is the result
of the expression TagA+10.
Linked Symbols – Design
Feature Avançada:
 Você pode associar o mesmo nome da propriedade personalizada (alias) para diferentes
valores, desde que todos os valores padrão associados à mesma propriedade
personalizada são membros de uma mesma tag classe.
 Neste caso, ao configurar cada instância do Linked Symbol, você só precisa personalizar
o nome principal da tag (e/ou posição array) e todos os membros de classe são
automaticamente designados para o novo nome do tag (e/ou posição array). O novo
nome principal da tag atribuído à instância do Linked Symbol devem ser do mesmo tipo
de Classe da tag principal original definida como valor padrão da propriedade
personalizada.
Linked Symbols – Design
Exemplos:
Custom Property Remarks
#MyProperty:MainTagA.Member1
#MyProperty:MainTagB.Member1
#MyProperty:MainTagC.Member1
Invalid syntax. You must not associate the same
custom property name (MyProperty) to
different main tag names (MainTagA, MainTagB,
MainTagC).
#MyProperty:MainTagA.Member1
#MyProperty:MainTagA.Member2
#MyProperty:MainTagA.Member3
Correct syntax. The same custom property
name (MyProperty) was associated to different
members (Member1, Member2, Member3)
from the same Main Tag Name (MainTagA).
#MyProperty:MainTagA[1].Member1
#MyProperty:MainTagA[2].Member2
#MyProperty:MainTagA[3].Member3
Invalid syntax. You must not associate the same
custom property name (MyProperty) to
different Array Positions ([1], [2], [3]).
#MyProperty:MainTagA[1].Member1
#MyProperty:MainTagA[1].Member2
#MyProperty:MainTagA[1].Member3
Correct syntax. The same custom property
name (MyProperty) was associated to different
members (Member1, Member2, Member3)
from the same Main Tag Name (MainTagA) and
same Array Position ([1]).
EDIÇÃO DE RUNTIME
Target Runtime Editions – Visão Geral
Produto
Modo de
Execução
Plataforma
Indusoft Web Studio
Development
and/or Runtime
Windows for desktop/server stations (e.g.: Windows XP, Vista, 7, 8,
2003 Server, 2008 Server R2, 2012 Server)
EmbeddedView Runtime only Windows Embedded (e.g.: XP Embedded, Embedded Standard)
CEView Runtime only
Windows Embedded CE and Windows Mobile (e.g.: Windows CE
v5.0 or newer, Windows Mobile 6.5)
InduSoft Web Studio Embedded View CEView
Desenvolva uma vez … Implante em qualquer lugar!
Target Runtime Editions – Graphical Support
Feature
Runtime Editions
InduSoft Web Studio EmbeddedView / CEView
Graphical interface
Container for .NET controls Supported NOT supported
Studio Mobile Access (SMA) Thin Client Supported Supported with limitations
Auto screen scaling Supported Supported with limitations
Fill effects Supported Supported with limitations
Linked Picture Supported Supported with limitations
Background Picture Supported Supported with limitations
Ellipse Style Types Supported Supported with limitations
Hint (Tooltip) Supported Supported with limitations
Command events Supported Supported with limitations
Rotation animation Supported Supported with limitations
Trend Control > Export to file Supported NOT supported
Trend Control > Points > Pen Style > Fill Supported NOT supported
Enhanced graphics (anti-aliasing, gradual
transparency)
Supported NOT supported
Multi-touch gestures Supported Supported with limitations
CLIENTES
Soluções Thin Clients – Visão Geral
Plataforma: Windows
Host: Web Browser (Internet Explorer)
Tecnologia: Plug-in
Web Thin Clients
Plataforma: Windows
Host: Secure Viewer
Tecnologia: Compiled executable
Secure Viewer Thin Clients
Plataforma: Agnostic
Host: Web Browser agnostic
Tecnologia: HTML5
Studio Mobile Access (SMA) Thin Clients
Soluções Web Thin Client – Suporte Gráfico
Grupo Tipo
Suporte Para
Web Thin Client Secure Viewer Thin Client SMA Thin Client
Formas
Linha Sim Sim Sim
Polígono Aberto Sim Sim Sim
Polígono Fechado Sim Sim Sim
Retângulo Sim Sim Sim
Retângulo Arredondado Sim Sim Sim
Elipse Sim Sim Sim
Objetos Ativos
Texto Sim Sim Sim
Caixa de Texto Sim Sim Sim
Botão Sim Sim Sim
Botão de Ação Sim Sim Ainda Não
Caixa de Seleção Sim Sim Sim
Botão de Opção Sim Sim Sim
Caixa de Combinação Sim Sim Sim
Caixa de Lista Sim Sim Ainda Não
Mensagem Inteligente Sim Sim Ainda Não
Objetos de Dados
Alarme/Evento Sim Sim Ainda Não
Tendência Sim Sim Ainda Não
Grid Sim Sim Ainda Não
Biblioteca
Símbolos Sim Sim Sim
Figura Vinculada Sim Sim Sim
.NET Control Sim Sim Não
Controle ActiveX Sim Sim Não
Animações
Comando Sim Sim Sim
Hyperlink Sim Sim Sim
Gráfico de Barras Sim Sim Sim
Texto com Link de Dados Sim Sim Sim
Cor Sim Sim Sim
Visibilidade/Posição Sim Sim Sim
Redimensionamento Sim Sim Sim
Rotação Sim Sim Sim
LOJA ONLINE INDUSOFT
Loja Online do Indusoft – Free Add-Ons
http://www.indusoft.com/br/Loja/Complementos-Adicionais-Gratuitos
www.Indusoft.com/br > Loja > Complementos Adicionais Gratuitos
Q & A
ENTRE EM CONTATO
COM A INDUSOFT
Email
(EUA) info@indusoft.com
(Brasil) info@indusoft.com.br
(Alemanha) info@indusoft.com.de
Suporte suporte@indusoft.com.br
Web site
(Inglês) www.indusoft.com
(Português) www.indusoft.com.br
(Alemão) www.indusoft.com.de
Telefone (512) 349-0334 (EUA)
+55-11-3293-9139 (Brasil)
+49 (0) 6227-732510 (Alemanha)
Toll-Free 877-INDUSOFT (877-463-8763)
Fax (512) 349-0375
Germany
USA
Brazil
Contate a InduSoft Hoje
OBRIGADO!

Mais conteúdo relacionado

PPT
Intro revit 9
PPTX
InduSoft Web Studio and Developing Applications for OEMs - InduSoft Presentation
PPTX
What's New In InduSoft Web Studio 8.1 + SP5 from AVEVA
PPTX
What's New In InduSoft Web Studio 8.1 + SP4
PPTX
Introduction to InduSoft Web Studio 8.1 + SP5
PPTX
What's New In InduSoft Web Studio 8.1 + SP3
PPTX
Introduction to InduSoft Web Studio 8.1 + SP3
PPTX
Introduction to InduSoft Web Studio 8.1 + SP2
Intro revit 9
InduSoft Web Studio and Developing Applications for OEMs - InduSoft Presentation
What's New In InduSoft Web Studio 8.1 + SP5 from AVEVA
What's New In InduSoft Web Studio 8.1 + SP4
Introduction to InduSoft Web Studio 8.1 + SP5
What's New In InduSoft Web Studio 8.1 + SP3
Introduction to InduSoft Web Studio 8.1 + SP3
Introduction to InduSoft Web Studio 8.1 + SP2

Mais de AVEVA (20)

PPTX
What's New In InduSoft Web Studio 8.1 + SP2
POTX
Alarm Notifications with WIN-911 NOW Available for InduSoft Web Studio - Indu...
PPTX
Alarm Notifications with WIN-911 NOW Available for InduSoft Web Studio - WIN-...
PPTX
Introduction to InduSoft Web Studio 8.1 + Service Pack 1
PPTX
What's New In InduSoft Web Studio 8.1 + SP1
PPTX
Introduction to InduSoft Web Studio 8.1 + SP1
PPTX
Security and LDAP integration in InduSoft Web Studio
PPTX
Graphical Interface Scaling in InduSoft Web Studio
PPTX
What's New In InduSoft Web Studio 8.1
PPTX
Introduction to InduSoft Web Studio 8.1
PPTX
What’s coming in InduSoft Web Studio 8.1
PPTX
Webinar: OPC UA Clients on Linux Systems with InduSoft Web Studio-OPC Foundat...
PPTX
Webinar: OPC UA Clients on Linux Systems with InduSoft Web Studio-InduSoft Pr...
PPTX
Tips and Tricks for InduSoft Web Studio-August 2017
PPTX
InduSoft Presentation: Advanced System Integration Techniques for InduSoft We...
PPTX
CyberFusion Presentation: Advanced System Integration Techniques for InduSoft...
PPTX
Grid Objects in InduSoft Web Studio
PPTX
IoT Powered Predictive Maintenance for Machine Builders and Users
PPTX
Recipe Management with InduSoft Web Studio
PPTX
InduSoft Web Studio 8.0 + Service Pack Two Overview
What's New In InduSoft Web Studio 8.1 + SP2
Alarm Notifications with WIN-911 NOW Available for InduSoft Web Studio - Indu...
Alarm Notifications with WIN-911 NOW Available for InduSoft Web Studio - WIN-...
Introduction to InduSoft Web Studio 8.1 + Service Pack 1
What's New In InduSoft Web Studio 8.1 + SP1
Introduction to InduSoft Web Studio 8.1 + SP1
Security and LDAP integration in InduSoft Web Studio
Graphical Interface Scaling in InduSoft Web Studio
What's New In InduSoft Web Studio 8.1
Introduction to InduSoft Web Studio 8.1
What’s coming in InduSoft Web Studio 8.1
Webinar: OPC UA Clients on Linux Systems with InduSoft Web Studio-OPC Foundat...
Webinar: OPC UA Clients on Linux Systems with InduSoft Web Studio-InduSoft Pr...
Tips and Tricks for InduSoft Web Studio-August 2017
InduSoft Presentation: Advanced System Integration Techniques for InduSoft We...
CyberFusion Presentation: Advanced System Integration Techniques for InduSoft...
Grid Objects in InduSoft Web Studio
IoT Powered Predictive Maintenance for Machine Builders and Users
Recipe Management with InduSoft Web Studio
InduSoft Web Studio 8.0 + Service Pack Two Overview
Anúncio

Último (20)

PPTX
Do código à carreira: O Profissional de TI que o mercado realmente quer - com...
PPTX
ccursoammaiacursoammaiacursoammaia123456
PPTX
Aula 7 - Listas em Python (Introdução à Ciencia da Computação)
PDF
Integração da produção com o SAP Extended Warehouse Management, EWM130 Col26
PPTX
Analise Estatica de Compiladores para criar uma nova LP
PPT
Apresentacao Do Trabalho de Inteligencia
PDF
Customizing básico em SAP Extended Warehouse Management, EWM110 Col26
PPTX
RCSOFTdfsdfrvadfvdfvargfvevevrervevqer.pptx
PDF
Aula 9 - Funções 202yttvrcrg5-1.pptx.pdf
PPT
inteligencia_artificial REPRESENTAÇÃO DO CONHECECIMENTO
PDF
Personalização de tópicos adicionais no SAP Extended Warehouse Management, EW...
PDF
resumo de instalação de placa arduino em jardim vertical para fertirrigação
PDF
Metodologia Scrumban-XP - Um Guia Rápido (MrSomebody19).pdf
PPT
Padrões de Beleza I - Estética Corporal e Saúde
PDF
SEMINÁRIO DE IHC - A interface Homem-Máquina
PDF
Capacitação em Logística – Instituto Federal
PPTX
Aula 9 - Funções em Python (Introdução à Ciência da Computação)
PDF
instalacoes eletricas para industria apressentacao basicas
PPT
01 - Arquitetura de Computadores 1 TEC [Salvo automaticamente].ppt
PPTX
3b - Bradesco Lean Agile Training Plan - Ritos Operacionais (1).pptx
Do código à carreira: O Profissional de TI que o mercado realmente quer - com...
ccursoammaiacursoammaiacursoammaia123456
Aula 7 - Listas em Python (Introdução à Ciencia da Computação)
Integração da produção com o SAP Extended Warehouse Management, EWM130 Col26
Analise Estatica de Compiladores para criar uma nova LP
Apresentacao Do Trabalho de Inteligencia
Customizing básico em SAP Extended Warehouse Management, EWM110 Col26
RCSOFTdfsdfrvadfvdfvargfvevevrervevqer.pptx
Aula 9 - Funções 202yttvrcrg5-1.pptx.pdf
inteligencia_artificial REPRESENTAÇÃO DO CONHECECIMENTO
Personalização de tópicos adicionais no SAP Extended Warehouse Management, EW...
resumo de instalação de placa arduino em jardim vertical para fertirrigação
Metodologia Scrumban-XP - Um Guia Rápido (MrSomebody19).pdf
Padrões de Beleza I - Estética Corporal e Saúde
SEMINÁRIO DE IHC - A interface Homem-Máquina
Capacitação em Logística – Instituto Federal
Aula 9 - Funções em Python (Introdução à Ciência da Computação)
instalacoes eletricas para industria apressentacao basicas
01 - Arquitetura de Computadores 1 TEC [Salvo automaticamente].ppt
3b - Bradesco Lean Agile Training Plan - Ritos Operacionais (1).pptx
Anúncio

Criando Símbolos Otimizados para Projetos no InduSoft Web Studio

  • 1. Linked Symbols 6 de Março, 2015
  • 3. Agenda InduSoft (Vinícius Chicone) – Arquitetura Interna – Linked Symbols • Objetivos e Benefícios • Design • Demos – Edição de Runtime • Visão Geral • Suporte Gráfico – Clientes • Visão Geral • Suporte Gráfico – Loja Online do Indusoft – Q & A
  • 5. Internal Architecture Diagram OPC XML/DA Runtime Database / ERP Runtime Driver Runtime OPC DA Client Runtime OPC UA Client Runtime TCP/IP Client Runtime Background Task TCP/IP Server Runtime Tags Database Engine Alarms Trends Recipes Reports Math Script Scheduler Studio Manager.exe (Runtime) Local Viewer (Viewer.exe) Secure Viewer Thin Client Web Thin Client SMA Thin Client Graphical Interface Third party Web Server IIS Project Configuration Files
  • 7. Linked Symbols – Objetivos e Benefícios Melhora a produtividade (poupa tempo):  Projete uma vez(símbolo master), implante muitas vezes (instâncias do símbolo)  Modifique o símbolo master e atualiza automaticamente todas as suas intâncias Melhore a qualidade:  Reforce a consistência ao longo do projeto Aproveite a flexibilidade:  Personalize a sua própria biblioteca de símbolos  Compartilhe símbolos através de diferentes projetos Configuração de Objetos Orientados Nativos em um ambiente amigável.
  • 8. Linked Symbols – Design Bibliotecas:  Biblioteca dos Símbolos do Sistema: Product-based library (ex: C:Program Files (x86)InduSoft Web Studio v7.1Symbol*.*).  Biblioteca dos Símbolos do Projeto: Biblioteca baseada no projeto (ex: C:Users<UserName>DocumentsInduSoft Web Studio v7.1 ProjectsPCDemoSymbol*.*). Biblioteca de Símbolos do Sistema Biblioteca de Símbolos do Porjeto Crie um símbolo Envie aos Símbolos do Sistema Editor de Tela Adicione um Símbolo de Sistema em uma Tela
  • 9. Linked Symbols – Design Definição de Propriedade Personalizada:  Propriedades dos Linked Symbols podem ser personalizados individualmente para cada instância do Linked Symbol mestre vinculado. Alias alfanumérico para a propriedade personalizada (ex: ValveState). Segue as mesmas regras para nomes de tag: - Até 1024 caracteres - Letras (A..Z), números (0..9), e sublinhar (_) - Primeiro caractere não pode ser um número - Não é case sensitive. Valor Padrão Opcional para a propriedade personalizada. Possíveis opções: - Número (ex: 10) - Texto (ex: “On”) - Nome de Tag (ex: Level) - Expressão (ex: (Level+10)) #Custom_Property_Name:[Custom_Property_Default_Value] Syntax da Propriedade Personalizada: Símbolo de Hash Caractere “dois pontos” Comportamente da Propriedade Personalizada:  Durante o tempo de execução, tudo entre o símbolo hash (#) e o caractere dois pontos (:), incluindo estes dois caracteres, são ignorados, e o tempo de execução executa somente o que está escrito depois dos dois pontos.
  • 10. Linked Symbols – Design Exemplos: Custom Property Remarks MyProperty Invalid syntax. Missing # and : #MyProperty Invalid syntax. Missing : MyProperty: Invalid syntax: Missing # #MyProperty: Correct syntax. No default value. #MyProperty:10 Correct syntax. Default value is the numeric value 10. #MyProperty:”ABC” Correct syntax. Default value is the string (text) value ABC. #MyProperty:TagA Correct syntax. Default value is the value of the tag called TagA. #MyProperty:(TagA+10) Correct syntax. Default value is the result of the expression TagA+10.
  • 11. Linked Symbols – Design Feature Avançada:  Você pode associar o mesmo nome da propriedade personalizada (alias) para diferentes valores, desde que todos os valores padrão associados à mesma propriedade personalizada são membros de uma mesma tag classe.  Neste caso, ao configurar cada instância do Linked Symbol, você só precisa personalizar o nome principal da tag (e/ou posição array) e todos os membros de classe são automaticamente designados para o novo nome do tag (e/ou posição array). O novo nome principal da tag atribuído à instância do Linked Symbol devem ser do mesmo tipo de Classe da tag principal original definida como valor padrão da propriedade personalizada.
  • 12. Linked Symbols – Design Exemplos: Custom Property Remarks #MyProperty:MainTagA.Member1 #MyProperty:MainTagB.Member1 #MyProperty:MainTagC.Member1 Invalid syntax. You must not associate the same custom property name (MyProperty) to different main tag names (MainTagA, MainTagB, MainTagC). #MyProperty:MainTagA.Member1 #MyProperty:MainTagA.Member2 #MyProperty:MainTagA.Member3 Correct syntax. The same custom property name (MyProperty) was associated to different members (Member1, Member2, Member3) from the same Main Tag Name (MainTagA). #MyProperty:MainTagA[1].Member1 #MyProperty:MainTagA[2].Member2 #MyProperty:MainTagA[3].Member3 Invalid syntax. You must not associate the same custom property name (MyProperty) to different Array Positions ([1], [2], [3]). #MyProperty:MainTagA[1].Member1 #MyProperty:MainTagA[1].Member2 #MyProperty:MainTagA[1].Member3 Correct syntax. The same custom property name (MyProperty) was associated to different members (Member1, Member2, Member3) from the same Main Tag Name (MainTagA) and same Array Position ([1]).
  • 14. Target Runtime Editions – Visão Geral Produto Modo de Execução Plataforma Indusoft Web Studio Development and/or Runtime Windows for desktop/server stations (e.g.: Windows XP, Vista, 7, 8, 2003 Server, 2008 Server R2, 2012 Server) EmbeddedView Runtime only Windows Embedded (e.g.: XP Embedded, Embedded Standard) CEView Runtime only Windows Embedded CE and Windows Mobile (e.g.: Windows CE v5.0 or newer, Windows Mobile 6.5) InduSoft Web Studio Embedded View CEView Desenvolva uma vez … Implante em qualquer lugar!
  • 15. Target Runtime Editions – Graphical Support Feature Runtime Editions InduSoft Web Studio EmbeddedView / CEView Graphical interface Container for .NET controls Supported NOT supported Studio Mobile Access (SMA) Thin Client Supported Supported with limitations Auto screen scaling Supported Supported with limitations Fill effects Supported Supported with limitations Linked Picture Supported Supported with limitations Background Picture Supported Supported with limitations Ellipse Style Types Supported Supported with limitations Hint (Tooltip) Supported Supported with limitations Command events Supported Supported with limitations Rotation animation Supported Supported with limitations Trend Control > Export to file Supported NOT supported Trend Control > Points > Pen Style > Fill Supported NOT supported Enhanced graphics (anti-aliasing, gradual transparency) Supported NOT supported Multi-touch gestures Supported Supported with limitations
  • 17. Soluções Thin Clients – Visão Geral Plataforma: Windows Host: Web Browser (Internet Explorer) Tecnologia: Plug-in Web Thin Clients Plataforma: Windows Host: Secure Viewer Tecnologia: Compiled executable Secure Viewer Thin Clients Plataforma: Agnostic Host: Web Browser agnostic Tecnologia: HTML5 Studio Mobile Access (SMA) Thin Clients
  • 18. Soluções Web Thin Client – Suporte Gráfico Grupo Tipo Suporte Para Web Thin Client Secure Viewer Thin Client SMA Thin Client Formas Linha Sim Sim Sim Polígono Aberto Sim Sim Sim Polígono Fechado Sim Sim Sim Retângulo Sim Sim Sim Retângulo Arredondado Sim Sim Sim Elipse Sim Sim Sim Objetos Ativos Texto Sim Sim Sim Caixa de Texto Sim Sim Sim Botão Sim Sim Sim Botão de Ação Sim Sim Ainda Não Caixa de Seleção Sim Sim Sim Botão de Opção Sim Sim Sim Caixa de Combinação Sim Sim Sim Caixa de Lista Sim Sim Ainda Não Mensagem Inteligente Sim Sim Ainda Não Objetos de Dados Alarme/Evento Sim Sim Ainda Não Tendência Sim Sim Ainda Não Grid Sim Sim Ainda Não Biblioteca Símbolos Sim Sim Sim Figura Vinculada Sim Sim Sim .NET Control Sim Sim Não Controle ActiveX Sim Sim Não Animações Comando Sim Sim Sim Hyperlink Sim Sim Sim Gráfico de Barras Sim Sim Sim Texto com Link de Dados Sim Sim Sim Cor Sim Sim Sim Visibilidade/Posição Sim Sim Sim Redimensionamento Sim Sim Sim Rotação Sim Sim Sim
  • 20. Loja Online do Indusoft – Free Add-Ons http://www.indusoft.com/br/Loja/Complementos-Adicionais-Gratuitos www.Indusoft.com/br > Loja > Complementos Adicionais Gratuitos
  • 21. Q & A
  • 22. ENTRE EM CONTATO COM A INDUSOFT
  • 23. Email (EUA) [email protected] (Brasil) [email protected] (Alemanha) [email protected] Suporte [email protected] Web site (Inglês) www.indusoft.com (Português) www.indusoft.com.br (Alemão) www.indusoft.com.de Telefone (512) 349-0334 (EUA) +55-11-3293-9139 (Brasil) +49 (0) 6227-732510 (Alemanha) Toll-Free 877-INDUSOFT (877-463-8763) Fax (512) 349-0375 Germany USA Brazil Contate a InduSoft Hoje