QUOTE(panic mode @ May 20 2009, 01:34 AM) [snapback]82409[/snapback]
Q5 - is online help any better?
The help isn't any better than before it's a link to a fw manuals, but this is a point they are working on. The diagnostics have been improved though.
QUOTE(panic mode @ May 20 2009, 01:34 AM) [snapback]82409[/snapback]
Q6 - is it possible to break FX plc code in different files or program sections (like on bigger plcs) or it's still one program file?
Yes this is possible. The FX hardware however supports only one program so the compiler will create one program from the PLC containen all the seperate created programs.
QUOTE(panic mode @ May 20 2009, 01:34 AM) [snapback]82409[/snapback]
Q7 - is window management any better? Is it possible to use list of used, device batch monitor, comments window etc. - at the same time (without having to close some of the mentioned windows)? Are windows names something usable or still "Device Batch Monitor#1", "Device Batch Monitor#2", "Device Batch Monitor#3" etc.?
You can open several device batch montoring screens and run them at the same time. Altough I would suggest to start programing in the structured way so you can define variablesnames and store these in the watch windows which you can do simply via a right mouse click directly from your program.
QUOTE(panic mode @ May 20 2009, 01:34 AM) [snapback]82409[/snapback]
Q8 - is the project single file or pile of files, folders and sub-folders?
There are multiple files but for me this is a good thing(see attached picture) if a single file get's corrupted you haven't destroyed your intire project. If you need a single file just create one CAB file from the navigator which contains all your PLC HMI and motion projects.
QUOTE(panic mode @ May 20 2009, 01:34 AM) [snapback]82409[/snapback]
Q9 - is it possible to assign value in FX to a group of bits using Device Test? (target K2M100, value h7F for example)
I haven tested this but i think it should be possible.
QUOTE(panic mode @ May 20 2009, 01:34 AM) [snapback]82409[/snapback]
Q10 - is it possible to define own hotkeys instead of defined sets (GPP and MEDOC)?
Yes, I actualy found out yesterday that you can( See attached pic 2)
QUOTE(panic mode @ May 20 2009, 01:34 AM) [snapback]82409[/snapback]
Q11 - is it possible to do crossref. on high speed timers (FX3U, timers T200 and higher...)?
Sure, Why wouldn't it be.
QUOTE(panic mode @ May 20 2009, 01:34 AM) [snapback]82409[/snapback]
Q12 - is it possible to do program compare - between two offline projects?
In GX2 you have version history. Within this list you can verify between versions. If differences are found you can quickly jump to that parts of the project
QUOTE(panic mode @ May 20 2009, 01:34 AM) [snapback]82409[/snapback]
Q13 - is it possible to save or paste compare results into notepad or excel?
No this isn't possible yet
QUOTE(panic mode @ May 20 2009, 01:34 AM) [snapback]82409[/snapback]
Q14 - is it possible to copy and paste pieces of code as text (to and from notepad of excel) - even if it means switching to IL view?
I only use structured mode.
p.s. All asnwers are about structured project mode they may or may not be available in simple project mode.
(ladder programming as in GX Dev is also possible in structured project mode)