DynamoDS / Dynamo

Open Source Graphical Programming for Design
https://dynamobim.org
Other
1.74k stars 634 forks source link

Node error report from Dynamo 2.6.1.8786 - Read excel values - Dynabridge #11271

Open hypno7 opened 4 years ago

hypno7 commented 4 years ago

Issue Description

Please fill in the following information to help us reproduce the issue: Dear all,

I've had issues with Dynabridge custom node not wanting to read values from excel. Can anyone figure out why? I tried with excel value form with commas, dots, as format cell number and general, same thing, and maybe it has issues if it starts with minus? As you can see, all 'x' start with ZERO for some reason.. Also, how can I know which format of coordinate axis order does my dynamo node have? NES or such.. ?

What did you do?

(Fill in here)

What did you expect to see?

(Fill in here) 3D Alignment from Excel point coordinates

What did you see instead?

(Fill in here) Nothing

What packages or external references (if any) were used?

(Fill in here) Dynabridge

Stack Trace

(From the Dynamo crash window select 'Details' -> 'Copy' and paste here)

OS: Microsoft Windows NT 10.0.19042.0 CLR: 4.0.30319.42000 Dynamo: 2.6.1.8786 image image image image

github-actions[bot] commented 4 years ago

Thank you for submitting the issue to us. We are sorry to see you get stuck with your workflow. While waiting for our team member to respond, please feel free to browse our forum at https://forum.dynamobim.com/ for more Dynamo related information.

hypno7 commented 4 years ago

Update, I tried with all positive values, same thing.

hypno7 commented 4 years ago

One more thing, sorry for not mentioning, why can I not see command names inside nodes, rather I must go into custom node edit and check one by one before linking inputs???

aparajit-pratap commented 4 years ago

Try changing your inputs in the custom node definition to be filePath and sheetName. These input names cannot have spaces in them. And if you wish to specify the type, you can say filePath : string and sheetName : string respectively.

hypno7 commented 4 years ago

Well anything I write really just gives out the same message. I just copied it out into main window.

I used 2019, same family template Mr. Andrzej has in Dynabridge repository, all goes well when I hit the 'Run' button, but there's no visuals in Revit, the model does not generate unfortunately. I will have to use the old technique.

Thanks for tip.

image image