Details
-
Type: Bug
-
Status: Closed
-
Priority: Trivial
-
Resolution: Fixed
-
Affects Version/s: V2.8.0.0
-
Fix Version/s: V2.9.0.0
-
Component/s: None
-
Labels:None
-
Account:SPC Profibus Slave (SPCPROFIBUSSL)
Description
The SharedMemory example states:
ptPck->tData.abCfgData[0] = 0xA1; /* Identifier byte, 2 bytes input modul */
ptPck->tData.abCfgData[1] = 0x91; /* Identifier byte, 2 bytes output modul */
But 0xA1 is 2 byte output module and 0x91 is 2 byte input module.