JeffLowe Posted February 7, 2019 Share Posted February 7, 2019 PartOpt1..7 are not in the GateArray3 structure. How do I access these in a C PLC? Link to comment Share on other sites More sharing options...
steve.milici Posted February 8, 2019 Share Posted February 8, 2019 This is documented under the “Gate3. (PMAC3-Style ASIC) Status Elements” as Gate3.PartOptn. In C, this element should be accessed as Gate3PartData.Optn. Link to comment Share on other sites More sharing options...
JeffLowe Posted February 8, 2019 Author Share Posted February 8, 2019 This is documented under the “Gate3. (PMAC3-Style ASIC) Status Elements” as Gate3.PartOptn. In C, this element should be accessed as Gate3PartData.Optn. Found it in RtGpShm.h as part of the SHM structure accessed by: unsigned mypartopt1; mypartopt1 = pshm->Gate3PartData[0].Opt1; Link to comment Share on other sites More sharing options...
Recommended Posts