Menu

Load the IEEE 13-node test feeder, with building loads already attached

2018-06-16
2018-06-18
  • Paddysomnang

    Paddysomnang - 2018-06-16

    Dear all,
    I have faced some problem when I run the file in tutorial-master, session 2, Exercise 3: Load the IEEE 13-node test feeder, with building loads already attached.
    The error appears like this
    D:\GridLab-d\Project\Session 2\Exercise_3.glm(283): load failed at or near 'object line_...'
    FATAL [INIT] : shutdown after command line rejected

    I have attached the file below. Please help me with this problem. I did not get the output in excel file.
    Thank you for your help.

     

    Last edit: Paddysomnang 2018-06-16
  • aro

    aro - 2018-06-16

    Hi Paddysomnang

    Look at the line (283):

    object line_spacing:510 {
        distance_AC 0.0;
        distance_AB 0.0;
        distance_BC 0.0;
        distance_AN 0.0;
        distance_CN 5.0;
        distance_BN 0.0;}
    

    Change it :

    object line_spacing:510 {
    distance_AC 0.0;
    distance_AB 0.0;
    distance_BC 0.0;
    distance_AN 0.0;
    distance_CN 5.0;
    distance_BN 0.0;
    }

    !!!

     

    Last edit: aro 2018-06-16
  • Paddysomnang

    Paddysomnang - 2018-06-17

    Dear aro,
    sorry, I don't get it. what you've asked me to change is the same as the previous one. Could you check it again please ?
    Thank you.

     
    • aro

      aro - 2018-06-17

      Hi Paddysomnang
      run below file:

       
  • Paddysomnang

    Paddysomnang - 2018-06-18

    Thank you aro for your help. The file works well.

     

Log in to post a comment.