How to Retrieve System Configuration in AutoCAD Headless Environment (AccoreConsole)

How to Retrieve System Configuration in AutoCAD Headless Environment (AccoreConsole)

dev603_tech
Explorer Explorer
746 Views
6 Replies
Message 1 of 7

How to Retrieve System Configuration in AutoCAD Headless Environment (AccoreConsole)

dev603_tech
Explorer
Explorer

Hi everyone,

 

We've developed an application that uses AutoCAD in a headless environment (via accoreconsole.exe) to generate drawing PDFs. Occasionally, we've observed that PDF generation takes significantly longer than expected in some instances.

 

To help identify the root cause, I would like to analyze the system configuration, such as RAM, CPU, disk space, and OS on the environment where accoreconsole is running.

 

Is there a way to programmatically retrieve system configuration details (e.g., RAM, CPU, OS version, available disk space, etc.) of the AutoCAD headless environment?

 

Any insights, tools, or guidance on this would be greatly appreciated!

0 Likes
747 Views
6 Replies
Replies (6)
Message 2 of 7

BlackBox_
Advisor
Advisor

Core Console supports NETLOAD; load your .NET assembly to perform the desired analysis. 

 

Is your instance of Core Console running on a desktop or the cloud? 

 

If running on a desktop install, this will batch plot your DWGs to PDF via Core Console + the built-in Autopublish mechanism (written in ARX): 

 

https://forums.autodesk.com/t5/net-forum/performance-issues-with-pdf-publishing-multiple-layouts-to/...

 

HTH


"How we think determines what we do, and what we do determines what we get."

Chris (BlackBox) Bradley
Managing Partner / Developer / Civil Designer
Quux Software | Sincpac C3D | Style Explorer

0 Likes
Message 3 of 7

ActivistInvestor
Mentor
Mentor

The OP of this thread is the OP of the thread that you linked to. 

0 Likes
Message 4 of 7

daniel_cadext
Advisor
Advisor

Recursive

Python for AutoCAD, Python wrappers for ARX https://github.com/CEXT-Dan/PyRx
0 Likes
Message 5 of 7

BlackBox_
Advisor
Advisor

@ActivistInvestor wrote:

The OP of this thread is the OP of the thread that you linked to. 


I thought so too, but this was technically a new member, so figured it worth a try. :shrug:


"How we think determines what we do, and what we do determines what we get."

Chris (BlackBox) Bradley
Managing Partner / Developer / Civil Designer
Quux Software | Sincpac C3D | Style Explorer

0 Likes
Message 6 of 7

ActivistInvestor
Mentor
Mentor

That user posts under many user accounts and routinely creates new ones.

 

 

Message 7 of 7

CGBenner
Community Manager
Community Manager

@dev603_tech 

Hello, do you still need help with this question?

Did you find a post helpful? Then feel free to give likes to these posts!
Did your question get successfully answered? Then just click on the 'Accept solution' button.  Thanks and Enjoy!



Chris Benner

Community Manager - NAMER / D&M


0 Likes