Achilles Philippopoulos Posted July 2, 2009 Report Posted July 2, 2009 Hi, I am trying to figure out what you mean by (activated when true) 0BAC 2 Inner Marker: activated when TRUE 0BAE 2 Middle Marker: activated when TRUE 0BB0 2 Outer Marker: activated when TRUE Never find out a way to recieve a true flag from those offsets. What I do wrong?
Pete Dowson Posted July 2, 2009 Report Posted July 2, 2009 I am trying to figure out what you mean by (activated when true) Never find out a way to recieve a true flag from those offsets. What I do wrong? I'll explain both words: "Activated" means that the Marker radio signal is being received and the sound (if enabled) is heard and the O M or I light is lit or flashing. If you are not receiving a marker signal then the Marker receiver is currently inactive, i.e. "not activated" by a signal. Okay? Note that you have to be pretty much overhead a marker to receive it and so activate the receiver into providing the sound and flashing light. "True" is a BOOLEAN expression, the opposite of which is FALSE. In FS (and most programming) terms, TRUE is represented by a non-zero value, and FALSE by a zero value. Ok? Regards Pete
Achilles Philippopoulos Posted July 2, 2009 Author Report Posted July 2, 2009 thanks forthe explanation. maybe I am not very close to get the marker signal. I am trying to figure out what you mean by (activated when true) Never find out a way to recieve a true flag from those offsets. What I do wrong? I'll explain both words: "Activated" means that the Marker radio signal is being received and the sound (if enabled) is heard and the O M or I light is lit or flashing. If you are not receiving a marker signal then the Marker receiver is currently inactive, i.e. "not activated" by a signal. Okay? Note that you have to be pretty much overhead a marker to receive it and so activate the receiver into providing the sound and flashing light. "True" is a BOOLEAN expression, the opposite of which is FALSE. In FS (and most programming) terms, TRUE is represented by a non-zero value, and FALSE by a zero value. Ok? Regards Pete
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now