Skip to content

Commit

Permalink
add javascript designator to code
Browse files Browse the repository at this point in the history
  • Loading branch information
Hisma committed Jul 18, 2023
1 parent d905c0b commit 6b64f9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Drag an `inject` node and `function` node on to the palette and wire them togeth
![function1-palette.png](./images/opc-ua-2/function1-palette.png)
Open up the function node. We’re going to create a dict called `conveyorData` to store in context memory and initialize it with some values.

```
```javascript
var conveyorData = {};
conveyorData = {
Conveyor_RTS : false,
Expand Down

0 comments on commit 6b64f9c

Please sign in to comment.