CORIOmax Resolution Editor Programming Guide 2015/03/04

Size: px
Start display at page:

Download "CORIOmax Resolution Editor Programming Guide 2015/03/04"

Transcription

1 CORIOmax Resolution Editor Programming Guide 2015/03/04

2 Document Information General Information: Title CORIOmax Resolution Editor Programming Guide Author Version 2.1 Brief Version Control: Version Amendments 2.1 Following review Marcel Roth, Paul Hounslow line interface guide for programming custom resolutions on CORIOmaster, CORIOmaster mini, CORIOmatrix and CORIOmatrix mini from firmware version M305. CORIOdiscover Resolution Editor guide for programming custom resolutions on CORIOmaster, CORIOmaster mini, CORIOmatrix and CORIOmatrix mini from firmware version M CORIOdiscover Resolution Editor and bug fixes for firmware version M Initial Release 0.6 CORIOgrapher Name restriction warning 0.5 Updated following review 0.4 US3215 Editable resolution US3217 Save custom resolutions US3345 Apply resolution to an in/output US3346 Custom Resolutions listed in Module menu US3414 Support custom resolution on inputs 0.3 US3214 Editing area for resolutions in menu 0.2 Added formatting 0.1 First Draft 2 Document Information

3 Contents Document Information... 2 Contents... 3 Overview... 5 Constraints... 5 Resolutions in CORIOmax... 6 Listing the Resolutions... 6 From CORIOdiscover Resolution Editor... 6 From the Line... 8 Resolution Properties... 9 Listing the Resolution Properties... 9 Name Aspect Can Framelock Pixel Clock Scan Type Horizontal Active Pixels Horizontal Front Porch Horizontal Sync Pulse Horizontal Back Porch Horizontal Synchronisation Polarity Vertical Active Pixels Vertical Front Porch Vertical Sync Pulse Vertical Back Porch Vertical Synchronisation Polarity CEAID Origin Line List of usable Resolutions by Name List of Resolutions by Index (output) Resolution by Index (output) Resolution (output) Set_Resolution (input) Measured_Resolution (input) Contents 3

4 Modify a Custom Resolution Using a Custom Resolution on an Input Configure an Output to use a Custom Resolution CORIOdiscover Resolution Editor Creating a Custom Resolution based on a built-in resolution Creating a Custom Resolution based on a standard Creating a Custom Resolution from scratch Editing an existing Custom Resolution Clearing an existing Custom Resolution Contents

5 Overview The CORIOmax series (CORIOmaster, CORIOmaster mini, CORIOmatrix and CORIOmatrix mini) support a vast majority of standard video resolutions, both Broadcast and Computing, as well as certain non-standard resolutions. These include the more commonly used resolutions from the following standards: CEA-861-D, VESA CVT, VESA GTF, VESA DMT In addition it is possible for our customers to add up to ten further Custom Resolutions Constraints Custom Resolution support is only available from firmware version M305 onwards. The CORIOdiscover Resolution editor is available from firmware version M306 onwards. Custom Resolutions cannot be used with SDI input or outputs. The Custom Resolutions are definable within the following constraints: All numeric values are in pixels unless otherwise stated. All numeric values are positive whole numbers or zero. String values may not contain spaces. String values may only be valid printable ASCII characters. String values are limited in the number of characters they may contain. Custom Resolutions do not support: Borders (any required border values are to be included in the Front and Back Porches). The pixel clock is limited to the following range: o 13.5MHz to 162MHz The value for the Active Video may not be zero. Interlaced Custom Resolutions require that: The Vertical Front and Back Porches are twice the even field. The Vertical Sync Pulse is twice the even value. The CEA identifier information option (CEAID) does not affect the Custom Resolution, it is there for providing attached equipment with information on the resolution. Only set this value when defining a Custom Resolution that complies with the CEA profile for that value. Warning: If the CEAID is non-zero and the Custom Resolution does not conform to the CEA Format for that then value then it is unlikely that an image will be displayed. Custom Resolutions become persistent after a SaveAllSettings operation. Overview 5

6 Resolutions in CORIOmax There are a number of standard video resolutions built-in to the CORIOmax (CORIOmaster, CORIOmaster mini, CORIOmatrix and CORIOmatrix mini) products. In addition there are 10 Custom Resolutions configurable by the user. These Custom Resolutions may be configured either from CORIOdiscover or the Line. Listing the Resolutions From CORIOdiscover Resolution Editor From version 1.1 the CORIOdiscover application includes a Resolution Editor. Start the CORIOdiscover application: Select the device to have the Custom Resolution and press the Resolution Editor button. This will prompt you for the administration username and password before allowing you to modify the system at this level. Once you have successfully logged in you will be presented with the Resolution Editor main window: By default all the Resolutions, built-in and custom, are shown. To see the Custom Resolutions you may scroll to the bottom of the list or select the custom only radio button: 6 Resolutions in CORIOmax

7 As can be seen from the above images the built-in resolutions have only a Copy button, whereas the Custom Resolution fields have Copy, Edit and Reset buttons. Resolutions in CORIOmax 7

8 From the Line The Resolutions command (in the Resources menu) contains 10 Custom Resolutions. Each resolution can be tailored to your exact requirements from the command line by configuring all the provided attributes. Name Resolution1000 AspectRatio Resolution1001 Resolutions Origin root Resources Resolution1009 Resources.Resolutions Figure 1 Custom Resolution command menu structure Custom Resolutions are accessed from the Resources menu in the Resolutions option. All the Built-in and Custom Resolutions configurations may be viewed from this menu item, in addition the Custom Resolutions may be modified. Built-in Resolutions are numbered from 1 onwards and Custom resolutions are numbered from 1000 with 10 Custom Resolutions available for use, from Resolution1000 to Resolution1009: Resources.Resolutions.Resolution1 Resources.Resolutions.Resolution2 Resources.Resolutions.Resolution1000 Resources.Resolutions.Resolution1009 8

9 Resolution Properties Listing the Resolution Properties Resources.Resolutions.Resolution1 List the attributes of this resolution. The Built-in Resolution 640x480p60 has the following configuration: Resources.Resolutions.Resolution1 Resources.Resolutions.Resolution1.Name = 640x480p60 Resources.Resolutions.Resolution1.Aspect = 4:3 Resources.Resolutions.Resolution1.CanFramelock = No Resources.Resolutions.Resolution1.PixelClock = Resources.Resolutions.Resolution1.ScanType = p Resources.Resolutions.Resolution1.HActive = 640 Resources.Resolutions.Resolution1.HFrontPorch = 16 Resources.Resolutions.Resolution1.HSyncPulse = 96 Resources.Resolutions.Resolution1.HBackPorch = 48 Resources.Resolutions.Resolution1.VActive = 480 Resources.Resolutions.Resolution1.VFrontPorch = 10 Resources.Resolutions.Resolution1.VSyncPulse = 2 Resources.Resolutions.Resolution1.VBackPorch = 33 Resources.Resolutions.Resolution1.HSyncPolarity = N Resources.Resolutions.Resolution1.VSyncPolarity = N Resources.Resolutions.Resolution1.CEAID = 1 Resources.Resolutions.Resolution1.Origin = tvone!done Resources.Resolutions.Resolution1 Resolution Properties 9

10 Custom Resolutions may only be modified, they cannot be created or deleted. If a Custom Resolution is being used on an output and an Attribute (other than the Name) is changed then the resolution will be reapplied on the output and the connection to the output device will be renegotiated. If the Name Attribute is changed the output will revert to the default built-in resolution. A Custom Resolution may be configured by copying the values from a close Built-in (or Custom Resolution). Once you have configured a Custom Resolution use System.SaveAllSettings() to ensure that your changes are persistent and not lost after powering off. Warning: It is possible to apply an invalid Custom Resolution to an output. 10 Resolution Properties

11 Name The option to set a name for this Custom Resolution. Resolution name Resources.Resolutions.Resolution1000.Name The user readable name for this resolution, this should be something meaningful for the user within the limitations of the permissible characters. Resources.Resolutions.Resolution1000.Name = NewCustomResolution Resources.Resolutions.Resolution1000.Name = NewCustomResolution!Done Resources.Resolutions.Resolution1000.Name = NewCustomResolution The default Name is the string EmptyNNNN where NNNN is the number of the Custom Resolution. that Resolution1000 is Empty1000, Resolution1001 is Empty1001, Resolution1009 is Empty1009. Resources.Resolutions.Resolution1000.Name Resources.Resolutions.Resolution1000.Name = Empty1000!Done Resources.Resolutions.Resolution1000.Name The Name attribute has the following limitations: No more than 23 characters Only valid printable ASCII characters may be used. The space character may not be used. There is no checking for duplicate names and if more than one Custom Resolution has the same name then when setting a Custom Resolution of that name to an output the behaviour may not be as expected. If you change the Name attribute of a Custom Resolution that has been set to an output then the output will revert to the default built-in resolution for that output. If you wish that output to use the Custom Resolution it will have to be re-applied. Resolution Properties 11

12 It is possible to set a Custom Resolution that has not be configured to an output. This is intentional. Warning: If you wish to use a Custom Resolution with CORIOgrapher the Name must conform to the following format: <width>x<height><scantype><rate><optional> Where: <width> width in pixels <height> height in pixels x the character x <scantype> only i for interlaced or p for progressive. <rate> the frame rate, this must be at least one character. <optional > optional text. For example the following are valid Name formats for use with CORIOgrapher: 1280x720i40055D 1280x720p6test 1280x720p x720i50 280x72i30 Using CORIOgrapher with a Name that does not conform to the above format may result in unexpected consequences. 12 Resolution Properties

13 Aspect The option to set the Aspect ratio for this Custom Resolution. Used on the CORIOmatrix and CORIOmatrix mini to assist in the signal conversion when an input and the output have different aspect ratio. Resources.Resolutions.Resolution1000.Aspect The aspect ratio for this Custom Resolution in the form: x:y Where x is the width and y is the height in units of equal size. Resources.Resolutions.Resolution1000.Aspect = 16:6 Resources.Resolutions.Resolution1000.Aspect = 16:6!Done Resources.Resolutions.Resolution1000.Aspect = 16:6 4:3 The valid Aspect ratios are: 16:9, 4:3, 5:4, 16:10, 5:3, 1:1, 16:6 Any attempt to set an invalid Aspect ratio will fail. Used on the CORIOmatrix and CORIOmatrix mini only. Not available in the CORIOdiscover Resolution Editor. Resolution Properties 13

14 Can Framelock A read only attribute indicating whether this Custom Resolution is suitable for use with the Framelock feature. Resources.Resolutions.Resolution1000.CanFramelock This attribute indicates whether a Custom Resolution may be used with the Framelock mechanism. Yes No The Custom Resolution is compatible with the Framelock mechanism and may be used as either an Input or and Output to Framelock. The Custom Resolution is not compatible with the Framelock mechanism. Resources.Resolutions.Resolution1000.CanFramelock Resources.Resolutions.Resolution1000.CanFramelock = No!Done Resources.Resolutions.Resolution1000.CanFramelock An Input to Framelock is the source that is to be used as the Framelock reference. An Output to Framelock is to be locked to the reference. Currently this is always No. Not available in the CORIOdiscover Resolution Editor. 14 Resolution Properties

15 Pixel Clock The option to set the Pixel Clock for this Custom Resolution. Pixel Clock Resources.Resolutions.Resolution1000.PixelClock The Pixel Clock value is the speed of the Pixel Clock in pixels per second. The minimum and maximum values are dependent on the following: Where: p = h * v * f p h v f Pixels per second Horizontal Total pixels Vertical Total pixels Frame rate in frames per second For 1920x1080p60: h 2200 v 1125 f 60 Which gives: p = 2200 * 1125 * 60 = 148.5MHz Resolution Properties 15

16 Resources.Resolutions.Resolution1000.PixelClock = Resources.Resolutions.Resolution1000.PixelClock = !Done Resources.Resolutions.Resolution1000.PixelClock = The valid range for the Pixel Clock is 13.5MHz to 162MHz. As the value in Pixels is a function of resolution (including frame rate) then the minimum and maximum value in Pixels varies with the resolution. The minimum Pixel Clock is at 640x480p60 is 800 * 525 * = MHz The maximum Pixel Clock is at 1600x1200p60 is 2160 * 1250 * 60 = 162MHz For interlaced Resolutions the Pixel Clock value will be half the progressive equivalent. In the CORIOdiscover Resolution Editor the Horizontal and Vertical frequencies are derived from the Pixel Clock. 16 Resolution Properties

17 Scan Type The option to whether the scan type for this Custom resolution is to be Interlaced or Progressive. Scan Type Resources.Resolutions.Resolution1000.ScanType The scan type state of this Custom Resolution: p i Progressive scan mode. Interlaced scan mode. Resources.Resolutions.Resolution1000.ScanType = i Resources.Resolutions.Resolution1000.ScanType = i!done Resources.Resolutions.Resolution1000.ScanType = i Progressive ( p ) Only Progressive ( p ) or interlaced ( i ) are valid options. Resolution Properties 17

18 Horizontal Active Pixels The option to set the length of the Horizontal Active Video for this Custom resolution. That is, the width of the displayed image in pixels. Horizontal Active Pixels Resources.Resolutions.Resolution1000.HActive The Horizontal Active Video is the width of the displayed image in pixels. e.g. for a Custom Resolution of 1024x720 this value would be Resources.Resolutions.Resolution1000.HActive = 1024 Resources.Resolutions.Resolution1000.HActive = 1024!Done Resources.Resolutions.Resolution1000.HActive = The valid range of values is 64 to 1920 For a valid Custom Resolution this must be a value in the valid range. In the CORIOdiscover Resolution Editor the Pixel Clock will not be effected by any changes to the Horizontal Active Pixels. However the Horizontal and Vertical frequency will change. 18 Resolution Properties

19 Horizontal Front Porch The option to set the timing interval for the Horizontal Front Porch for this Custom resolution. Horizontal Front Porch Resources.Resolutions.Resolution1000.HFrontPorch The Horizontal Front Porch is the gap between the end of the Active Video and the start of the Horizontal Sync Pulse in pixels. Resources.Resolutions.Resolution1000.HFrontPorch = 96 Resources.Resolutions.Resolution1000.HFrontPorch = 96!Done Resources.Resolutions.Resolution1000.HFrontPorch = 96 0 The valid range of values is 1 to 2000 For a valid Custom Resolution this must be a value in the valid range. In the CORIOdiscover Resolution Editor the Pixel Clock will not be effected by any changes to the Horizontal Front Porch. However the Horizontal and Vertical frequency will change. Resolution Properties 19

20 Horizontal Sync Pulse The option to set the length of the Horizontal Sync Pulse for this Custom resolution. Horizontal Sync Pulse Resources.Resolutions.Resolution1000.VSyncPulse The Horizontal Sync Pulse identifies the start of each row of pixels (line of video) in the Custom resolution. Resources.Resolutions.Resolution1000.VSyncPulse = 8 Resources.Resolutions.Resolution1000.VSyncPulse = 8!Done Resources.Resolutions.Resolution1000.VSyncPulse = 8 0 The valid range of values is 8 to 500 For a valid Custom Resolution this must be a value in the valid range. In the CORIOdiscover Resolution Editor the Pixel Clock will not be effected by any changes to the Horizontal Sync Pulse. However the Horizontal and Vertical frequency will change. 20 Resolution Properties

21 Horizontal Back Porch The option to set the timing interval for the Horizontal Back Porch for this Custom resolution. Horizontal Back Porch Resources.Resolutions.Resolution1000.HBackPorch The Horizontal Back Porch is the gap between the end of the Horizontal Sync Pulse and the beginning of the Active Video in pixels. Resources.Resolutions.Resolution1000.HBackPorch = 288 Resources.Resolutions.Resolution1000.HBackPorch = 288!Done Resources.Resolutions.Resolution1000.HBackPorch = The valid range of values is 1 to 2000 For a valid Custom Resolution this must be a value in the valid range. In the CORIOdiscover Resolution Editor the Pixel Clock will not be effected by any changes to the Horizontal Back Porch. However the Horizontal and Vertical frequency will change. Resolution Properties 21

22 Horizontal Synchronisation Polarity The option to set the polarity of the Horizontal Sync Pulse for this Custom resolution. Horizontal Synchronisation Polarity Resources.Resolutions.Resolution1000.HSyncPolarity The Horizontal Sync Pulse is a single short pulse which indicates the start of every scan line in the Custom resolution. It may be either Positive or Negative. The values are: P N Positive polarity. Negative polarity. Resources.Resolutions.Resolution1000.HSyncPolarity = N Resources.Resolutions.Resolution1000.HSyncPolarity = N!Done Resources.Resolutions.Resolution1000.HSyncPolarity = N N Only the values N or n for negative and P or p for positive polarity will be accepted. In the CORIOdiscover Resolution Editor the Pixel Clock will not be effected by any changes to the Horizontal Sync Pulse. However the Horizontal and Vertical frequency will change. 22 Resolution Properties

23 Vertical Active Pixels The option to set the length of the Vertical Active Video for this Custom resolution. That is, the height of the displayed image in pixels (lines). Vertical Active Pixels Resources.Resolutions.Resolution1000.VActive The Vertical Active Video is the height of the displayed image in pixels (lines). e.g. for a Custom Resolution of 1024x720 this value would be 720. Resources.Resolutions.Resolution1000.VActive = 720 Resources.Resolutions.Resolution1000.VActive = 720!Done Resources.Resolutions.Resolution1000.VActive = The valid range of values is 64 to 1200 For a valid Custom Resolution this must be a value in the valid range. In the CORIOdiscover Resolution Editor the Pixel Clock will not be effected by any changes to the Vertical Active Pixels. However the Vertical frequency will change. Resolution Properties 23

24 Vertical Front Porch The option to set the timing interval for the Vertical Front Porch for this Custom resolution. Vertical Front Porch Resources.Resolutions.Resolution1000.VFrontPorch The Vertical Front Porch is the gap between the end of the Active Video and the start of the Vertical Sync Pulse in pixels. Resources.Resolutions.Resolution1000.VFrontPorch = 3 Resources.Resolutions.Resolution1000.VFrontPorch = 3!Done Resources.Resolutions.Resolution1000.VFrontPorch = 3 0 The valid range of values is 1 to 100. For a valid Custom Resolution this must be a value in the valid range. Interlaced Custom Resolutions require that the Vertical Front Porch is twice the even field, thus a value of 6 will give: Odd field: 3.5 Even field 3 In the CORIOdiscover Resolution Editor the Pixel Clock will not be effected by any changes to the Vertical Front Porch. However the Vertical frequency will change. 24 Resolution Properties

25 Vertical Sync Pulse The option to set the length of the Vertical Sync Pulse for this Custom resolution. Vertical Sync Pulse Resources.Resolutions.Resolution1000.VSyncPulse The Vertical Sync Pulse identifies the start of each frame of video in the Custom resolution. that for Interlaced Custom Resolutions both odd and even frames will have a Vertical Sync Pulse. Resources.Resolutions.Resolution1000.VSyncPulse = 2 Resources.Resolutions.Resolution1000.VSyncPulse = 2!Done Resources.Resolutions.Resolution1000.VSyncPulse = 2 0 The valid range of values is 1 to 100. For a valid Custom Resolution this must be a value in the valid range. Interlaced Custom Resolutions require that the Vertical Sync Pulse is twice the even field, thus is a value of 10 will give: Odd field: 5 Even field 5 In the CORIOdiscover Resolution Editor the Pixel Clock will not be effected by any changes to the Vertical Sync Pulse. However the Vertical frequency will change. Resolution Properties 25

26 Vertical Back Porch The option to set the timing interval for the Vertical Back Porch for this Custom resolution. Vertical Back Porch Resources.Resolutions.Resolution1000.VBackPorch The Vertical Back Porch is the gap between the end of the Vertical Sync Pulse and the beginning of the Active Video in pixels. Resources.Resolutions.Resolution1000.VBackPorch = 15 Resources.Resolutions.Resolution1000.VBackPorch = 15!Done Resources.Resolutions.Resolution1000.VBackPorch = 15 0 The valid range of values is 1 to 100. For a valid Custom Resolution this must be a value in the valid range. Interlaced Custom Resolutions require that the Vertical Back Porch is twice the even field, thus a value of 69 will give: Odd field: 34 Even field 34.5 In the CORIOdiscover Resolution Editor the Pixel Clock will not be effected by any changes to the Vertical Back Porch. However the Vertical frequency will change. 26 Resolution Properties

27 Vertical Synchronisation Polarity The option to set the polarity of the Vertical Sync pulse for this Custom resolution. Vertical Synchronisation Polarity Resources.Resolutions.Resolution1000.VSyncPolarity The Vertical Sync Pulse separates the video fields in the Custom resolution. It may be either Positive or Negative. The values are: P N Positive polarity. Negative polarity. Resources.Resolutions.Resolution1000.VSyncPolarity = N Resources.Resolutions.Resolution1000.VSyncPolarity = N!Done Resources.Resolutions.Resolution1000.VSyncPolarity = N N Only the values N or n for negative and P or p for positive polarity will be accepted. In the CORIOdiscover Resolution Editor the Pixel Clock will not be effected by any changes to the Vertical Sync Pulse. However the Vertical frequency will change. Resolution Properties 27

28 CEAID The option to set the Consumer Electronics Association Digital Television Profile as defined in CEA-861-D. CEAID Resources.Resolutions.Resolution1000.CEAID This attribute is to be used only when creating a Custom Resolution as defined in CEA-861- D. Resources.Resolutions.Resolution1000.CEAID = 0 Resources.Resolutions.Resolution1000.CEAID = 0!Done Resources.Resolutions.Resolution1000.CEAID = or a value specified in the CEA Standard Profile as defined in CEA-861-D. The CEA identifier information option does not affect the Custom Resolution, it is there for providing attached equipment with information on the resolution. Only set this value when defining a Custom Resolution to comply with the CEA Profile for that value. If the Custom Resolution does not confirm to a Profile from CEA-861-D this value must be 0. Warning: If the value is not 0 and the Custom Resolution does conform to the CEA Profile for that value then the result is undefined. 28 Resolution Properties

29 Origin The option to set a string identifying the origin of the Custom Resolution. Resources.Resolutions.Resolution1000.Origin The user readable origin of this resolution, this should be something meaningful for the user within the limitations of the permissible characters. E.g. for a Custom resolution from the CVT list it would be useful to have CVT. For a CEA Standard Profile CEA. Resources.Resolutions.Resolution1000.Origin = Resources.Resolutions.Resolution1000.Origin =!Done Resources.Resolutions.Resolution1000.Origin = The default Origin is an empty, zero length string: Resources.Resolutions.Resolution1000.Origin Resources.Resolutions.Resolution1000.Origin =!Done Resources.Resolutions.Resolution1000.Origin The Origin attribute has the following limitations: No more than 19 characters Only valid printable ASCII characters may be used. The space character may not be used. Not available in the CORIOdiscover Resolution Editor. Resolution Properties 29

30 Line Resolutions are used in the Slot menu for both inputs and outputs by Name. However, it is only possible to set a Resolution on an output. Input Resolutions are read only and are set by the incoming video signal. that if a Custom Resolution and a built-in Resolution are within the selection tolerance then the Custom Resolution will be selected. List of usable Resolutions by Name Get a list of the usable resolutions. Slots.Slot1.Module_Resolutions() List all the usable Resolutions. Slots.Slot16.Module_Resolutions() 640x480p60;4:3; 640x480p72;4:3; <...> 1920x1200p50cvt-rb;16:10; 1920x1200p60cvt-rb;16:10; MyResolution;16:6!Done Slots.Slot16.Module_Resolutions() A list of all the built-in resolutions. For use with input or output modules. 30 Line

31 List of Resolutions by Index (output) Get a list of the resolutions by index. Slots.Slot16.Resolutions Lists all the Resolutions. Slots.Slot16.Resolutions Slots.Slot16.Resolutions.Resolution1 = <...> Slots.Slot16.Resolutions.Resolution2 = <...> <...> Slots.Slot16.Resolutions.Resolution71 = <...> Slots.Slot16.Resolutions.Resolution72 = <...> Slots.Slot16.Resolutions.Resolution1000 = <...> Slots.Slot16.Resolutions.Resolution1001 = <...> <...> Slots.Slot16.Resolutions.Resolution1009 = <...>!Done Slots.Slot16.Resolutions A list of all the resolutions. For use with output modules only. Line 31

32 Resolution by Index (output) Information on a specific Resolution by index. CORIOmax Resolution Editor Programming Guide Slots.Slot16.Resolutions.ResolutionN Where N is the resolution index from 1 to the maximum number of built-in resolutions and 1000 to 1009 for the Custom Resolutions Lists the following attributes of the specified Resolution: Name Aspect CanFramLock For a built-in resolution: Slots.Slot16.Resolutions.Resolution1 Slots.Slot16.Resolutions.Resolution1.Name = 640x480p60 Slots.Slot16.Resolutions.Resolution1.Aspect = 4:3 Slots.Slot16.Resolutions.Resolution1.CanFramelock = No!Done Slots.Slot16.Resolutions.Resolution1 For a Custom Resolution Slots.Slot16.Resolutions.Resolution1000 Slots.Slot16.Resolutions.Resolution1000.Name = MyResolution Slots.Slot16.Resolutions.Resolution1000.Aspect = 4:3 Slots.Slot16.Resolutions.Resolution1000.CanFramelock = No!Done Slots.Slot16.Resolutions.Resolution1000 The configuration of the specified resolution. For use with output modules only. 32 Line

33 Resolution (output) Set the Resolution of an output. Slots.Slot16.out1.Resolution Set the Resolution to be used for an output. Set the resolution: Slots.Slot16.out1.Resolution = Empty1 Slots.Slot16.out1.Resolution = Empty1!Done Slots.Slot16.out1.Resolution = Empty1Read the currently set resolution Slots.Slot16.out1.Resolution Slots.Slot16.out1.Resolution = NewCustomResolution!Done Slots.Slot16.out1.Resolution 1280x720p60 If the properties of the Custom Resolution are changed, then the resolution will be reapplied on the output and the connection to the output device will be renegotiated. If the Name of a Custom Resolution is changed, then the output will return to its default and will need to be set to the new Custom Resolution name. If more than one Custom Resolution has the same name the behaviour is undefined. Custom Resolutions cannot be applied to an SDI output. Line 33

34 Set_Resolution (input) Report the Resolution of the current signal on an input. Slots.Slot1.in1.Set_Resolution Read the currently detected Resolution on the input. Read only. Slots.Slot1.in1.Set_Resolution Slots.Slot1.in1.Set_Resolution = NewCustomResolution!Done Slots.Slot1.in1.Set_Resolution CORIOmax Resolution Editor Programming Guide Not applicable, the behaviour is to show the name of the detected Resolution or nothing if there is no signal. Set_Resolution and Measured_Resolution are identical. If a Custom Resolution and a built-in Resolution are within the selection tolerance then the Custom Resolution will be selected. Custom Resolutions cannot be detected on an SDI input. 34 Line

35 Measured_Resolution (input) Report the Resolution of the current signal on an input. Slots.Slot1.in1.Measured_Resolution Read the currently detected Resolution on the input. Read only. Slots.Slot1.in1.Measured_Resolution Slots.Slot1.in1.Measured_Resolution = NewCustomResolution!Done Slots.Slot1.in1.Measured_Resolution Not applicable, the behaviour is to show the name of the detected Resolution or nothing if there is no signal. If a Custom Resolution and a built-in Resolution are within the selection tolerance then the Custom Resolution will be selected. Measured_Resolution and Set_Resolution are identical. Custom Resolutions cannot be detected on an SDI input. Line 35

