Prosoft-technology MVI56E-LDM Manual do Utilizador Página 123

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 264
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 122
ControlLogix Platform "C" Programmable CIP API Functions
Linux Application Development Module Developer's Manual
ProSoft Technology, Inc. Page 117 of 264
March 12, 2014
Description
This function may be used to change options of the fly but is intended to be
called once immediately after OCXcip_CreateTagDbHandle(). All options are off by
default.
Example
OCXHANDLE hAPI;
OCXTAGDBHANDLE hTagDb;
DWORD opts = OCX_CIP_TAGDBOPT_NORM_STRINGS|OCX_XIP_TAFDBOPT_NORM_BOOLS;
int rc;
rc=OCXcip_CreateTagDbHandlSetTagDbOptions(hApi, hTagDb, opts, 4););
if (rc!=OCX_SUCCESS)
{
printf("OCXcip_SetTagDbOpts() error %d\n, rc");
}
else
{
printf("OCXcip_SetTagDbOpts() success\n);
}
See Also
OCXcip_GetSymbolInfo , OCXcip_GetStructInfo , OCXcip_GetStructMbrInfo
Vista de página 122
1 2 ... 118 119 120 121 122 123 124 125 126 127 128 ... 263 264

Comentários a estes Manuais

Sem comentários