tangled
alpha
login
or
join now
atscan.net
/
plcbundle-ref
5
fork
atom
PLC Bundle V1 Example Implementations
5
fork
atom
overview
issues
pulls
pipelines
rename dir
tree.fail
4 months ago
c8b07719
df6a2020
+1
-1
1 changed file
expand all
collapse all
unified
split
plcbundle.ts
+1
-1
plcbundle.ts
···
15
15
// --- Configuration ---
16
16
const BUNDLE_SIZE = 10000;
17
17
const INDEX_FILE = 'plc_bundles.json';
18
18
-
const DEFAULT_DIR = './plc_bundles_ts';
18
18
+
const DEFAULT_DIR = './plc_bundles';
19
19
const PLC_URL = 'https://plc.directory';
20
20
21
21
// --- Types (as per spec) ---