36 Modify a Custom Resolution To configure a Custom Resolutions for use access it from the Resources menu. The steps involved in configuring a Custom Resolution for use are: 1. Select one of the Custom Resolutions to use (Resolution1000 to Resolution1099). 2. Give it a meaningful name. 3. Set the rest of the resolution information as appropriate. To edit the Custom Resolution at Resolution1000 (the lowest position for a Custom Resolution) all the attributes must be set: Resources.Resolutions.Resolution1000.Name = MyResolution Resources.Resolutions.Resolution1000.Aspect = 4:3 Resources.Resolutions.Resolution1000.PixelClock = Resources.Resolutions.Resolution1000.ScanType = p Resources.Resolutions.Resolution1000.HActive = 1920 Resources.Resolutions.Resolution1000.HFrontPorch = 96 Resources.Resolutions.Resolution1000.HSyncPulse = 192 Resources.Resolutions.Resolution1000.HBackPorch = 288 Resources.Resolutions.Resolution1000.VActive = 720 Resources.Resolutions.Resolution1000.VFrontPorch = 3 Resources.Resolutions.Resolution1000.VSyncPulse = 10 Resources.Resolutions.Resolution1000.VBackPorch = 15 Resources.Resolutions.Resolution1000.HSyncPolarity = N Resources.Resolutions.Resolution1000.VSyncPolarity = P Resources.Resolutions.Resolution1000.CEAID = 0 Resources.Resolutions.Resolution1000.Origin =, for clarity, only the commands sent to the device are shown above. All responses have been removed. 36 Line

37 Using a Custom Resolution on an Input The Resolution of an input is detected automatically. If a Custom Resolution and a built-in Resolution are within the selection tolerance then the Custom Resolution will be selected. The steps involved in using a Custom Resolution on an input are: 1. Set the Custom Resolution as described above. 2. Connect a source that has the signal as described in a Custom Resolution. 3. Check that the Custom Resolution is detected correctly with either Measured_Resolution or Set_Resolution. Slots.Slot1.in1.Measured_Resolution Slots.Slot1.in1.Measured_Resolution = MyResolution!Done Slots.Slot1.in1.Measured_Resolution Configure an Output to use a Custom Resolution The Resolution used by an output is set using the Resolution attribute, see List of usable Resolutions by Name above. The steps involved in using a Custom Resolution on an output are: 1. Set the Custom Resolution as described above. 2. Connect a display that supports the signal as described in a Custom Resolution. 3. Set the Custom Resolution into the desired slot and output. Slots.Slot16.out2.Resolution = MyResolution Slots.Slot16.out2.Resolution = MyResolution!Done Slots.Slot16.out2.Resolution = MyResolution Line 37

38 CORIOdiscover Resolution Editor From version 1.1 the CORIOdiscover application has support for editing Custom Resolutions. Start the CORIOdiscover application: Select the device to have the Custom Resolution and press the Resolution Editor button. This will prompt you for the administration username and password before allowing you to modify the system at this level. Once you have successfully logged in you will be presented with the Resolution Editor main window: By default all the Resolutions, built-in and custom, are shown. To see the Custom Resolutions you may scroll to the bottom of the list or select the custom only radio button: 38 CORIOdiscover Resolution Editor

39 As can be seen from the above images the built-in resolutions have only a Copy button, whereas the Custom Resolution fields have Copy, Edit and Reset buttons. CORIOdiscover Resolution Editor 39

40 Creating a Custom Resolution based on a built-in resolution A simple way to create a Custom Resolution is to base it on an existing built-in resolution. 1. Select the built-in resolution closest to the desired resolution. 2. Press on the Copy button, the Copy Resolution screen will appear: 3. Enter a meaningful name 1 for your Custom Resolution and change the other fields as required. For more information on the individual fields see the There are a number of standard video resolutions built-in to the CORIOmax (CORIOmaster, CORIOmaster mini, CORIOmatrix and CORIOmatrix mini) products. In addition there are 10 Custom Resolutions configurable by the user. These Custom Resolutions may be configured either from CORIOdiscover or the Line section on page 6 above. 4. Select the Update button and the new Custom Resolution will be placed in the next empty Custom Resolution. 1 Warning: If you wish to use a Custom Resolution with CORIOgrapher the Name must conform to the format described in the Name section on page CORIOdiscover Resolution Editor

41 Creating a Custom Resolution based on a standard To create a Custom Resolution based on a video standard (such as CVT). 1. Select an empty Custom Resolution. 2. Press on the Edit button. 3. Select the required standard from the Standard drop down list: 4. Select the required resolution from the Resolutions drop down list: 5. Enter a meaningful name 2 for your Custom Resolution and change the other fields as required. For more information on the individual fields see the Properties section on page 9 above. 6. Select the Update button to save your new Custom resolution. 2 Warning: If you wish to use a Custom Resolution with CORIOgrapher the Name must conform to the format described in the Name section on page 11. CORIOdiscover Resolution Editor 41

42 Creating a Custom Resolution from scratch To create a Custom Resolution not based on a video standard. CORIOmax Resolution Editor Programming Guide 1. Select an empty Custom Resolution. 2. Press on the Edit button. 3. Select Manually create a custom resolution from the drop down list 4. Enter a meaningful name 3 for your Custom Resolution and change the other fields as required. For more information on the individual fields see the Properties section on page 9 aboveabove. 5. Select the Update button to save your new Custom resolution. 3 Warning: If you wish to use a Custom Resolution with CORIOgrapher the Name must conform to the format described in the Name section on page CORIOdiscover Resolution Editor

43 Editing an existing Custom Resolution To edit a Custom Resolution. 1. Select the Custom Resolution to change. 2. Press on the Edit button. 3. Make the required changes. For more information on the individual fields see the Properties section on page 9 above. 4. Click on the Update button to save the changes. If the Custom Resolution is active on an output the changes will take effect immediately upon pressing the Update button with the exception of the Name. that if you change the Name of a Custom Resolution that has been set to an output then the output will revert to the default built-in resolution for that output. If you wish that output to use the Custom Resolution it will have to be re-applied. Warning: Changes may result in Resolution that cannot be displayed. Clearing an existing Custom Resolution To clear a Custom Resolution and return it to its default values. 1. Select the Custom Resolution to clear. 2. Press on the Reset button. 3. In the Reset the Resolution dialog box press on the Yes button. 4. The Custom Resolution will now be cleared and returned to its default values. that if an output has been configured to use the Custom Resolution, that output will revert to its default built-in resolution. CORIOdiscover Resolution Editor 43

Section 4. Display Connector

Section 4. Display Connector Section 4. Display Connector Display Connector Introduction.................. 4-2 Signal Timing........................... 4-3 VGA Mode Display Timing.................. 4-4 Extended Graphics Mode Display

More information

SNR Playback Viewer SNR Version 1.9.7

SNR Playback Viewer SNR Version 1.9.7 User Manual SNR Playback Viewer SNR Version 1.9.7 Modular Network Video Recorder Note: To ensure proper operation, please read this manual thoroughly before using the product and retain the information

More information

LedSet User s Manual V Official website: 1 /

LedSet User s Manual V Official website:   1 / LedSet User s Manual V2.6.1 1 / 42 20171123 Contents 1. Interface... 3 1.1. Option Menu... 4 1.1.1. Screen Configuration... 4 1.1.1.1. Instruction to Sender/ Receiver/ Display Connection... 4 1.1.1.2.

More information

iii Table of Contents

iii Table of Contents i iii Table of Contents Display Setup Tutorial....................... 1 Launching Catalyst Control Center 1 The Catalyst Control Center Wizard 2 Enabling a second display 3 Enabling A Standard TV 7 Setting

More information

Matrox PowerStream Plus

Matrox PowerStream Plus Matrox PowerStream Plus User Guide 20246-301-0100 2016.12.01 Contents 1 About this user guide...5 1.1 Using this guide... 5 1.2 More information... 5 2 Matrox PowerStream Plus software...6 2.1 Before you

More information

Lab Determining the Screen Resolution of a Computer

Lab Determining the Screen Resolution of a Computer Lab 1.3.3 Determining the Screen Resolution of a Computer Objectives Determine the current screen resolution of a PC monitor. Determine the maximum resolution for the highest color quality. Calculate the

More information

Configuration guide TDH 800 DVB-S/S2 Module. TDH 800 DVB-S/S2 Module Version A EN triax.com

Configuration guide TDH 800 DVB-S/S2 Module. TDH 800 DVB-S/S2 Module Version A EN triax.com guide TDH 800 DVB-S/S2 Module Model Item no. TDH 800 DVB-S/S2 Module 692820 Version 891573A 08-2013 EN triax.com Contents Contents Introduction... 3 System requirements... 3 Computer minimum requirements...

More information

VIDEO GRABBER. DisplayPort. User Manual

VIDEO GRABBER. DisplayPort. User Manual VIDEO GRABBER DisplayPort User Manual Version Date Description Author 1.0 2016.03.02 New document MM 1.1 2016.11.02 Revised to match 1.5 device firmware version MM 1.2 2019.11.28 Drawings changes MM 2

More information

ivw-fd122 Video Wall Controller MODEL: ivw-fd122 Video Wall Controller Supports 2 x 2 Video Wall Array User Manual Page i Rev. 1.

ivw-fd122 Video Wall Controller MODEL: ivw-fd122 Video Wall Controller Supports 2 x 2 Video Wall Array User Manual Page i Rev. 1. MODEL: ivw-fd122 Video Wall Controller Supports 2 x 2 Video Wall Array User Manual Rev. 1.01 Page i Copyright COPYRIGHT NOTICE The information in this document is subject to change without prior notice

