Search found 179 matches

by Alan_37
Tue Mar 28, 2017 11:31 am
Forum: Feature requests
Topic: Regular Expressions
Replies: 3
Views: 4671

Re: Regular Expressions

Hi

Maybe a more simple solution to this is a component since Regex library's
can be found all over the place

Here is one for Arduino : https://forum.arduino.cc/index.php?topic=59917.0

Also Attached as File
by Alan_37
Mon Mar 27, 2017 10:58 pm
Forum: Feature requests
Topic: Regular Expressions
Replies: 3
Views: 4671

Re: Regular Expressions

hi LeighM Well it's true that the Regex function will take a considerable amount of target space but trying to construct code that for example output's what's between this & that will still take space from target + more time , with regex is simply done by using (?<=this).*?(?=that) in only one line ...
by Alan_37
Mon Mar 27, 2017 12:03 am
Forum: Feature requests
Topic: Regular Expressions
Replies: 3
Views: 4671

Regular Expressions

Hello

I was wandering if it is possible to have a function to use regular expressions in Flowcode
to be able to search in a string variable or text and output a string according to the regular expression .

Example : Outputstring = "REGEX" (Inputstring)
by Alan_37
Wed Mar 22, 2017 11:11 pm
Forum: Flowcode V7
Topic: flowcode V7.2
Replies: 10
Views: 7612

Re: flowcode V7.2

Hi Steve001 Replacing your Hard Disc with a solid state One ( SSD ) should make your Laptop about 10x faster , i use Flowcode 7.2 on an old Core2 duo with 2gb of ram but have an SSD installed windows 8.1 32bit , Flowcode 7.2 runs perfectly and takes about 20 to 25 Seconds to open a 900kb FCFX file .
by Alan_37
Fri Mar 10, 2017 10:06 pm
Forum: 32-Bit ARM
Topic: ARM STM32 Update
Replies: 37
Views: 42749

Re: ARM STM32 Update

Hi Ben

Yes it worked :)

Thanks
by Alan_37
Fri Mar 10, 2017 4:51 pm
Forum: 32-Bit ARM
Topic: ARM STM32 Update
Replies: 37
Views: 42749

Re: ARM STM32 Update

Hi Ben

Thanks for supporting all my Requested Devices and more :)

I have sent you a PM about the Arm chip Pack

Thanks again

Regards Alan
by Alan_37
Fri Mar 10, 2017 12:45 pm
Forum: Flowcode V7
Topic: *NEW* FC7.2.0.5 Out Now
Replies: 5
Views: 5688

Re: *NEW* FC7.2.0.5 Out Now

Hello

Just a small question , does this update include all bug fixes discussed on the forum ?

Thanks
by Alan_37
Mon Mar 06, 2017 10:22 am
Forum: 32-Bit ARM
Topic: ARM STM32 Update
Replies: 37
Views: 42749

Re: ARM STM32 Update

Hi Ben Thanks for your reply So I got the Standard licence for the STM32 update I just have to get the ARM Chip Pack is that right ? Regarding my preference for new Devices i would have a couple a very fast & easy add would be the STM32F407ZG which is exactly like the 407ZE ( already supported ) but...
by Alan_37
Thu Mar 02, 2017 10:51 pm
Forum: 32-Bit ARM
Topic: ARM STM32 Update
Replies: 37
Views: 42749

ARM STM32 Update

Hi First of all I would like say a big WELL DONE ! to all Matrix Team for the new ARM update and the very nice list of new and powerful Supported devices. Here are some questions about it . 1. Since the arm update is work in progress for supporting all flowcode peripherals how do we get updated abou...
by Alan_37
Tue Feb 28, 2017 1:45 am
Forum: Feature requests
Topic: Search for the optimal processor family
Replies: 22
Views: 20018

Re: Search for the optimal processor family

Hi Ben

Can we have the exact list of the new supported ARM
Processors ?

Was wandering if the STM32F407ZET6 is supported
Cause i cant wait to buy the update :)
by Alan_37
Tue Feb 14, 2017 1:12 pm
Forum: Feature requests
Topic: Search for the optimal processor family
Replies: 22
Views: 20018

Re: Search for the optimal processor family

Hello

Any News on the ARM Update release date ?

Thanks
by Alan_37
Thu Feb 09, 2017 9:57 pm
Forum: Feature requests
Topic: BME280 I2C/SPI Temperature Humidity & Pressure Sensor
Replies: 30
Views: 43399

BME280 I2C/SPI Temperature Humidity & Pressure Sensor

Hi I am playing with this Sensor and thought would be a nice new Component for Flowcode this sensor is very cheap around $4 it comes in a break out board and it's 3 sensors in 1, Temperature Humidity & atmospheric Pressure can even calculate Altitude with this sensor very nice :D :D Ebay BME280
by Alan_37
Tue Jan 31, 2017 11:15 pm
Forum: Flowcode V7
Topic: Calculating CRC 8 for MLX90614
Replies: 12
Views: 9110

Re: Calculating CRC 8 for MLX90614

