-
Notifications
You must be signed in to change notification settings - Fork 22
Request: naming consistency on OPC_GATEWAY_HOST and OPC_GATE_HOST #36
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
I am trying to get the OPC gateway service to work, and am observing a distinction between OPC_GATEWAY_HOST and OPC_GATE_HOST for the environment variable name:
OPC_GATE_HOST: seems to be correct, it's used inREADMEandopenopc2/config.py- When I install the service and run with
debug, it printsOPC_GATEWAY_HOST
Open Opc Config:
OPC_HOST : localhost
OPC_SERVER : Matrikon.OPC.Simulation
OPC_CLIENT : OpenOPC
OPC_GATEWAY_HOST : 192.168.0.115
OPC_GATEWAY_PORT : 7766
I would like to point out that the changing of names in the stdout is a potential source of confusion. Imo it's user-friendly to standardize the attribute names printed by the service with the environment variable names. Thank you for your consideration!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed