Java Mine
ContentsIndexHome
PreviousUpNext
TwoInputPulseCounterBase.SensorEdit Method
Syntax
Java
public static void SensorEdit(Sensor sens, Double heartBeat, Double awareStateHeartBeat, Boolean overflowControl_channel1, Boolean reportImmediatelyOnOverflow_channel1, Boolean goAwareOnOverflow_channel1, Long overflowCount_channel1, Boolean Accumulate_channel1, Integer TriggerType_channel1, Integer FilterFrequency_channel1, Integer ReArmTime_channel1, Boolean overflowControl_channel2, Boolean reportImmediatelyOnOverflow_channel2, Boolean goAwareOnOverflow_channel2, Long overflowCount_channel2, Boolean Accumulate_channel2, Integer TriggerType_channel2, Integer FilterFrequency_channel2, Integer ReArmTime_channel2, Integer failedTransmissionsBeforeLinkMode);

Allows for the update of the specific type of sensor. 

@param sens sens the Sensor object to be updated @param heartBeat How often the sensor communicates with the gateway if no activity recorded. @param awareStateHeartBeat How often the sensor communicates with the gateway while in Aware State. @param overflowControl_channel1 When this number of pulses since the last heartbeat is reached, or exceeded, the sensor will go aware and transmit a data point. This count will scale down as needed for the aware heartbeat. Ex: HB = 100, AHB = 25, Overflow Count = 1000, "Aware" Overflow Count = 250. Overflow of 0 disables the this feature for this channel. @param reportImmediatelyOnOverflow_channel1 @param goAwareOnOverflow_channel1 @param overflowCount_channel1 @param Accumulate_channel1 @param TriggerType_channel1 @param FilterFrequency_channel1 @param ReArmTime_channel1 @param overflowControl_channel2 @param reportImmediatelyOnOverflow_channel2 @param goAwareOnOverflow_channel2 @param overflowCount_channel2 @param Accumulate_channel2 @param TriggerType_channel2 @param FilterFrequency_channel2 @param ReArmTime_channel2 @param failedTransmissionsBeforeLinkMode

Copyright (c) 2023. All rights reserved.
What do you think about this topic? Send feedback!