If you any part of your body is in contact with a high voltage plasma tube such as those found on EMEM type devices, DO NOT touch the generator while you are in contact with the plasma tube. Those tubes run at thousands of volts (up to 48000 volts for some units) and this can damage the generator and is not covered by the warranty. Before touching the generator (including the keypad), make sure you are not in contact with the tube and discharge yourself of any static electricity buildup by touching a large metallic object.
How do I run 727, 800 , 880 and 1500 HZ each for 120 seconds:727
How do I run 900 HZ for 60 seconds and 1000 HZ for 5 minutes:dwell 120
727
800
880
1500
How do I sweep from 120 to 1000 HZ in 1 HZ steps that run half a second each?dwell 60
900
dwell 300
1000
How do I run 10000 HZ for 30 seconds, pulsed at 4 HZ:dwell 0.5
sweep 120 1000 1
How do I run 770 HZ for 3.5 minutes with a 80% duty cycle:dwell 30
pulse 4 50
10000
How do I run 727 HZ gating/modulating a 2.4 MHZ frequency (carrier)dwell 210
duty 80
770
How do I run a sweep from 600 to 700 HZ gating/modulating a 1.1 MHZ (carrier)program b
backfreq a 2400000 50
727
How do I place comments in my programs:program b
dwell 10
backfreq a 1100000 50
sweep 600 700 1
#Any character(s) following a pound sign is a comment
New |
Alt-n |
Clear the program window and start a new program |
Open |
Alt-o |
Open an existing program file from permanent storage |
Save |
Alt-s |
Save your program file for future reuse or editing. |
Save As |
Alt-a |
Save your program file, specifying a new file name. |
Run |
Alt-r |
Check the current program for
errors and send to
the device to produce frequencies. If syntax errors exists, the error and line
number are reported on the PC screen and no frequencies are run. The PC screen
is updated while the program runs. |
Run Stand-alone |
|
Send the opened program to the generator and run stand-alone, without PC interaction. Look for syntax errors and frequency information on the generator LCD. |
Stop |
Alt-t |
Stop program execution |
Pause |
Alt-p |
Pause/continue program execution. Click "Pause" to pause the currently running program. Click "Pause" again to continue program execution where it was last paused. There is no frequency output while a program is paused. |
Hold |
Alt-h |
Hold the currently running
frequency until
"Hold" is clicked again. An arrow appears on the right of the frequency on the LCD display while a frequency is held. |
Skip |
Alt-k |
Skip currently running frequency. Click once to skip the current frequency and move on to the next frequency in the sequence. |
Copy to FGen |
|
Copy file(s) to the generator permanent storage. File name extensions will be removed. File names must be 32 characters or less. The generator can store up to 1500 files with a cumulative size of up to about 1.5 MB. If a file is named autorun, it will be run automatically when the generator is turned on. Turn off any RF generating equipment while copying files to the generator and DO NOT INTERRUPT THIS PROCESS UNTIL IT IS COMPLETE. Doing so could corrupt the program files already stored on the generator. |
Delete autorun |
|
Delete autorun file on generator. This prevents the generator from automatically running the autorun file at powerup |
Upgrade firmware |
Upgrade generator firmware. See instruction bellow. | |
Device info |
Alt-i |
Prints various information about the generator |
The main menu is accessed by touching the menu key and touching the up and down arrows to scroll the menu items. Touch the enter key to select a menu item. While scrolling a menu, at any time you can touch the menu key once more to cancel and get out of a menu.
Open File
Select a program to open from the list of files stored on the generator (see the copy to FGen command in the PC F100 software for more information on copying program files to the generator). You can scroll the list using the up and down arrow. You can also use the keypad numbers to go up an down the list: 0= top of the list, 1=10% down, 2=20% down ... 8=80% down, 9=90% down the list. Touch enter to select a program file to open.
NewFile
Clear the program memory and start a new empty program. You then need to use the edit key to start editing a new program.
Save File
Save the current program to flash.
Save File As
Save the current program under a user specified file name. The file name can be up to 16 numeric characters.
Delete File
Select a file to delete from the list of program files stored on the generator. You can scroll the list using the up and down arrow. You can also use the keypad numbers to go up an down the list: 0= top of the list, 1=10% down, 2=20% down ... 8=80% down, 90% down the list. Tap enter to select a file to delete.
Delete All Files
To delete all program files stored on the generator.
AboutKeys used to run and control a running program
Displays the firmware version number and our web site address where you can download software updates.
Run
The run key has two purposes: press run to start running the currently opened program. Press run again to stop the running program. While a program is running, the currently running frequency is displayed on the LCD panel if the dwell per step is at least 1/10 second. If the dwell per step is less than 1/10 second, the display will only show "fast changing HZ" . While running, the estimated remaining time for the program is displayed except in the following cases: the program contains repeat or goto commands or the minimum dwell encountered so far is less than 20ms. In those exceptions, the remaining time cannot be estimated accurately therefore the elapsed time will be displayed instead.
Down arrow
Pressing the down arrow while a program is running will cause the program to skip to the next command/frequency in the running program.
Hold
Pressing hold while a program is running will cause the generator to keep on running the currently running frequency until hold is pressed again. While a frequency is held, an arrow appears on the left of the frequency on the LCD display.
PauseEditing programs from the keypad
Pressing pause while a program is running will cause the generator to pause the currently running program until pause is pressed again.
The remaining commands are:
10
# run 10 HZ
1000.5
# run 1000.5 HZ
0.8
# run .8 HZ
727
880# run 727 HZ and 880 HZ
# note: if you want to be able to edit files from the keypad, you cannot have more than one frequency per text line
Start running the specified frequency in the background on the specified channel.cdwell c
The generator has 2 or 3 channels but at any given moment, one is in program mode while the other(s) are in background mode. By default, channel a is in program mode and channel b,c are in background mode. This can be changed with the "program" command described later. When a frequency is running in background mode, it runs non stop until the next program or backfreq command issued for the same channel. Frequencies running in the background are not affected by the dwell or duty commands. The backfreq command starts the frequency on the specified channel and program execution immediately continues to the next statement in sequence while the frequency continues to run. This is different from the command described above to run specific frequencies for a specific duration. It is common to use the backfreq command to run a high speed frequency (carrier) in the background on channel a for example while the commands sweep, converge or fuzz are used to run a slower (modulating) frequency on channel b. This command is also used to turn a background frequency off as: "backfreq c 0 0" where c is the channel.
Arguments:
c: channel a,b,c,d,e,f or 1,2,3,4,5,6
f: frequency in HZ
d: duty cycle in percentage
Examples:
dwell 180
program b
backfreq a 3000000 50
727
#
# See program command bellow
# Run 3 MHZ,50% duty cycle in the background on chan a
# 727 run on chan b, modulating the 3 MHZ
dwell .5
program b
backfreq a 2400000 50
sweep 1000 2000 1
#
# See program command bellow
# Run 2.4 MHZ,50% duty cycle in the background on chan a
# Run a sweep on channel b gating/modulating the 2.4 MHZ
# frequency running on channel a
dwell 100
program b
backfreq a 500000 60
10
backfreq a 0 0
#
#
# Start 500 KHZ on channel a with 60% duty cycle
# Run 10 HZ for 100 seconds on channel b
# Turn off the background frequency on chan a
Note: Backfreq cannot be used on the channel currently being programmed. To use backfreq on the current program channel, use the program command to assign a different program channel before using backfreq on this channel. For example:
backfreq a 1000000 50
# This will produce an error because channel a
# is the default program channel. See next example
# to avoid this error
program b
backfreq a 1000000 50
# This assigns channel b to be in program mode
# This will start 1 MHZ in the background on channel a
Note: The backfreq command requires a duty value but some channels (like channel c) have a fixed duty cycle. In such a case the duty is always set to 50 regardless of the value specified. See the specifications for your generator for the features of each channel.
Sets the default dwell value in total number of cycles (see dwell command to set dwell in seconds). The cdwell is the number of cycles the requested frequency will be generated. The cdwell value specified will be applied to any subsequent frequency in the program file up to the next dwell or cdwell instruction.
Examples:
cdwell 100
10
# Run frequencies for 100 cycles
# This runs 10 HZ for 100 cycles or 100/10=10 seconds
Note: Most users are more familiar with setting dwell in seconds. The dwell command can be used for that. The command cdwell is another way to specify dwell time that varies according to the frequency generated. This is useful when running sweeps that span a wide frequency band. For example:
cdwell 100
sweep 10 1000 1
# In this case, during the sweep, the dwell time would vary
# from 10 seconds at 10 HZ to .1 seconds at 1000 HZ
Useful if you are not certain of the exact frequency to produce but want to produce frequencies in the neighborhood of a set of known frequencies.
Similar to the fuzz command except that frequencies are run below and above the center frequency alternating with each step. How wide the sweeps are is specified with the "r" argument in two different ways
In the first way, r is the number of hertz below and above the frequency. Each frequency f in the program between this statement and the next converge or fuzz command will produce frequencies f-r to f+r with step s and alternating above and below the center frequency at every step.
In the second way, r is a percentage. The sweep will be from f-(r/100*f) to f+(r/100*f) with steps s. To use this command, you must add a "%" immediately after the number.
For multiple frequencies, converge only needs to be specified once, before the list of frequencies.
Converge can be turned off with the command: converge 0 0
Examples:
dwell 11
converge 5 1
727
# is equivalent to running in this order:
# 722, 732, 723, 731, 724,
# 730, 725, 729, 726, 728,
# 727 for 1 second each
#
dwell 18
converge 2% .5
100
# is equivalent to running: 98, 102,
# 98.5, 101.5, 99, 101, 99.5
# 100.5 100 for 2 seconds each
#
converge 0 0
# turns off converge for the following
# frequency commands
Note: When using the converge command, the dwell time is computed by dividing the default dwell time by the number of steps in the fuzz. For example:
dwell 100
converge 5 1
100
# Sets default dwell to 100 seconds
# Converge has 11 steps:95,105,96,104,97,103,98,102,99,101,100
# Each frequency will run for dwell/11=9.09 seconds
Sets the duty for the main frequency. The duty is the on time versus cycle time of the main frequency pulse :(on time/cycle time)*100.
Argument units: d in percentage
Examples:
duty 50
# 50% on, 50% off
duty 10
# 10% on, 90% off
Note that the software will translate the requested duty to a value that the device can produce. The generator specifications indicate what range of duty cycle it can produce on each channel. Some channels, like channel c, have a fixed duty cycle. In that case, the duty cycle command is ignored.
Sets the default dwell value. The dwell is the length of time the requested frequency will be generated. The dwell value specified will be applied to any subsequent frequency in the program file up to the next dwell or cdwell instruction.
Argument units: s in seconds
Range: s: 0.0 to 20000000.0
Examples:
dwell 120
# Run for 2 minutes
dwell 0.5
# Run for half a second
dwell .75
# Run for 3/4 second
Causes program execution to jump to the command immediately following the label "l". "l" must be defined somewhere in the program with the "label" command. This allows looping in a program. See the "label" command for examples. "l" must be a string of alphanumeric characters only.
Causes immediate termination of the program, skipping any lines after the exit commandfuzz r s
Useful if you are not certain of the exact frequency to produce but want to produce frequencies in the neighborhood of a set of known frequencies.label l
Similar to the sweep command but can more easily be added to the beginning of an existing series of frequencies to run sweeps centered around them. How wide the sweeps are is specified with the "r" argument in two different ways.
In the first way, r is the number of hertz above and below the frequency. Each frequency f in the program between this statement and the next fuzz command will be treated as a sweep from f-r to f+r with step s.
In the second way, r is a percentage. The sweep will be from f-(r/100*f) to f+(r/100*f) with steps s. To use this command, you must add a "%" immediately after the number.
Fuzz can be turned off with the command: fuzz 0 0
Examples:
fuzz 10 1
727
880
# Is equivalent to 2 sweep commands:
# sweep 717 737 1
# sweep 870 890 1,
fuzz 5% .5
100
1000
# Is equivalent to these sweep commands:
# sweep 95 105 .5
# sweep 950 1050 .5
fuzz 0 0
# Turns off fuzz for the following frequency commands
Note: When using the fuzz command, the dwell time is computed by dividing the default dwell time by the number of steps in the fuzz. For example:
dwell 100
fuzz 5 1
100
# Sets default dwell to 100 seconds . fuzz has 11
# steps:95,96,97,98,99,100,101,102,103,104,105
# Frequencies 95 to 105 will be run for dwell/11=9.09 seconds each.
Defines a label that can be used with the "goto" command. This allows looping and jumping over sections of a program. When used as an argument to the "goto" command, program execution will jump from the location of the goto to the command immediately following this label command.offset o (Not available on F110.)
Example1:
dwell .5
label loop
727
780
goto loop
#
#
#
#
# At this point program execution will jump back to the "727"
# command. This looping will go on until the user issues a "stop"
# command in the GUI or kills (ctrl-c) the program in command mode.
# The frequency output will alternate between 727 and 780 HZ every
# half a second
Example2:
goto l
10
20
label l
30
40
# At this point, program execution will jump to the "30"
# frequency line, skipping the 10 and 20 lines.
Adjusts the offset. By default, offset is fully positive (above 0 volt). This command lets you adjust the offset to fully positive (DC) or centered at 0 Volts (AC) .
Arguments:
o: + - or a percentage
For compatibility with our previous generators, the value can be a percentage but will be converted using this rule: less than or equal to 50 will generate AC, greater than 50 will generate DC. A + sign will generate DC and a - sign will generate AC.
Examples:output p1 p2
offset +
# Set offset to fully positive (above 0 volt),
# this is the default
offset -
# Set offset to AC
offset 50
# Set offset to AC
output 111 111 |
# Default setting, output channels ABC(123) to both outputs. |
output 001 110 |
# output channel c(3) to port 1 and channels ab(12) to port 2 |
output 11 00 |
# output channels ab(12) to port 1 and nothing (0 volts) on port 2 |
Argument units: s in seconds
Examples:
pause 1
# Pause for one second
pause 2.5
# Pause for 2 and a half seconds
pause 0.5
# Pause for half a second
This command is not yet available on the F125/165. Print a message on the screen. Anything after the print command up to the end of line will be printed on the screen. This is useful for putting out messages between frequency sets in your program. When running in GUI mode, you might want to put a pause command immediately after the print command to make sure the message stays on the screen for a brief period of time.program c
Examples:
print My first seep will start in 5 seconds
pause 5
sweep 10 1000 1
print My second sweep will start in 10 seconds
pause 10
sweep 1001 2000 1
Defines which channel is to be programmed by the sweep, fuzz, converge and frequency listings. By default, channel a is the one being programmed by those commands. The "program" command can be used as many times as you want in a program to switch between channels.
Argument:
c: channel a,b,c,d,e,f or 1,2,3,4,5,6
Examples:
program b
20, 10000
#
# 20 and 10000 hz will run on channel b
program b
backfreq a 1500000
sweep 700 750 1
# Run a 1.5 MHZ frequency on channel a in the background
# Sweep will run on channel b gating/modulating a higher
# frequency (1.5 MHZ) running on channel a
program b
900
program a
sweep 10000 11000 1
#
# 900 HZ will run on channel b
#
# This sweep will run on channel a while nothing runs on channel b
Note: The generator has 2 or more channels but at any given moment, one is in program mode while the others are in background mode. By default, channel a is in program mode and channel b,c are in background mode. The "program" command lets you put a channel in program mode. See the backfreq command for a more complete description of the program and background mode.
Runs a frequency in the background on a channel not being programmed Pulsing is a signal applied to the programmed frequency. In digital terms, if the programmed frequency = F, the pulse frequency = P and the output of the device = OUT, then OUT = F AND P . This command is also used to turn pulsing off as: "pulse 0 0". This command is similar to the backfreq frequency except that it automatically selects the channel to run the background frequency on. If channel a is the current program channel, pulse will run on channel b, if channel b or c is the current program channel, pulse will run on channel a.repeat n
Argument units:
f in Hz
d in percentage on
Examples:
pulse 4 50
# Pulse at 4hz, 50% duty
pulse 5000 10
# Pulse at 5khz, 10% duty
pulse 0 0
# Turn pulsing off
Note: Pulse is off by default
Repeat one or more commands a specified number of times in a loop. Any commands between the "repeat n" and "end repeat" commands will be repeated n times in a loop. You can also have repeat loops nested inside other repeat loops. Repeat loop scan be nested up to 25 levels deep.sweep f1 f2 s
Examples:
repeat 4
100
200
end repeat
# will run 100,200,100,200,100,200,100,200
repeat 2
1
2
repeat 2
3
4
end repeat
end repeat
# will produce 1,2,3,4,3,4,1,2,3,4,3,4
repeat 3
sweep 100 2000 1
end repeat
repeat 2
sweep 2000 3000 1
end repeat
# will run 3 sweeps from 100 to 2000 HZ followed
# by 2 sweeps from 2000 to 3000 HZ
Repeat in combination with the label/goto commands are very powerful commands that allow virtually unlimited combination/loop/sequences to be programmed.
Will output every frequency between f1 and f2 using a step size defined by s. The dwell time for each frequency step corresponds to the current dwell time set by the last dwell command or the default dwell (180 seconds) if there is none.
Argument units: f1,f2,step in Hz
Example:
dwell .5
sweep 1000 1010 .1# those two commands will produce frequencies 1000.0,
# 1000.1, 1000.2 ...1009.9, 1010.0 each for
# half a second
Note: Different Fxxx series device have different limits on the step size of frequency they can produce. The program allows you to ask for any frequency step size but it will adjust the requested frequency to the closest frequency your device can produce. Read your device technical specifications for its frequency step size.
For dwell times greater or equal to half a second, the requested frequency is displayed while running.
CAUTION: If you specify a step size smaller than your device is capable to produce, two or more consecutive steps could end up producing the same frequency each for the specified dwell time. Keep that in mind if in the context of your application it is important not to exceed a specific dwell time for one single frequency. In such a case, it is better to use steps at least twice the step size of your device to avoid duplicate frequencies.
Sets a variable background frequency based on the main frequency. See "backfreq" command for a description of the background frequency. This allows the background frequency to vary based on the program frequency being produced. The arguments m and b represent the m,b values in a linear equation of background frequency vs program frequency:
backfreq = m * (program frequency) + b .
Argument d is the background frequency duty cycle in percentage. When running frequencies, if the computed background frequency is < 0, the background frequency will be turned off.
Argument units:
d in percentage on/off
For example, if you want a carrier frequency to always be 1000 times the program frequency you would use the commands:
program b
vbackfreq a 1000 0 50
727
680
# programmed frequencies should run on slower channel b
# background (carrier) frequency should be 1000 * programmed frequency
# will run 727 HZ modulating a 727 KHZ carrier
# will run 680 HZ modulating a 680 KHZ carrier
Note: vbackfreq cannot be used on the channel currently being programmed. To use vbackfreq on the current program channel, use the program command to assign a different program channel before using vbackfreq on this channel. For example:
vduty f1 d1 f2 d2
vbackfreq a 1000000 50
# This will produce an error because channel a
# is the default program channel. See next example
# to avoid this error
program b
vbackfreq a 1000 50
# This assigns channel b to be in program mode
# background frequencies will run on channel a
Sets a variable duty value for the main frequency. See "duty" command for a definition of duty. This allows the duty to vary depending of the main frequency being produced. The arguments f1,d1,f2,d2 represent two points on a linear equation of duty (d) vs frequency (f). Think of a linear equation y=mx+b where y=duty and x=frequency.vpulse m b d
Argument units:
f1,f2 in Hz
d1,d2 in percentage on/off
Range:
f1 cannot equal f2
For example. If at 10 hz you want the duty to be 20% and at 3000 Hz you want the duty to be 70%, you only need to specify those two sets of data and the software will extrapolate the duty values for any other frequency based on the straight line linking those two points on a graph. The command would be:
vduty 10 20 3000 70
Another example:
vduty 10.0 90.0 100000 20.0
Sets a variable pulse frequency based on the main frequency. See "pulse" command for a description of pulsing/gating. This allows the pulse frequency to vary based on the main frequency being produced. The arguments m and b represent the m,b values in a linear equation of pulse frequency vs main frequency:
pulse freq = m * (main frequency) + b .
Argument d is the pulse frequency duty cycle in percentage. When running frequencies, if the computed pulse frequency is < 0, pulsing will be turned off.
Argument units:
d in percentage on/off
For example, if you want the pulse frequency to always be one third the main frequency and the pulse duty cycle set at 50% you would use the command:
vpulse 0.33 0 50
Rear |
|
The amplitude (volume) knob controls the voltage level on output 2 (II). This is the output connector closest to the knob. It has a range of 0 to 13V in DC mode and 0 to 26 Vpp in AC mode. Voltage increases when you turn the knob clockwise
Caution DO NOT TOUCH the generator while you are in direct contact
with a high voltage plasma tube
If you any part of your body is in contact with a high voltage plasma tube such as those found on EMEM type devices, DO NOT touch the generator while you are in contact with the plasma tube. Those tubes run at thousands of volts (up to 48000 volts for some units) and this can damage the generator and is not covered by the warranty. Before touching the generator (including the keypad), make sure you are not in contact with the tube and discharge yourself of any static electricity buildup by touching a large metallic object.
Caution Allow proper ventilation of generator.
The generator will be warm to the touch under normal operation. This is expected and it is safe to operate it continuously even in summer heat in the shade. Allow proper ventilation of generator. Keep the generator away from heat sources such as other electronic equipment, heaters or direct sun light. Place the generator on a hard, flat, horizontal and cool surface to allow clearance under the generator case and proper ventilation. Do not block any holes in the generator such as the vent holes and LCD panel opening. Hot air inside the generator rises and escapes mainly via the top LCD opening so keep the generator horizontal with the LCD opening facing up and do not block the LCD opening. Do not remove the rubber feet under the generator case. Doing this will prevent air flow under the case and void the warranty.Caution If making body contact with electrodes connected to the output of the generator.
If any part of your body is in contact with electrodes connected to the output of the generator, make sure you discharge yourself of any static electricity buildup before touching the electrodes. This will avoid damaging the generator. You can discharge yourself by touching a large metallic object. Also make sure you always touch the negative electrode before touching the positive one.USB cable connection on a PC:
Locate a free USB port on your computer. Connect the flat rectangular end of the provided USB cable to the computer USB port. Connect the other (square) end of the USB cable connector to the frequency generator. Do not use an extension on this cable. The cable provided with your frequency generator is shielded and has RF filters. Adding an extension to this cable can cause the frequency generator to malfunction.
These frequency generators require a AC transformer in the 16 - 18VAC range with at least 1A capacity. A transformer is provided for North American markets. The power jack is 2.1mm. Before using any transformer other than the one supplied with your generator, you need to measure the open circuit voltage output with a voltmeter set to volts AC. The open circuit voltage of the transformer must be between 17.5 and 19 Volts AC. DO NOT USE A TRANSFORMER WITH OPEN CIRCUIT VOLTAGE GREATER THAN 19 VOLTS AC. Doing this can cause the frequency generator to over-heat, malfunction or be damaged. Doing this will void the warranty. If you are not sure how to measure the open circuit voltage, contact us before connecting the transformer to the generator.
a)Download the latest F100 installation file from our web site at http://atelierrobin.net . Click on the "Downloads" menu item on the left column and select the latest F100 software from the menu. Save and run the setup.exe file and follow the instructions to install F100.Step 2) Install USB driver:
b)Choose an installation directory when asked
On some computers, the USB driver may be already be installed. If the "New Hardware Wizard" does not come up the first time you connect the generator, the driver is probably already installed and you can skip this step.When you have completed steps 1 and 2 above, you can run f100 from the MS-Windows start menu
When you connect the generator to your PC for the first time MS-Windows will open the "Welcome to the Found New Hardware Wizard" window to start installing the USB driver for this new device. Note that on some slower PCs, this window can take up to 2 minutes to appear. Wait until you see that window and then follow the instruction bellow:
a) When you see the window entitled "Welcome to the Found New Hardware Wizard" select: "Install from a list or specific location" and click the "Next" button.
b) In the next window select: "Don't search, I will choose the driver to install" and click the "Next" button.
c) In the next window, select "Have disk" and the "Browse" button. In the Browse window navigate to the usb directory located in the folder where you installed F100 (normaly this is c:\Program Files\usb) . Select the file ftdibus.inf (or arbus.inf if you have not upgraded your USB firmware) in that directory.
d) In the next window, select "AtelierRobin FGen" and click the "Next" button.
e) If MS-Windows shows a window saying that this driver "has not passed Windows logo testing", click "continue anyway".
f) Click "Finish". You are now done with the installation of the USB driver.
Your frequency generator has an upgradable firmware file that is stored in permanent flash memory on the generator. From time to time we release on our web site new firmware releases that contain new features and bug fixes. Here we describe the procedure to upgrade the firmware on your generator. New firmware releases are numbered to uniquely identify them. When upgrading the firmware, you need to make sure you run the correct version of PC F100 software that matches the firmware. Firmware and PC F100 software come in matching pairs and you cannot mix versions.Installing Mac OS X Software:
One way to make sure you do not mix firmware and PC software versions is to always upgrade the firmware following this procedure:
1) Download the new release of F100 Software from our web site
2) Install this new F100 software on your PC
3) Connect your generator to the PC with the USB cable
4) Turn on power to the generator
5) Start the newly installed PC F100 software
6) Select tools->Upgrade Firmware in the menu
7) Click OK when it asks if you are sure you want to upgrade
8) The upgrade procedure starts and takes approximately 30 seconds
DO NOT TURN OFF THE PC OR GENERATOR UNTIL YOU SEE A MESSAGE SAYING THE UPGRADE IS DONE
9) When the upgrade is done, turn off the generator for 5 seconds, turn it back on
10) You are now ready to use the generator
Mac OS X F100 software is available from our website in the Downloads section.
1) Download the macosx.zip file and open it
2) Install the FTDI USB-Serial driver. The instructions to install this driver are available in the file FTDI_Drivers_Installation_Guide_for_MAC_OSX-1.pdf. You do not need to download the driver from the FTDI web site The driver is included in the MacOSX.zip you downloaded .
3) Drag the F100 folder from macosx.zip to your Applications folder.
4) Run F100 by double clicking F100 in the F100 folder in your applications folder.