ArchitectureΒΆ

Identification of Binary Inputs and Outputs

The device has 8 inputs, 8 combined input/outputs (dc) and 8 outputs.

The cam controller holds up to 32 cams which could be assigned to the 8 outputs and 8 DCs. Several cams might be assigned to the same output. The BinaryReference and BinaryShift are assigned to the 8 digital inputs or to the 8 DCs. The inputs and outputs are numbered from 0 to 15, where 0..7 is a DC, the function decides if it is to be used as input or outputs, numbers 8..15 are inputs and outputs and it depends on the function if for example the input 8 or output 8 is used.

  DC (number)   Input (number)   Output (number)
1.0 0 2.0 8 3.0 8
1.1 1 2.1 9 3.1 9
1.2 2 2.2 10 3.2 10
1.3 3 2.3 11 3.3 11
1.4 4 2.4 12 3.4 12
1.5 5 2.5 13 3.5 13
1.6 6 2.6 14 3.6 14
1.7 7 2.7 15 3.7 15
1.8   2.8      
1.9   2.9      

Architecture and Possible Composition

The following view shows the general architecture and possible assignments of different cams.

The general rules are:

  • Output-cams are cams which are able to directly switch an output. They may be used as stand-alone Cam-Switch or may be combined with a trigger-cam. In this case, not just a position but the respective trigger event will release the cam.
  • The output-cams are:
    • CamSwitchSimple (Type 0)
    • PulseSwitch (Type 1)
    • CamSwitchTimed (Type 2)
    • CamSwitchComfort (Type 3)
    • CamSwitchMulti (Type 6)
    • CamSwitchTimeTime (Type 7) (no stand-alone)
    • CamSwitchMultiTime (Type 9)
  • The trigger-cams are
    • CamShift (Type 4)
    • Different blocks refer to cams with different types. The type is defined by the parameterization of the cam.
    • The output-cams are assigned to a binary output (by parameterization).
    • The trigger-cams are assigned to a binary input (by parameterization).
    • Trigger-cams are connected to output-cams by programming of the Function Block in PLC program.
    • The BinaryReference is assigned to a binary input (by parameterization).
    • The Puls-Switch is assigned to a binary output (by parameterization).
    • The logic is assigned to a cam and modifies the output which belongs to this cam.
    • BinaryShift (Type 5), refer to picture.
../_images/14a99eb8e38a4b480a33139000eba54e

BinaryShift (Type 5)