2009-09-21 |
laurent |
Adding support for forcing tick count to return to zero as the same time than all tasks firing are synchronized
|
changeset |
files
|
2009-09-21 |
laurent |
Many bugs on PLCOpenEditor integration fixed
|
changeset |
files
|
2009-09-16 |
laurent |
Integrate PLCOpenEditor into Beremiz frame
|
changeset |
files
|
2009-09-16 |
laurent |
Bug on debug buffer test resulting in not transmitting debug data under specific conditions fixed
|
changeset |
files
|
2009-09-16 |
laurent |
Remove dirtylibs test while freeing plc libs in PLCObject.py
|
changeset |
files
|
2009-09-04 |
laurent |
Redesign DiscoveryDialog class to conform to others dialogs
|
changeset |
files
|
2009-09-18 |
greg |
fix runtime.py filename case to avoid problem on multi-platform
|
changeset |
files
|
2009-09-18 |
greg |
Fix defaults compiler and linker names for win32
|
changeset |
files
|
2009-09-04 |
laurent |
Bug wrong control state while refreshing interface fixed
|
changeset |
files
|
2009-09-03 |
laurent |
Bug with creating or opening a project not closing windows of current opened project fixed
|
changeset |
files
|
2009-09-03 |
laurent |
Clean test_svgui removing useless buttons and drawing and choosing universal fonts
|
changeset |
files
|
2009-09-02 |
laurent |
Applying patch from Iztok for old gcc versions
|
changeset |
files
|
2009-09-01 |
laurent |
Updating windows test for new python plugin and svgui module
|
changeset |
files
|
2009-09-01 |
laurent |
Bug on windows when trying to open wxglade generated 'hmi.py' file fixed
|
changeset |
files
|
2009-09-01 |
laurent |
Fix non-destroyed dialog in 'OnOpenProject' if 'Cancel' selected
|
changeset |
files
|
2009-08-27 |
laurent |
Close PLC editing and PLC debugging frames while closing project
|
changeset |
files
|
2009-08-14 |
laurent |
Improving support for svgui, separating setting end getting attributes functions from creating function.
|
changeset |
files
|
2009-08-13 |
edouard |
Merge with 35cc4c6a29363d0a89f3e1096832cf14bb79f3de
|
changeset |
files
|
2009-08-13 |
edouard |
Merge with 75ae46b66315975b49ec48574befa094be583fdd
|
changeset |
files
|
2009-08-12 |
b taylor |
merged greg's recent commits
|
changeset |
files
|
2009-08-12 |
b taylor |
remove code that i was using for testing.
|
changeset |
files
|
2009-08-12 |
b taylor |
merged in cherry-picked service discovery changes
|
changeset |
files
|
2009-08-12 |
b taylor |
fix discovery dialog sorting, remove services from the discovery dialog when they go offline
cherry-pick
|
changeset |
files
|
2009-08-12 |
b taylor |
bugfix: On Windows, sometimes the the wrong line in the service discovery list control is updated when multiple services are displayed and a new service is discovered.
cherry-pick
|
changeset |
files
|
2009-08-12 |
b taylor |
fix pyZeroconf bug where getServiceInfo returns None.
cherry-pick
|
changeset |
files
|
2009-08-10 |
edouard |
Added ShowMaster button icon for Canfestival plugin
|
changeset |
files
|
2009-08-12 |
laurent |
Adding new svgui support using twisted website HMI
|
changeset |
files
|
2009-08-12 |
laurent |
Removing old svgui support using wxsvg
|
changeset |
files
|
2009-08-12 |
laurent |
Adding support for twisted website HMI
|
changeset |
files
|
2009-08-10 |
laurent |
Adding support for twisted website HMI
|
changeset |
files
|
2009-08-07 |
laurent |
Adding support for python plugin wxglade_hmi allowing creation of PLC HMI using wxglade
|
changeset |
files
|
2009-07-29 |
laurent |
Move python evaluator to create a python plugin containing any related python module
|
changeset |
files
|
2009-07-29 |
laurent |
Bug extra_files deletion in working directory fixed
|
changeset |
files
|
2009-07-29 |
laurent |
Bug extra_files deletion in working directory fixed
|
changeset |
files
|
2009-07-29 |
laurent |
Adding support for recursively generate STLibrary and BlockLibrary according to plugin tree
|
changeset |
files
|
2009-07-29 |
laurent |
Adding support for internationalization
|
changeset |
files
|
2009-07-28 |
laurent |
Adding support for internationalization
|
changeset |
files
|
2009-07-20 |
greg |
update cf_runtime.c (now call TimerInit and TimerCleanup on win32 platform)
|
changeset |
files
|
2009-07-10 |
'Gr?gory Tr?lat |
prevent eclipse to push .project with .hgignore
|
changeset |
files
|
2009-07-10 |
'Gr?gory Tr?lat |
removed dead hidden files
|
changeset |
files
|
2009-07-06 |
btaylor |
close ZeroConf object when exiting the Service Discovery window.
|
changeset |
files
|
2009-06-09 |
lbessard |
Adding support for printing lines where matiec failed in Log console (thanks to Brendan)
|
changeset |
files
|
2009-05-30 |
greg |
Fix refresh of Beremiz button when connection lost
|
changeset |
files
|
2009-05-30 |
greg |
Fix refresh of Beremiz button when connection lost
|
changeset |
files
|
2009-05-30 |
greg |
Adding Lock around C code called by Debug thread
|
changeset |
files
|
2009-05-28 |
greg |
fixed bug : Lock _FreePLC until _stopPLC finish
|
changeset |
files
|
2009-05-28 |
lbessard |
Adding support for matiec new command line syntax
|
changeset |
files
|
2009-05-28 |
greg |
- now call load, start, free PLC from the python Thread
|
changeset |
files
|
2009-05-28 |
greg |
add "\n" to logger when pyro fall in error
|
changeset |
files
|
2009-05-28 |
lbessard |
Bug while parsing long located variables in GetLocations fixed
|
changeset |
files
|
2009-05-22 |
greg |
remove french comment in python_gear block
|
changeset |
files
|
2009-05-19 |
greg |
add python_gear block (to execute python command each given cycle interval)
|
changeset |
files
|
2009-05-18 |
greg |
get the WaitPythonCommands return (semaphore error code) to quit python_iterator loop when semaphore is destroyed
|
changeset |
files
|
2009-05-18 |
greg |
Wait the debug thread has terminated before freeing PLC to avoid random segmentation fault.
|
changeset |
files
|
2009-05-18 |
greg |
Add try/except in wx_evaluator to get and print exception when command failed and unlock in all cases to not block the python thread
|
changeset |
files
|
2009-05-04 |
greg |
Replacing Debug rt_sem by rt_pipe
|
changeset |
files
|
2009-05-04 |
greg |
Get PDOmapping exception from canfestival plugin
|
changeset |
files
|
2009-05-04 |
greg |
Adding support for using only PDO define in EDS file and not configured for adding mapping in node
|
changeset |
files
|
2009-05-04 |
greg |
Adding support for updating PLC status when stopping
|
changeset |
files
|
2009-05-04 |
greg |
Adding support for enable/Disable plugins
|
changeset |
files
|
2009-04-29 |
greg |
Add LoliTech phone number in bug report
|
changeset |
files
|
2009-04-10 |
greg |
Fixed bug : Segmentation fault or locks when stop PLC if no CAN network.
|
changeset |
files
|
2009-04-10 |
greg |
fixed bug : buffer overflow when debugging PLC with python blocks
|
changeset |
files
|
2009-04-09 |
lbessard |
Adding support for unsubscribe all variables while transferring
|
changeset |
files
|
2009-04-08 |
lbessard |
fixed wrong pthread initialisation
|
changeset |
files
|
2009-04-04 |
greg |
add utf-8 and save shortcut support in PythonST
|
changeset |
files
|
2009-03-31 |
greg |
remove print messages
|
changeset |
files
|
2009-03-31 |
greg |
add autostart plc feature for beremiz_service (bug fixed)
|
changeset |
files
|
2009-03-30 |
greg |
add autostart plc feature for beremiz_service
|
changeset |
files
|
2009-03-24 |
lbessard |
Close Debug Window when program transfered
|
changeset |
files
|
2009-03-24 |
lbessard |
Register the current watched variable in Debug Window before starting
|
changeset |
files
|
2009-03-23 |
lbessard |
Bug opening Auto complete frame when not expected fixed
|
changeset |
files
|
2009-03-23 |
lbessard |
Bug preventing loading STLibrary when adding a plugin fixed
|
changeset |
files
|
2009-03-23 |
lbessard |
Invalid minimizebutton state when reload PLCParams fixed
|
changeset |
files
|
2009-03-23 |
lbessard |
Fix bug preventing library to re-compiled when dependant files changed.
|
changeset |
files
|
2009-03-23 |
lbessard |
Make 'runtime.py' and 'hmi.py' executed independantly
|
changeset |
files
|
2009-03-16 |
lbessard |
Adding support for Xenomai targets.
|
changeset |
files
|
2009-03-11 |
etisserant |
Restored splash with new lolitech logo
|
changeset |
files
|
2009-03-06 |
etisserant |
Fixed non-wx runtime python evaluation stuff.
|
changeset |
files
|
2009-03-02 |
greg |
updated : debian package scripts
|
changeset |
files
|
2009-02-25 |
lbessard |
Fix size of ComboBoxes
|
changeset |
files
|
2009-02-19 |
greg |
change splashscreen beremiz version to 2009.0 Beta
|
changeset |
files
|
2009-02-16 |
greg |
Dispatch wxGlade tests in linux and win32 folders
|
changeset |
files
|
2009-02-13 |
lbessard |
Bug with fonts on some systems fixed
|
changeset |
files
|
2009-01-20 |
lbessard |
Bug when try to launch wxGlade on Windows fixed
|
changeset |
files
|
2009-01-20 |
lbessard |
Bug when try to launch wxGlade on Windows fixed
|
changeset |
files
|
2009-01-20 |
lbessard |
Bug on Windows fixed
|
changeset |
files
|
2009-01-20 |
lbessard |
Bug when try to launch wxGlade on Windows fixed
|
changeset |
files
|
2009-01-19 |
lbessard |
Adding support for cancelling code generation of function with no input connected
|
changeset |
files
|
2009-01-19 |
greg |
remove arg : self.runtime when create pluginroot instance in OnOpenProject and OnNewProject method from beremiz class
|
changeset |
files
|
2009-01-19 |
etisserant |
Updated config_utils so that command line tests work.
|
changeset |
files
|
2009-01-19 |
etisserant |
Enahced python_cwiid test with a wxGlade GUI
|
changeset |
files
|
2009-01-19 |
etisserant |
Added wxGlade test
|
changeset |
files
|
2009-01-19 |
etisserant |
Removed lost print
|
changeset |
files
|
2009-01-19 |
etisserant |
Added wxInspector feature to play with wxGlade GUI more easily.
|
changeset |
files
|
2009-01-19 |
etisserant |
Enhanced wxGlade GUI creation.
|
changeset |
files
|
2009-01-17 |
etisserant |
Added support for wxglade GUIs.
|
changeset |
files
|
2009-01-17 |
etisserant |
Added python_poll FB, to poll python variable without waiting ack
|
changeset |
files
|
2009-01-16 |
etisserant |
Enhanced the way "runtime.py" is executed,
|
changeset |
files
|
2009-01-16 |
etisserant |
Fixed the way LOCAL:// connector detects X11 poisoned plugins to avoid launching tray-icon enabled runtime (-x1)
|
changeset |
files
|
2009-01-16 |
etisserant |
Fixed typo in (LD/C)FLAGS hendling in toolchain_gcc.py
|
changeset |
files
|
2009-01-16 |
lbessard |
Replacing wx.Choice by wx.ComboBox
|
changeset |
files
|
2009-01-16 |
lbessard |
Rewrite TestCtrlAutoComplete to fix all bugs
|
changeset |
files
|
2009-01-15 |
lbessard |
Fix problem with embeddedimage module not present in wx versions older than 2.8.8.0
|
changeset |
files
|
2009-01-14 |
lbessard |
Adding example of path generator program
|
changeset |
files
|
2009-01-14 |
lbessard |
Adding support for Graphic for variable in Debug mode
|
changeset |
files
|
2009-01-14 |
etisserant |
Added systematic stdout.flush runtime side, so that results appear in log window
|
changeset |
files
|
2009-01-14 |
etisserant |
Local Runtime (LOCAL://) now launched "on demand"
|
changeset |
files
|
2009-01-09 |
lbessard |
Bug on __DEBUG no present fixed
|
changeset |
files
|
2009-01-09 |
lbessard |
Warning on modulo by zero fixed
|
changeset |
files
|
2009-01-04 |
etisserant |
The must-have test : using wiimote sensors !
|
changeset |
files
|
2009-01-04 |
etisserant |
Minor changes to get better cleanup of debug and python_eval threads, accross multiple debug sessions and PLC runs.
|
changeset |
files
|
2009-01-04 |
etisserant |
Added local C dependency dicovery and changes checking, to speed up build.
|
changeset |
files
|
2008-12-30 |
etisserant |
Fixed problem with re-use of Pyro connector proxy copy across debug sessions
|
changeset |
files
|
2008-12-30 |
etisserant |
Added "runtime.py", a file that is executed in python thread in runtime, before handling python_eval FBs requests. Added small python editor taken from wxPython demo, and appropriate icon and button to launch it.
|
changeset |
files
|
2008-12-23 |
etisserant |
fixed plc_python.c to assure data coherancy from the PLC point of view. Also fix non work multiple python_eval FB instance case.
|
changeset |
files
|
2008-12-23 |
etisserant |
fixed plc_python.c to assure data coherancy from the PLC point of view. Also fix non work multiple python_eval FB instance case.
|
changeset |
files
|
2008-12-23 |
etisserant |
Added native (not a plugin) asynchronous python eval function block - Beta. Code cleanup in C code templates.
|
changeset |
files
|
2008-12-23 |
etisserant |
Fixed minimize/maximize invertion
|
changeset |
files
|
2008-12-23 |
etisserant |
Updated splash
|
changeset |
files
|
2008-12-23 |
etisserant |
Local PYRO connection is designated by LOCAL://, not PYRO://localhost:3000 anymore
|
changeset |
files
|
2008-12-15 |
greg |
fixed : MAX_SEM_COUNT to 1 instead of 10
|
changeset |
files
|
2008-12-12 |
lbessard |
Adding Function Blocks in VARIABLES.csv
|
changeset |
files
|
2008-12-10 |
greg |
Adding support for defining plugin library as a plcopen xml file in plugin folder
|
changeset |
files
|
2008-11-26 |
greg |
Bug with debug mode when displaying code fixed
|
changeset |
files
|
2008-11-26 |
greg |
Bug on Exception handling fixed
|
changeset |
files
|
2008-11-24 |
greg |
add the possibility to enable or disable wxTaskbarIcon for Beremiz_service
|
changeset |
files
|
2008-11-20 |
lbessard |
Bug on bit mapping in CanFestival plugin fixed
|
changeset |
files
|
2008-11-04 |
greg |
add a TaskBarIcon to configure beremiz_service and display plc states (started, stopped)
|
changeset |
files
|
2008-11-04 |
greg |
add autocomplete support for beremiz's textctrl
|
changeset |
files
|
2008-10-31 |
greg |
fix bad parameters in plugin.xml for test_master on linux
|
changeset |
files
|
2008-10-27 |
greg |
update test_master and test_slave examples for win32
|
changeset |
files
|
2008-10-27 |
greg |
update test_master and test_slave examples for win32
|
changeset |
files
|
2008-10-27 |
greg |
Update test_master and test_slave examples for linux
|
changeset |
files
|
2008-10-24 |
greg |
fix bug in beremiz_service with the MainLoop
|
changeset |
files
|
2008-10-24 |
greg |
add taskbaricon to beremiz_service.
|
changeset |
files
|
2008-10-22 |
greg |
fix bug in methods.py
|
changeset |
files
|
2008-10-20 |
greg |
add docutils in svgui plugins to launch inkscape
|
changeset |
files
|
2008-10-17 |
greg |
changes CXXFLAGS LDFLAGS for svgui plugin on win32 platform
|
changeset |
files
|
2008-10-17 |
greg |
fixed bug with config
|
changeset |
files
|
2008-10-17 |
greg |
remove workspace test
|
changeset |
files
|
2008-10-16 |
greg |
add buildpath parameter for beremiz
|
changeset |
files
|
2008-10-14 |
etisserant |
Fixed rmll examples
|
changeset |
files
|
2008-09-10 |
etisserant |
Updated splash for beta
|
changeset |
files
|
2008-09-10 |
greg |
fixed : findiecchannel call
|
changeset |
files
|
2008-09-10 |
lbessard |
Bug with FBDPanel fixed
|
changeset |
files
|
2008-09-08 |
greg |
change default linker (ld ) to g++ in XSD for gcc toolchain
|
changeset |
files
|
2008-09-08 |
lbessard |
Bug with return value of nodelist saving fixed
|
changeset |
files
|
2008-09-07 |
lbessard |
Bug with Open, Reopen and Close Project fixed
|
changeset |
files
|
2008-09-07 |
lbessard |
Bug with Open, Reopen and Close Project fixed
|
changeset |
files
|
2008-09-07 |
greg |
add __DEBUG variable
|
changeset |
files
|
2008-09-07 |
lbessard |
Adding support for Debugging in PLCOpenEditor
|
changeset |
files
|
2008-09-07 |
etisserant |
Added __DEBUG global var to eventually change PLC code execution gehavior
|
changeset |
files
|
2008-09-07 |
greg |
fixed : bug in debugthreadproc (plugger.py)
|
changeset |
files
|
2008-09-05 |
lbessard |
Adding support for Debugging with PLCOpenEditor
|
changeset |
files
|
2008-09-05 |
lbessard |
Bug closing project in Beremiz when closing tab in PLCOpenEditor fixed
|
changeset |
files
|
2008-09-05 |
lbessard |
Problem with multi-connection on block in LD fixed
|
changeset |
files
|
2008-09-05 |
greg |
fixed : bug when stop plc and previously svguiapp closed
|
changeset |
files
|
2008-09-05 |
etisserant |
Fixed bad IPC choice for debugger/PLC/control thread collaboration
|
changeset |
files
|
2008-09-04 |
etisserant |
Debugger now reports BOOL as booleans
|
changeset |
files
|
2008-09-04 |
etisserant |
Some scenario may block debugger.
|
changeset |
files
|
2008-09-04 |
etisserant |
Now debug all ticks, not only odd ones :-)
|
changeset |
files
|
2008-09-03 |
etisserant |
Improved debug data feedback.
|
changeset |
files
|
2008-09-02 |
greg |
fixed : bug when launch beremiz_service on windows
|
changeset |
files
|
2008-09-02 |
greg |
add start inkscape methods for svgui plugin
|
changeset |
files
|
2008-09-01 |
greg |
add call to join method for stdout/stderr threads
|
changeset |
files
|
2008-08-30 |
etisserant |
Re-organized pyro connector proxy members mascarading
|
changeset |
files
|
2008-08-30 |
etisserant |
Some GUI enhancement. Beremiz now comes with its own GenBitmapTextButton
|
changeset |
files
|
2008-08-28 |
greg |
add tests for win32
|
changeset |
files
|
2008-08-28 |
greg |
fixed : init_level bug
|
changeset |
files
|
2008-08-28 |
etisserant |
- Some improovements in debug data feedback data
|
changeset |
files
|
2008-08-28 |
etisserant |
Fixed typo in discovery.py
|
changeset |
files
|
2008-08-28 |
lbessard |
Some instance type test improved
|
changeset |
files
|
2008-08-26 |
greg |
remove import signal in beremiz.py
|
changeset |
files
|
2008-08-26 |
etisserant |
Fixed bad bahavior when zeroconf bindaddress unspecified.
|
changeset |
files
|
2008-08-25 |
etisserant |
Added lock to avoid variable subsciption concurrent to transmission to PLC
|
changeset |
files
|
2008-08-25 |
etisserant |
Rewritten horrible discovery.py.
|
changeset |
files
|
2008-08-25 |
etisserant |
Fixed local PLC runtime kill on aborted quit attempt.
|
changeset |
files
|
2008-08-25 |
etisserant |
Fixed problem with first PLC argument (argv)
|
changeset |
files
|
2008-08-22 |
greg |
remove old code and fix typo
|
changeset |
files
|
2008-08-22 |
etisserant |
Now, Beremiz launch Beremiz_service at startup, with a one-time workin dir
|
changeset |
files
|
2008-08-22 |
etisserant |
Fixed typo in PLCObject.py
|
changeset |
files
|
2008-08-22 |
lbessard |
Bugs on Opening PLCOpenEditor fixed
|
changeset |
files
|
2008-08-22 |
lbessard |
Modification in catched wxTextCtrl events
|
changeset |
files
|
2008-08-22 |
lbessard |
Change in layout from AuiMDIParentFrame to AuiNotebook
|
changeset |
files
|
2008-08-22 |
lbessard |
.cvsignore files updated
|
changeset |
files
|
2008-08-21 |
etisserant |
Made autom_ihm_rmll test work again.
|
changeset |
files
|
2008-08-21 |
etisserant |
Fixed oddities in arguments/options parsing and passing to plugins initialization...
|
changeset |
files
|
2008-08-21 |
etisserant |
Moved template C code to targets dir. Cleaned up some forgotten print.
|
changeset |
files
|
2008-08-21 |
greg |
remove print message
|
changeset |
files
|
2008-08-21 |
greg |
add address ip params
|
changeset |
files
|
2008-08-21 |
greg |
fix bug in plugger.py to get URI_Location
|
changeset |
files
|
2008-08-20 |
greg |
move specific target runtimes to their targets directory
|
changeset |
files
|
2008-08-20 |
greg |
remove URI_location from XSD targets and add to pluginroot XSD
|
changeset |
files
|
2008-08-19 |
etisserant |
Added concepts :
|
changeset |
files
|
2008-08-12 |
lbessard |
Adding support for highlighing compiling errors into PLCOpenEditor
|
changeset |
files
|
2008-08-12 |
lbessard |
Adding support for highlighing compiling errors into PLCOpenEditor
|
changeset |
files
|
2008-07-30 |
etisserant |
Change shortcut for wx-inspector now ctrl-alt-i
|
changeset |
files
|
2008-07-15 |
etisserant |
minor gui improvements :
|
changeset |
files
|
2008-07-15 |
lbessard |
Bug while while changing name of SVGUI plugin node fixed
|
changeset |
files
|
2008-07-15 |
etisserant |
SVG/Inkscape based icon generation script + SVG drawing.
|
changeset |
files
|
2008-07-07 |
greg |
changes in plc_Win32_main to match with new api (alignment feature)
|
changeset |
files
|
2008-07-07 |
etisserant |
*** empty log message ***
|
changeset |
files
|
2008-07-01 |
lbessard |
Disable some components
|
changeset |
files
|
2008-07-01 |
lbessard |
Warning with StaticBoxSizer fixed
|
changeset |
files
|
2008-07-01 |
lbessard |
Problem with files when launching created program from another directory fixed
|
changeset |
files
|
2008-07-01 |
lbessard |
Bug with float window size fixed
|
changeset |
files
|
2008-06-30 |
lbessard |
Bug with folder path ending by '/' or '\' fixed
|
changeset |
files
|
2008-06-30 |
lbessard |
Adding support for calculate window size while C generating
|
changeset |
files
|
2008-06-30 |
lbessard |
Removing empty choice when parameter isn't optional
|
changeset |
files
|
2008-06-30 |
lbessard |
led_pump and led_sink inverted
|
changeset |
files
|
2008-06-30 |
lbessard |
Various bugs fixed
|
changeset |
files
|
2008-06-30 |
lbessard |
Remove useless test on refreshing edit menu
|
changeset |
files
|
2008-06-28 |
etisserant |
*** empty log message ***
|
changeset |
files
|
2008-06-28 |
etisserant |
*** empty log message ***
|
changeset |
files
|
2008-06-28 |
etisserant |
Added SVGUI + CANopen Master and slave test
|
changeset |
files
|
2008-06-28 |
etisserant |
Better SCGUITransform value initialization. Added semaphore as a mainloop init barrier
|
changeset |
files
|
2008-06-28 |
etisserant |
Various fixes in c_ext, now, located vars are pointed.
|
changeset |
files
|
2008-06-27 |
etisserant |
Added PLC tick alignement on external synchronization source feature.
|
changeset |
files
|
2008-06-27 |
etisserant |
Added PLC tick alignement on external synchronization source feature.
|
changeset |
files
|
2008-06-27 |
lbessard |
Adding some examples with time qualifier in action_block in SFC
|
changeset |
files
|
2008-06-27 |
lbessard |
Close Project menu item implemented
|
changeset |
files
|
2008-06-25 |
etisserant |
*** empty log message ***
|
changeset |
files
|
2008-06-25 |
etisserant |
Fixed slavebootup bug in generated code.
|
changeset |
files
|
2008-06-25 |
lbessard |
Bug on Beremiz close with and IECcode and IECrawcode frames opened fixed
|
changeset |
files
|
2008-06-25 |
lbessard |
Adding support for modification in CanFestival eds_utils
|
changeset |
files
|
2008-06-25 |
etisserant |
Moved DS401 Slave Gui based demo to test_master_DS401GUI. test_master is now a pure simple master, supposed to work with test_slave.
|
changeset |
files
|
2008-06-25 |
etisserant |
Moved DS401 Slave Gui based demo to test_master_DS401GUI. test_master is now a pure simple master, supposed to work with test_slave.
|
changeset |
files
|
2008-06-25 |
etisserant |
SlaveBootup now set operational state for both local node and network nodes only when all nodes declared in network edit have been initialized.
|
changeset |
files
|
2008-06-25 |
etisserant |
removed dead readme file in plugins
|
changeset |
files
|
2008-06-24 |
etisserant |
Re-organized tests
|
changeset |
files
|
2008-06-24 |
etisserant |
Preliminary CANopen slave generation support
|
changeset |
files
|
2008-06-23 |
lbessard |
Support for extern pointer for located variables
|
changeset |
files
|
2008-06-23 |
lbessard |
Bug on wx2.6 with PartsOpened fixed
|
changeset |
files
|
2008-06-23 |
etisserant |
Support for extern pointer for located variables + Preliminary slave code (broken)
|
changeset |
files
|
2008-06-23 |
etisserant |
Try to fix strange wxPopen behavior. Feedback appreciated.
|
changeset |
files
|
2008-06-04 |
lbessard |
Bug on output variable location generation fixed
|
changeset |
files
|
2008-05-29 |
greg |
NMY start node on slavebootup
|
changeset |
files
|
2008-05-26 |
greg |
add import wx for testing platform
|
changeset |
files
|
2008-05-26 |
greg |
fix bug for svgui
|
changeset |
files
|