More information

Manual Version Ver 1.0

Manual Version Ver 1.0 The BG-3 & The BG-7 Multiple Test Pattern Generator with Field Programmable ID Option Manual Version Ver 1.0 BURST ELECTRONICS INC CORRALES, NM 87048 USA (505) 898-1455 VOICE (505) 890-8926 Tech Support

More information

Design and Implementation of an AHB VGA Peripheral

Design and Implementation of an AHB VGA Peripheral Design and Implementation of an AHB VGA Peripheral 1 Module Overview Learn about VGA interface; Design and implement an AHB VGA peripheral; Program the peripheral using assembly; Lab Demonstration. System

More information

Block Diagram. dw*3 pixin (RGB) pixin_vsync pixin_hsync pixin_val pixin_rdy. clk_a. clk_b. h_s, h_bp, h_fp, h_disp, h_line

Block Diagram. dw*3 pixin (RGB) pixin_vsync pixin_hsync pixin_val pixin_rdy. clk_a. clk_b. h_s, h_bp, h_fp, h_disp, h_line Key Design Features Block Diagram Synthesizable, technology independent IP Core for FPGA, ASIC and SoC reset underflow Supplied as human readable VHDL (or Verilog) source code Simple FIFO input interface

More information

UFG-10 Family USER MANUAL. Frame Grabbers. Windows 8 Windows 7 Windows XP

UFG-10 Family USER MANUAL. Frame Grabbers. Windows 8 Windows 7 Windows XP UFG-10 Family Frame Grabbers USER MANUAL Windows 8 Windows 7 Windows XP About this Manual Copyright This manual, Copyright 2014 Unigraf Oy. All rights reserved Reproduction of this manual in whole or in

More information

ivw-ud322 / ivw-ud322f

ivw-ud322 / ivw-ud322f ivw-ud322 / ivw-ud322f Video Wall Controller Supports 2 x 2, 2 x 1, 3 x 1, 1 x 3, 4 x 1 & 1 x 4 Video Wall Array User Manual Rev. 1.01 i Notice Thank you for choosing inds products! This user manual provides

More information

9 Analyzing Digital Sources and Cables

9 Analyzing Digital Sources and Cables 9 Analyzing Digital Sources and Cables Topics in this chapter: Getting started Measuring timing of video signal Testing cables and distribution systems Testing video signal quality from a source Testing

More information

Rec. ITU-R BT RECOMMENDATION ITU-R BT * WIDE-SCREEN SIGNALLING FOR BROADCASTING

Rec. ITU-R BT RECOMMENDATION ITU-R BT * WIDE-SCREEN SIGNALLING FOR BROADCASTING Rec. ITU-R BT.111-2 1 RECOMMENDATION ITU-R BT.111-2 * WIDE-SCREEN SIGNALLING FOR BROADCASTING (Signalling for wide-screen and other enhanced television parameters) (Question ITU-R 42/11) Rec. ITU-R BT.111-2

More information

CORIO master C3-540 Series

CORIO master C3-540 Series Key Features Manage up to 4 independent video walls Uses CORIOgrapher; simple, powerful software interface Universal DVI Inputs/Outputs: (HDMI/CV/YC/RGB/YPbPr) SDI Inputs/Outputs: SD/HD-SDI/3G-SDI to 1080p60

More information

2G Video Wall Guide Just Add Power HD over IP Page1 2G VIDEO WALL GUIDE. Revised

2G Video Wall Guide Just Add Power HD over IP Page1 2G VIDEO WALL GUIDE. Revised 2G Video Wall Guide Just Add Power HD over IP Page1 2G VIDEO WALL GUIDE Revised 2016-05-09 2G Video Wall Guide Just Add Power HD over IP Page2 Table of Contents Specifications... 4 Requirements for Setup...

More information

Configuration guide TDH 800 PAL output module. TDH 800 PAL output module Version A EN triax.com

Configuration guide TDH 800 PAL output module. TDH 800 PAL output module Version A EN triax.com Configuration guide TDH 800 PAL output module Model Item no. TDH 800 PAL output module 692850 692851 Version 891575A 08-2013 EN triax.com Contents Contents Introduction... 3 System requirements... 3 Computer

More information

Table of content. Table of content Introduction Concepts Hardware setup...4

Table of content. Table of content Introduction Concepts Hardware setup...4 Table of content Table of content... 1 Introduction... 2 1. Concepts...3 2. Hardware setup...4 2.1. ArtNet, Nodes and Switches...4 2.2. e:cue butlers...5 2.3. Computer...5 3. Installation...6 4. LED Mapper

More information

TV Character Generator

TV Character Generator TV Character Generator TV CHARACTER GENERATOR There are many ways to show the results of a microcontroller process in a visual manner, ranging from very simple and cheap, such as lighting an LED, to much

More information

Intelligent Security and Fire Ltd

Intelligent Security and Fire Ltd User Manual Product ranges covered by this manual Vi-P14 Vi-P14A Document Reference Date Firmware Vi-Q4C1 Viq601a.doc 26/11/2009 From Viq001a21 Videoswitch Telephone 01252-851510 Ocean House, Redfields

More information

DRAFT RELEASE FOR BETA EVALUATION ONLY

DRAFT RELEASE FOR BETA EVALUATION ONLY IPM-16 In-Picture Audio Metering User Manual DRAFT RELEASE FOR BETA EVALUATION ONLY Ver 0.2 April 2013 1 Contents Introduction...3 In Picture Audio Meter Displays...4 Installation...7 External Audio Board

More information

Kramer Electronics, Ltd. USER MANUAL. Models: VS-162AV, 16x16 Audio-Video Matrix Switcher VS-162AVRCA, 16x16 Audio-Video Matrix Switcher

Kramer Electronics, Ltd. USER MANUAL. Models: VS-162AV, 16x16 Audio-Video Matrix Switcher VS-162AVRCA, 16x16 Audio-Video Matrix Switcher Kramer Electronics, Ltd. USER MANUAL Models: VS-162AV, 16x16 Audio-Video Matrix Switcher VS-162AVRCA, 16x16 Audio-Video Matrix Switcher Contents Contents 1 Introduction 1 2 Getting Started 1 3 Overview

More information

EDL8 Race Dash Manual Engine Management Systems

EDL8 Race Dash Manual Engine Management Systems Engine Management Systems EDL8 Race Dash Manual Engine Management Systems Page 1 EDL8 Race Dash Page 2 EMS Computers Pty Ltd Unit 9 / 171 Power St Glendenning NSW, 2761 Australia Phone.: +612 9675 1414

More information

TV Synchronism Generation with PIC Microcontroller

TV Synchronism Generation with PIC Microcontroller TV Synchronism Generation with PIC Microcontroller With the widespread conversion of the TV transmission and coding standards, from the early analog (NTSC, PAL, SECAM) systems to the modern digital formats

More information

C3-540 CORIOmaster C3-510 CORIOmaster mini CORIOgrapher V2.3

C3-540 CORIOmaster C3-510 CORIOmaster mini CORIOgrapher V2.3 C3-540 CORIOmaster C3-510 CORIOmaster mini CORIOgrapher V2.3 User Guide V2.00 Firmware version M402 and above PDF-C3-5x0 V2.00 Jan 2017 In this guide Welcome to CORIOgrapher Help 1 Setting up your CORIOmaster

More information

Please read PRECAUTIONS, this User s Manual, and the Setup Guide (separate volume) carefully to familiarize yourself with safe and effective usage.

Please read PRECAUTIONS, this User s Manual, and the Setup Guide (separate volume) carefully to familiarize yourself with safe and effective usage. Important Please read PRECAUTIONS, this User s Manual, and the Setup Guide (separate volume) carefully to familiarize yourself with safe and effective usage. Please refer to the Setup Guide for basic information

More information

Broadcast A / V Division M-LYNX-702 V.3. Dual 7 LCD Display. User Manual

Broadcast A / V Division M-LYNX-702 V.3. Dual 7 LCD Display. User Manual Broadcast A / V Division M-LYNX-702 V.3 Dual 7 LCD Display User Manual Table of Contents Table of Contents 1. Package Includes 2. Product Description 2.1 Front Panel 2.2 Rear Panel Connections 3. On-Screen

More information

5620 SAM SERVICE AWARE MANAGER MPTGS Driver Version Guide

5620 SAM SERVICE AWARE MANAGER MPTGS Driver Version Guide 5620 SAM SERVICE AWARE MANAGER 9500 MPTGS Driver Version 2.1.0 Guide 3HE-10851-AAAB-TQZZA September 2016 5620 SAM Legal notice Nokia is a registered trademark of Nokia Corporation. Other products and company

More information

Statement SmartLCT User s Manual Welcome to use the product from Xi an NovaStar Tech Co., Ltd. (hereinafter referred to as NovaStar ). It is our great

