Forum Replies Created
-
AuthorPosts
-
James GoodeParticipant
Hello,
It looks like it gives it a dummy value if entered into a parameter script.
My script was basically the Name_of_plan request and then custom_parameter = name
Is there any way to get around it?
Thanks
James GoodeParticipantNo worries,
I’ve figured it out. Thanks for your help!
James GoodeParticipantHello,
Thanks for the reply. How could I apply this to show a different image in 2D upon each refresh?
Say for example I have a 8 different images that I’d like to showThanks
James GoodeParticipantHi,
I am using AC23 and I would like to know if there is a way to check if the file is loaded in the library or not so that I cant prevent any errors from occurring.
Thanks
August 19, 2019 at 15:10 in reply to: Limit request properties of parent to a specific classification #18090James GoodeParticipantThanks for your reply. I thought that might be the case and those are the only solution I came up with.
May I ask why you don’t recommend the MVO object?
July 17, 2019 at 10:08 in reply to: Limit request properties of parent to a specific classification #4851James GoodeParticipantDoes anybody have any ideas?
Thanks
James GoodeParticipantSo I’ve taken a look at the basicStairTread_m 3d script but I don’t really understand what I’m supposed to be looking at. I wish there was an object which was an example purely for line intersection like there are for a few other objects in the help centre. Without being able to detect and stop line intersections in my object, it becomes unusable.
James GoodeParticipantDo you have any sort of examples for this by any chance?
Thanks
James GoodeParticipantProblem solved! As discussed, the issue was that I had the output in both the Parameter script and the 2D script. It was solved by removing the code from the 2D and keeping it in the parameter script.
James GoodeParticipantor do you have an example file that uses my examples that I could take a look at?
Thanks
James GoodeParticipantIs there any way I would be able to send you my files for you to take a look at?
Thanks
James GoodeParticipantI’ve also tried to get the file to write and read from a loaded library that isn’t the embedded but it still seems to try to write/read to the embedded library and throws up an error until I move it and then ctrl+shift+alt+R then it begins to work with both the reading object and the writing object. Here is the writing / reading code that I have in my objects;
Writing
chOUT=OPEN ("TEXT", "filelog.TXT", "MODE=WO, LIBRARY") OUTPUT chOUT, 1, 1, symb_pos_x OUTPUT chOUT, 2, 1, symb_pos_y OUTPUT chOUT, 3, 1, symb_pos_z close chOUT
Reading
chIN=OPEN ("TEXT", "filelog.TXT", "MODE=RO, LIBRARY") n = input (chIN,1, 1, zxzx) n1 = input (chIN,2, 1, zxzxz) n2 = input (chIN,3, 1, zxzxzx) close chIN
James GoodeParticipantYes I have
The error only pops up if I select either the writing or reading gdl object.James GoodeParticipantThere are several. This issue is that it definitely works.
Nonexistent channel at line 68 in the 2D script of file Survey Point Output.gsm. Nonexistent channel at line 69 in the 2D script of file Survey Point Output.gsm. Nonexistent channel at line 70 in the 2D script of file Survey Point Output.gsm. Nonexistent channel at line 71 in the 2D script of file Survey Point Output.gsm. Cannot modify the file (filelog.TXT) in embedded library in 2D script type. Open error while operating on file 'filelog.TXT'. Nonexistent channel at line 68 in the 2D script of file Survey Point Output.gsm. Nonexistent channel at line 69 in the 2D script of file Survey Point Output.gsm. Nonexistent channel at line 70 in the 2D script of file Survey Point Output.gsm. Nonexistent channel at line 71 in the 2D script of file Survey Point Output.gsm. Cannot modify the file (filelog.TXT) in embedded library in 2D script type. Open error while operating on file 'filelog.TXT'. Cannot modify the file (filelog.TXT) in embedded library in 2D script type. Open error while operating on file 'filelog.TXT'. Cannot modify the file (filelog.TXT) in embedded library in 2D script type. Open error while operating on file 'filelog.TXT'. Cannot modify the file (filelog.TXT) in embedded library in 2D script type. Open error while operating on file 'filelog.TXT'. Cannot modify the file (filelog.TXT) in embedded library in 2D script type. Open error while operating on file 'filelog.TXT'. Cannot modify the file (filelog.TXT) in embedded library in 2D script type. Open error while operating on file 'filelog.TXT'.
James GoodeParticipantHello,
I have got this working perfectly apart from the fact that I receive an error when placing my object that writes the file.
It still works, but the error is stopping us from progressing with it. -
AuthorPosts