• Nghia Tran commented on lesson Lesson 44: VFDs for Motor Control (Digital Only) 4 years, 4 months ago

    Shawn,

    Can the JSR instruction be used in a called routine and does this make sense?
    In R01_Main, JSR R02_VFD1 then
    in R02_VFD1, JSR another routine.
    I am thinking of AOI, Instead, I can create subroutine(s) outside of the AOI folder and JSR each time I need information from it.