Statement SmartLCT User s Manual Welcome to use the product from Xi an NovaStar Tech Co., Ltd. (hereinafter referred to as NovaStar ). It is our great LED Display Configuration Software SmartLCT User s Manual Software Version: V3.0 Rev3.0.0 NS110100239 Statement SmartLCT User s Manual Welcome to use the product from Xi an NovaStar Tech Co., Ltd. (hereinafter

More information

ivw-fd133 Video Wall Controller MODEL: ivw-fd133 Video Wall Controller Supports 3 x 3 and 2 x 2 Video Wall Array User Manual Page i Rev. 1.

ivw-fd133 Video Wall Controller MODEL: ivw-fd133 Video Wall Controller Supports 3 x 3 and 2 x 2 Video Wall Array User Manual Page i Rev. 1. MODEL: ivw-fd133 Video Wall Controller Supports 3 x 3 and 2 x 2 Video Wall Array User Manual Rev. 1.01 Page i Copyright COPYRIGHT NOTICE The information in this document is subject to change without prior

More information

TABLE OF CONTENTS. 03 Overview. 04 Working Environment. 06 User Interface Introduction 08 FAQ. 41 Glossary and Abbreviations.

TABLE OF CONTENTS. 03 Overview. 04 Working Environment. 06 User Interface Introduction 08 FAQ. 41 Glossary and Abbreviations. 2 TABLE OF CONTENTS 03 Overview Checking Info 15 Updating the Firmware 16 04 Working Environment Setting Video Format 18 Supported OS 04 Setting Volume 21 Supported Hardwares 04 Setting Input 27 Setting

More information

SHENZHEN H&Y TECHNOLOGY CO., LTD

SHENZHEN H&Y TECHNOLOGY CO., LTD Chapter I Model801, Model802 Functions and Features 1. Completely Compatible with the Seventh Generation Control System The eighth generation is developed based on the seventh. Compared with the seventh,

More information

15 Inch CGA EGA VGA to XGA LCD Wide Viewing Angle Panel ID# 833

15 Inch CGA EGA VGA to XGA LCD Wide Viewing Angle Panel ID# 833 15 Inch CGA EGA VGA to XGA LCD Wide Viewing Angle Panel ID# 833 Operation Manual Introduction This monitor is an open frame LCD Panel monitor. It features the VESA plug & play system which allows the monitor

More information

Kramer Electronics, Ltd. USER MANUAL. Model: FC Analog Video to SDI Converter

Kramer Electronics, Ltd. USER MANUAL. Model: FC Analog Video to SDI Converter Kramer Electronics, Ltd. USER MANUAL Model: FC-7501 Analog Video to SDI Converter Contents Contents 1 Introduction 1 2 Getting Started 1 3 Overview 2 4 Your Analog Video to SDI Converter 3 5 Using Your

More information

GY-HM200SP USERS GUIDE

GY-HM200SP USERS GUIDE SCORING OVERLAYS GY-HM200SP USERS GUIDE Network Connections, Overlays and Scorebot Live Data Feeds 1 TABLE OF CONTENTS Introduction 3 Step 1: Selecting an Overlay 4 Step 2: Establishing a Connection P2P

More information

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Introductory Digital Systems Laboratory

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Introductory Digital Systems Laboratory Problem Set Issued: March 3, 2006 Problem Set Due: March 15, 2006 Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.111 Introductory Digital Systems Laboratory

More information

Quick Guide Book of Sending and receiving card

Quick Guide Book of Sending and receiving card Quick Guide Book of Sending and receiving card ----take K10 card for example 1 Hardware connection diagram Here take one module (32x16 pixels), 1 piece of K10 card, HUB75 for example, please refer to the

More information

USER MANUAL. FC-32 DVI to PC/Component Converter MODEL: P/N: Rev 5

USER MANUAL. FC-32 DVI to PC/Component Converter MODEL: P/N: Rev 5 KRAMER ELECTRONICS LTD. USER MANUAL MODEL: FC-32 DVI to PC/Component Converter P/N: 2900-000487 Rev 5 Contents 1 Introduction 1 2 Getting Started 2 2.1 Achieving the Best Performance 2 2.2 Safety Instructions

More information

OPERATING GUIDE. HIGHlite 660 series. High Brightness Digital Video Projector 16:9 widescreen display. Rev A June A

OPERATING GUIDE. HIGHlite 660 series. High Brightness Digital Video Projector 16:9 widescreen display. Rev A June A OPERATING GUIDE HIGHlite 660 series High Brightness Digital Video Projector 16:9 widescreen display 111-9714A Digital Projection HIGHlite 660 series CONTENTS Operating Guide CONTENTS About this Guide...

More information

SIERRA VIDEO SP-14 SETUP GUIDE. User s Manual

SIERRA VIDEO SP-14 SETUP GUIDE. User s Manual SIERRA VIDEO SP-14 SETUP GUIDE User s Manual SP-14 Setup Guide Version S 1.0 1 Contents Introduction 3 The Basic System 4 Flexible Connectivity 5 Control via Front Panel Buttons 6 Set Scaler Functions

More information

Please read PRECAUTIONS, this User s Manual, and Setup Guide (separate volume) carefully to familiarize yourself with safe and effective usage.

Please read PRECAUTIONS, this User s Manual, and Setup Guide (separate volume) carefully to familiarize yourself with safe and effective usage. Important Please read PRECAUTIONS, this User s Manual, and Setup Guide (separate volume) carefully to familiarize yourself with safe and effective usage. Please refer to the Setup Guide for basic information

More information

Matrox PowerStream Plus

Matrox PowerStream Plus Matrox PowerStream Plus User Guide 20246-301-0200 2017.07.04 Contents 1 About this user guide... 5 1.1 Using this guide... 5 1.2 More information... 5 2 Matrox PowerStream Plus software... 6 2.1 Before

More information

(BM4 x12 6PCS) Power Cable. User Guide

(BM4 x12 6PCS) Power Cable. User Guide 85 T2 SMART TV 58 (BM4 x12 6PCS) Power Cable User Guide The parts (BM4 x12 6PCS) Installation Place the TV face down on a soft and flat surface (blanket, foam, cloth, etc.) to prevent any damage to the

More information

fxbox User Manual P. 1 Fxbox User Manual

fxbox User Manual P. 1 Fxbox User Manual fxbox User Manual P. 1 Fxbox User Manual OVERVIEW 3 THE MICROSD CARD 4 WORKING WITH EFFECTS 4 MOMENTARILY APPLY AN EFFECT 4 TRIGGER AN EFFECT VIA CONTROL VOLTAGE SIGNAL 4 TRIGGER AN EFFECT VIA MIDI INPUT

More information

Installation / Set-up of Autoread Camera System to DS1000/DS1200 Inserters

Installation / Set-up of Autoread Camera System to DS1000/DS1200 Inserters Installation / Set-up of Autoread Camera System to DS1000/DS1200 Inserters Written By: Colin Langridge Issue: Draft Date: 03 rd July 2008 1 Date: 29 th July 2008 2 Date: 20 th August 2008 3 Date: 02 nd

More information

PYROPTIX TM IMAGE PROCESSING SOFTWARE

PYROPTIX TM IMAGE PROCESSING SOFTWARE Innovative Technologies for Maximum Efficiency PYROPTIX TM IMAGE PROCESSING SOFTWARE V1.0 SOFTWARE GUIDE 2017 Enertechnix Inc. PyrOptix Image Processing Software v1.0 Section Index 1. Software Overview...

More information

SERIAL COMMAND SET GENERAL COMMAND SET SUMMARY SERIAL COMMAND SET USAGE

SERIAL COMMAND SET GENERAL COMMAND SET SUMMARY SERIAL COMMAND SET USAGE SERIAL COMMAND SET...................................... 1 GENERAL................................................ The RGB/Videolink 1690 may be controlled from an ASCII terminal or host computer via the

More information

application software

application software application software application software Input products / Shutter Output / RF output Electrical / Mechanical characteristics: see product user manual Product reference Product designation TP device RF

More information

Broadcast A/V Division M-LYNX-702 V.3. Dual 7 LCD Display. User Manual

Broadcast A/V Division M-LYNX-702 V.3. Dual 7 LCD Display. User Manual Broadcast A/V Division M-LYNX-702 V.3 Dual 7 LCD Display User Manual 1. Package Includes Table of Contents 1. Package Includes Table of Contents 01 02 One M-LYNX-702 Monitor One universal AC power adapter

More information

Spartan-II Development System

Spartan-II Development System 2002-May-4 Introduction Dünner Kirchweg 77 32257 Bünde Germany www.trenz-electronic.de The Spartan-II Development System is designed to provide a simple yet powerful platform for FPGA development, which

More information

QuickSpecs. HP VH27 27-inch Monitor. Overview. 1. Menu 3. Plus ( + ) 5. Power 2. Minus ( - ) 4. Exit

QuickSpecs. HP VH27 27-inch Monitor. Overview. 1. Menu 3. Plus ( + ) 5. Power 2. Minus ( - ) 4. Exit Overview 1. Menu 3. Plus ( + ) 5. Power 2. Minus ( - ) 4. Exit 6. Security lock slot 8. DisplayPort TM 7. Power connector 9. HDMI 10. VGA NA Version 2 April 5, 2017 Page 1 Models: 2KZ36A - 3PL18A Panel

More information

Harmonic Video Timing (HVT) By Mark Stockfisch Quantum Data

Harmonic Video Timing (HVT) By Mark Stockfisch Quantum Data Harmonic Video Timing (HVT) By Mark Stockfisch Quantum Data Will / should IT and CE industry standards converge? Ian Miller, Samsung Electronics America The answer is: they already have at your video signal

More information

Marshall Electronics. Pro A/V Communications VMV-402-SH. 3G/HD/SD-SDI Quad-viewer/Switcher with Audio Meter Display. User Manual.

Marshall Electronics. Pro A/V Communications VMV-402-SH. 3G/HD/SD-SDI Quad-viewer/Switcher with Audio Meter Display. User Manual. Marshall Electronics Pro A/V Communications VMV-402-SH 3G/HD/SD-SDI Quad-viewer/Switcher with Audio Meter Display User Manual Table of Contents 1. Introduction... 3 2. Features... 3 3. Package Contents...

More information

RADview-PC/TDM. Network Management System for TDM Applications Megaplex RAD Data Communications Publication No.

RADview-PC/TDM. Network Management System for TDM Applications Megaplex RAD Data Communications Publication No. RADview-PC/TDM Network Management System for TDM Applications Megaplex-2200 1994 2001 RAD Data Communications Publication No. 351-241-12/01 Contents Megaplex-2200 Edit Configuration Operations 1. Connecting

More information

HD-A60X Series Asynchronous-Synchronous operate manual

HD-A60X Series Asynchronous-Synchronous operate manual Catalogue Chaper1 Summary... 1 1.Hardware structure... 2 2.Controller working system... 2 3.Running environment... 3 Chaper2 Adjust display procedure... 4 Chaper3 Hardware connected... 5 1 The port detais

More information

Subtitle Safe Crop Area SCA

Subtitle Safe Crop Area SCA Subtitle Safe Crop Area SCA BBC, 9 th June 2016 Introduction This document describes a proposal for a Safe Crop Area parameter attribute for inclusion within TTML documents to provide additional information

More information

QuickSpecs. HP V19b 18.5-inch Monitor. Overview. 1. Menu 3. Plus ( + ) 5. Power 2. Minus ( - ) 4. OK. 1. Power connector 3. Security lock slot 2.

QuickSpecs. HP V19b 18.5-inch Monitor. Overview. 1. Menu 3. Plus ( + ) 5. Power 2. Minus ( - ) 4. OK. 1. Power connector 3. Security lock slot 2. Overview 1. Menu 3. Plus ( + ) 5. Power 2. Minus ( - ) 4. OK 1. Power connector 3. Security lock slot 2. VGA Brazil Version 1 April 20, 2018 Page 1 Model: 2XM32AA Panel Type 18.5-inch TN Viewable Image

More information

C Module Description

C Module Description IQMMX -Input Router & ASI Distribution Amplifier C Module Description The IQMMX is an ASI to 1 switch, distribution amplifier and transport stream switcher with up to 8 outputs in double width form or

More information

HD Leeza. Quick Setup Guide

HD Leeza. Quick Setup Guide Page 1 of 15 Model KD-HD1080P Key Digital Video Processor Quick Setup Guide Have a question or a technical issue with your set-up? Call the Key Digital Hotline at: 866-439-8988 or 203-798-7187 E-mail the

More information

Crescent Walls User Manual

Crescent Walls User Manual HDMI-8x8 Crescent Walls User Manual COPYRIGHT and TRADEMARK All rights reserved by APANTA LCC, Porland, Oregon, USA. No part of this document may be reproduced in any form or by any means without written

More information

SX7. Saga 7" Super Bright HDMI/3G-SDI Field Monitor with 3D-LUTs. Quick Start Guide. What s Included CHECKED BY

SX7. Saga 7 Super Bright HDMI/3G-SDI Field Monitor with 3D-LUTs. Quick Start Guide. What s Included CHECKED BY SX7 Quick Start Guide Saga 7" Super Bright HDMI/3G-SDI Field Monitor with 3D-LUTs What s Included 1 x Saga X7 Monitor 1 x V-Mount Plate (Attached) 1 x Mini-XLR to P-TAP Cable 1 x Dual Sony L Battery Adapter

More information

C Module Description

C Module Description ASI Distribution Amplifier with Signal Inversion C Module Description The is an ASI distribution amplifier with up to 8 outputs in double width or 4 outputs in single width. The input is transformer coupled

More information

D-Lab & D-Lab Control Plan. Measure. Analyse. User Manual

D-Lab & D-Lab Control Plan. Measure. Analyse. User Manual D-Lab & D-Lab Control Plan. Measure. Analyse User Manual Valid for D-Lab Versions 2.0 and 2.1 September 2011 Contents Contents 1 Initial Steps... 6 1.1 Scope of Supply... 6 1.1.1 Optional Upgrades... 6

More information

Projector Management Application Version 7.00 Instruction Guide

Projector Management Application Version 7.00 Instruction Guide Projector Management Application Version 7.00 Instruction Guide Contents 1 INTRODUCTION... 4 1.1 OUTLINE... 4 1.2 SYSTEM... 4 2 INSTALLATION... 5 2.1 SYSTEM REQUIREMENTS... 5 2.2 PROJECTOR MANAGEMENT APPLICATION

More information

PSC300 Operation Manual

PSC300 Operation Manual PSC300 Operation Manual Version 9.10 General information Prior to any attempt to operate this Columbia PSC 300, operator should read and understand the complete operation of the cubing system. It is very

More information

Neck (BM4x12 4PCS) (ST4x14 4PCS) Power Cable

Neck (BM4x12 4PCS) (ST4x14 4PCS) Power Cable 32 32 Neck (BM4x12 4PCS) (ST4x14 4PCS) Power Cable Neck (BM4x12 4PCS) (ST4x14 4PCS) 1.Place the neck in position as shown, fix it with the supplied screws (BM4 x 12) 3 (ST4x14 4 PCS) 100 x 100 mm DTV,

More information

IQORX30 / IQORX31. Single Mode Fiber Optic Receivers for 3G/HD/SD-SDI Signals

IQORX30 / IQORX31. Single Mode Fiber Optic Receivers for 3G/HD/SD-SDI Signals IQORX30 / IQORX3 Single Mode Fiber Optic Receivers for 3G/HD/SD-SDI Signals Operator s Manual May 009 Snell & Wilcox Ltd., Southleigh Park House, Eastleigh Road, Havant, Hants, PO9 PE, United Kingdom.

More information

INSTALLATION AND OPERATION INSTRUCTIONS EVOLUTION VIDEO DISTRIBUTION SYSTEM

INSTALLATION AND OPERATION INSTRUCTIONS EVOLUTION VIDEO DISTRIBUTION SYSTEM INSTALLATION AND OPERATION INSTRUCTIONS EVOLUTION VIDEO DISTRIBUTION SYSTEM ATTENTION: READ THE ENTIRE INSTRUCTION SHEET BEFORE STARTING THE INSTALLATION PROCESS. WARNING! Do not begin to install your

More information

V4.7 Software Quick Start Guide

V4.7 Software Quick Start Guide V4.7 Software Quick Start Guide INTRODUCTION TO V4.7 The 4.7 software update for the Vi Series includes a major update to the functionality of the Vi4 console in particular, bringing a new level of power

More information

Copyright. Notice. Edition. Company information. About this Manual

Copyright. Notice. Edition. Company information. About this Manual UFG-05 Family Frame Grabbers USER MANUAL Windows 7 Windows XP Windows Vista About this Manual Copyright This manual, Copyright 2012 Unigraf Oy. All rights reserved Reproduction of this manual in whole

More information

for Television ---- Formatting AES/EBU Audio and Auxiliary Data into Digital Video Ancillary Data Space

for Television ---- Formatting AES/EBU Audio and Auxiliary Data into Digital Video Ancillary Data Space SMPTE STANDARD ANSI/SMPTE 272M-1994 for Television ---- Formatting AES/EBU Audio and Auxiliary Data into Digital Video Ancillary Data Space 1 Scope 1.1 This standard defines the mapping of AES digital

More information

VGA Port. Chapter 5. Pin 5 Pin 10. Pin 1. Pin 6. Pin 11. Pin 15. DB15 VGA Connector (front view) DB15 Connector. Red (R12) Green (T12) Blue (R11)

VGA Port. Chapter 5. Pin 5 Pin 10. Pin 1. Pin 6. Pin 11. Pin 15. DB15 VGA Connector (front view) DB15 Connector. Red (R12) Green (T12) Blue (R11) Chapter 5 VGA Port The Spartan-3 Starter Kit board includes a VGA display port and DB15 connector, indicated as 5 in Figure 1-2. Connect this port directly to most PC monitors or flat-panel LCD displays

More information

RECOMMENDATION ITU-R BT * Video coding for digital terrestrial television broadcasting

RECOMMENDATION ITU-R BT * Video coding for digital terrestrial television broadcasting Rec. ITU-R BT.1208-1 1 RECOMMENDATION ITU-R BT.1208-1 * Video coding for digital terrestrial television broadcasting (Question ITU-R 31/6) (1995-1997) The ITU Radiocommunication Assembly, considering a)

