Forum Replies Created

  • anduhau

    Member
    October 30, 2023 at 12:00 am in reply to: Advanced Capstone 3.1 and 3.2

    Dear Laura,

     

    Thank you for your help! It works now… I commented out the first two lines at some point through all the checks – this is my mistake.

    Thank you for all the help!

  • anduhau

    Member
    October 30, 2023 at 12:00 am in reply to: Advanced Capstone 2.3

    Thank you for your help!! I have figured it out and the tests for 2.3 and 2.4 work

  • anduhau

    Member
    October 30, 2023 at 12:00 am in reply to: Advanced Capstone 2.5

    Alright!

    I see this database about the function. However, I do not what that function does, or how I could access the code inside the function from here (screenshot attached).

  • anduhau

    Member
    October 30, 2023 at 12:00 am in reply to: Advanced Capstone 2.5

    Dear Laura,

    Thank you for letting me know! I made some changes and the function worked initially. However, after I saved the changes, closed and opened the workspace again, it showed me again that the execution speed was not high enough.

    I have performed the following changes in the main file:

    // your code here or work in scratchpad 
    system"l ",getenv[`AX_WORKSPACE],"/AdvancedCapstone.Setup/dbmaint.q" 
    setattrcol[`:.;`sensor;`lapId;`g] 
    setattrcol[`:.;`sensor;`sensorId;`p]

    I have changed the code in the .viz.getModSensor as well:

    select from sensor where date in 2020.01.01 2020.01.02, sensorId in symbols, 0=lapId mod 2
  • anduhau

    Member
    October 27, 2023 at 12:00 am in reply to: Advanced Capstone 1.1

    Thank you a lot!!! This fixed my issue.

  • anduhau

    Member
    October 19, 2023 at 12:00 am in reply to: Fundamentals Capstone 1.4

    Dear Michaela,

     

    Thank you for letting me know! However, I tried calling the first API method, and it still did not work (screenshot attached). I have looked over the IPC workshop, but I still do not understand what is not working.