JAN Posted October 3, 2016 Share Posted October 3, 2016 HI, Im using a power pmac cpci format. I would like to declare M variables that point to my IOs of the ACC11C opt1. unfortunately the IDE didn't detect the option on this card. hereafter an example: M1098->Acc11C[_ACC11C_INDEX_].CtrlReg; configured to 15 (32 IN 16 OUT) M1000->ACC11C[_ACC11C_INDEX_].DataReg[0].0.1; ACC11C In1(u.io:$A00000.8.1 ) now the only method that i found to point to the first input of the option card is M1033->u.io:$A00000.16.1 ; question: is there a trick to declare M1033 as I did for M1000 ? Link to comment Share on other sites More sharing options...
steve.milici Posted October 3, 2016 Share Posted October 3, 2016 This card should be auto detected. What is your PMAC firmware and IDE version? What is the response for the following: Gateio.PartNum Gateio.PartOpt Gateio.PartRev Gateio.PartType I will check with our Production Test group for verification of the programming. Link to comment Share on other sites More sharing options...
steve.milici Posted October 3, 2016 Share Posted October 3, 2016 Also please provide the barcode s/n of the card. Link to comment Share on other sites More sharing options...
JAN Posted October 4, 2016 Author Share Posted October 4, 2016 HI, herafter the response to your queries: IDE 2.2.0.39 Base card S/N:C000EBHH mezzanine card S/N: C000CQ5W terminal command responses: vers 2.0.2.14 Gateio[0].PartNum Gateio[0].PartOpt Gateio[0].PartRev Gateio[0].PartType GateIo[0].PartNum=603603 GateIo[0].PartOpt=$1ff GateIo[0].PartRev=6 GateIo[0].PartType=8 Link to comment Share on other sites More sharing options...
steve.milici Posted October 6, 2016 Share Posted October 6, 2016 At this time the firmware does not recognize the option setting. The I/O access is by direct memory reference only. The firmware engineers are looking into this for a future release. Link to comment Share on other sites More sharing options...
Recommended Posts