More information

User Guide & Reference Manual

User Guide & Reference Manual TSA3300 TELEPHONE SIGNAL ANALYZER User Guide & Reference Manual Release 2.1 June 2000 Copyright 2000 by Advent Instruments Inc. TSA3300 TELEPHONE SIGNAL ANALYZER ii Overview SECTION 1 INSTALLATION & SETUP

More information

Agilent Parallel Bit Error Ratio Tester. System Setup Examples

Agilent Parallel Bit Error Ratio Tester. System Setup Examples Agilent 81250 Parallel Bit Error Ratio Tester System Setup Examples S1 Important Notice This document contains propriety information that is protected by copyright. All rights are reserved. Neither the

More information

Please read PRECAUTIONS, this User s Manual and Setup Guide (separate volume) carefully to familiarize yourself with safe and effective usage.

Please read PRECAUTIONS, this User s Manual and Setup Guide (separate volume) carefully to familiarize yourself with safe and effective usage. Important Please read PRECAUTIONS, this User s Manual and Setup Guide (separate volume) carefully to familiarize yourself with safe and effective usage. Please read the Setup Guide (separate volume) The

More information

Please read PRECAUTIONS, this User s Manual, and the Setup Guide (separate volume) carefully to familiarize yourself with safe and effective usage.

Please read PRECAUTIONS, this User s Manual, and the Setup Guide (separate volume) carefully to familiarize yourself with safe and effective usage. Important Please read PRECAUTIONS, this User s Manual, and the Setup Guide (separate volume) carefully to familiarize yourself with safe and effective usage. Please refer to the Setup Guide for basic information

