Submitted by murthyakella on Tue, 04/03/2012 - 15:08
Hi,
I needed a mod block to convert the rotation radians into the range of 0 to 2*pi radians (i.e. 3pi radians --> pi radians and 4pi radians --> 0 radians). I looked for a 'mod' block in Vissim. But I could not find it. So I am currently using my own 'mod' block built from division and int blocks (i.e.output = input - Int(input/2pi)). But I suspect that this is leading to some small rounding or sampling error(I think) which is resulting in some deviation in the one another block depending upon this mod block. So I was wondering if there is a 'mod' block that I can readily use from vissim library?
Regards, Murthy