James Goode

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 46 total)
  • Author
    Posts
  • in reply to: Read Name of Project #18407
    James Goode
    Participant

    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

    in reply to: Can I refresh RND() ? #18394
    James Goode
    Participant

    No worries,

    I’ve figured it out. Thanks for your help!

    in reply to: Can I refresh RND() ? #18393
    James Goode
    Participant

    Hello,

    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 show

    Thanks

    in reply to: File missing error #18349
    James Goode
    Participant

    Hi,

    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

    James Goode
    Participant

    Thanks 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?

    James Goode
    Participant

    Does anybody have any ideas?

    Thanks

    in reply to: Detecting Line Intersection #4611
    James Goode
    Participant

    So 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.

    in reply to: Detecting Line Intersection #4600
    James Goode
    Participant

    Do you have any sort of examples for this by any chance?

    Thanks

    in reply to: Write text file to embedded library #4333
    James Goode
    Participant

    Problem 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.

    in reply to: Write text file to embedded library #4323
    James Goode
    Participant

    or do you have an example file that uses my examples that I could take a look at?

    Thanks

    in reply to: Write text file to embedded library #4322
    James Goode
    Participant

    Is there any way I would be able to send you my files for you to take a look at?

    Thanks

    in reply to: Write text file to embedded library #4320
    James Goode
    Participant

    I’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
    in reply to: Write text file to embedded library #4319
    James Goode
    Participant

    Yes I have
    The error only pops up if I select either the writing or reading gdl object.

    in reply to: Write text file to embedded library #4317
    James Goode
    Participant

    There 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'.
    in reply to: Write text file to embedded library #4315
    James Goode
    Participant

    Hello,

    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.

Viewing 15 posts - 16 through 30 (of 46 total)