File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ type: app
6
6
description : Application example for using the state machine library
7
7
targets :
8
8
- " plcsim"
9
- - axunit- llvm
9
+ - " llvm"
10
10
# Environment variables
11
11
variables :
12
12
APAX_BUILD_ARGS :
@@ -16,13 +16,10 @@ variables:
16
16
WATCHLISTS : " ./watchlist"
17
17
# Apax scripts
18
18
scripts :
19
- load : sld -i $BIN_FOLDER -t $IP_ADDRESS -r --accept-security-disclaimer -l debug
20
- --default-server-interface
21
- reset : apax hwld --resetPlc:keepOnlyIP --targetIP $IP_ADDRESS
22
- --accept-security-disclaimer
23
- loadhwcn : apax hwld --input ./hwcn/MMC --targetIP $IP_ADDRESS
24
- --accept-security-disclaimer
25
- watch : apax mon -t $IP_ADDRESS -f ./watchfiles/mon.mon -c
19
+ # call 'apax load' to download the builded program to the target. An 'apax build' might be required upfront
20
+ load : apax sld load --input $BIN_FOLDER --target $IP_ADDRESS --restart
21
+ --accept-security-disclaimer --log debug
22
+ # call 'apax dlsim' to build and download the application to the target
26
23
dlsim :
27
24
- apax build
28
25
- apax load
You can’t perform that action at this time.
0 commit comments