My ZigBee E-Blocks doesn't stop flashing

For E-blocks user to discuss using E-blocks and programming for them.

Moderators: Benj, Mods

Post Reply
Carmen Garcia
Posts: 59
Joined: Thu Aug 23, 2012 10:37 am
Has thanked: 14 times
Been thanked: 3 times
Contact:

My ZigBee E-Blocks doesn't stop flashing

Post by Carmen Garcia »

Hi everybody:

I put my c code in the ZigBee E-Blocks and these doesn't stop flashing. I reset the multiprogramer (EB006) and nothing...I put the test routine and fail...
I suspect that the ZigBee node (XBEE V2) it's blocked or seemly.

Please, I need help.
Thanks in advanced.

Regards
Carmen Garcia

User avatar
JohnCrow
Valued Contributor
Valued Contributor
Posts: 1367
Joined: Wed Sep 19, 2007 1:21 pm
Location: Lincolnshire
Has thanked: 364 times
Been thanked: 716 times
Contact:

Re: My ZigBee E-Blocks doesn't stop flashing

Post by JohnCrow »

Hi
You dont say if you have had the Zigbee E-blocks working before or if they are new.

Ive attached a couple of simple test programs Ive had working on my system hope they might help you test the boards.
If I remember from the data sheet, the speed of the LED flashing on the co-orduinator shows if it has a connection with the end device.
End Device -Temp Tx.zip
(5.8 KiB) Downloaded 375 times
Co-Ordinator Node.zip
(4.8 KiB) Downloaded 370 times
1 in 10 people understand binary, the other one doesn't !

Carmen Garcia
Posts: 59
Joined: Thu Aug 23, 2012 10:37 am
Has thanked: 14 times
Been thanked: 3 times
Contact:

Re: My ZigBee E-Blocks doesn't stop flashing

Post by Carmen Garcia »

Hi John:

First, thanks you very much for the programs.
The zigbee nodes worked fine the last time I tested them. The E_Block's LED Status is connect to the "ON/SLEEP/DID8" of the XBEE V2 module according to MatrixMultimedia documentation.

I'm studing your programs.

Thanks you very much.

Regards.
Carmen Garcia

Carmen Garcia
Posts: 59
Joined: Thu Aug 23, 2012 10:37 am
Has thanked: 14 times
Been thanked: 3 times
Contact:

Re: My ZigBee E-Blocks doesn't stop flashing

Post by Carmen Garcia »

Hi John:

I open a post where I write the compiler's messages indicate me various ZigBee functions doesn't appear in
the correct directory mentioned; by example:

"Warning unreferenced functions removed:
FC_CAL_Port_Out__x in: C:\Program Files\Flowcode\v5\CAL\PIC\PIC_CAL_IO.c
"


Thanks very much.
Carmen Garcia

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: My ZigBee E-Blocks doesn't stop flashing

Post by Benj »

Hello,
Warning unreferenced functions removed
This is simply saying that code that has not been referenced by your program will not end up in the compiled output and is one of the main features of the C language. If your expecting one of the unreferenced functions to be called then check you are calling it in your code.

Carmen Garcia
Posts: 59
Joined: Thu Aug 23, 2012 10:37 am
Has thanked: 14 times
Been thanked: 3 times
Contact:

Re: My ZigBee E-Blocks doesn't stop flashing

Post by Carmen Garcia »

Hi Benj:

The problem is really this files doesn't exist in the directories mentioned¡¡ So, I understand the compiler advises about functions not used since the last compiling, but I don't understand how the files that support this functions in the FlowCode program directory (C:\ProgramFiles\FlowCode\v5\....) doesn't appear¡¡
In addition, the major of the functions indicates by Warning message I didn't use in the previous code versions¡¡¡

I'm so confused¡¡ Don't you?

Thanks you very much
Regards
Carmen Garcia

Carmen Garcia
Posts: 59
Joined: Thu Aug 23, 2012 10:37 am
Has thanked: 14 times
Been thanked: 3 times
Contact:

Re: My ZigBee E-Blocks doesn't stop flashing

Post by Carmen Garcia »

Hello Benj:

Sorry, my English is so-so...I had read your post again and I can understand the functions not referenced in my program will not integrates in the compiled output, but I cann't understand why the functions files in the FlowCode program directory doesn't exist.
In addition, previously I compiled programs with ZigBee Macros and doesn't appear these Warnings.


Thanks you very much
Regards
Carmen Garcia

Carmen Garcia
Posts: 59
Joined: Thu Aug 23, 2012 10:37 am
Has thanked: 14 times
Been thanked: 3 times
Contact:

Re: My ZigBee E-Blocks doesn't stop flashing

Post by Carmen Garcia »

Hello JohnCrow. I'd like thanks to you for the programs and for the help¡¡¡ (it's too late when you respond me the last Sunday).

I hope someday I can help you¡¡

Thanks again.
Best Regards
Carmen Garcia

User avatar
JohnCrow
Valued Contributor
Valued Contributor
Posts: 1367
Joined: Wed Sep 19, 2007 1:21 pm
Location: Lincolnshire
Has thanked: 364 times
Been thanked: 716 times
Contact:

Re: My ZigBee E-Blocks doesn't stop flashing

Post by JohnCrow »

No problem Carmen
Glad to have helped
1 in 10 people understand binary, the other one doesn't !

Post Reply