ICmpIoDrvProfibus ¶ ClearData (Method) Freeze (Method) Sync (Method) Unfreeze (Method) Unsync (Method)
IoDrvCIFXProfibus.ClearData (METH) ¶ METHOD ClearData : UDINT The CLEAR DATA function sets the Master in CLEAR, the input parameters are not used InOut: Scope Name Type Comment Return ClearData UDINT Input udiRemAdr UDINT Not used. udiGroupSelect UDINT Not used.
IoDrvCIFXProfibus.Freeze (METH) ¶ METHOD Freeze : UDINT Method Freeze is part of the interface ICmpIoDrvProfibus. By this service a master causes a slave or a group of slaves to freeze the actual state of their inputs. CARE: Use either udiRemAdr, or udiGroupSelect. Do not assign values <> 0 to both inputs at the same time. InOut: Scope Name Type Comment Return Freeze UDINT Input udiRemAdr UDINT Remote address OF slave (==127, IF all slaves are concerned). 0 if one ore more groups shall be selected. udiGroupSelect UDINT Number of group. This is a bit-field. Example: Use 1 for first Group, 4 for third Group, or 5 to address group 1 and 3. 0 if no group should be selected.
IoDrvCIFXProfibus.Sync (METH) ¶ METHOD Sync : UDINT Method Sync is part of the interface ICmpIoDrvProfibus. By use of a SYNC telegram a master causes a slave or a group of slaves to write the actual output data and to freeze the output afterwards. CARE: Use either udiRemAdr, or udiGroupSelect. Do not assign values <> 0 to both inputs at the same time. InOut: Scope Name Type Comment Return Sync UDINT Input udiRemAdr UDINT Remote address OF slave (==127, IF all slaves are concerned). 0 if one ore more groups shall be selected. udiGroupSelect UDINT Number of group. This is a bit-field. Example: Use 1 for first Group, 4 for third Group, or 5 to address group 1 and 3. 0 if no group should be selected.
IoDrvCIFXProfinetDevice.LoadData (METH) ¶ METHOD LoadData : UDINT InOut: Scope Name Type Return LoadData UDINT Input pData POINTER TO PNS_DEV_IDENT_CFG
IoDrvCIFXProfinetDevice.ProcessCheckIndication (METH) ¶ METHOD ProcessCheckIndication InOut: Scope Name Type Input pCheckInd POINTER TO PNS_IF_CHECK_IND
IoDrvCIFXProfinetDevice.SaveData (METH) ¶ METHOD SaveData : UDINT InOut: Scope Name Type Return SaveData UDINT Input pData POINTER TO PNS_DEV_IDENT_CFG
IoDrvCIFXProfinetDevice.SetOEMParameters (METH) ¶ METHOD SetOEMParameters : UDINT InOut: Scope Name Type Return SetOEMParameters UDINT Input pConnector POINTER TO IoConfigConnector
IoDrvCIFXProfinetDevice.UpdateIdentData (METH) ¶ METHOD UpdateIdentData
Util ¶ DumpPacket (Method) LogHeaderLine (Method) LogInfo (Method)