Tom Rathbun Posted October 3, 2023 Share Posted October 3, 2023 I am trying add an acc-11e I/O board to my Power Pmac Umac style Rack. When I install the acc-11e it is not recognized by the system even after $$$***. I tried with an ACC-65E picked up perfectly but the ACC11e was not recognized. using the current version of the power PMAC IDE Any Thoughts? Quote Link to comment Share on other sites More sharing options...
steve.milici Posted October 3, 2023 Share Posted October 3, 2023 The “Acc11E[i]” data structure name is an alias in the Script environment for the underlying “GateIo[i]” data structure. The data structure elements for the ACC-11E digital I/O board are listed under the “GateIo[i]” data structure, in the “Power PMAC Software Reference Manual” under “Power PMAC Status Data Structure Elements” starting on page 978. Note that the ACC-11E cannot be auto-identified by the Power PMAC CPU, so to use this data structure, the user must manually set “GateIo[i].PartNum = 603307”, “GateIo[i].PartType = 8”, issue a save command, and reset the controller, before being able to use this structure. Quote Link to comment Share on other sites More sharing options...
Tom Rathbun Posted October 11, 2023 Author Share Posted October 11, 2023 Worked great Thank you one documentation thing that was a little confusing in the documentation GateIo[i].PartType = 8 (This worked) the manual says: GateIo[i].PartType contains an integer representing the type(s) of hardware interface of the board containing the IOGATE ASIC. It is derived from an identification IC associated with the ASIC, which is read automatically at power-up/reset. It reports as “nan” (not-a-number) if no ASIC with this index is present. Each bit specifies one type of interface that could be present. The bit is set if that type of interface is present with the IC. It is possible that multiple interface types could be present. Bit 0 (value 1): Servo Bit 1 (value 2): MACRO Bit 2 (value 4): Digital I/O Bit 3 (value 8): Analog I/O I would have thought this was a Digital I/O as opposed to Analog I/O. Quote Link to comment Share on other sites More sharing options...
steve.milici Posted October 11, 2023 Share Posted October 11, 2023 I think bits two or three would give the same result in PMAC as far as the accessory card programming is concerned. I don’t believe the IDE has any “special” setup associated with the ACC-11E, but if you have any issues with the setting try bit two instead. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.