Solved

Extend "End of scheduling window" in PSO


Userlevel 2
Badge +7
  • Do Gooder (Customer)
  • 10 replies

Hi,

Using PSO 6.7.0.30.

We are trying to extend the scheduling window in our Gantt view.

This is marked in PSO as a vertical blue line, but we have not found any parameter to extend this window. Where is the possibility to configure this?

icon

Best answer by Sajith Anushan 31 May 2022, 11:58

View original

3 replies

Userlevel 6
Badge +21

This should be configured in Load file as “duration” entity.

  <Input_Reference>
    <datetime>2022-05-24T22:10:59+05:30</datetime>
    <id>2022_5_24_22_10_59</id>
    <input_type>LOAD</input_type>
    <organisation_id>1</organisation_id>
    <dataset_id>TEST</dataset_id>
    <schedule_data>CONTINUOUS</schedule_data>
    <load_status>-1</load_status>
    <duration>P14D</duration>
    <appointment_window_duration>PT21D</appointment_window_duration>
    <process_type>DYNAMIC</process_type>
    <enacting_app_type_id>SIM</enacting_app_type_id>
  </Input_Reference>

 

If you are using FSM PSO integration, you can set INPUT_REF_DURATION Scheduling App Parameter. Then this will reflect in next Load file sending to PSO from FSM.

Worth noting that it is recommended to keep the scheduling window to minimum number of days. 

Userlevel 2
Badge +7

Hi,

I don’t think that will solve my actual problem, I think the INPUT_REF_DURATION only moves the “dotted blue line” in PSO, instead of the blue line which is shown like this in the legend:

 

Userlevel 6
Badge +21

Yes, blue dotted line indicates the end of Scheduling window or start of appointment window. INPUT_REF_DURATION will adjust this.

If you want to adjust blue solid line when Appointment booking is using, you can alter appointment_window_duration. Relevant FSM parameter is APPOINTMENT_WINDOW_MAX_DURATION. 
Note that, these 2 are not overlapping. Eg: In my above example, scheduling window is 14 days and appointment window is 21 days. That means in Gannt view, you will have 35 days.

Reply