How do I get energy consumption over simulation time for each sensor in NetSim v11.1. The results window only gives the summary results, but I need to find the energy consumption over the simulation time.
Please see can look at https://tetcos.freshdesk.com/support/solutions/articles/14000088573-where-is-energy-consumption-battery-model-in-netsim-wsn-iot-set-calculated-
Yes. There is are parameters in the NetSim for setting energy harvesting.
With regards to Green IoT, it depends on what it means. If its relates to lower power consumption, and energy harvesting then it can be simulated in NetSim.
The power source represents the source of energy. Each node has its own single source of power. The mainline power source is assumed to have infinite energy while batteries have limited initial energy. When energy harvesting is turned on, it replenishes the battery energy. If the power of a node is completely depleted the node can no longer operate.
The different currents used in the energy model calculations are:
TransmitCurrent
ReceiveCurrent
IdleModeCurrent
SleepModeCurrent
The energy consumed in each of these operations would be.
TransmitEnergy = TransmitCurrent * Voltage * Time (for which node transmits packets)
ReceiveEnergy = ReceiveCurrent * Voltage * Time (for which node receives packets)
IdleModeEnergy = IdleModeCurrent * Voltage * Time (in Idle mode)
SleepModeEnergy = SleepModeCurrent * Voltage * Time (in sleep mode)
Nihal Sanil You could look through https://www.researchgate.net/post/How_can_I_get_time_series_simulation_plots_in_NetSim_5G_or_IOT_simulation to get an idea of plotting different metrics vs. time
To compare energy consumption in NetSim under varying traffic conditions — low and high you can refer to the article on plotting energy consumption over time: https://support.tetcos.com/support/solutions/articles/14000088652-how-do-i-plot-energy-consumption-over-time-for-sensor-nodes-for-wsn-iot-networks
After gathering data for both low and high traffic conditions, you can compare them to observe differences and analyze it. In version 14, they've added energy-related logs directly into the product. You can enable it, run simulations and check the energy log in a CSV file.