JeffLowe Posted October 2, 2013 Share Posted October 2, 2013 Is there a listing of the Ubus configuration identity addresses and format information for it's content? I'd like to implement some self configuration for options within our system. thanks. Link to comment Share on other sites More sharing options...
Omron Forums Support Posted October 8, 2013 Share Posted October 8, 2013 Hi Jeff, I'm not quite sure what you are asking for; could you give an example or perhaps clarify? Link to comment Share on other sites More sharing options...
JeffLowe Posted October 9, 2013 Author Share Posted October 9, 2013 Hi Jeff, I'm not quite sure what you are asking for; could you give an example or perhaps clarify? In the Ubus specification(2000) for TYPE24 addressing, CS16 addresses an identification register for board configuration information. This would be useful for on the fly identifying what options are installed in our system. Link to comment Share on other sites More sharing options...
steve.milici Posted October 10, 2013 Share Posted October 10, 2013 You can get this data from I-variables. See the description of the following I-variables for this information and addressing details: I4910 – I4925 Servo IC Card Identification I4926 – I4941 MACRO IC Card Identification I4942 – I4949 DPRAM IC Card Identification I4950 – I4965 I/O IC Card Identification Link to comment Share on other sites More sharing options...
curtwilson Posted October 10, 2013 Share Posted October 10, 2013 In the Power PMAC, there are many status elements with this information. The Sys.GatexAutoDetect elements are bit fields showing the indices of cards of that type that are present. The Sys.OffsetGatex elements tell the base address offsets of these cards, and Sys.OffsetGatexCid tell the card ID offsets. There are Gatex.Part... status elements that provide specific info about the cards as well. The Cid status elements provide additional information about each individual card broken out from the ID chip info. Link to comment Share on other sites More sharing options...
Recommended Posts