Hi Ben I have modified your code a bit now the Macro can take a Hex String as an input Example "01220A" Hex values in the input String must have 2 characters if they are lower than 0x10 a 0 must be added at the beginning . The Macro will .Return the result as decimal Maybe this will make it a bit mo...
by Alan_37
Tue Jan 31, 2017 6:01 pm
Forum: Flowcode V7
Topic: Calculating CRC 8 for MLX90614
Replies: 12
Views: 9110

Re: Calculating CRC 8 for MLX90614

Hi Ben

Yes that works 100% well done , this will be a lot faster than the brut force method :D :D

Thanks again , and keep up the good work
by Alan_37
Tue Jan 31, 2017 2:27 pm
Forum: Flowcode V7
Topic: Calculating CRC 8 for MLX90614
Replies: 12
Views: 9110

Re: Calculating CRC 8 for MLX90614

Hi Ben

If you succeed in calculating the CRC and you can make the polynominal as an input variable
well that could be a nice new component for flowcode CRC8 calculator . :D :D
by Alan_37
Tue Jan 31, 2017 2:12 pm
Forum: Flowcode V7
Topic: Calculating CRC 8 for MLX90614
Replies: 12
Views: 9110

Re: Calculating CRC 8 for MLX90614

Hi Ben In the calculator website it explains what happens to the process So the polynomial defines the sum 100000111 = P(x) = x8+ x2+ x1+ x0 and with this data as input : 002E9080 the following bindery is somehow calculated 00000000 is the initial CRC value (hide details) Next hex digit [ 0 ]: Shift...
by Alan_37
Tue Jan 31, 2017 10:44 am
Forum: Flowcode V7
Topic: Calculating CRC 8 for MLX90614
Replies: 12
Views: 9110

Re: Calculating CRC 8 for MLX90614

Hi Ben

Yes you are right it dose not work but it's OK , I managed with the Brut force method
it works quit well .

Thanks for your time
by Alan_37
Mon Jan 30, 2017 3:13 pm
Forum: Flowcode V7
Topic: Calculating CRC 8 for MLX90614
Replies: 12
Views: 9110

Re: Calculating CRC 8 for MLX90614

Hi Ben Just gave a try to the fcfx file but the output dose not seem to match whit that of the website when i change the input data This may be more tricky than it seems . I found the following code for Arduino but dont now how to convert it from the following website I am also attaching a very info...
by Alan_37
Mon Jan 30, 2017 2:10 pm
Forum: Flowcode V7
Topic: Calculating CRC 8 for MLX90614
Replies: 12
Views: 9110

Re: Calculating CRC 8 for MLX90614

Hi Ben

Will try it today and let you know

Thanks very much
by Alan_37
Mon Jan 30, 2017 11:08 am
Forum: Flowcode V7
Topic: Calculating CRC 8 for MLX90614
Replies: 12
Views: 9110

Re: Calculating CRC 8 for MLX90614

Hi Just find a very simple way around this , if i send a data whit wrong CRC the sensor will not acknowledge the CRC byte so what have done is a counter from 0 to 255 converted to hex and send as CRC byte , sort of Brut forcing the CRC when the sensor acknowledge the CRC byte i know that the right C...
by Alan_37
Sun Jan 29, 2017 11:37 am
Forum: Bug reports
Topic: Macro loacal variables
Replies: 4
Views: 4074

Re: Macro loacal variables

Hi I always taught about local variables as a way to organize things , about the non persistent part , must have missed that :? Well good to know, but have to say that for me are pretty much useless cause i use a lot of macros in macros for example to search and split strings send rs232 I2c SPI data...
by Alan_37
Sun Jan 29, 2017 11:23 am
Forum: Bug reports
Topic: Macro loacal variables
Replies: 4
Views: 4074

Re: Macro loacal variables

HI LeighM

OK that makes sens , but now if you fix the string ie : will not save anymore my project will not work
any more , the fcfx file is almost 1MB, so that will be a lot of work to fix from my side .
by Alan_37
Sun Jan 29, 2017 10:53 am
Forum: Bug reports
Topic: Macro loacal variables
Replies: 4
Views: 4074

Macro loacal variables

Hi just found this bug When i set a value to a local variable of a macro, than exit that macro and back in, the variable get reset to 0 ( I am not initializing the variable ). This dose not happen to the string variables only to numeric Local Variables . Is there any way we can fix this please ? Tha...
by Alan_37
Sat Jan 28, 2017 2:28 pm
Forum: Flowcode V7
Topic: Calculating CRC 8 for MLX90614
Replies: 12
Views: 9110

Calculating CRC 8 for MLX90614

Hi I am experimenting with the Melexis MLX90614 and have come to a point where i need to change the I2c Address , in order to accomplish this I need to send the following data than 1 CRC Byte of All data that has been sent . Polynominal is : 100000111 0x00 - Address 0x2E - Address Register ( LSB Por...
by Alan_37
Wed Jan 25, 2017 12:30 pm
Forum: Bug reports
Topic: Conflicting Conponents ( Solved )
Replies: 4
Views: 4415

Re: Conflicting Conponents ( Solved )

Hi Ben

That is very interesting and good to know , my intention is port the project to the STM 32bit ARM Processors
when the update is out and peripherals supported .

Ok then thanks again .

Regards