Network Setpoints

A network setpoint is a non-physical input. You can configure Network Setpoint blocks and use them while creating application logic in Bacnet Spyder.

To add and configure a network input block:

  1. Right-click ControlProgram under Honeywell Spyder in the Nav palette and select Views > Wiresheet View to view the wiresheet.
  2. Drag the Network Setpoint block from the Spyder Palette on to the wire sheet.
  3. Type the desired name for the Network Setpoint block and click OK. The block appears as a container on the wire sheet similar to any function block.
  4. Right-click the container and select Configure Properties. The Network Setpoint dialog box appears.
The following table defines the fields shown in the dialog box.
Name Description
Point Name Type a name of the function block or use the default names given by the tool.
Point Type Network Setpoint is the default selection. You can select Constant, Network Input, Network Setpoint, Binary Input or Modulating Input to change the point type.
Point Category Displays the unit of measurement for the Point Type.
Unit Displays the engineering unit based on the Point Category.
Sub-Category Displays the enumeration type for the software points.The field Unit is renamed as Sub-Category if the point category selection is unitless.
Advanced Displays the Bacnet object details. Object Name, Object Type, Object Instance are the fields provided. Object Name is automatically provided by the tool and can be edited. Object Instance number can also be edited. Object Type is a read only field and cannot be edited.
OK Saves the entered information and closes the dialog box.
Cancel Closes the dialog box. Any information entered is lost.

Note:
1. When the point name is changed for the network setpoint and if this setpoint is grouped as a NV, then the same will get reflected in Field Name of that point if a checkbox for "Synchronize the name with the network interface" is checked. Refer following figure
2.This checkbox appears only for Lon Spyder.

To define your own custom enumeration type for the software points:

  1. Select Custom from the Sub-Category list.
  2. Click the button next to the Sub-Category drop-down. The Enum dialog box appears.
  3. Click the check box Load from Standard list to load the range from the standard list.
    or
    Click Add to create your own custom enumeration type. Enter the New Enum name and click Save.
  4. Click OK.

Note: You can add a Network Setpoint with Point Type as Constant to a macro.

Point Conversion

What do I want to convert? To what do I want to convert? How do I do it? What is the effect?
Network Setpoint Constant
  1. Right-click the Network setpoint block and select Configure Properties.
  2. Select Constant from the Point Type list.
  3. Select a Point Category.
  4. Click OK.
  1. If the functional block slot to which the point was connected was of type Constant/Connector, the slot is converted from Connector type to Constant but the link is retained.
  2. If the functional block slot to which the point was connected was of type Connector only, the link is broken.
Network Setpoint Network Input
  1. Right-click the Network setpoint block and select Configure Properties.
  2. Select Network Input from the Point Type list.
  3. Select a Point Category.
  4. Click OK
  1. If the point is connected to any functional block, the functional block slots and links are retained.
  2. A new network input is created and added to the Objects table in the Object Configuration View.
Network Setpoint Binary Input
  1. Right-click the Network setpoint block and select Configure Properties.
  2. Select Binary Input from the Point Type list.
  3. Select Type.
  4. Select Data Type.
  5. Click OK.
  1. If the point is connected to any functional block, the functional block slot type and links are retained.
  2. The resulting physical IO object (Binary input in this case) gets any free IO pin available. If no pin is available, the resulting physical IO becomes an invalid IO ( IO with no pin).
Network Setpoint Modulating Input
  1. Right-click the Network setpoint block and select Configure Properties.
  2. Select Modulating Input from the Point Type list.
  3. Select Type.
  4. Select Data Type.
  5. Click OK.
  1. If the point is connected to any functional block, the functional block slot type and links are retained.
  2. The resulting physical IO object (Modulating input in this case) gets any free IO pin available. If no pin is available, the resulting physical IO becomes an invalid IO (IO with no pin).