convert to string dspicV5.4

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 5.
To post in this forum you must have a registered copy of Flowcode 5 or higher.

Moderator: Benj

Post Reply
saschech@gmx.de
Posts: 714
Joined: Wed Jan 31, 2007 12:41 pm
Has thanked: 1 time
Been thanked: 26 times
Contact:

convert to string dspicV5.4

Post by saschech@gmx.de »

Hello

In a new projekt i want print on the lcd var. uint 65500.
The lcd only Support int (go to 32767);so I convert the uint to string,
The lcd Show on hardware: uint 65500 >> to string >> lcd 32732.

My Problem is,it work on Simulation.
If I print string "65500" , Show correkt on my Hardware,so I think the convert-macro work not ok
on Hardware.

regards wolfgang

saschech@gmx.de
Posts: 714
Joined: Wed Jan 31, 2007 12:41 pm
Has thanked: 1 time
Been thanked: 26 times
Contact:

Re: convert to string dspicV5.4

Post by saschech@gmx.de »

Hello

all return,after a Long search :

I read the fram FM25V5 in the READ-mode dos not read bit8 korrekt.....
I use the FSRD mode and all work ok on my Hardware

Regards Wolfgang
Attachments
AN302.pdf
(79.2 KiB) Downloaded 207 times

Post Reply