Okay. Let's start from scratch. Here is an example of how to setup your cameras. House and unit codes are as follows: camera1=c1, camera2=c2, camera3=c3, camera4=c4.
Make sure all cameras are on the same frequency. The little rubber plug on the front of the camera comes out and you will see a switch there. Make sure that switch is in the same position on all cameras.
There is also a frequency switch on the video reciever labled A,B,C,D. This is not to be confused with the house and unit code. Make sure that this switch is the same as your cameras.
Motions sensors should be setup on a different house and unit code than your cameras. If not your cameras will want to turn off after 1 minute or however long you set the time to be on the motion sensor. Plus you have alot more power on how to use them in macros.
Motion sensors as follows: ms1=b1, ms2=b3, ms3=b5, ms4=b7. You'll notice that I skipped a unit code, this is because motion sensors actually have 2 codes it fires. One for motion (b1) and one for dusk and dawn operations (b2) therefore it is always good practice to skip units, unless you have disabled the dusk sensor.(which you can find on these forums on how to do that).
Flags are just a condition that the program can check to see if it should run something. I like to think of them as a switch myself. If you set a flag in a macro (set flag 2) You can use this to tell the macro not to start recording again because it is already recording. If the flag is set than when your motion sensor fires the program will look to see if flag 2 is set, if it is than it won't do anything. If it's clear than the program will start to record.
Then at the end of your recording macro you can clear a flag (clear flag2) and everything is back to normal and if a motion sensor should fire then it will start your recording macro again.
A dummy switch or phantom switch is almost the same thing. You setup a appliance module in ahp that you don't have (like R1) Now you have a switch that you can use as a condition. Let's say you setup your recording macros but you don't want them to record when your home. You can name this phantom switch to Arm Recording and put this in your macro as a condition to be on before your recording can start. To turn recording off just turn off the switch.
Let me know if your getting any of this and I will continue.