Schedule Persistence - AMX I!-SCHEDULE Instruction Manual

Integration!solutions
Table of Contents

Advertisement

}
Send_Command dvVCRDev,"'CH',ITOA(nChannelNumberParam)"
Send_Command dvVCRDev,"'SP',8" (* Record *)
}
RELEASE:
{
Switch (nVCRNumberParam)
{
}
Send_Command dvVCRDev,"'SP',2" (* Stop *)
}
}
i!-ScheduleModTest2.axs provides a template for building you own application with
dynamic events.

Schedule Persistence

i!-Schedule stores the schedule information in a file called Schedule.bin located in the
doc:\user\schedule directory. All event information is stored in this file and recalled during power
up. Any event scheduled by the user is stored during a power cycle and will not be lost. This file is
only read during start-up.
The scheduling engine always attempts to read the file on start up. If you are loading a new program
containing scheduling into an old master that used to have scheduling, you should use FTP to
browse the NetLinx Master's file system and delete the old schedule file. Otherwise, the old
scheduling information is loaded in addition to any new scheduling information you have.
i!-Schedule
Case 2:
dvVCRDev = dvVCR2
Case 3:
dvVCRDev = dvVCR3
Case 4:
dvVCRDev = dvVCR4
Case 5:
dvVCRDev = dvVCR5
Case 1:
dvVCRDev = dvVCR1
Case 2:
dvVCRDev = dvVCR2
Case 3:
dvVCRDev = dvVCR3
Case 4:
dvVCRDev = dvVCR4
Case 5:
dvVCRDev = dvVCR5
Using i!-Schedule
7

Advertisement

Table of Contents
loading

Table of Contents