More information

Matrox PowerStream Plus

Matrox PowerStream Plus Matrox PowerStream Plus User Guide 20246-301-0250 2018.09.04 Contents 1 About this user guide... 5 1.1 Using this guide... 5 1.2 More information... 5 2 Matrox PowerStream Plus software... 6 2.1 Before

More information

DT3162. Ideal Applications Machine Vision Medical Imaging/Diagnostics Scientific Imaging

DT3162. Ideal Applications Machine Vision Medical Imaging/Diagnostics Scientific Imaging Compatible Windows Software GLOBAL LAB Image/2 DT Vision Foundry DT3162 Variable-Scan Monochrome Frame Grabber for the PCI Bus Key Features High-speed acquisition up to 40 MHz pixel acquire rate allows

More information

CEA Standard. Standard Definition TV Analog Component Video Interface CEA D R-2012

CEA Standard. Standard Definition TV Analog Component Video Interface CEA D R-2012 CEA Standard Standard Definition TV Analog Component Video Interface CEA-770.2-D R-2012 April 2007 NOTICE Consumer Electronics Association (CEA ) Standards, Bulletins and other technical publications are

More information

FS3. Quick Start Guide. Overview. FS3 Control

FS3. Quick Start Guide. Overview. FS3 Control FS3 Quick Start Guide Overview The new FS3 combines AJA's industry-proven frame synchronization with high-quality 4K up-conversion technology to seamlessly integrate SD and HD signals into 4K workflows.

More information

DSR-3000P. Digital Video Recorder. Manual for Remote Operation by Network Connection. Bedienungsanleitung fürdie Fernbedienung über ein Netzwerk

DSR-3000P. Digital Video Recorder. Manual for Remote Operation by Network Connection. Bedienungsanleitung fürdie Fernbedienung über ein Netzwerk Digital Video Recorder DSR-3000P Manual for Remote Operation by Network Connection English GB Bedienungsanleitung fürdie Fernbedienung über ein Netzwerk Deutsch D Manuel pour la commande à distance sur

More information

Operations. BCU Operator Display BMTW-SVU02C-EN

Operations. BCU Operator Display BMTW-SVU02C-EN Operations BCU Operator Display BMTW-SVU02C-EN Operations BCU Operator Display Tracer Summit BMTW-SVU02C-EN June 2006 BCU Operator Display Operations This guide and the information in it are the property

More information

User Guide. c Tightrope Media Systems Applies to Cablecast Build 1055

User Guide. c Tightrope Media Systems Applies to Cablecast Build 1055 User Guide c Tightrope Media Systems Applies to Cablecast 6.0.0 Build 1055 Printed September 17, 2015 http://www.trms.com/cablecast/support 2 Contents I Getting Started 5 1 Preface 6 1.1 Thank You..........................

More information

application software

application software application software application software Input products / Shutter Output / RF output Electrical / Mechanical characteristics: see product user manual Product reference Product designation TP device RF

More information

QUADRO AND NVS DISPLAY RESOLUTION SUPPORT

QUADRO AND NVS DISPLAY RESOLUTION SUPPORT QUADRO AND NVS DISPLAY RESOLUTION SUPPORT DA-07089-001_v06 April 2017 Application Note DOCUMENT CHANGE HISTORY DA-07089-001_v06 Version Date Authors Description of Change 01 November 1, 2013 AP, SM Initial

More information

User Manual 15" LCD Open frame SAW Touch Monitor KOT-0150US-SA4W. Table of Contents

User Manual 15 LCD Open frame SAW Touch Monitor KOT-0150US-SA4W. Table of Contents User Manual 15" LCD Open frame SAW Touch Monitor KOT-0150US-SA4W Table of Contents Chapter 1. Introduction...2 1.1 Product Description 1.2 About the Product Chapter 2. Installation and Setup...2 2.1 Unpacking

More information

Module 1: Digital Video Signal Processing Lecture 5: Color coordinates and chromonance subsampling. The Lecture Contains:

Module 1: Digital Video Signal Processing Lecture 5: Color coordinates and chromonance subsampling. The Lecture Contains: The Lecture Contains: ITU-R BT.601 Digital Video Standard Chrominance (Chroma) Subsampling Video Quality Measures file:///d /...rse%20(ganesh%20rana)/my%20course_ganesh%20rana/prof.%20sumana%20gupta/final%20dvsp/lecture5/5_1.htm[12/30/2015

More information

Defining and Labeling Circuits and Electrical Phasing in PLS-CADD

Defining and Labeling Circuits and Electrical Phasing in PLS-CADD 610 N. Whitney Way, Suite 160 Madison, WI 53705 Phone: 608.238.2171 Fax: 608.238.9241 Email:info@powline.com URL: http://www.powline.com Defining and Labeling Circuits and Electrical Phasing in PLS-CADD

More information

E-MANUAL. Thank you for purchasing this Samsung product. To receive more complete service, please register your product at

E-MANUAL. Thank you for purchasing this Samsung product. To receive more complete service, please register your product at E-MANUAL Thank you for purchasing this Samsung product. To receive more complete service, please register your product at www.samsung.com M o d e l S e r i a ln o. To directly go to the page that provides

More information

KRAMER ELECTRONICS LTD. USER MANUAL

KRAMER ELECTRONICS LTD. USER MANUAL KRAMER ELECTRONICS LTD. USER MANUAL MODEL: Projection Curved Screen Blend Guide How to blend projection images on a curved screen using the Warp Generator version K-1.4 Introduction The guide describes

More information

RedRat Control User Guide

RedRat Control User Guide RedRat Control User Guide Chris Dodge RedRat Ltd April 2014 For RedRat Control V3.16 1 Contents 1. Introduction 3 2. Prerequisites and Installation 3 3. The First Step Capture of Remote Control Signals

More information

Rec. ITU-R BT RECOMMENDATION ITU-R BT PARAMETER VALUES FOR THE HDTV STANDARDS FOR PRODUCTION AND INTERNATIONAL PROGRAMME EXCHANGE

Rec. ITU-R BT RECOMMENDATION ITU-R BT PARAMETER VALUES FOR THE HDTV STANDARDS FOR PRODUCTION AND INTERNATIONAL PROGRAMME EXCHANGE Rec. ITU-R BT.79-4 1 RECOMMENDATION ITU-R BT.79-4 PARAMETER VALUES FOR THE HDTV STANDARDS FOR PRODUCTION AND INTERNATIONAL PROGRAMME EXCHANGE (Question ITU-R 27/11) (199-1994-1995-1998-2) Rec. ITU-R BT.79-4

More information

User s Guide W-E

User s Guide W-E Presto! PVR ISDB User s Guide 518100-02-01-W-E-112307-02 Copyright 2007, NewSoft Technology Corp. All Rights Reserved. No portion of this document may be copied or reproduced in any manner without prior

More information

DLP chip Panel size 22.9 mm (0.9 inches) diagonal (16:10 aspect ratio)

DLP chip Panel size 22.9 mm (0.9 inches) diagonal (16:10 aspect ratio) Specifications Main unit Power supply AC 200V-240V, 8.5A, 50/60Hz The light output will decrease to approximately 1/2 when using the projector with AC 100V to AC 120V [9.8A]. Power consumption 1,650 W

More information

Safety warning Important Safety Instructions. Wall Mount Specifications. Electronic Program Guide. Lock Menu 18. PVR File System

Safety warning Important Safety Instructions. Wall Mount Specifications. Electronic Program Guide. Lock Menu 18. PVR File System LT-32N370Z 32 INPUT Safety warning Important Safety Instructions Wall Mount Specifications Electronic Program Guide Lock Menu 18 PVR File System 11 11 11 14 15 16 17 19 20 21 21 22 23 24 25 INPUT AAA

More information

AX20. Atlas 19.5" 3G-SDI/HDMI Field and Studio Monitor with 3D LUTs & Scopes. Quick Start Guide. What s Included CHECKED BY

AX20. Atlas 19.5 3G-SDI/HDMI Field and Studio Monitor with 3D LUTs & Scopes. Quick Start Guide. What s Included CHECKED BY AX20 Quick Start Guide Atlas 19.5" 3G-SDI/HDMI Field and Studio Monitor with 3D LUTs & Scopes What s Included 1 x Atlas 19.5" Monitor 1 x AC Adapter 1 x Sunhood CHECKED BY AX20 FRONT 1920 x 1080 19.5 inch

More information

Configuring Monitors for FMS. A user guide

Configuring Monitors for FMS. A user guide A user guide Page 2 FMS is best viewed using the attached monitor s native resolution and employing ClearType 1 font technology. This guide helps you to setup your monitor correctly. 1 ClearType font technology

More information