Message 1 of 1
help with autocad electrical api
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
*Using AutoCad Electrical 2011
I have this one api command:
(c:wd_inplc_nd plc_xy style firstaddr veryfirsta base_cary beg_ix end_ix orientation data a%%lst)
I have gotten this to work for multiple plcs, but when it comes to a "combo module" the directions are not very clear. It looks like for "firstaddr" need to be a list, i tried this (list "O10000" "I10000") but the i/o address dialog box still pops up asking for the beginning address. how do i modify my code to see the starting address?