Questions tagged [opnet]

31 questions
0
votes
1 answer

Importing STK orbit file into OPNET Modeler 18.5

I need to implement a simple satellite network using both STK software (Satellite Tool Kit ) from AGI and OPNET. The satellite orbit and analysis will be designated in STK,.Next,the orbit file will be imported into OPNET. When I import the orbit…
0
votes
1 answer

how to send custom data in opnet simulator fom one node to the other?

I wrote a program that hides wave audio files inside bitmap images and I would like to apply it in the opnet simulator. I would like to send the image from one node to another but i don't know how to send any sort of data from a node to another. if…
Allen
  • 3
  • 6
0
votes
1 answer

I recently create a project of OPNET 14.5 and i have been unable to run the simulation. the error is about Pipeline stage model (dpt_ecc_pon)

I installed OPNET modeler 14.5 at my laptop (OS: Windows 8). I slightly modified a process model, and ran simulation. But I see the following errors. <<< Recoverable Error >>> Pipeline stage model (dpt_ecc_pon) compilation failed Source code was…
Marcia
  • 1
  • 1
0
votes
2 answers

How to solve link failer in OPNET

I am trying to build a network with 3 sub-nets that are connected with cloud as shown in the first figure below by using OPNET 17.5. after I finish building everything, I try to check links connectivity one of the sub-nets have 3 links failure, as…
0
votes
1 answer

OPNET getting current nodes height

I am using OPNET 15, with tmm, Looking for a way to print the node current height (from sea level) any known function to use in the C code, or other way? didnt find no help on the web or documentary
JohnnyF
  • 1,053
  • 4
  • 16
  • 31
0
votes
1 answer

Opnet open animation viewer

Hi I am trying to use animation feature in opnet. For that I set the preferences to open animation viewer when the simulation starts. During the animation I am trying to call op_anim_viewer_open which always returns -2. No more subsequent GUI call…
Boris
  • 1,311
  • 13
  • 39
0
votes
2 answers

High bandwidth traffic generation

Can anyone please help me find out whether it is possible to generate self-similar high bandwidth traffic traces with minimum average rate of 10Gbps using OPNET or NS2 or any other network simulation tool? I need such a trace to evaluate the…
arima
  • 43
  • 8
0
votes
1 answer

OPNET how to set datum to WGS84

I am testing simple terrain paths I have some problems with locations in my maps with two different programs I want to check if in my opnet the DATUM is set to WGS84 Any one knows where I can find it in the opnet gui?
JohnnyF
  • 1,053
  • 4
  • 16
  • 31
0
votes
1 answer

Opnet creating simple two wireless nodes testing path loss

I am new to OPNET, i am tring to test the pathloss between two points using tirem wave function on a specific map I use OPNET 15.0 and I have all the needed models I want to know how to create two simple nodes and make them talk and see the path…
JohnnyF
  • 1,053
  • 4
  • 16
  • 31
0
votes
1 answer

I got error when running OPNet project

It's my first time working with opnet. I got this error: <<< Recoverable Error >>> Object repository construction failed External code file (C:\opnet\14.5.A\models\std\umts\umts_support.ex.c) compilation failed, see error messages in…
0
votes
1 answer

opnet and matlab interfacing

Can anyone help me in the interfacing of opnet with matlab I have a gain value returned from the matlab and this value must be set to OPC_TDA_RA_RX_GAIN by using op_td_set_dbl (pkptr, OPC_TDA_RA_RX_GAIN, gain); the problem that there is no…
0
votes
1 answer

how to obtain node ID in opnet?

how can I specify node ID in opnet by the use of op_topo_parent ?? I tried many times and the result was this error <<< Recoverable Error >>> Object ID (OPC_OBJID_INVALID) is out-of-range. T (36.4974), EV (483), MOD (top.Office…
0
votes
0 answers

How to call function from opnet

The problem is the integration of matlab and opnet If I have a function in matlab z=f(x,y) How can I call it from the process model of a node in opnet?
0
votes
1 answer

OPNET Simulation - Unable to establish multiple TCP connection on the same port

From my understanding, A TCP session is identified as . For instance, the session <192.168.0.1, 80, 192.168.0.2, 1000> is separated from <192.168.0.1, 80, 192.168.0.2, 1001>, and these two sessions can…
314314314
  • 249
  • 1
  • 10
0
votes
2 answers

op_ici_install() function call within RTI callback causing OPNET to crash

I use Opnet in conjunction with other simulators for co-simulation under High Level Architecture. Upon receiving co-simulation messages from other simulators (interaction-receive / attribute update), the callback routine attempts to schedule remote…
314314314
  • 249
  • 1
  • 10