How to use AppSheet with AutoCAD (or other CAD software)

Hello!
I’ve been using AppSheet in an engineering company that needs to prepare documentation (Sheets) with localizations on DWG drawings. It is achievable in AppSheet and convenient to frontline workers.

Check out post on my website:

3X_0_0_002d5cc25c4ab934e5ef645d26f67bdfaafa7993.gif
3X_5_e_5e4c5344099fcc7a9d71d253c4185d5e3238b3cf.gif

Solved Solved
14 4 1,640
4 REPLIES 4

That’s awesome @Wojciech_Szczepanik
Imagine if we could export the .scr file directly from the AppSheet App.
Actually we can export .xml files. You could then change the file extension to .scr

3X_b_4_b48479bc3fbce87b5373e2659309cb94444f95a4.png

I did the same with .kml files

Adding @Phil

@Fabian Would be great to export .scr files from App.
AutoCAD gives a lot more features. We can think maybe about some API connection?

What must be said:

AppSheet saves coordinates in format X.XXX, Y.YYY when X, Y <100, and Y-axis is pointing down. Changing the axis in AutoCad is a bad idea. I tried to separate Y to a different column and make operation [100-Y.YYY) but this is generating a little too much mess in the app. That’s why I used the new sheet. Maybe you have other ideas?

I think you don’t need to have the image as a square 100 by 100 units. If you know the width and the high you can calculate the XY values as I did here.
You could do all the calculation directly in AppSheet and then export it as a XML file. You then just have to change the file extension to SCR.
With this, you would only work in the AppSheet App, without the need to copy things in Google Spreadsheet.

Hi!

I figured out a new way to connect AppSheet and AutoCAD.

Even simpler! Without creating a new file.

Everything you need is to copy cells from Google Sheets and paste into AutoCAD console.

We need the output in this format:

(command "_mleader" "XX.XXXXXX,YY.YYYYYY" "@5,5" "your_text")

 How to achieve that?

Look at the sheets I created - New method1 and New method2

Top Labels in this Space