New user of version 1 picaxe logicator

We are in transition between the old non axe version and the new. Consequently we have some 16F627 non picaxe ICs around is it possible to use these with the new software? I seem to remember that the economatics blurb suggested you could yet have yet to find it on the menus. Maybe the newer version did not include this feature when rewritten?
 

Technical

Technical Support
Staff member
Plesae see the instructions within the 'What's new' section of the Help menu to make the 'v1 programmer' PIC types visible. They are hidden by default to avoid confusion, as very few people use this option now that PICAXE programming is available.
 

Cristian C.

New Member
Done and no change

; *********************
; Configuration options
; *********************

[OPTIONS]
; Change this option to 1 to show the PIC16Fxx types
; to be used with the old version 1 programmer.
DISPLAY_PICS=1
; Change this option to 1 to use the old command 'END'
; instead of the recommended command 'RETURN'
USE_END=0


; **************************************
; List of supported PICAXE and PIC types
; **************************************

[PICAXE]
0=PICAXE08
1=PICAXE08M
2=PICAXE14M
3=PICAXE18
4=PICAXE18A
5=PICAXE18M
6=PICAXE18X
7=PICAXE20M
8=PICAXE28
9=PICAXE28A
10=PICAXE28X
11=PICAXE28X1
12=PICAXE40X
13=PICAXE40X1
14=PIC16F84
15=PIC16F84A
16=PIC16F627
17=PIC16F627A
18=PIC16F628
19=PIC16F628A
20=PIC16F872
 

Technical

Technical Support
Staff member
You need to restart the software after changing the ini file. This also only applies to registered site licence holder version, not shareware (single user) versions.
 
Last edited:

Cristian C.

New Member
single use??

This also only applies to registered site licence holder version, not shareware versions.
What's about the single use licence?
 

hippy

Ex-Staff (retired)
What's about the single use licence?

If the menu bar shows "**unregistered version**" to the right of "Help" then ability to select PICmicro devices is disabled.

"Shareware version" in terms of this product's usage means having a version which can be downloaded free of charge and used without requiring the product to be registered.

If the software is registered, the .INI file edited so "DISPLAY_PICS=1", then PICmicro devices may be selected from "Options->Select PIC Type", otherwise not.
 
Top