refactor: Convert AGVPathResult.Path from List<string> to List<MapNode>

## Summary
- Changed Path property type from List<string> to List<MapNode> for better type safety
- Eliminated O(n) node lookups throughout pathfinding system
- Added DirectionalHelper with motor direction consistency bonus/penalty
- Updated all path processing to work with MapNode objects directly

## Files Modified
- AGVPathResult.cs: Path property and CreateSuccess() method signature
- AStarPathfinder.cs: Path generation and node lookup optimization
- AGVPathfinder.cs: Path processing with MapNode objects
- DirectionChangePlanner.cs: Direction change planning with MapNode paths
- DockingValidator.cs: Docking validation with direct node access
- UnifiedAGVCanvas.Events.cs: Path visualization with MapNode iteration
- UnifiedAGVCanvas.cs: Destination node access
- VirtualAGV.cs: Path conversion to string IDs for storage
- DirectionalHelper.cs: Enhanced with motor direction awareness
- NodeMotorInfo.cs: Updated for new path structure

## Benefits
- Performance: Eliminated O(n) lookup searches
- Type Safety: Compile-time checking for node properties
- Code Quality: Direct property access instead of repeated lookups
- Maintainability: Single source of truth for node data

## Build Status
 AGVNavigationCore: Build successful (0 errors, 2 warnings)

🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
backuppc
2025-10-27 16:46:13 +09:00
parent dbf81bfc60
commit 735b7dccec
12 changed files with 520 additions and 239 deletions

View File

@@ -6,7 +6,9 @@
"Position": "65, 229",
"Type": 2,
"DockDirection": 2,
"ConnectedNodes": [],
"ConnectedNodes": [
"N002"
],
"CanRotate": false,
"StationId": "",
"StationType": null,
@@ -24,7 +26,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -37,13 +39,14 @@
"Type": 0,
"DockDirection": 0,
"ConnectedNodes": [
"N003",
"N001"
],
"CanRotate": false,
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-11T08:34:48.2957516+09:00",
"ModifiedDate": "2025-09-15T10:16:10.1841326+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Blue",
"RfidId": "002",
@@ -56,7 +59,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -69,13 +72,14 @@
"Type": 0,
"DockDirection": 0,
"ConnectedNodes": [
"N004",
"N002"
],
"CanRotate": false,
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-11T08:34:49.2226656+09:00",
"ModifiedDate": "2025-09-15T10:16:09.1753358+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Blue",
"RfidId": "003",
@@ -88,7 +92,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -98,18 +102,19 @@
"NodeId": "N004",
"Name": "N004",
"Position": "380, 340",
"Type": 1,
"Type": 0,
"DockDirection": 0,
"ConnectedNodes": [
"N003",
"N022",
"N031"
"N031",
"N011",
"N003"
],
"CanRotate": true,
"CanRotate": false,
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-11T08:34:50.1681027+09:00",
"ModifiedDate": "2025-09-15T11:18:47.8876112+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Blue",
"RfidId": "004",
@@ -122,7 +127,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -135,7 +140,8 @@
"Type": 0,
"DockDirection": 0,
"ConnectedNodes": [
"N007"
"N007",
"N022"
],
"CanRotate": false,
"StationId": "",
@@ -154,7 +160,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -166,12 +172,15 @@
"Position": "600, 180",
"Type": 0,
"DockDirection": 0,
"ConnectedNodes": [],
"ConnectedNodes": [
"N019",
"N006"
],
"CanRotate": false,
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-11T08:34:51.9266982+09:00",
"ModifiedDate": "2025-09-11T11:46:43.5813583+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Blue",
"RfidId": "014",
@@ -184,7 +193,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -217,7 +226,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -230,13 +239,14 @@
"Type": 0,
"DockDirection": 0,
"ConnectedNodes": [
"N010"
"N010",
"N008"
],
"CanRotate": false,
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-11T08:34:54.5035702+09:00",
"ModifiedDate": "2025-09-15T10:16:14.696211+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Blue",
"RfidId": "010",
@@ -249,7 +259,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -261,12 +271,14 @@
"Position": "52, 466",
"Type": 2,
"DockDirection": 2,
"ConnectedNodes": [],
"ConnectedNodes": [
"N009"
],
"CanRotate": false,
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-11T08:34:55.0563237+09:00",
"ModifiedDate": "2025-09-15T11:19:40.1582831+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Blue",
"RfidId": "011",
@@ -279,7 +291,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -293,14 +305,14 @@
"DockDirection": 0,
"ConnectedNodes": [
"N012",
"N004",
"N015"
"N015",
"N004"
],
"CanRotate": false,
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-11T08:34:55.8875335+09:00",
"ModifiedDate": "2025-09-15T10:16:28.6957855+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Blue",
"RfidId": "005",
@@ -313,7 +325,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -326,13 +338,14 @@
"Type": 0,
"DockDirection": 0,
"ConnectedNodes": [
"N013"
"N013",
"N011"
],
"CanRotate": false,
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-11T08:34:56.3678144+09:00",
"ModifiedDate": "2025-09-11T11:46:27.9224943+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Blue",
"RfidId": "006",
@@ -345,7 +358,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -358,13 +371,14 @@
"Type": 0,
"DockDirection": 0,
"ConnectedNodes": [
"N014"
"N014",
"N012"
],
"CanRotate": false,
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-11T08:34:56.8390845+09:00",
"ModifiedDate": "2025-09-11T11:46:29.5788308+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Blue",
"RfidId": "007",
@@ -377,7 +391,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -389,12 +403,14 @@
"Position": "720, 580",
"Type": 2,
"DockDirection": 2,
"ConnectedNodes": [],
"ConnectedNodes": [
"N013"
],
"CanRotate": false,
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-11T08:34:57.2549726+09:00",
"ModifiedDate": "2025-09-15T11:19:35.3431797+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Blue",
"RfidId": "008",
@@ -407,7 +423,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -426,7 +442,7 @@
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-11T08:35:56.5359098+09:00",
"ModifiedDate": "2025-09-15T11:19:49.2931335+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Red",
"RfidId": "015",
@@ -439,7 +455,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -453,13 +469,14 @@
"DockDirection": 0,
"ConnectedNodes": [
"N023",
"N004",
"N006"
],
"CanRotate": false,
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-11T08:36:48.0311551+09:00",
"ModifiedDate": "2025-09-15T10:16:22.8799696+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Blue",
"RfidId": "012",
@@ -472,7 +489,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -485,13 +502,14 @@
"Type": 0,
"DockDirection": 0,
"ConnectedNodes": [
"N024"
"N024",
"N022"
],
"CanRotate": false,
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-11T09:41:36.8738794+09:00",
"ModifiedDate": "2025-09-15T10:16:20.0378544+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Blue",
"RfidId": "016",
@@ -504,7 +522,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -517,13 +535,14 @@
"Type": 0,
"DockDirection": 0,
"ConnectedNodes": [
"N025"
"N025",
"N023"
],
"CanRotate": false,
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-11T09:41:37.4551853+09:00",
"ModifiedDate": "2025-09-15T10:16:20.8801598+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Blue",
"RfidId": "017",
@@ -536,7 +555,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -549,13 +568,14 @@
"Type": 0,
"DockDirection": 0,
"ConnectedNodes": [
"N026"
"N026",
"N024"
],
"CanRotate": false,
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-11T09:41:38.0142374+09:00",
"ModifiedDate": "2025-09-15T10:16:21.6723809+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Blue",
"RfidId": "018",
@@ -568,7 +588,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -580,12 +600,14 @@
"Position": "660, 100",
"Type": 3,
"DockDirection": 1,
"ConnectedNodes": [],
"ConnectedNodes": [
"N025"
],
"CanRotate": false,
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-11T09:41:38.5834487+09:00",
"ModifiedDate": "2025-09-15T11:19:58.0225184+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Blue",
"RfidId": "019",
@@ -598,7 +620,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -628,7 +650,7 @@
"ForeColor": "Black",
"BackColor": "255, 255, 192",
"ShowBackground": true,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -671,13 +693,14 @@
"Type": 0,
"DockDirection": 0,
"ConnectedNodes": [
"N016"
"N016",
"N011"
],
"CanRotate": false,
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-12T17:22:47.8065756+09:00",
"ModifiedDate": "2025-09-15T15:40:38.2050196+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Blue",
"RfidId": "037",
@@ -690,7 +713,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -703,13 +726,14 @@
"Type": 0,
"DockDirection": 0,
"ConnectedNodes": [
"N017"
"N017",
"N015"
],
"CanRotate": false,
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-12T17:22:48.6628848+09:00",
"ModifiedDate": "2025-09-15T15:40:36.7952276+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Blue",
"RfidId": "036",
@@ -722,7 +746,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -735,13 +759,15 @@
"Type": 0,
"DockDirection": 0,
"ConnectedNodes": [
"N018"
"N018",
"N032",
"N016"
],
"CanRotate": false,
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-12T17:22:49.8138877+09:00",
"ModifiedDate": "2025-09-15T15:40:35.5342054+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Blue",
"RfidId": "035",
@@ -754,7 +780,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -767,13 +793,14 @@
"Type": 0,
"DockDirection": 0,
"ConnectedNodes": [
"N005"
"N030",
"N017"
],
"CanRotate": false,
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-12T17:22:50.6790623+09:00",
"ModifiedDate": "2025-09-15T15:40:33.4719206+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Blue",
"RfidId": "034",
@@ -786,7 +813,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -799,13 +826,15 @@
"Type": 0,
"DockDirection": 0,
"ConnectedNodes": [
"N020"
"N020",
"N029",
"N018"
],
"CanRotate": false,
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-12T17:22:51.5267199+09:00",
"ModifiedDate": "2025-09-15T15:40:31.7321878+09:00",
"ModifiedDate": "2025-10-27T13:44:43.5601294+09:00",
"IsActive": true,
"DisplayColor": "Blue",
"RfidId": "033",
@@ -818,7 +847,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -830,12 +859,16 @@
"Position": "148, 545",
"Type": 0,
"DockDirection": 0,
"ConnectedNodes": [],
"ConnectedNodes": [
"N021",
"N028",
"N005"
],
"CanRotate": false,
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-12T17:22:52.3666114+09:00",
"ModifiedDate": "2025-09-15T15:40:30.1486235+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Blue",
"RfidId": "032",
@@ -848,7 +881,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -861,13 +894,14 @@
"Type": 0,
"DockDirection": 0,
"ConnectedNodes": [
"N027",
"N020"
],
"CanRotate": false,
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-12T17:22:53.0958619+09:00",
"ModifiedDate": "2025-09-15T15:40:27.7345798+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Blue",
"RfidId": "031",
@@ -880,7 +914,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -899,7 +933,7 @@
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-12T17:22:54.7345704+09:00",
"ModifiedDate": "2025-09-16T16:25:24.8062758+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Green",
"RfidId": "041",
@@ -912,7 +946,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -931,7 +965,7 @@
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-12T17:22:55.5263512+09:00",
"ModifiedDate": "2025-09-16T16:25:28.6358219+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Green",
"RfidId": "040",
@@ -944,7 +978,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -963,7 +997,7 @@
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-12T17:22:56.6623294+09:00",
"ModifiedDate": "2025-09-16T16:25:34.5699894+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Green",
"RfidId": "039",
@@ -976,7 +1010,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -995,7 +1029,7 @@
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-12T17:22:57.5510908+09:00",
"ModifiedDate": "2025-09-16T16:25:40.3838199+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Green",
"RfidId": "038",
@@ -1008,7 +1042,7 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
@@ -1020,12 +1054,15 @@
"Position": "337, 397",
"Type": 0,
"DockDirection": 0,
"ConnectedNodes": [],
"ConnectedNodes": [
"N004",
"N008"
],
"CanRotate": false,
"StationId": "",
"StationType": null,
"CreatedDate": "2025-09-15T11:18:40.5366059+09:00",
"ModifiedDate": "2025-09-15T15:40:24.0443882+09:00",
"ModifiedDate": "2025-10-27T13:44:39.9998473+09:00",
"IsActive": true,
"DisplayColor": "Blue",
"RfidId": "030",
@@ -1038,13 +1075,45 @@
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": null,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
"DisplayText": "N031 - [030]"
},
{
"NodeId": "N032",
"Name": "",
"Position": "416, 625",
"Type": 0,
"DockDirection": 0,
"ConnectedNodes": [
"N017"
],
"CanRotate": false,
"StationId": "",
"StationType": null,
"CreatedDate": "2025-10-27T13:44:12.9351531+09:00",
"ModifiedDate": "2025-10-27T13:44:12.9351531+09:00",
"IsActive": true,
"DisplayColor": "Blue",
"RfidId": "",
"RfidStatus": "정상",
"RfidDescription": "",
"LabelText": "",
"FontFamily": "Arial",
"FontSize": 12.0,
"FontStyle": 0,
"ForeColor": "Black",
"BackColor": "Transparent",
"ShowBackground": false,
"ImageBase64": "",
"Scale": "1, 1",
"Opacity": 1.0,
"Rotation": 0.0,
"DisplayText": "N032"
}
],
"CreatedDate": "2025-10-23T13:00:18.6562481+09:00",
"CreatedDate": "2025-10-27T13:44:45.04346+09:00",
"Version": "1.0"
}